@font-face { font-family: Ubuntu; src: url('../fonts/Ubuntu-Regular.ttf'); font-display: swap; }
* { box-sizing: border-box; }
html { min-height: 100%; }
body { margin: 0; min-height: 100vh; isolation: isolate; color: var(--main_text_color); background: var(--main_bg_color) center / cover fixed no-repeat; font-family: Ubuntu, system-ui, sans-serif; font-size: 17px; line-height: 1.75; }
body::before { content: ''; position: fixed; inset: 0; z-index: -1; background: var(--back_filter_color); backdrop-filter: blur(var(--back_filter)); -webkit-backdrop-filter: blur(var(--back_filter)); pointer-events: none; }
.shell { width: min(100% - 40px, 860px); margin: auto; }
header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 36px 0 48px; }
.identity { display: flex; gap: 14px; align-items: center; font-size: 25px; font-weight: bold; text-decoration: none; }
.identity img { border-radius: 50%; }
a { color: #b8dbff; text-underline-offset: 4px; }
a:hover { color: #fff; }
a:focus-visible, [tabindex]:focus-visible { outline: 2px solid #b8dbff; outline-offset: 5px; }
h1, h2, h3 { line-height: 1.3; overflow-wrap: anywhere; }
h1 { font-size: clamp(28px, 5vw, 38px); margin: 0 0 30px; }
h2 { font-size: 24px; margin: 8px 0; }
.posts { display: grid; gap: 18px; }
.card { background: var(--item_bg_color); backdrop-filter: blur(var(--card_filter)); border: 1px solid #ffffff15; border-radius: 16px; padding: 28px; }
.card p { margin: 10px 0 0; }
time { font-size: 14px; color: var(--main_text_color); opacity: .75; }
.card h2 a { color: inherit; text-decoration: none; }
.card h2 a:hover { text-decoration: underline; }
.back { display: inline-block; margin-bottom: 22px; }
.prose { max-width: 760px; margin: auto; overflow-wrap: anywhere; }
.prose h1 { margin-bottom: 12px; }
.article-body { margin-top: 32px; }
.article-body p, .article-body ul, .article-body ol, .article-body blockquote { margin: 1.2em 0; }
.article-body h2, .article-body h3 { margin-top: 1.7em; }
.article-body img { max-width: 100%; height: auto; border-radius: 8px; }
blockquote { border-left: 3px solid #88baf4; padding-left: 18px; color: var(--main_text_color); }
pre { overflow-x: auto; padding: 18px; border-radius: 8px; background: var(--text_bg_color); }
code { font-size: .9em; font-family: ui-monospace, monospace; }
:not(pre) > code { background: #ffffff12; padding: 2px 5px; border-radius: 4px; }
.table-scroll { max-width: 100%; overflow-x: auto; }
table { border-collapse: collapse; min-width: 100%; }
th, td { min-width: 140px; overflow-wrap: normal; padding: 10px 16px; border: 1px solid #ffffff30; text-align: left; }
footer { text-align: center; color: var(--footer_text_color); padding: 42px 0; font-size: 14px; }
@media (max-width: 520px) { .shell { width: calc(100% - 28px); } header { padding: 24px 0 32px; } .card { padding: 20px; } header > a:last-child { font-size: 14px; } }
