:root{--fillr-bg:#f4f5f8;--fillr-bg-alt:#ebecef;--fillr-surface:#ffffff;--fillr-text:#1c1c1e;--fillr-text-secondary:rgba(60,60,67,0.72);--fillr-text-muted:rgba(60,60,67,0.48);--fillr-border:rgba(0,0,0,0.08);--fillr-accent:#007aff;--fillr-accent-hover:#0066d6;--fillr-accent-soft:rgba(0,122,255,0.08);--fillr-radius:16px;--fillr-radius-sm:12px;--fillr-shadow:0 18px 45px rgba(0,0,0,0.06);--fillr-shadow-sm:0 4px 20px rgba(0,0,0,0.04);--fillr-max:1120px;--font-sans:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:1rem}body{margin:0;font-family:var(--font-sans);color:var(--fillr-text);background-color:var(--fillr-bg);background-image:linear-gradient(165deg,rgba(255,255,255,.42),transparent 32%);background-repeat:no-repeat;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--fillr-accent);text-decoration:none;font-weight:600}a:hover{text-decoration:underline}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:.9em;background:rgba(0,0,0,.05);padding:.15em .4em;border-radius:6px}