:root{--color-bg: #ffffff;--color-bg-soft: #fafafa;--color-bg-muted: #f4f4f5;--color-border: #e4e4e7;--color-border-soft: #f4f4f5;--color-text: #09090b;--color-text-strong: #18181b;--color-text-muted: #52525b;--color-text-soft: #71717a;--color-text-faint: #a1a1aa;--color-text-fainter: #d4d4d8;--color-primary: #18181b;--color-primary-fg: #fafafa;--color-success-bg: #f0fdf4;--color-success-border: #bbf7d0;--color-success-text: #15803d;--color-success-dot: #16a34a;--color-warn-bg: #fffbeb;--color-warn-border: #fde68a;--color-warn-text: #b45309;--color-warn-dot: #f59e0b;--color-danger-bg: #fef2f2;--color-danger-border: #fecaca;--color-danger-text: #b91c1c;--color-danger-dot: #dc2626;--color-info-bg: #eff6ff;--color-info-border: #bfdbfe;--color-info-text: #2563eb;--radius-sm: 6px;--radius: 8px;--radius-md: 9px;--radius-lg: 12px;--radius-xl: 16px;--shadow-card: 0 1px 2px rgba(0, 0, 0, .04);--shadow-btn: 0 1px 2px rgba(0, 0, 0, .08);--shadow-modal: 0 24px 60px rgba(0, 0, 0, .28);--font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "Geist Mono", ui-monospace, SFMono-Regular, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;color:var(--color-text);background:var(--color-bg)}a{color:var(--color-text-strong);text-decoration:none}a:hover{color:var(--color-text-muted)}button{font-family:inherit}input,textarea,select{font-family:inherit;color:var(--color-text-strong);outline:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:8px;border:3px solid var(--color-bg)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-fainter)}.page-container{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.page-container--narrow{max-width:900px}.page-container--tight{max-width:760px}.card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.btn-primary{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 15px;border-radius:var(--radius);background:var(--color-primary);color:var(--color-primary-fg);font-size:13px;font-weight:500;border:none;cursor:pointer;box-shadow:var(--shadow-btn)}.btn-primary:hover{background:#27272a}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 14px;border-radius:var(--radius);background:var(--color-bg);color:var(--color-text-muted);font-size:13px;font-weight:500;border:1px solid var(--color-border);cursor:pointer}.btn-ghost:hover{background:var(--color-bg-soft)}.input{width:100%;height:38px;padding:0 12px;border-radius:var(--radius);border:1px solid var(--color-border);font-size:13px;color:var(--color-text-strong)}.input:focus{border-color:var(--color-text-muted)}.loader-screen.svelte-12qhfyh{height:100vh;display:flex;align-items:center;justify-content:center}.loader-spinner.svelte-12qhfyh{width:32px;height:32px;border-radius:50%;border:3px solid var(--color-border);border-top-color:var(--color-primary);animation:svelte-12qhfyh-spin .8s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.shell.svelte-12qhfyh{display:flex;height:100vh;width:100%;overflow:hidden}.sidebar.svelte-12qhfyh{width:248px;flex-shrink:0;border-right:1px solid var(--color-border);display:flex;flex-direction:column;background:var(--color-bg-soft)}.sidebar__brand.svelte-12qhfyh{height:60px;flex-shrink:0;display:flex;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid var(--color-border)}.brand-logo.svelte-12qhfyh{width:30px;height:30px;border-radius:8px;background:var(--color-primary);color:var(--color-primary-fg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.brand-text.svelte-12qhfyh{display:flex;flex-direction:column;line-height:1.15}.brand-title.svelte-12qhfyh{font-size:13.5px;font-weight:600;letter-spacing:-.01em}.brand-subtitle.svelte-12qhfyh{font-size:11px;color:var(--color-text-soft)}.sidebar__nav.svelte-12qhfyh{flex:1;overflow-y:auto;padding:12px 10px;display:flex;flex-direction:column;gap:2px}.nav-section.svelte-12qhfyh{padding:8px 10px 4px;font-size:11px;font-weight:600;color:var(--color-text-faint);text-transform:uppercase;letter-spacing:.05em}.nav-section.svelte-12qhfyh:not(:first-child){padding-top:14px}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;font-size:13px;font-weight:500;color:var(--color-text-muted);text-decoration:none;transition:background .12s}.nav-item.svelte-12qhfyh:hover{background:#00000008;color:var(--color-text-strong)}.nav-item--active.svelte-12qhfyh{background:#f0f0f1;color:var(--color-text-strong);font-weight:600}.sidebar__user.svelte-12qhfyh{flex-shrink:0;padding:12px;border-top:1px solid var(--color-border)}.user-block.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:6px;width:100%;background:transparent;border:none;cursor:pointer;border-radius:8px;color:inherit}.user-block.svelte-12qhfyh:hover{background:#00000008}.user-avatar.svelte-12qhfyh{width:32px;height:32px;border-radius:50%;background:var(--color-border);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:var(--color-text-muted);flex-shrink:0}.user-info.svelte-12qhfyh{flex:1;min-width:0;line-height:1.2;text-align:left}.user-name.svelte-12qhfyh{font-size:12.5px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-login.svelte-12qhfyh{font-size:11px;color:var(--color-text-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;min-width:0}.topbar.svelte-12qhfyh{height:60px;flex-shrink:0;border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:16px;padding:0 24px;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar__title.svelte-12qhfyh{min-width:0;flex:1}.topbar__title-name.svelte-12qhfyh{font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.2}.topbar__title-sub.svelte-12qhfyh{font-size:12px;color:var(--color-text-soft);line-height:1.3}.status-pill.svelte-12qhfyh{display:flex;align-items:center;gap:6px;height:32px;padding:0 11px;border-radius:8px;background:var(--color-success-bg);border:1px solid var(--color-success-border)}.status-pill__dot.svelte-12qhfyh{width:7px;height:7px;border-radius:50%;background:var(--color-success-dot);box-shadow:0 0 0 3px #16a34a26}.status-pill__text.svelte-12qhfyh{font-size:12px;color:var(--color-success-text);font-weight:500}.content.svelte-12qhfyh{flex:1;overflow-y:auto;padding:28px 32px 60px}
