*{box-sizing:border-box}body{margin:0;font-family:system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;line-height:1.55}.layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:#0f172a;color:#fff;padding:24px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.brand .site-title{color:#fff;text-decoration:none;font-weight:700;font-size:1.3rem}.brand .tagline{color:#cbd5e1;margin-top:6px;font-size:.9rem}.nav ul{list-style:none;padding:0;margin:24px 0}.nav a{color:#e2e8f0;text-decoration:none;display:block;padding:8px 10px;border-radius:8px}.nav a:hover{background:#1e293b;color:#fff}.social{margin-top:auto;color:#94a3b8}.social a{color:#cbd5e1;text-decoration:none}.social a:hover{text-decoration:underline}.content{padding:32px;max-width:980px}.sidebar-avatar-wrap{display:flex;justify-content:center;margin-bottom:16px}.sidebar-avatar{width:120px;height:120px;border-radius:100%;object-fit:cover;border:3px solid #e2e8f0;display:block}@media (min-width: 900px){.sidebar-avatar{width:160px;height:160px}}.hero{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center;margin-bottom:24px}.hero-photo{width:180px;height:180px;border-radius:100%;object-fit:cover;border:3px solid #e2e8f0}.hero-text h1{margin:0;font-size:2rem}.hero-text p{margin:6px 0 0;color:#475569}.cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:16px}.card{border:1px solid #e2e8f0;border-radius:12px;padding:16px;background:#fff}.tag{display:inline-block;padding:2px 8px;border:1px solid #cbd5e1;border-radius:999px;font-size:12px;margin-right:6px}.post-list{padding-left:18px}.post-archive{padding-left:18px}.page-title{margin-top:0}.site-footer{margin-top:48px;color:#64748b;font-size:.9rem;border-top:1px solid #e2e8f0;padding-top:16px}.qbtn{display:inline-block;padding:10px 14px;border:1px solid #334155;border-radius:10px;text-decoration:none;margin-right:8px}.qbtn:hover{background:#0f172a;color:#fff}@media (max-width: 900px){.layout{grid-template-columns:1fr}.sidebar{position:relative;height:auto}}.wrap{max-width:1100px;margin:0 auto;padding:0 1rem}.section{padding:2.5rem 0}.split{display:grid;gap:1.25rem;grid-template-columns:1.2fr 0.8fr}.grid{display:grid;gap:1rem;grid-template-columns:repeat(3, 1fr)}@media (max-width: 900px){.split{grid-template-columns:1fr}.grid{grid-template-columns:1fr}}.hero{display:grid;gap:1.5rem;grid-template-columns:1.1fr 1fr;align-items:center;padding:2.5rem 1rem 0}.hero__text h1{margin:0 0 .25rem 0;font-size:clamp(1.8rem, 3vw, 2.6rem)}.tagline{opacity:.85;font-size:1.05rem;margin-bottom:1rem}.hero__viz{min-height:220px}.rfviz{width:100%;height:100%;color:rgba(255,255,255,0.25)}.card{border:1px solid rgba(255,255,255,0.1);border-radius:14px;padding:1rem;background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));backdrop-filter:blur(2px)}.card--link{text-decoration:none;color:inherit;transition:transform .12s ease, border-color .12s ease}.card--link:hover{transform:translateY(-2px);border-color:rgba(255,255,255,0.25)}.card h3{margin:0 0 .25rem 0;font-size:1.05rem}.tight{margin:.5rem 0 0;padding-left:1.2rem}.chip{display:inline-block;font-size:.8rem;padding:.15rem .5rem;margin-right:.35rem;margin-top:.35rem;border-radius:999px;border:1px solid rgba(255,255,255,0.18)}.postlist{display:grid;gap:1rem;grid-template-columns:repeat(3, 1fr)}.postcard{border:1px solid rgba(255,255,255,0.1);border-radius:14px;padding:1rem;background:rgba(255,255,255,0.02)}.postcard__title{font-weight:650;text-decoration:none}.postcard__meta{font-size:.9rem;opacity:.8;margin:.25rem 0 .5rem}.postcard__desc{margin:0 0 .5rem 0;opacity:.9}.dot{margin:0 .3rem}@media (max-width: 1000px){.postlist{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.postlist{grid-template-columns:1fr}}.btn{display:inline-block;padding:.55rem .9rem;border-radius:12px;text-decoration:none;border:1px solid rgba(255,255,255,0.18);background:rgba(255,255,255,0.06);transition:transform .12s ease, border-color .12s ease, background .12s ease}.btn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,0.35)}.btn--ghost{background:transparent}.cta-row{display:flex;gap:.5rem;flex-wrap:wrap}.section-cta{margin-top:.75rem}:root{--bg: #0b0f14;--bg-soft: rgba(255,255,255,0.03);--text: rgba(255,255,255,0.86);--text-muted: rgba(255,255,255,0.70);--text-dim: rgba(255,255,255,0.55);--accent: #5eead4;--link: #93c5fd;--border: rgba(255,255,255,0.12);--border-strong: rgba(255,255,255,0.22)}html,body{background:var(--bg);color:var(--text)}body::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 55% 18%, rgba(255,255,255,0.04), transparent 60%),linear-gradient(180deg, rgba(255,255,255,0.02), transparent 35%, transparent 65%, rgba(0,0,0,0.05));z-index:-1}p{color:var(--text)}small,.muted,.postcard__meta{color:var(--text-muted)}time{color:var(--text-dim)}h1,h2{color:var(--accent)}h3,h4,h5,h6{color:rgba(255,255,255,0.92)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.card,.about-section,.postcard{background:var(--bg-soft);border:1px solid var(--border);border-radius:14px}hr{border:none;border-top:1px solid var(--border)}pre,code,.highlighter-rouge pre{background:#0f141a;color:rgba(255,255,255,0.92);border:1px solid var(--border);border-radius:10px}input,textarea,select{background:rgba(255,255,255,0.04);color:var(--text);border:1px solid var(--border);border-radius:10px}input::placeholder,textarea::placeholder{color:var(--text-dim)}.rfviz{color:rgba(255,255,255,0.22)}@media (max-width: 720px){html{font-size:17px;-webkit-text-size-adjust:100%}body{color:rgba(255,255,255,0.9);background:#0f141a}p{line-height:1.7}a{color:#9fd0ff;text-decoration:underline;text-underline-offset:0.18em;text-decoration-thickness:2px}a:hover,a:focus-visible{color:#cbb8ff}main,.page-content,.container,article{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.18);border-radius:14px;padding:1rem}.grid,.postlist{grid-template-columns:1fr !important;gap:14px}.card,.postcard{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.18);border-radius:14px}.hero{grid-template-columns:1fr}.hero__viz{order:2;margin-top:.25rem}.btn{padding:.7rem 1rem}.cta-row{gap:.6rem;flex-wrap:wrap}body::before{display:none}}.site-header{display:none}.site-identity{display:flex;flex-direction:column;align-items:center;gap:0.5rem}.site-identity .profile-pic{width:96px;height:96px;border-radius:9999px;object-fit:cover;border:2px solid var(--border, rgba(255,255,255,0.18))}.site-identity .site-name{font-weight:650;text-align:center}.mobile-drawer{position:fixed;top:0;left:0;height:100dvh;width:80%;max-width:320px;transform:translateX(-100%);transition:transform 200ms ease;background:var(--bg, #0f172a);z-index:9999;overflow-y:auto;padding:1rem;box-shadow:4px 0 24px rgba(0,0,0,0.35);border-right:1px solid var(--border, rgba(255,255,255,0.12))}.mobile-drawer.open{transform:translateX(0)}.no-scroll{overflow:hidden}@media (max-width: 900px){.site-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 1rem;position:sticky;top:0;z-index:1000;background:var(--bg, #0b0f14);border-bottom:1px solid var(--border, rgba(255,255,255,0.12))}.hamburger{font-size:1.5rem;line-height:1;background:transparent;border:0;padding:.25rem .5rem;color:var(--text, #fff);cursor:pointer}.layout{grid-template-columns:1fr !important}.layout>.sidebar{display:none !important}.content{padding:1rem 1rem 2rem}.content a{text-decoration:underline}}@media (min-width: 901px){.mobile-drawer{display:none !important}}:root{--bg: #192233;--bg-soft: #223044;--text: #e8eef6;--text-muted: #cfd8e3;--text-dim: #a4b1c4;--accent: #2fc0f0;--link: #7aa7ff;--border: rgba(255,255,255,0.10);--border-strong: rgba(255,255,255,0.18)}html,body{background:var(--bg) !important;color:var(--text) !important}main,.page-content,.container,article{background:transparent !important;border:none !important;box-shadow:none !important;padding:0 !important}.card,.postcard{background:var(--bg-soft) !important;border:1px solid var(--border) !important;border-radius:14px !important}.content{max-width:1200px;margin:0 auto;padding:40px 36px 48px !important}.content p{line-height:1.7}h1,h2{color:var(--accent) !important}h3,h4,h5,h6{color:#f3f6fb !important}a{color:var(--link) !important;text-decoration:none}a:hover{text-decoration:underline}pre,code,.highlighter-rouge pre{background:#212c3c !important;color:#eaf1f9 !important;border:1px solid var(--border) !important;border-radius:10px !important}@media (min-width: 901px){.layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh;align-items:start}.sidebar{position:sticky !important;top:0 !important;height:100dvh !important;overflow-y:auto;background:#1e2a3f !important;border-right:1px solid var(--border) !important}}body{overflow-x:hidden}@media (min-width: 901px){html,body{background:var(--bg) !important;color:var(--text) !important}}h1{font-size:2em;font-weight:700;margin:1.2em 0 0.6em;border-bottom:3px solid #444;padding-bottom:0.2em}h2{font-size:1.6em;font-weight:600;margin:1.2em 0 0.5em;border-bottom:2px solid #333;padding-bottom:0.15em}h3{font-size:1.3em;font-weight:600;margin:1em 0 0.4em;text-decoration:underline;text-decoration-color:#555;text-underline-offset:4px}h4{font-size:1.1em;font-weight:500;margin:0.8em 0 0.3em;color:#bbb}h1,h2,h3,h4{line-height:1.25}*,*::before,*::after{box-sizing:border-box}img,video,iframe{max-width:100%;height:auto;display:block}h1,h2,h3,h4,p,li,blockquote,code,pre{overflow-wrap:anywhere;word-break:break-word}pre{white-space:pre-wrap;word-wrap:break-word;overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.content,main,article{min-width:0}@media (max-width: 900px){.layout{display:grid;grid-template-columns:1fr !important}.sidebar{max-width:none !important;width:100% !important}main.content,article,.post-body{max-width:65ch;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}html,body{max-width:100%;overflow-x:hidden}}@media (max-width: 768px){h1{font-size:1.7em}h2{font-size:1.4em}h3{font-size:1.2em}h4{font-size:1em}}
