:root{--bg: #ffffff;--fg: #23262d;--fg-strong: #14161b;--muted: #61656e;--accent: #9d4edd;--accent-dark: #7b2fb5;--surface: #faf9fc;--border: #eceaf1;--maxw: 700px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--fg);background:var(--bg);line-height:1.8;font-size:19px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}a{color:var(--accent-dark);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}img{max-width:100%;height:auto}h1,h2,h3{color:var(--fg-strong);line-height:1.25;font-weight:700;letter-spacing:-.01em}.site-header{position:sticky;top:0;z-index:10;background:#ffffffe6;backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--border)}.site-header .inner{max-width:980px;margin:0 auto;padding:12px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:9px;color:var(--fg-strong);font-weight:700;font-size:1.1rem}.brand img{width:28px;height:28px}.site-header nav a{margin-left:20px;color:var(--muted);font-size:.95rem;font-weight:500}.site-header nav a:hover{color:var(--accent-dark);text-decoration:none}.hero{max-width:980px;margin:0 auto;padding:56px 22px 40px;display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}.hero .eyebrow{color:var(--accent-dark);font-weight:600;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;margin:0 0 12px}.hero h1{font-size:2.6rem;margin:0 0 16px}.hero p.lead{font-size:1.15rem;color:var(--muted);margin:0 0 22px;line-height:1.6}.hero .byline{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.95rem}.hero .byline a{font-weight:600}.hero .photo{position:relative;border-radius:18px;overflow:hidden;border:1px solid var(--border);box-shadow:0 18px 50px -20px #7b2fb573;aspect-ratio:4 / 5}.hero .photo img{width:100%;height:100%;object-fit:cover;display:block}.hero .photo:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 4px #9d4edd26;border-radius:18px}.section-head{max-width:980px;margin:0 auto;padding:8px 22px}.section-head h2{font-size:1.1rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0}.post-list{max-width:980px;margin:0 auto;padding:8px 22px 32px;list-style:none;display:grid;gap:14px}.post-list li{border:1px solid var(--border);border-radius:14px;background:var(--bg);transition:border-color .15s,transform .15s,box-shadow .15s}.post-list li:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 14px 30px -18px #7b2fb566}.post-list a{display:block;color:inherit}.post-list a:hover{text-decoration:none}.post-list .thumb{aspect-ratio:2 / 1;overflow:hidden;background:var(--surface)}.post-list .thumb img{width:100%;height:100%;object-fit:cover;display:block}.post-list .card-body{padding:20px 24px}.post-list .tag{color:var(--accent-dark);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.post-list h3{font-size:1.45rem;margin:6px 0 8px}.post-list p{margin:0 0 8px;color:var(--muted);font-size:1rem;line-height:1.55}.post-list .date{font-size:.85rem;color:var(--muted)}.post{max-width:700px;margin:0 auto;padding:40px 22px 8px}.post .post-head{margin-bottom:28px}.post .eyebrow{color:var(--accent-dark);font-weight:600;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px}.post h1{font-size:2.5rem;margin:0 0 14px;line-height:1.18}.post .byline{color:var(--muted);font-size:.95rem;display:flex;align-items:center;gap:8px}.post .byline .avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}.post .cover{width:100%;border-radius:16px;margin:8px 0;border:1px solid var(--border)}.prose{font-size:19px;line-height:1.85;color:var(--fg)}.prose>p{margin:0 0 24px}.prose h2{font-size:1.65rem;margin:44px 0 14px}.prose h3{font-size:1.3rem;margin:32px 0 10px}.prose ul,.prose ol{margin:0 0 24px;padding-left:24px}.prose li{margin:0 0 8px}.prose strong{color:var(--fg-strong);font-weight:700}.prose img{border-radius:12px;margin:8px 0;border:1px solid var(--border)}.prose blockquote{border-left:3px solid var(--accent);margin:28px 0;padding:6px 0 6px 20px;color:var(--fg-strong);font-size:1.15rem;font-style:italic}.prose a{font-weight:500;border-bottom:1px solid rgba(157,78,221,.35)}.prose a:hover{text-decoration:none;border-bottom-color:var(--accent)}.prose figure,figure.schematic{margin:32px 0}figure.schematic{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px;text-align:center}figure.schematic svg{max-width:100%;height:auto}figure figcaption{color:var(--muted);font-size:.88rem;margin-top:12px;text-align:center}.tags{margin:32px 0;display:flex;flex-wrap:wrap;gap:8px}.tags span{background:#f4eefb;color:var(--accent-dark);padding:4px 12px;border-radius:999px;font-size:.82rem}.author-bio{display:flex;gap:16px;align-items:flex-start;margin:40px 0 8px;padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:16px}.author-bio img{width:64px;height:64px;border-radius:50%;object-fit:cover;flex:none;border:2px solid var(--accent)}.author-bio .name{font-weight:700;color:var(--fg-strong);margin:0 0 4px}.author-bio .bio{margin:0 0 8px;color:var(--muted);font-size:.98rem;line-height:1.6}.author-bio a{font-weight:600;font-size:.95rem}.ad-slot{margin:32px 0;min-height:90px;text-align:center}.site-footer{border-top:1px solid var(--border);margin-top:48px}.site-footer .inner{max-width:980px;margin:0 auto;padding:24px 22px;color:var(--muted);font-size:.9rem}.site-footer .inner p{margin:4px 0}@media (max-width: 760px){body{font-size:18px}.hero{grid-template-columns:1fr;gap:28px;padding:36px 22px 24px}.hero h1{font-size:2.1rem}.hero .photo{max-width:360px}.post h1{font-size:2rem}.prose{font-size:18px}}
