.story-preview{color:inherit;text-align:center;border-left:3px solid #0000;border-right:3px solid #0000;border-radius:12px;padding:2rem;text-decoration:none;transition:transform .18s,background-color .18s;display:block}.story-preview h3{color:var(--text-h)}.read-story-link{align-items:center;gap:.35rem;font-style:oblique;display:inline-flex}.read-story-link .right-arrow{width:1em;transition:transform .18s;display:inline-block}.read-story-link:hover .right-arrow,.read-story-link:focus-visible .right-arrow{transform:translate(3px)}.tag-list{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:.5rem 0 1.5rem;padding:0;list-style:none;display:flex}.tag{border-radius:var(--radius-pill);border:1px solid rgb(from var(--accent) r g b / 20%);color:var(--accent);background:var(--accent-bg);padding:.45rem 1rem;font-size:.95rem}.horizontal-divider{border-radius:var(--radius-pill);background:linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);width:2.8rem;height:3px;margin-inline:auto}.hero{text-align:center;flex-direction:column;align-items:center;max-width:760px;margin:0 auto;padding-block:3rem;display:flex}.hero h1{margin-bottom:1.5rem}.hero p:first-of-type{color:var(--text-h);max-width:32rem;font-size:1.5rem}.hero p:last-of-type{max-width:42rem;color:var(--text-secondary);margin-top:1.5rem}.hero a{color:var(--accent);margin-top:2rem;font-weight:500;text-decoration:none}.recent-stories,.topics{padding-block:2rem}.explore-link{align-items:center;gap:.35rem;font-style:oblique;display:inline-flex}.explore-link .right-arrow{width:1em;transition:transform .18s;display:inline-block}.explore-link:hover .right-arrow,.explore-link:focus-visible .right-arrow{transform:translate(3px)}.section-header{flex-direction:column;align-items:center;gap:5rem;display:flex}.section-header h3{color:var(--text-secondary);margin:0;font-style:italic}.story{max-width:var(--content-width);margin:0 auto;padding:0}.story-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.story-title{text-wrap:balance;max-width:14ch;margin-inline:auto;font-size:clamp(2rem,6vw,3.5rem);font-weight:500;line-height:1.05}.story-summary{max-width:calc(var(--content-width) * .67);color:var(--text-secondary);font-size:1rem;font-style:italic;line-height:1.7}.story-date{color:var(--text-tertiary);opacity:.8;margin-bottom:1rem;font-size:.95rem}.story-content{margin-top:3rem}.story-content p{margin-bottom:1.6rem;line-height:1.8}.story-content p:last-child{margin-bottom:0}.insight{border-left:4px solid var(--accent);color:var(--text-h);margin:3rem 0;padding-left:1.5rem;font-size:1.25rem;font-weight:400;line-height:1.9}.story table{border-collapse:collapse;width:100%;margin:3rem 0}.story th,.story td{text-align:left;vertical-align:top;padding:.85rem 1.25rem}.story td{color:var(--text-secondary)}.story th{border-bottom:2px solid var(--accent-border);color:var(--text-primary);font-weight:600}.story tbody tr{border-bottom:1px solid var(--border)}.story tbody tr:last-child{border-bottom:none}.about{max-width:var(--content-width);margin-inline:auto;padding-block:3rem}.about section{margin-bottom:3rem}.about h1{margin-bottom:2rem}.about h2{margin-bottom:1.5rem}.about p{margin-bottom:1.25rem;line-height:1.7}.contact{max-width:var(--content-width);margin-inline:auto;padding-block:3rem}.contact h1{margin-bottom:2rem}.contact p{margin-bottom:1.25rem;line-height:1.7}.contact a{color:var(--accent);text-decoration:none}.contact a:hover{text-decoration:underline}:root{--text-primary:#6b6375;--text-secondary:#6b7280;--text-tertiary:#808696;--text-h:#08060d;--bg:#fff;--surface:#fcfcfd;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;--content-width:42rem;--radius-pill:999px;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text-primary);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text-primary:#f2f1f6;--text-secondary:#d2cedf;--text-tertiary:#a8a2bc;--text-h:#f3f4f6;--bg:#1b1922;--surface:#555;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}html{scrollbar-gutter:stable}*,:before,:after{box-sizing:border-box}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}html,body{margin:0;padding:0}body{font-family:var(--body);color:var(--text-primary);background:var(--bg);line-height:1.6}#root{flex-direction:column;width:100%;max-width:1126px;min-height:100svh;margin:0 auto;display:flex}a{color:var(--accent);text-decoration:none}h1,h2,h3{font-family:var(--heading);color:var(--text-h);font-weight:500}img{max-width:100%;display:block}@media (width<=1024px){.site-header,.site-logo img{height:80px}}.site-header{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);grid-template-columns:1fr auto 1fr;align-items:center;height:56px;display:grid;position:sticky;top:0}.site-logo{justify-self:start;width:fit-content;height:fit-content;display:inline-flex}.site-logo img{transform-origin:0;width:auto;height:42px;transition:transform .18s;display:block}.site-logo:hover img{transform:scale(1.06)}.site-nav{justify-self:center;align-items:center;gap:2.5rem;display:flex}.site-nav a{color:var(--text-secondary);text-decoration:none}.site-nav a:hover,.site-nav a.active{color:var(--accent)}.site-footer{color:var(--text-tertiary);flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 0;font-size:.8rem;display:flex}.site-footer .build-info{text-align:center;color:var(--text-tertiary);opacity:.4;font-size:.7em;font-family:var(--mono)}
