@import "https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";
:root{--bg:#f5f2ed;--bg-card:#fffdf9;--bg-warm:#ece8e1;--text:#1a1816;--text-secondary:#4a4640;--text-muted:#7a756d;--border:#e6e0d6;--accent:#c5956b;--accent-light:#b8860b14;--green:#7d9e6a;--green-light:#7d9e6a1a;--red:#c0564b;--red-light:#c0564b14;--shadow-sm:0 1px 4px #2c2a260a;--shadow-md:0 3px 12px #2c2a260f;--radius:6px;--radius-lg:12px}*{box-sizing:border-box}html,body{-webkit-font-smoothing:antialiased;color:var(--text);background:var(--bg);min-height:100vh;margin:0;padding:0;font-family:Inter,Noto Serif TC,-apple-system,sans-serif;font-weight:500;line-height:1.7}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
