:root{--background:#f5f3ed;--background-alt:#eceae3;--foreground:#2d3632;--foreground-soft:#44514b;--accent:#c06223;--accent-light:rgba(192,98,35,0.06);--accent-ink:#7d3f1b;--accent-hover:#a35420;--muted:#8a9189;--muted-light:#b5bab3;--border:#ddd9d0;--border-dark:#c5c0b7;--border-strong:#aba397;--card-bg:#faf8f3;--card-radius:0.55rem;--card-shadow:0 1px 0 rgba(45,54,50,0.04);--card-shadow-hover:0 10px 20px rgba(45,54,50,0.05);--error:#b33a3a;--success:#2d8659;--content-max-width:380px;--page-max-width:1160px;--section-space:clamp(3rem,6vw,6rem);--z-grain:1;--z-header:90;--z-nav:100;--z-toast:1000;--font-sans:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;--font-serif:"Georgia","Times New Roman","Noto Serif",serif;--font-zh:var(--font-noto),"Noto Sans TC",sans-serif;--font-mono:"SFMono-Regular","IBM Plex Mono","Cascadia Mono","Menlo",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans),var(--font-zh);background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.7;letter-spacing:.02em}body:after{content:"";position:fixed;inset:0;z-index:var(--z-grain);pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px}code,kbd,pre,samp{font-family:var(--font-mono)}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.divider{width:100%;border:none;border-top:1px solid var(--border);background:none;height:0}