:root{--bg:#c8e0f4;--surface:#fff;--border:#9cc;--text:#000;--text-muted:#666;--danger:#d0021b;--success:#f5a623;--primary:#2389e9;--primary-dark:#1a6fc0;--accent:#f69;--brown:#c8e0f4;--brown-dark:#c8e0f4;--primary-green:#2389e9;--teal:#2389e9;--teal-light:#5ba8ef;--gold:#e79b03}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh}body{color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell{background:var(--bg);width:min(100%,750px);min-height:100vh;margin:0 auto;position:relative}.page-body{padding:0}.card{background:var(--surface);border:1px solid var(--border)}.muted{color:var(--text-muted)}.page-placeholder{text-align:center;border:1px dashed var(--border);background:var(--surface);margin-top:12px;padding:24px 16px}
