:root{--text: #111827;--text-muted: #6b7280;--accent: #1d4ed8;--accent-hover: #1e40af;--bg: #ffffff;--surface: #f9fafb;--border: #e5e7eb;--radius: .5rem;--max-prose: 72ch;--max-page: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}.skip-link{position:absolute;top:0;left:0;transform:translateY(-100%);background:var(--accent);color:#fff;padding:.5rem 1rem;text-decoration:none;font-weight:600;z-index:200;transition:transform .1s}.skip-link:focus{transform:translateY(0)}.site-nav{border-bottom:1px solid var(--border);padding:0 1.5rem;position:sticky;top:0;background:#fffffff2;backdrop-filter:blur(8px);z-index:100}.nav-inner{max-width:var(--max-page);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:3.75rem}.nav-logo{font-weight:800;font-size:1.2rem;color:var(--text);text-decoration:none;letter-spacing:-.03em}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--accent)}.site-footer{border-top:1px solid var(--border);padding:2rem 1.5rem;font-size:.8rem;color:var(--text-muted);text-align:center;line-height:1.8}.site-footer a{color:var(--text-muted);text-decoration:none}.site-footer a:hover{color:var(--accent)}.hero{padding:5rem 1.5rem 4rem;text-align:center;border-bottom:1px solid var(--border);background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%)}.hero h1{font-size:clamp(2rem,5vw,3rem);line-height:1.15;letter-spacing:-.04em;max-width:18ch;margin:0 auto 1.25rem}.hero p{font-size:1.1rem;color:var(--text-muted);max-width:52ch;margin:0 auto 2.25rem}.btn{display:inline-block;background:var(--accent);color:#fff;text-decoration:none;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;transition:background .15s}.btn:hover{background:var(--accent-hover)}.btn-ghost{background:transparent;color:var(--accent);border:1.5px solid var(--accent);margin-left:.75rem}.btn-ghost:hover{background:var(--accent);color:#fff}.section{max-width:var(--max-page);margin:0 auto;padding:4rem 1.5rem}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.section-title{font-size:1.6rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.5rem}.section-desc{color:var(--text-muted);margin-bottom:2.5rem;font-size:.95rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));gap:1.25rem}.card{border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.5rem;transition:border-color .15s,box-shadow .15s}.card:hover{border-color:var(--accent);box-shadow:0 2px 16px #1d4ed814}.card-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.card-title{font-size:1.05rem;font-weight:600;line-height:1.35;color:var(--text)}.card-desc{font-size:.875rem;color:var(--text-muted);line-height:1.55;flex:1}.card-meta{font-size:.78rem;color:var(--text-muted);margin-top:.25rem}.card-arrow{font-size:.85rem;color:var(--accent);font-weight:600;margin-top:.25rem}.about-strip{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-strip-inner{max-width:var(--max-page);margin:0 auto;padding:3.5rem 1.5rem;display:flex;align-items:center;gap:2rem}.about-avatar{width:72px;height:72px;border-radius:50%;background:var(--border);border:2px solid var(--border);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:var(--text-muted);font-weight:700}.about-strip p{font-size:.95rem;color:var(--text-muted);line-height:1.6;max-width:60ch}.about-strip strong{color:var(--text)}.page-header{border-bottom:1px solid var(--border);padding:3rem 1.5rem 2rem;background:var(--surface)}.page-header-inner{max-width:var(--max-page);margin:0 auto}.page-header h1{font-size:2rem;letter-spacing:-.03em;font-weight:800;margin-bottom:.4rem}.page-header p{color:var(--text-muted);font-size:.95rem}.author-header{max-width:var(--max-prose);margin:0 auto;padding:3rem 1.5rem 0;display:flex;align-items:flex-start;gap:1.5rem}.author-avatar-lg{width:88px;height:88px;border-radius:50%;background:var(--surface);border:2px solid var(--border);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:2.25rem;font-weight:700;color:var(--text-muted)}.author-name{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;line-height:1.2}.author-role{font-size:.9rem;color:var(--text-muted);margin-top:.25rem}.prose{max-width:var(--max-prose);margin:0 auto;padding:2.5rem 1.5rem 5rem}.prose h1{font-size:clamp(1.6rem,4vw,2.1rem);line-height:1.2;letter-spacing:-.035em;font-weight:800;margin-bottom:.75rem}.prose h2{font-size:1.35rem;line-height:1.3;letter-spacing:-.02em;font-weight:700;margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.prose h3{font-size:1.1rem;font-weight:700;line-height:1.4;margin-top:2rem;margin-bottom:.75rem;color:var(--text)}.prose p{margin-bottom:1.25rem}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.prose a:hover{color:var(--accent-hover)}.prose strong{font-weight:600}.prose em{font-style:italic}.prose ul,.prose ol{margin-bottom:1.25rem;padding-left:1.6rem}.prose li{margin-bottom:.4rem;line-height:1.6}.prose blockquote{border-left:3px solid var(--accent);margin:1.75rem 0;padding:.75rem 1.25rem;background:var(--surface);border-radius:0 var(--radius) var(--radius) 0;color:var(--text-muted);font-style:italic}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.prose code{background:var(--surface);border:1px solid var(--border);padding:.1em .35em;border-radius:.25rem;font-size:.875em;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace}.prose img{width:100%;height:auto;border:1px solid var(--border);border-radius:var(--radius);margin:1.5rem 0}.prose table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.85rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius);border:1px solid var(--border)}.prose thead th{background:var(--surface);font-weight:700;text-align:left;padding:.7rem 1rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border);white-space:nowrap;font-size:.8rem;letter-spacing:.01em}.prose thead th:last-child{border-right:none}.prose tbody td{padding:.65rem 1rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border);vertical-align:top;line-height:1.5}.prose tbody td:last-child{border-right:none}.prose tbody tr:last-child td{border-bottom:none}.prose tbody tr:hover td{background:#f0f4ff}.byline{color:var(--text-muted);font-size:.875rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.byline a{color:var(--text-muted);font-weight:600}.byline a:hover{color:var(--accent)}.prose :is(p,li)>strong:first-child:is([data-placeholder]){background:#fef3c7;border:1px dashed #d97706;border-radius:.25rem;padding:.1em .4em;font-size:.8rem}@media(max-width:640px){.nav-links{gap:1.25rem}.about-strip-inner,.author-header{flex-direction:column;gap:1rem}.btn-ghost{margin-left:0;margin-top:.5rem}.hero{padding:3.5rem 1.25rem 3rem}}@media print{.site-nav,.site-footer,.btn{display:none}.prose{padding:0}}
