:root{--bg: #0f1419;--bg-card: #1a2332;--accent: #00d4aa;--accent-dim: #00a080;--text: #e6edf3;--text-muted: #8b949e;--border: #30363d;--danger: #f85149;--warn: #d29922;font-family:Noto Sans TC,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;background:var(--accent);color:var(--bg);font-weight:500;transition:background .2s}button:hover{background:var(--accent-dim)}button.secondary{background:var(--border);color:var(--text)}button.secondary:hover{background:#404851}input,select,textarea{font-family:inherit;background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:8px 12px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)}table{width:100%;border-collapse:collapse}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}th{color:var(--text-muted);font-weight:500;font-size:.85em}
