:root{--bg: #0f1720;--panel: #182430;--panel-2: #1f2e3d;--line: #2b3d4f;--text: #e6edf3;--muted: #93a4b5;--accent: #4aa3ff;--pos: #35c66b;--neg: #ff6b6b}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Noto Sans TC,sans-serif;font-size:14px}a{color:var(--accent);text-decoration:none}.card{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:16px}.muted{color:var(--muted)}.btn{display:inline-block;background:var(--accent);color:#04121f;font-weight:600;border:none;border-radius:8px;padding:8px 14px;cursor:pointer;font-size:14px}.btn.ghost{background:transparent;color:var(--muted);border:1px solid var(--line)}.btn.danger{background:var(--neg);color:#1a0505}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}header.svelte-12qhfyh{display:flex;align-items:center;gap:14px;padding:10px 18px;border-bottom:1px solid var(--line);background:var(--panel)}.brand.svelte-12qhfyh{font-weight:700;font-size:16px;color:var(--text)}nav.svelte-12qhfyh{display:flex;gap:4px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:6px 12px;border-radius:8px;color:var(--muted)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh),nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--panel-2);color:var(--text)}.nav-progress.svelte-12qhfyh{position:fixed;top:0;left:0;height:3px;width:100%;z-index:1000;background:linear-gradient(90deg,transparent,var(--accent),transparent);background-size:40% 100%;background-repeat:no-repeat;animation:svelte-12qhfyh-nav-slide .9s linear infinite}@keyframes svelte-12qhfyh-nav-slide{0%{background-position:-40% 0}to{background-position:140% 0}}.spacer.svelte-12qhfyh{flex:1}.who.svelte-12qhfyh{color:var(--muted)}.logout.svelte-12qhfyh{color:var(--muted);border:1px solid var(--line);border-radius:8px;padding:5px 10px}main.svelte-12qhfyh{flex:1;padding:14px 18px}.eyes{max-width:980px;margin:0 auto}.eyes h1{margin:0 0 20px;font-size:22px}.eyes .card{margin-bottom:18px;padding:18px;border-radius:12px}.eyes .card h2{margin:0 0 14px;font-size:16px}.eyes table{width:100%;border-collapse:collapse}.eyes th,.eyes td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--line)}.eyes th{color:var(--muted);font-weight:600;font-size:13px}.eyes td.num,.eyes th.num{text-align:right;font-variant-numeric:tabular-nums}.eyes input,.eyes select{background:var(--panel-2);border:1px solid var(--line);color:var(--text);padding:8px 10px;border-radius:8px;font-size:14px}.eyes label{display:block;font-size:13px;color:var(--muted);margin-bottom:4px}.eyes button{background:var(--accent);color:#04121f;border:0;padding:8px 14px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer}.eyes button.danger{background:transparent;color:var(--neg);border:1px solid var(--neg)}.eyes .flash{padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:14px}.eyes .flash.ok{background:#35c66b1f;border:1px solid var(--pos)}.eyes .flash.err{background:#ff6b6b1f;border:1px solid var(--neg)}
