:root{--indigo: #241C54;--indigo-2: #2F2768;--iris: #6E5FE0;--iris-ink: #5A4BC9;--iris-bright: #8B7DF2;--lime: #B3BD52;--olive-ink: #6E7A24;--paper: #F7F6FB;--surface: #FFFFFF;--ink: #221F3D;--muted: #6C6889;--lav: #C7C1EC;--line: #E6E4F2;--font-display: "Fredoka", system-ui, sans-serif;--font-body: "Mulish", system-ui, sans-serif;--measure: 65ch}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:18px;line-height:1.75;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.wrap{width:100%;max-width:760px;margin:0 auto;padding:0 24px}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.12;letter-spacing:-.01em;color:var(--ink)}a{color:var(--iris-ink);text-decoration-thickness:1.5px;text-underline-offset:3px;transition:color .15s ease}a:hover{color:var(--iris-bright)}.eyebrow{font-family:var(--font-display);font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--iris-ink)}.eyebrow-lime{font-family:var(--font-display);font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lime)}.site-header{background:var(--indigo)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px}.brand{font-family:var(--font-display);font-weight:700;font-size:1.55rem;letter-spacing:-.02em;color:#fff;text-decoration:none;line-height:1}.brand .tick{color:var(--lime)}.nav{display:flex;gap:24px;font-family:var(--font-display);font-size:.9rem;font-weight:500}.nav a{color:var(--lav);text-decoration:none}.nav a:hover{color:var(--lime)}.masthead{background:var(--indigo);padding:40px 0 64px;position:relative}.masthead .lead{font-family:var(--font-display);font-weight:700;font-size:clamp(2.3rem,6.5vw,3.8rem);line-height:1.02;letter-spacing:-.025em;max-width:15ch;margin:16px 0 0;color:#fff;text-shadow:4px 4px 0 rgba(110,95,224,.55)}.masthead .lead .hl{color:var(--lime);text-shadow:4px 4px 0 rgba(0,0,0,.18)}.masthead p{color:var(--lav);max-width:48ch;margin:22px 0 0;font-size:1.1rem;line-height:1.6}.index{padding:34px 0 56px;position:relative}.index .wrap{display:grid;gap:16px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.chip{font-family:var(--font-display);font-size:.82rem;font-weight:500;padding:7px 15px;border-radius:999px;text-decoration:none;color:var(--ink);background:var(--surface);border:1px solid var(--line);transition:transform .15s ease,border-color .15s ease,color .15s ease,background .15s ease}.chip:hover{border-color:var(--iris);color:var(--iris-ink);transform:translateY(-1px)}.chip.active{background:var(--indigo);color:#fff;border-color:var(--indigo)}.post-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px 28px;text-decoration:none;color:var(--ink);display:block;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.post-card:hover{transform:translateY(-3px);box-shadow:8px 10px #6e5fe029;border-color:var(--iris)}.post-card .row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}.post-card .date{font-size:.82rem;color:var(--muted);font-weight:600}.post-card h2{font-size:1.5rem;margin:2px 0 0;line-height:1.16}.post-card:hover h2{color:var(--iris-ink)}.post-card .desc{color:var(--ink);opacity:.82;margin:10px 0 0;font-size:1rem}.article-header{background:var(--indigo);padding:30px 0 44px}.article-header h1{font-size:clamp(2rem,5vw,3rem);margin:12px 0 0;max-width:20ch;color:#fff}.article-meta{font-family:var(--font-display);font-size:.85rem;color:var(--lav);margin-top:16px;font-weight:500}.article-body{padding-top:44px}.prose{max-width:var(--measure)}.prose p{margin:0 0 1.35em}.prose h2{font-size:1.5rem;margin:2.1em 0 .5em;color:var(--ink)}.prose h3{font-size:1.2rem;margin:1.7em 0 .4em}.prose a{font-weight:600}.prose blockquote{margin:1.7em 0;padding:14px 22px;border-left:4px solid var(--lime);background:#fff;border-radius:0 12px 12px 0;color:var(--ink);font-style:italic}.prose img{max-width:100%;height:auto;border-radius:12px}.prose code{font-family:ui-monospace,Menlo,monospace;font-size:.85em;background:#edebf7;color:var(--iris-ink);padding:2px 6px;border-radius:5px}.prose hr{border:none;border-top:1px solid var(--line);margin:2.4em 0}.prose>p:first-of-type:first-letter{font-family:var(--font-display);font-weight:700;font-size:3.2em;line-height:.7;float:left;margin:.05em .1em 0 0;color:var(--iris)}.back-link{display:inline-block;margin:52px 0 0;font-family:var(--font-display);font-size:.9rem;font-weight:600;text-decoration:none}.back-link:hover{text-decoration:underline}.site-footer{background:var(--indigo);margin-top:72px}.site-footer .wrap{padding:30px 24px 40px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-family:var(--font-display);font-size:.88rem;font-weight:500;color:var(--lav)}.site-footer a{color:#fff;text-decoration:none}.site-footer a:hover,.site-footer .tick{color:var(--lime)}:focus-visible{outline:2px solid var(--iris);outline-offset:3px;border-radius:3px}@media(max-width:560px){.masthead{padding-bottom:72px}.post-card{padding:22px 20px}.nav{gap:16px;font-size:.85rem}.site-header .wrap{padding:16px 20px}}@media(prefers-reduced-motion:no-preference){.fade-up{animation:fadeUp .6s cubic-bezier(.22,1,.36,1) both}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}:root{--pagefind-ui-primary: #241C54;--pagefind-ui-text: #221F3D;--pagefind-ui-background: #FFFFFF;--pagefind-ui-border: #E6E4F2;--pagefind-ui-tag: #F1EFFA;--pagefind-ui-border-width: 1px;--pagefind-ui-border-radius: 12px;--pagefind-ui-font: "Mulish", system-ui, sans-serif}#search{margin-top:4px}.search-note{color:var(--muted);font-size:.95rem;background:#fff;border:1px dashed var(--line);border-radius:12px;padding:14px 18px;margin-top:18px}.search-note code{font-family:ui-monospace,Menlo,monospace;font-size:.85em;background:#edebf7;color:var(--iris-ink);padding:2px 6px;border-radius:5px}
