: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{background:var(--bg);color:var(--text);margin:0;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{background:var(--accent);color:#04121f;cursor:pointer;border:none;border-radius:8px;padding:8px 14px;font-size:14px;font-weight:600;display:inline-block}.btn.ghost{color:var(--muted);border:1px solid var(--line);background:0 0}.btn.danger{background:var(--neg);color:#1a0505}.app.svelte-12qhfyh{flex-direction:column;height:100dvh;display:flex}header.svelte-12qhfyh{border-bottom:1px solid var(--line);background:var(--panel);align-items:center;gap:14px;padding:10px 18px;display:flex}.brand.svelte-12qhfyh{color:var(--text);font-size:16px;font-weight:700}nav.svelte-12qhfyh{gap:4px;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);border-radius:8px;padding:6px 12px}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{z-index:1000;background:linear-gradient(90deg, transparent, var(--accent), transparent);background-repeat:no-repeat;background-size:40% 100%;width:100%;height:3px;animation:.9s linear infinite svelte-12qhfyh-nav-slide;position:fixed;top:0;left:0}@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-direction:column;flex:1;min-height:0;padding:14px 18px;display:flex;overflow-y:auto}.eyes{max-width:980px;margin:0 auto}.eyes h1{margin:0 0 20px;font-size:22px}.eyes .card{border-radius:12px;margin-bottom:18px;padding:18px}.eyes .card h2{margin:0 0 14px;font-size:16px}.eyes table{border-collapse:collapse;width:100%}.eyes th,.eyes td{text-align:left;border-bottom:1px solid var(--line);padding:8px 10px}.eyes th{color:var(--muted);font-size:13px;font-weight:600}.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);border-radius:8px;padding:8px 10px;font-size:14px}.eyes label{color:var(--muted);margin-bottom:4px;font-size:13px;display:block}.eyes button{background:var(--accent);color:#04121f;cursor:pointer;border:0;border-radius:8px;padding:8px 14px;font-size:14px;font-weight:600}.eyes button.danger{color:var(--neg);border:1px solid var(--neg);background:0 0}.eyes .flash{border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:14px}.eyes .flash.ok{border:1px solid var(--pos);background:#35c66b1f}.eyes .flash.err{border:1px solid var(--neg);background:#ff6b6b1f}
