:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang HK", "Microsoft JhengHei", "Noto Sans TC", sans-serif;--font-mono: "SF Mono", ui-monospace, "JetBrains Mono", Menlo, monospace;--bg: #f3f2ef;--surface: #fcfbf9;--surface-2: #ecebe5;--surface-3: #e4e2da;--border: #e5e3db;--border-strong: #d3d0c6;--ink: #1c1b18;--text: #26251f;--text-muted: #6a675e;--text-faint: #a4a199;--accent: #2f5da8;--accent-weak: #e8eef6;--accent-line: #2f5da8;--danger: #b23b30;--danger-weak: #f8ebe7;--ok: #2f7d54;--warn: #946400;--radius: 6px;--radius-sm: 5px;--radius-lg: 10px;--shadow-sm: 0 1px 0 rgba(28, 24, 16, .05);--shadow: 0 6px 20px -8px rgba(28, 24, 16, .2);--shadow-lg: 0 18px 48px -16px rgba(28, 24, 16, .34);--ease: cubic-bezier(.2, .6, .2, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--dur-1: .1s;--dur-2: .16s;--dur-3: .24s;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--h-topbar: 52px}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv05","ss01"}h1,h2,h3,h4{margin:0;font-weight:640;letter-spacing:-.014em;color:var(--ink)}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit}.tnum{font-variant-numeric:tabular-nums}.btn{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 11px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-weight:540;white-space:nowrap;transition:background var(--dur-2) var(--ease),border-color var(--dur-2) var(--ease),color var(--dur-2) var(--ease),box-shadow var(--dur-2) var(--ease),transform var(--dur-1) var(--ease)}.btn:hover{background:var(--surface-2);border-color:var(--border-strong)}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--ink);border-color:var(--ink);color:#fff}.btn-primary:hover{background:#000;border-color:#000;box-shadow:var(--shadow-sm)}.btn-danger{color:var(--danger)}.btn-danger:hover{background:var(--danger-weak);border-color:var(--danger)}.btn-ghost{border-color:transparent;background:transparent}.btn-ghost:hover{background:var(--surface-2)}.btn-sm{height:28px;padding:0 9px;font-size:12.5px}.btn-icon{width:32px;padding:0;justify-content:center}.btn-sm.btn-icon{width:28px}.field{display:flex;flex-direction:column;gap:5px}.field>label{font-size:11.5px;font-weight:600;color:var(--text-muted);letter-spacing:.01em}.input,.select,.textarea{height:32px;padding:0 10px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);width:100%;transition:border-color var(--dur-2) var(--ease),box-shadow var(--dur-2) var(--ease)}.input:hover,.select:hover,.textarea:hover{border-color:var(--border-strong)}.textarea{height:auto;padding:8px 10px;resize:vertical;min-height:68px}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.badge{display:inline-flex;align-items:center;gap:5px;height:19px;padding:0 7px;border-radius:4px;font-size:11.5px;font-weight:560;background:var(--surface-2);color:var(--text-muted);transition:background var(--dur-2) var(--ease),color var(--dur-2) var(--ease)}.swatch{width:9px;height:9px;border-radius:2px;flex:none}.tbl{width:100%;border-collapse:collapse}.tbl th{text-align:left;font-size:11.5px;font-weight:600;color:var(--text-muted);padding:9px 12px;border-bottom:1px solid var(--border);background:var(--surface-2)}.tbl td{padding:9px 12px;border-bottom:1px solid var(--border);vertical-align:middle;transition:background var(--dur-1) var(--ease)}.tbl tr:last-child td{border-bottom:none}.tbl tbody tr:hover td{background:var(--surface-2)}.muted{color:var(--text-muted)}.row{display:flex;align-items:center;gap:var(--space-3)}.spread{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.stack{display:flex;flex-direction:column;gap:var(--space-3)}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:#c9c6bd;border-radius:999px;border:3px solid var(--bg);transition:background var(--dur-2) var(--ease)}::-webkit-scrollbar-thumb:hover{background:#b0ada3}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.host.svelte-53xc05{position:fixed;bottom:18px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;z-index:80;pointer-events:none}.toast.svelte-53xc05{pointer-events:auto;display:flex;align-items:center;gap:9px;padding:9px 12px 9px 13px;background:var(--ink);color:#fff;border-radius:8px;font-size:13px;font-weight:500;box-shadow:var(--shadow-lg);animation:svelte-53xc05-rise .16s ease}.toast.error.svelte-53xc05{background:var(--danger)}.toast.ok.svelte-53xc05{background:var(--ok)}.x.svelte-53xc05{display:inline-flex;border:none;background:transparent;color:#ffffffb3;padding:2px;margin-left:2px}.x.svelte-53xc05:hover{color:#fff}@keyframes svelte-53xc05-rise{0%{opacity:0;transform:translateY(8px)}}.shell.svelte-12qhfyh{display:flex;flex-direction:column;height:100vh}.topbar.svelte-12qhfyh{height:var(--h-topbar);flex:none;display:flex;align-items:center;gap:var(--space-5);padding:0 var(--space-5);background:var(--surface);border-bottom:1px solid var(--border)}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-2)}.mark.svelte-12qhfyh{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:var(--ink);color:#fff;font-weight:700;font-size:12px;letter-spacing:-.02em}.brand-name.svelte-12qhfyh{font-weight:650;letter-spacing:-.01em}.nav.svelte-12qhfyh{display:flex;gap:var(--space-1)}.navlink.svelte-12qhfyh{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 var(--space-3);border-radius:var(--radius-sm);color:var(--text-muted);font-weight:550}.navlink.svelte-12qhfyh:hover{background:var(--surface-2);color:var(--text)}.navlink.active.svelte-12qhfyh{background:var(--accent-weak);color:var(--accent)}.spacer.svelte-12qhfyh{flex:1}.user.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-3)}.email.svelte-12qhfyh{font-size:13px}.content.svelte-12qhfyh{flex:1;min-height:0;overflow:auto}@media(max-width:640px){.email.svelte-12qhfyh{display:none}}
