:root{color-scheme:light dark;--bg: #f6f7f9;--bg-elevated: #ffffff;--bg-sunken: #eceef1;--border: #d8dbe0;--border-strong: #b9bec7;--text: #1b1f24;--text-muted: #5a626d;--text-faint: #868d98;--accent: #4f46e5;--accent-contrast: #ffffff;--accent-soft: #e8e6fb;--danger: #c2334d;--danger-soft: #fbe6ea;--success: #1f7a4d;--success-soft: #e3f3ea;--warn: #b06a00;--warn-soft: #fdf1dc;--info: #1d5fb0;--info-soft: #e1ecfa;--chip-bg: #eceef1;--code-bg: #f0f1f4;--shadow: 0 1px 2px rgba(20, 23, 28, .06), 0 2px 8px rgba(20, 23, 28, .06);--radius: 12px;--radius-sm: 8px;--focus-ring: 0 0 0 3px rgba(79, 70, 229, .45);--mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px}@media(prefers-color-scheme:dark){:root{--bg: #14171b;--bg-elevated: #1c2026;--bg-sunken: #0f1216;--border: #2b313a;--border-strong: #3a414d;--text: #e8eaed;--text-muted: #a4adba;--text-faint: #767f8c;--accent: #8b86f5;--accent-contrast: #14171b;--accent-soft: #262450;--danger: #f08098;--danger-soft: #3a1f27;--success: #6ed29c;--success-soft: #18301f;--warn: #e0a44e;--warn-soft: #3a2c14;--info: #7fb2f0;--info-soft: #172a45;--chip-bg: #262b33;--code-bg: #12151a;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 2px 8px rgba(0, 0, 0, .35);--focus-ring: 0 0 0 3px rgba(139, 134, 245, .5)}}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent)}button,input,select,textarea{font:inherit}code,pre,kbd{font-family:var(--mono);font-size:13px}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.btn{appearance:none;display:inline-flex;align-items:center;gap:var(--space-2);border:1px solid var(--border-strong);background:var(--bg);color:var(--text);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);font-weight:600;line-height:1.3;cursor:pointer;text-decoration:none;white-space:nowrap}.btn:hover:not(:disabled){background:var(--bg-sunken)}.btn:disabled{opacity:.6;cursor:default}.btn-primary{border-color:transparent;background:var(--accent);color:var(--accent-contrast)}.btn-primary:hover:not(:disabled){background:var(--accent);filter:brightness(1.08)}.btn-danger{border-color:transparent;background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:var(--danger);filter:brightness(1.08)}.btn-ghost{border-color:transparent;background:transparent}.btn-sm{padding:var(--space-1) var(--space-2);font-size:13px}.field{display:flex;flex-direction:column;gap:var(--space-1);font-weight:600;font-size:13px;color:var(--text-muted)}.field>input,.field>select,.field>textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);padding:var(--space-2) var(--space-3);font-weight:400;font-size:15px;width:100%}.field>input:focus-visible,.field>select:focus-visible,.field>textarea:focus-visible{border-color:var(--accent)}.field>input[aria-invalid=true],.field>textarea[aria-invalid=true]{border-color:var(--danger)}.field-hint{font-weight:400;color:var(--text-faint);font-size:12px}.field-error{font-weight:600;color:var(--danger);font-size:12px}.checkbox{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:600;font-size:14px;cursor:pointer}.checkbox>input{width:18px;height:18px;accent-color:var(--accent)}.pill{display:inline-flex;align-items:center;gap:var(--space-1);padding:1px var(--space-2);border-radius:999px;font-size:12px;font-weight:700;line-height:1.6;border:1px solid transparent;white-space:nowrap}.pill-ok{background:var(--success-soft);color:var(--success)}.pill-busy{background:var(--info-soft);color:var(--info)}.pill-error{background:var(--danger-soft);color:var(--danger)}.pill-warn{background:var(--warn-soft);color:var(--warn)}.pill-muted{background:var(--chip-bg);color:var(--text-muted)}.notice{margin:0;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:14px;font-weight:600}.notice-error{background:var(--danger-soft);color:var(--danger)}.notice-warn{background:var(--warn-soft);color:var(--warn)}.notice-info{background:var(--info-soft);color:var(--info)}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.mono{font-family:var(--mono);font-size:13px}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;margin-bottom:var(--space-4)}.page-head h1{margin:0;font-size:24px;line-height:1.2}.page-actions{display:flex;gap:var(--space-2);flex-wrap:wrap}.empty{text-align:center;padding:var(--space-6) var(--space-4);color:var(--text-muted);border:1px dashed var(--border-strong);border-radius:var(--radius)}.md{line-height:1.6;overflow-wrap:anywhere}.md>:first-child{margin-top:0}.md h1,.md h2,.md h3,.md h4{line-height:1.25;margin:1.4em 0 .5em}.md h1{font-size:20px}.md h2{font-size:18px}.md h3{font-size:16px}.md pre{background:var(--code-bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-3);overflow-x:auto}.md code{background:var(--code-bg);border-radius:4px;padding:0 4px}.md pre code{background:none;padding:0}.md table{border-collapse:collapse;width:100%;font-size:14px}.md th,.md td{border:1px solid var(--border);padding:var(--space-1) var(--space-2);text-align:left}.md blockquote{margin:0;padding-left:var(--space-3);border-left:3px solid var(--border-strong);color:var(--text-muted)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.toasts.svelte-1cpok13{position:fixed;right:var(--space-4);bottom:var(--space-4);z-index:50;display:flex;flex-direction:column;gap:var(--space-2);max-width:min(420px,calc(100vw - 2 * var(--space-4)))}.toast.svelte-1cpok13{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border);border-left-width:4px;box-shadow:var(--shadow);font-size:14px}.toast-info.svelte-1cpok13{border-left-color:var(--info)}.toast-success.svelte-1cpok13{border-left-color:var(--success)}.toast-error.svelte-1cpok13{border-left-color:var(--danger)}.toast-text.svelte-1cpok13{flex:1;overflow-wrap:anywhere}.toast-close.svelte-1cpok13{appearance:none;border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:0 var(--space-1);line-height:1}.toast-close.svelte-1cpok13:hover{color:var(--text)}@media(prefers-reduced-motion:no-preference){.toast.svelte-1cpok13{animation:svelte-1cpok13-toast-in .16s ease-out}}@keyframes svelte-1cpok13-toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.skip-link.svelte-12qhfyh{position:absolute;left:-9999px;top:0;z-index:100;background:var(--accent);color:var(--accent-contrast);padding:var(--space-2) var(--space-4);border-radius:0 0 var(--radius-sm) 0;font-weight:700}.skip-link.svelte-12qhfyh:focus{left:0}.app-bar.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-5);padding:var(--space-3) var(--space-4);min-height:56px;background:var(--bg-elevated);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.hamburger.svelte-12qhfyh{display:none;appearance:none;align-items:center;justify-content:center;width:40px;height:40px;flex:none;padding:0;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);cursor:pointer}.hamburger.svelte-12qhfyh:hover{background:var(--bg-sunken)}.hamburger-bars.svelte-12qhfyh,.hamburger-bars.svelte-12qhfyh:before,.hamburger-bars.svelte-12qhfyh:after{content:"";display:block;width:18px;height:2px;border-radius:2px;background:currentColor}.hamburger-bars.svelte-12qhfyh{position:relative}.hamburger-bars.svelte-12qhfyh:before{position:absolute;top:-6px}.hamburger-bars.svelte-12qhfyh:after{position:absolute;top:6px}.brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:800;color:var(--text);text-decoration:none}.brand-mark.svelte-12qhfyh{color:var(--accent);font-size:20px}.nav.svelte-12qhfyh{display:flex;gap:var(--space-1);flex:1}.nav-link.svelte-12qhfyh{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--text-muted);text-decoration:none;font-weight:600}.nav-link.svelte-12qhfyh:hover{background:var(--bg-sunken);color:var(--text)}.nav-link.active.svelte-12qhfyh{background:var(--accent-soft);color:var(--accent)}.user-area.svelte-12qhfyh{position:relative;display:flex;align-items:center}.user-button.svelte-12qhfyh{appearance:none;display:inline-flex;align-items:center;gap:var(--space-2);border:1px solid transparent;background:transparent;color:var(--text);border-radius:999px;padding:2px var(--space-3) 2px 2px;cursor:pointer;max-width:260px}.user-button.svelte-12qhfyh:hover,.user-button[aria-expanded=true].svelte-12qhfyh{background:var(--bg-sunken);border-color:var(--border)}.avatar.svelte-12qhfyh{width:28px;height:28px;border-radius:50%;flex:none;object-fit:cover}.avatar-initials.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:800}.user-name.svelte-12qhfyh{font-weight:600;font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu.svelte-12qhfyh{position:absolute;right:0;top:calc(100% + 6px);min-width:240px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:var(--space-2);display:flex;flex-direction:column;gap:var(--space-1);z-index:20}.user-menu[hidden].svelte-12qhfyh{display:none}.user-menu-id.svelte-12qhfyh{display:flex;flex-direction:column;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border)}.user-menu-name.svelte-12qhfyh{font-weight:700}.user-menu-email.svelte-12qhfyh{color:var(--text-muted);font-size:13px;overflow-wrap:anywhere}.user-menu-item.svelte-12qhfyh{appearance:none;border:none;background:transparent;color:var(--text);text-align:left;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-weight:600;cursor:pointer}.user-menu-item.svelte-12qhfyh:hover:not(:disabled){background:var(--bg-sunken)}.main.svelte-12qhfyh{max-width:960px;margin:0 auto;padding:var(--space-4)}.main.bare.svelte-12qhfyh{max-width:none;padding:0}.menu-dialog.svelte-12qhfyh{margin:0 auto 0 0;padding:0;width:min(82vw,320px);max-width:320px;height:100%;max-height:100%;border:none;border-right:1px solid var(--border);background:var(--bg-elevated);color:var(--text);box-shadow:var(--shadow)}.menu-dialog.svelte-12qhfyh::backdrop{background:#14171c73}.menu-panel.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--space-4);height:100%;padding:var(--space-4)}.menu-head.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.menu-title.svelte-12qhfyh{font-weight:800;color:var(--text)}.menu-close.svelte-12qhfyh{appearance:none;width:36px;height:36px;flex:none;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);cursor:pointer;font-size:14px;line-height:1}.menu-close.svelte-12qhfyh:hover{background:var(--bg-sunken)}.menu-nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--space-1)}.menu-link.svelte-12qhfyh{padding:var(--space-3);border-radius:var(--radius-sm);color:var(--text);text-decoration:none;font-weight:600}.menu-link.svelte-12qhfyh:hover{background:var(--bg-sunken)}.menu-link.active.svelte-12qhfyh{background:var(--accent-soft);color:var(--accent)}.menu-foot.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:auto;padding-top:var(--space-3);border-top:1px solid var(--border)}.menu-user.svelte-12qhfyh{color:var(--text-muted);font-weight:600;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(prefers-reduced-motion:no-preference){.menu-dialog[open].svelte-12qhfyh{animation:svelte-12qhfyh-menu-slide-in .18s ease-out}.menu-dialog[open].svelte-12qhfyh::backdrop{animation:svelte-12qhfyh-menu-fade-in .18s ease-out}}@keyframes svelte-12qhfyh-menu-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes svelte-12qhfyh-menu-fade-in{0%{opacity:0}to{opacity:1}}@media(max-width:640px){.hamburger.svelte-12qhfyh{display:inline-flex}.nav.svelte-12qhfyh{display:none}.app-bar.svelte-12qhfyh{gap:var(--space-3)}.brand.svelte-12qhfyh{flex:1;min-width:0}.brand-text.svelte-12qhfyh{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-name.svelte-12qhfyh{display:none}.user-button.svelte-12qhfyh{padding-right:2px}}
