*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:oklch(8% 0 0);--bg-card:oklch(11% 0 0);--bg-card2:oklch(14% 0 0);--bg-nav:oklch(8% 0 0/.88);--bg-hover:oklch(100% 0 0/.05);--shadow-strong:oklch(0% 0 0/.6);--border:oklch(100% 0 0/.07);--border-mid:oklch(100% 0 0/.12);--text:oklch(95% .006 75);--text-muted:oklch(63% .004 75);--text-dim:oklch(57% .004 75);--accent:oklch(76% .178 131);--accent-contrast:var(--bg);--sans:"Geist", system-ui, sans-serif;--mono:"Geist Mono", monospace}@media (prefers-color-scheme:light){:root:not([data-theme]){--bg:oklch(97.5% .006 105);--bg-card:oklch(100% 0 0);--bg-card2:oklch(94.5% .007 105);--bg-nav:oklch(98% .006 105/.88);--bg-hover:oklch(8% 0 0/.045);--shadow-strong:oklch(52% .025 105/.22);--border:oklch(36% .012 105/.11);--border-mid:oklch(36% .012 105/.18);--text:oklch(19% .01 105);--text-muted:oklch(43% .012 105);--text-dim:oklch(54% .012 105);--accent:oklch(77.6% .186 129);--accent-contrast:oklch(15% .01 105)}}:root[data-theme=light]{--bg:oklch(97.5% .006 105);--bg-card:oklch(100% 0 0);--bg-card2:oklch(94.5% .007 105);--bg-nav:oklch(98% .006 105/.88);--bg-hover:oklch(8% 0 0/.045);--shadow-strong:oklch(52% .025 105/.22);--border:oklch(36% .012 105/.11);--border-mid:oklch(36% .012 105/.18);--text:oklch(19% .01 105);--text-muted:oklch(43% .012 105);--text-dim:oklch(54% .012 105);--accent:oklch(77.6% .186 129);--accent-contrast:oklch(15% .01 105)}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:gray transparent}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:400;line-height:1.6}nav{z-index:100;background:var(--bg-nav);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;height:64px;padding:0 max(2rem,50% - 550px);display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo img{border-radius:7px;width:28px;height:28px}.nav-logo-text{color:var(--text);letter-spacing:-.01em;font-size:1.05rem;font-weight:600}.nav-back{color:var(--text-muted);border-radius:100px;align-items:center;gap:.4rem;margin-left:auto;padding:.45rem .85rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s,background .2s;display:flex}.nav-back:hover{color:var(--text);background:var(--bg-hover)}.page-wrap{max-width:720px;margin:0 auto;padding:7rem 2rem 6rem}.page-label{font-family:var(--mono);color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem}.page-title{letter-spacing:-.025em;color:var(--text);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.1}.page-date{font-family:var(--mono);color:var(--text-dim);margin-bottom:2.5rem;font-size:.78rem}.summary-box{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;margin-bottom:3rem;padding:1.5rem 1.75rem}.summary-box p{color:var(--text-muted);margin-bottom:.85rem;font-size:.9rem;font-weight:500}.summary-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.summary-list li{color:var(--text-muted);align-items:flex-start;gap:.65rem;font-size:.875rem;line-height:1.5;display:flex}.summary-list li:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.45em;display:block}.prose h2{color:var(--text);letter-spacing:-.01em;border-top:1px solid var(--border);margin:2.5rem 0 .65rem;padding-top:2.5rem;font-size:1.1rem;font-weight:600}.prose h2:first-child{border-top:none;margin-top:0;padding-top:0}.prose h3{color:var(--accent);letter-spacing:0;font-size:.9rem;font-weight:600;font-family:var(--mono);margin:1.5rem 0 .4rem}.prose p{color:var(--text-muted);margin-bottom:.9rem;font-size:.9rem;line-height:1.75}.prose p:last-child{margin-bottom:0}.prose ul{flex-direction:column;gap:.35rem;margin:.5rem 0 .9rem;list-style:none;display:flex}.prose ul li{color:var(--text-muted);align-items:flex-start;gap:.65rem;font-size:.875rem;line-height:1.6;display:flex}.prose ul li:before{content:"—";color:var(--text-dim);font-family:var(--mono);flex-shrink:0;margin-top:.15em;font-size:.75rem}.prose a{color:var(--accent);text-decoration:none}.prose a:hover{text-decoration:underline}footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem max(2rem,50% - 550px);display:flex}.footer-logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.footer-logo img{border-radius:5px;width:22px;height:22px}.footer-logo span{color:var(--text-muted);font-size:.95rem;font-weight:600}.footer-right{color:var(--text-dim);font-size:.78rem;font-family:var(--mono);flex-wrap:wrap;gap:1.5rem;display:flex}.footer-right a{color:var(--text-dim);text-decoration:none;transition:color .2s}.footer-right a:hover{color:var(--text-muted)}.theme-switch{border:1px solid var(--border);background:var(--bg-card);border-radius:999px;grid-template-columns:repeat(3,1fr);width:134px;height:42px;padding:4px;display:grid;position:relative}.theme-switch:before{content:"";background:var(--bg-card2);width:calc(33.3333% - 2.66667px);height:calc(100% - 8px);box-shadow:0 8px 22px -12px var(--shadow-strong);transform:translateX(calc(var(--theme-switch-index,0) * 100%));border-radius:999px;transition:transform .2s,background .2s;position:absolute;top:4px;left:4px}.theme-switch[data-active-theme=light]{--theme-switch-index:1}.theme-switch[data-active-theme=dark]{--theme-switch-index:2}.theme-switch button{z-index:1;min-width:0;color:var(--text-dim);cursor:pointer;background:0 0;border:0;border-radius:999px;outline:none;place-items:center;transition:color .16s;display:grid;position:relative}.theme-switch button:hover,.theme-switch button[aria-checked=true]{color:var(--text)}.theme-switch button:focus-visible{box-shadow:inset 0 0 0 1px var(--accent)}.theme-switch svg{stroke-width:1.8px;width:18px;height:18px}@media (width<=820px){footer{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.85rem 1rem;display:grid}.footer-logo{grid-area:1/1}.footer-right{grid-area:2/1;gap:1.25rem}footer .theme-switch{grid-area:1/2/span 2;place-self:end}}@media (width<=768px){nav{padding:0 1.25rem}.page-wrap{padding:6rem 1.5rem 5rem}footer{padding:1.5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
