*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius: 8px;--radius-lg: 12px;--brand-50: #eff6ff;--brand-100: #dbeafe;--brand-500: #3b82f6;--brand-600: #2563eb;--brand-700: #1d4ed8;--brand-900: #1e3a8a;--bg: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text: #1e293b;--text-muted: #64748b;--text-faint: #94a3b8;--nav-bg: #1e293b;--nav-text: rgba(255,255,255,.75);--nav-active: #ffffff;--nav-active-bg: rgba(255,255,255,.12);--nav-hover-bg: rgba(255,255,255,.07);--danger: #ef4444;--danger-bg: #fef2f2;--success: #10b981;--success-bg: #ecfdf5;--warn: #f59e0b;--warn-bg: #fffbeb}[data-color-theme=emerald_prestige]{--brand-50: #ecfdf5;--brand-100: #d1fae5;--brand-500: #10b981;--brand-600: #059669;--brand-700: #047857;--brand-900: #064e3b;--nav-bg: #064e3b}[data-color-theme=royal_indigo]{--brand-50: #eef2ff;--brand-100: #e0e7ff;--brand-500: #6366f1;--brand-600: #4f46e5;--brand-700: #4338ca;--brand-900: #312e81;--nav-bg: #312e81}[data-color-theme=modern_slate]{--brand-50: #f8fafc;--brand-100: #f1f5f9;--brand-500: #64748b;--brand-600: #475569;--brand-700: #334155;--brand-900: #0f172a;--nav-bg: #0f172a}[data-color-theme=luxury_graphite]{--brand-50: #f9fafb;--brand-100: #f3f4f6;--brand-500: #6b7280;--brand-600: #4b5563;--brand-700: #374151;--brand-900: #111827;--nav-bg: #111827}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;min-height:100vh}.app-shell{display:flex;flex-direction:column;min-height:100vh}.topbar{background:var(--nav-bg);display:flex;align-items:center;gap:0;padding:0 16px;height:52px;flex-shrink:0;position:sticky;top:0;z-index:100}.topbar-brand{font-size:13px;font-weight:800;color:#fff;letter-spacing:.3px;white-space:nowrap;margin-right:20px;text-decoration:none;flex-shrink:0}.nav-tabs{display:flex;align-items:center;gap:2px;overflow-x:auto;flex:1;scrollbar-width:none}.nav-tabs::-webkit-scrollbar{display:none}.nav-tab{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:6px;font-size:12.5px;font-weight:500;color:var(--nav-text);text-decoration:none;white-space:nowrap;transition:background .15s,color .15s;cursor:pointer;border:none;background:none;position:relative}.nav-tab:hover{background:var(--nav-hover-bg);color:var(--nav-active)}.nav-tab.active{background:var(--nav-active-bg);color:var(--nav-active)}.nav-badge{background:#ef4444;color:#fff;font-size:9px;font-weight:800;padding:1px 5px;border-radius:999px;line-height:14px;min-width:16px;text-align:center}.topbar-right{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.avatar-btn{width:30px;height:30px;border-radius:50%;border:none;cursor:pointer;font-size:11px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center}.page-content{flex:1;padding:20px 24px;max-width:1400px;margin:0 auto;width:100%}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.page-title{font-size:20px;font-weight:700;color:var(--text)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 20px}.stat-value{font-size:28px;font-weight:800;line-height:1;margin-bottom:4px}.stat-label{font-size:12px;color:var(--text-muted)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:900px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.page-content{padding:14px 16px}}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius);font-size:13px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s;text-decoration:none}.btn-primary{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}.btn-primary:hover{background:var(--brand-700);border-color:var(--brand-700)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-secondary:hover{background:var(--bg)}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.form-label{font-size:12.5px;font-weight:600;color:var(--text-muted)}.form-input,.form-select,.form-textarea{padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:13.5px;color:var(--text);background:var(--surface);font-family:var(--font);transition:border-color .15s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-50)}.form-textarea{resize:vertical;min-height:80px}.table-wrap{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border)}table{width:100%;border-collapse:collapse}thead{background:var(--bg)}th{padding:10px 14px;text-align:left;font-size:11.5px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--border)}td{padding:10px 14px;font-size:13px;border-bottom:1px solid var(--border);color:var(--text)}tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--bg)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 24px 60px #00000040;width:100%;max-width:520px;max-height:90vh;overflow-y:auto}.modal-header{padding:18px 20px 14px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:16px;font-weight:700;color:var(--text)}.modal-close{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:18px;line-height:1;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:var(--bg)}.modal-body{padding:20px}.modal-footer{padding:12px 20px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:flex-end;gap:8px}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-muted)}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--brand-600);border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-state-icon{font-size:40px;margin-bottom:12px}.empty-state-title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:6px}.empty-state-desc{font-size:13px;color:var(--text-muted)}.toast-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:9999;pointer-events:none}.toast{background:#1e293b;color:#fff;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;box-shadow:0 4px 12px #0003;pointer-events:all;animation:slide-in .2s ease}.toast.error{background:#dc2626}.toast.success{background:#059669}@keyframes slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.tab-bar{display:flex;gap:2px;border-bottom:1px solid var(--border);margin-bottom:20px;overflow-x:auto;scrollbar-width:none}.tab-bar::-webkit-scrollbar{display:none}.tab-item{padding:8px 14px;font-size:13px;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;background:none;border-left:none;border-right:none;border-top:none;transition:color .15s,border-color .15s}.tab-item:hover{color:var(--text)}.tab-item.active{color:var(--brand-600);border-bottom-color:var(--brand-600)}.kanban-board{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:start}@media(max-width:1100px){.kanban-board{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.kanban-board{grid-template-columns:1fr}}.kanban-col{background:var(--bg);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden}.kanban-col-header{padding:10px 14px;font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.kanban-col-body{padding:10px;display:flex;flex-direction:column;gap:8px;min-height:100px}.task-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;cursor:pointer;transition:box-shadow .15s}.task-card:hover{box-shadow:0 4px 12px #00000014}.task-card-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px}.task-card-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.chat-fab.svelte-zsv8oa{position:fixed;bottom:24px;right:24px;z-index:920;width:54px;height:54px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d4ed8,#2563eb,#3b82f6);box-shadow:0 4px 18px #2563eb80,0 1px 4px #00000026;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;outline:none}.chat-fab.svelte-zsv8oa:hover{transform:scale(1.1);box-shadow:0 6px 24px #2563eb99}.chat-fab.fab-open.svelte-zsv8oa{transform:scale(.95) rotate(90deg)}.fab-badge.svelte-zsv8oa{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 4px;background:#ef4444;color:#fff;font-size:10px;font-weight:800;border-radius:9px;border:2px solid #fff;display:flex;align-items:center;justify-content:center;animation:svelte-zsv8oa-badgePop .28s cubic-bezier(.34,1.56,.64,1)}@keyframes svelte-zsv8oa-badgePop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.chat-backdrop.svelte-zsv8oa{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:905}@media(max-width:640px){.chat-backdrop.svelte-zsv8oa{display:block}}.chat-panel.svelte-zsv8oa{position:fixed;right:16px;bottom:88px;width:370px;height:min(580px,calc(100dvh - 104px));background:#fff;border-radius:18px;box-shadow:0 24px 64px #0f172a29,0 8px 24px #0f172a14,0 0 0 1px #0000000d;z-index:910;display:flex;flex-direction:column;overflow:hidden;animation:svelte-zsv8oa-panelIn .26s cubic-bezier(.22,1,.36,1)}@keyframes svelte-zsv8oa-panelIn{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.chat-panel.svelte-zsv8oa{right:0;left:0;bottom:0;width:100%;height:92dvh;border-radius:20px 20px 0 0}}.cp-header.svelte-zsv8oa{display:flex;align-items:center;gap:8px;padding:12px 12px 12px 14px;background:linear-gradient(135deg,#1e3a8a,#2563eb);flex-shrink:0;min-height:56px}.cp-htitle.svelte-zsv8oa{flex:1;display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#fff;letter-spacing:-.2px}.cp-icon-btn.svelte-zsv8oa{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:#ffffff1f;color:#fff;cursor:pointer;transition:background .15s;flex-shrink:0}.cp-icon-btn.svelte-zsv8oa:hover{background:#ffffff38}.cp-hav.svelte-zsv8oa{width:32px;height:32px;border-radius:50%;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.28);flex-shrink:0}.cp-htext.svelte-zsv8oa{flex:1;min-width:0}.cp-hname.svelte-zsv8oa{font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-hsub.svelte-zsv8oa{font-size:11px;color:#fff9;margin-top:1px}.cp-search-row.svelte-zsv8oa{padding:10px 10px 6px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.cp-search-inner.svelte-zsv8oa{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;color:#94a3b8;transition:border-color .15s}.cp-search-inner.svelte-zsv8oa:focus-within{border-color:#93c5fd;background:#fff}.cp-search.svelte-zsv8oa{flex:1;border:none;outline:none;font-size:13px;color:#0f172a;background:transparent}.cp-search.svelte-zsv8oa::placeholder{color:#94a3b8}.cp-list.svelte-zsv8oa{flex:1;overflow-y:auto;display:flex;flex-direction:column}.cp-list.svelte-zsv8oa::-webkit-scrollbar{width:4px}.cp-list.svelte-zsv8oa::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.cp-group-label.svelte-zsv8oa{padding:8px 14px 3px;font-size:10px;font-weight:800;color:#94a3b8;letter-spacing:.08em;text-transform:uppercase}.cp-sep.svelte-zsv8oa{height:1px;background:#f1f5f9;margin:4px 0}.cp-row.svelte-zsv8oa{display:flex;align-items:center;gap:10px;padding:9px 14px;border:none;background:transparent;cursor:pointer;text-align:left;width:100%;transition:background .12s}.cp-row.svelte-zsv8oa:hover{background:#f8fafc}.cp-av.svelte-zsv8oa{width:38px;height:38px;border-radius:50%;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-info.svelte-zsv8oa{flex:1;min-width:0}.cp-name.svelte-zsv8oa{font-size:13px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-sub.svelte-zsv8oa{font-size:11px;color:#94a3b8;margin-top:1px}.cp-badge.svelte-zsv8oa{min-width:18px;height:18px;padding:0 4px;background:#2563eb;color:#fff;font-size:10px;font-weight:800;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-center.svelte-zsv8oa{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.cp-messages.svelte-zsv8oa{flex:1;overflow-y:auto;padding:12px 10px;display:flex;flex-direction:column;gap:4px;background:#f4f6fb}.cp-messages.svelte-zsv8oa::-webkit-scrollbar{width:4px}.cp-messages.svelte-zsv8oa::-webkit-scrollbar-thumb{background:#dde2ea;border-radius:4px}.cm-row.svelte-zsv8oa{display:flex;align-items:flex-end;gap:6px;animation:svelte-zsv8oa-msgIn .16s ease}@keyframes svelte-zsv8oa-msgIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.cm-mine.svelte-zsv8oa{flex-direction:row-reverse}.cm-theirs.svelte-zsv8oa{flex-direction:row}.cm-av.svelte-zsv8oa{width:26px;height:26px;border-radius:50%;color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:18px}.cm-col.svelte-zsv8oa{display:flex;flex-direction:column;max-width:74%}.cm-sender.svelte-zsv8oa{font-size:10px;color:#64748b;margin-bottom:2px;padding-left:4px;font-weight:600}.cm-bubble.svelte-zsv8oa{padding:8px 12px;border-radius:14px 14px 14px 3px;background:#fff;border:1px solid #e8edf4;font-size:13px;line-height:1.45;color:#0f172a;word-break:break-word;box-shadow:0 1px 2px #0000000a}.cm-mine-bubble.svelte-zsv8oa{background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff;border:none;border-radius:14px 14px 3px;box-shadow:0 2px 8px #2563eb47}.cm-deleted.svelte-zsv8oa{opacity:.5}.cm-time.svelte-zsv8oa{font-size:10px;color:#94a3b8;margin-top:3px;padding:0 2px}.cm-time-right.svelte-zsv8oa{text-align:right}.cm-img-link.svelte-zsv8oa{display:block;background:none;border:none;padding:0;cursor:pointer}.cm-file-err.svelte-zsv8oa{font-size:11px;opacity:.6}.cm-img.svelte-zsv8oa{max-width:220px;max-height:180px;border-radius:8px;object-fit:cover;display:block;cursor:pointer}.cm-caption.svelte-zsv8oa{margin-top:5px;font-size:12px}.cm-file-card.svelte-zsv8oa{display:flex;align-items:center;gap:8px;background:#0000000f;border-radius:8px;padding:8px 10px;margin-bottom:4px}.cm-mine-bubble.svelte-zsv8oa .cm-file-card:where(.svelte-zsv8oa){background:#ffffff26}.cm-file-icon.svelte-zsv8oa{font-size:22px;flex-shrink:0}.cm-file-info.svelte-zsv8oa{flex:1;min-width:0}.cm-file-name.svelte-zsv8oa{font-size:12px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cm-file-size.svelte-zsv8oa{font-size:10px;opacity:.7;margin-top:1px}.cm-file-dl.svelte-zsv8oa{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#0000001a;color:inherit;text-decoration:none;border:none;cursor:pointer;flex-shrink:0;transition:background .12s}.cm-file-dl.svelte-zsv8oa:hover{background:#0000002e}.cp-preview-bar.svelte-zsv8oa{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#f0f9ff;border-top:1px solid #bae6fd;flex-shrink:0}.cp-preview-thumb.svelte-zsv8oa{width:44px;height:44px;border-radius:6px;object-fit:cover;border:1px solid #e0f2fe;flex-shrink:0}.cp-preview-icon.svelte-zsv8oa{font-size:32px;flex-shrink:0}.cp-preview-info.svelte-zsv8oa{flex:1;min-width:0}.cp-preview-name.svelte-zsv8oa{font-size:12px;font-weight:600;color:#0f172a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cp-preview-size.svelte-zsv8oa{font-size:11px;color:#64748b;margin-top:1px}.cp-preview-rm.svelte-zsv8oa{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#cbd5e1;color:#475569;cursor:pointer;font-size:11px;transition:background .12s;flex-shrink:0}.cp-preview-rm.svelte-zsv8oa:hover{background:#94a3b8;color:#fff}.cp-emoji-panel.svelte-zsv8oa{border-top:1px solid #f1f5f9;background:#fff;flex-shrink:0;max-height:200px;display:flex;flex-direction:column}.cp-emoji-cats.svelte-zsv8oa{display:flex;overflow-x:auto;padding:4px 6px;gap:2px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.cp-emoji-cats.svelte-zsv8oa::-webkit-scrollbar{height:2px}.cp-emoji-cats.svelte-zsv8oa::-webkit-scrollbar-thumb{background:#e2e8f0}.cp-emoji-cat.svelte-zsv8oa{width:30px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;cursor:pointer;font-size:16px;transition:background .12s;flex-shrink:0}.cp-emoji-cat.svelte-zsv8oa:hover{background:#f1f5f9}.cp-emoji-cat.active.svelte-zsv8oa{background:#eff6ff}.cp-emoji-grid.svelte-zsv8oa{flex:1;overflow-y:auto;display:flex;flex-wrap:wrap;padding:4px 6px;gap:1px}.cp-emoji-grid.svelte-zsv8oa::-webkit-scrollbar{width:3px}.cp-emoji-btn.svelte-zsv8oa{width:32px;height:30px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;font-size:18px;border-radius:6px;transition:background .1s;flex-shrink:0}.cp-emoji-btn.svelte-zsv8oa:hover{background:#f1f5f9;transform:scale(1.15)}.cp-input-bar.svelte-zsv8oa{display:flex;align-items:flex-end;gap:4px;padding:8px 8px 8px 10px;border-top:1px solid #e8edf4;background:#fff;flex-shrink:0}.cp-tool-btn.svelte-zsv8oa{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;transition:background .12s,color .12s;flex-shrink:0}.cp-tool-btn.svelte-zsv8oa:hover{background:#f1f5f9;color:#475569}.cp-tool-active.svelte-zsv8oa{color:#2563eb!important;background:#eff6ff!important}.cp-input.svelte-zsv8oa{flex:1;padding:8px 10px;border:1.5px solid #e2e8f0;border-radius:16px;font-size:13px;font-family:inherit;color:#0f172a;background:#f8fafc;outline:none;resize:none;line-height:1.45;max-height:80px;overflow-y:auto;transition:border-color .15s}.cp-input.svelte-zsv8oa:focus{border-color:#93c5fd;background:#fff}.cp-input.svelte-zsv8oa::placeholder{color:#94a3b8}.cp-send-btn.svelte-zsv8oa{width:34px;height:34px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#94a3b8;flex-shrink:0;transition:background .15s,color .15s,transform .15s}.cp-send-active.svelte-zsv8oa{background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff;box-shadow:0 2px 8px #2563eb59}.cp-send-active.svelte-zsv8oa:hover{transform:scale(1.1)}.cp-send-btn.svelte-zsv8oa:disabled:not(.cp-send-active){cursor:default}.spinner.svelte-zsv8oa{display:inline-block;width:22px;height:22px;border:2px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:svelte-zsv8oa-spin .75s linear infinite}.spinner-sm.svelte-zsv8oa{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-zsv8oa-spin .75s linear infinite}@keyframes svelte-zsv8oa-spin{to{transform:rotate(360deg)}}.nb-wrap.svelte-vtze1i{position:relative}.nb-btn.svelte-vtze1i{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#ffffffbf;cursor:pointer;transition:background .15s,color .15s}.nb-btn.svelte-vtze1i:hover{background:#ffffff1f;color:#fff}.nb-has-unread.svelte-vtze1i{color:#fff;animation:svelte-vtze1i-bellShake .65s ease .4s}@keyframes svelte-vtze1i-bellShake{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-14deg)}40%,80%{transform:rotate(14deg)}}.nb-badge.svelte-vtze1i{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 3px;background:#ef4444;color:#fff;font-size:9px;font-weight:800;border-radius:8px;display:flex;align-items:center;justify-content:center;animation:svelte-vtze1i-pop .28s cubic-bezier(.34,1.56,.64,1)}@keyframes svelte-vtze1i-pop{0%{transform:scale(0)}to{transform:scale(1)}}.nb-panel.svelte-vtze1i{position:absolute;top:calc(100% + 10px);right:-4px;width:360px;max-height:520px;background:#fff;border-radius:14px;box-shadow:0 20px 60px #0f172a29,0 4px 16px #0f172a14,0 0 0 1px #0000000d;z-index:850;display:flex;flex-direction:column;overflow:hidden;animation:svelte-vtze1i-panelDrop .2s cubic-bezier(.22,1,.36,1)}@keyframes svelte-vtze1i-panelDrop{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:none}}.nb-header.svelte-vtze1i{display:flex;align-items:center;justify-content:space-between;padding:13px 16px 10px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.nb-title.svelte-vtze1i{font-size:14px;font-weight:700;color:#0f172a}.nb-markall.svelte-vtze1i{font-size:12px;font-weight:600;color:#2563eb;background:none;border:none;cursor:pointer;padding:2px 8px;border-radius:4px;transition:background .12s}.nb-markall.svelte-vtze1i:hover{background:#eff6ff}.nb-tabs.svelte-vtze1i{display:flex;gap:0;border-bottom:1px solid #f1f5f9;flex-shrink:0;padding:0 12px}.nb-tab.svelte-vtze1i{display:flex;align-items:center;gap:5px;padding:8px 10px;font-size:12px;font-weight:600;color:#64748b;background:none;border:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s,border-color .12s}.nb-tab.svelte-vtze1i:hover{color:#334155}.nb-tab-active.svelte-vtze1i{color:#2563eb;border-bottom-color:#2563eb}.nb-tab-count.svelte-vtze1i{min-width:16px;height:16px;padding:0 4px;background:#2563eb;color:#fff;font-size:9px;font-weight:800;border-radius:8px;display:flex;align-items:center;justify-content:center}.nb-tab-count-muted.svelte-vtze1i{background:#94a3b8}.nb-list.svelte-vtze1i{flex:1;overflow-y:auto}.nb-list.svelte-vtze1i::-webkit-scrollbar{width:4px}.nb-list.svelte-vtze1i::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.nb-empty.svelte-vtze1i{padding:44px 20px;text-align:center;color:#94a3b8;font-size:13px}.nb-row.svelte-vtze1i{display:flex;align-items:flex-start;gap:10px;padding:11px 14px;border-bottom:1px solid #f8fafc;cursor:pointer;position:relative;outline:none;transition:background .12s}.nb-row.svelte-vtze1i:hover{background:#f8fafc}.nb-row.svelte-vtze1i:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px}.nb-unread.svelte-vtze1i{background:#fafbff}.nb-unread.svelte-vtze1i:hover{background:#f0f5ff}.nb-hist-row.svelte-vtze1i{opacity:.82}.nb-hist-row.svelte-vtze1i:hover{opacity:1;background:#f8fafc}.nb-av.svelte-vtze1i{width:34px;height:34px;border-radius:50%;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.nb-av-muted.svelte-vtze1i{filter:saturate(.6)}.nb-content.svelte-vtze1i{flex:1;min-width:0}.nb-ntitle.svelte-vtze1i{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:#0f172a;line-height:1.35}.nb-ntitle-muted.svelte-vtze1i{color:#475569;font-weight:500}.nb-dot.svelte-vtze1i{width:7px;height:7px;border-radius:50%;background:#2563eb;flex-shrink:0}.nb-nbody.svelte-vtze1i{font-size:12px;color:#64748b;margin-top:2px;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.nb-ntime.svelte-vtze1i{font-size:11px;color:#94a3b8;margin-top:3px}.nb-dismiss.svelte-vtze1i{position:absolute;top:10px;right:10px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:none;border-radius:4px;background:transparent;color:#94a3b8;cursor:pointer;font-size:10px;opacity:0;transition:opacity .12s,background .12s}.nb-row.svelte-vtze1i:hover .nb-dismiss:where(.svelte-vtze1i){opacity:1}.nb-dismiss.svelte-vtze1i:hover{background:#fee2e2;color:#dc2626}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;flex-shrink:0}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:20px;height:2px;background:#ffffffd9;border-radius:2px;transition:background .15s}.hamburger.svelte-12qhfyh:hover span:where(.svelte-12qhfyh){background:#fff}.signout-btn.svelte-12qhfyh{font-size:11px;padding:4px 10px}.sidebar-backdrop.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:400;animation:svelte-12qhfyh-fadeIn .18s ease}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0}to{opacity:1}}.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;width:280px;background:#0f172a;z-index:500;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 32px #0006;overflow:hidden}.sidebar.open.svelte-12qhfyh{transform:translate(0)}.sidebar-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.sidebar-brand.svelte-12qhfyh{font-size:16px;font-weight:800;color:#fff;letter-spacing:-.3px}.sidebar-close.svelte-12qhfyh{background:#ffffff14;border:none;border-radius:6px;color:#ffffffb3;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:background .15s}.sidebar-close.svelte-12qhfyh:hover{background:#ffffff26;color:#fff}.sidebar-user.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.sidebar-avatar.svelte-12qhfyh{width:38px;height:38px;border-radius:10px;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user-name.svelte-12qhfyh{font-size:13px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-email.svelte-12qhfyh{font-size:11px;color:#fff6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav.svelte-12qhfyh{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:2px}.sidebar-item.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;text-decoration:none;color:#ffffffa6;font-size:13px;font-weight:500;transition:background .12s,color .12s;position:relative}.sidebar-item.svelte-12qhfyh:hover{background:#ffffff12;color:#fff}.sidebar-item.active.svelte-12qhfyh{background:#ffffff1f;color:#fff;font-weight:600}.sidebar-icon.svelte-12qhfyh{font-size:16px;flex-shrink:0;width:20px;text-align:center}.sidebar-label.svelte-12qhfyh{flex:1}.sidebar-dot.svelte-12qhfyh{width:6px;height:6px;border-radius:50%;background:#60a5fa;flex-shrink:0}.sidebar-footer.svelte-12qhfyh{padding:12px 10px;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0}.sidebar-signout.svelte-12qhfyh{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:#ef44441f;color:#f87171;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.sidebar-signout.svelte-12qhfyh:hover{background:#ef444433}.pinned-bar.svelte-12qhfyh{display:flex;flex-direction:column;background:linear-gradient(90deg,#1e3a8a,#2563eb);flex-shrink:0;position:sticky;top:56px;z-index:9}.pinned-row.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:8px 20px;border-bottom:1px solid rgba(255,255,255,.08);animation:svelte-12qhfyh-pinSlide .22s ease}@keyframes svelte-12qhfyh-pinSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.pinned-icon.svelte-12qhfyh{font-size:15px;flex-shrink:0}.pinned-content.svelte-12qhfyh{flex:1;font-size:13px;color:#fff;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pinned-title.svelte-12qhfyh{font-weight:600}.pinned-body.svelte-12qhfyh{opacity:.75}.pinned-close.svelte-12qhfyh{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#ffffff1f;border:none;border-radius:4px;color:#ffffffbf;cursor:pointer;flex-shrink:0;transition:background .12s,color .12s}.pinned-close.svelte-12qhfyh:hover{background:#ffffff38;color:#fff}@media(max-width:768px){.hamburger.svelte-12qhfyh{display:flex}.nav-tabs.svelte-12qhfyh{display:none!important}.signout-btn.svelte-12qhfyh{display:none}}.susp-page.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b 60%,#0f172a);padding:24px 16px}.susp-card.svelte-12qhfyh{background:#fff;border-radius:16px;padding:48px 40px;max-width:480px;width:100%;box-shadow:0 32px 80px #0006;text-align:center}.susp-icon-wrap.svelte-12qhfyh{width:80px;height:80px;border-radius:50%;background:#fee2e2;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.susp-icon.svelte-12qhfyh{font-size:36px}.susp-org-badge.svelte-12qhfyh{display:inline-flex;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:4px 14px;font-size:12px;font-weight:700;color:#475569;margin-bottom:16px;letter-spacing:.3px;text-transform:uppercase}.susp-title.svelte-12qhfyh{font-size:26px;font-weight:800;color:#0f172a;margin:0 0 12px}.susp-desc.svelte-12qhfyh{font-size:15px;color:#64748b;margin:0 0 32px;line-height:1.7}.susp-divider.svelte-12qhfyh{height:1px;background:#f1f5f9;margin:0 0 28px}.susp-status.svelte-12qhfyh{display:inline-flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 18px;margin-bottom:28px;font-size:13px;font-weight:600;color:#dc2626}.susp-dot.svelte-12qhfyh{width:8px;height:8px;border-radius:50%;background:#ef4444;flex-shrink:0}.susp-admin-box.svelte-12qhfyh{display:flex;align-items:flex-start;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin-bottom:24px;text-align:left}.susp-admin-icon.svelte-12qhfyh{font-size:22px;flex-shrink:0;margin-top:1px}.susp-admin-text.svelte-12qhfyh{font-size:13px;color:#475569;line-height:1.6}.susp-admin-text.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:#1e293b}.susp-admin-text.svelte-12qhfyh em:where(.svelte-12qhfyh){font-style:normal;color:#2563eb;font-weight:600}.susp-btn.svelte-12qhfyh{display:block;padding:13px 0;margin-bottom:14px;font-size:15px;text-align:center;justify-content:center}.susp-back.svelte-12qhfyh{background:none;border:none;cursor:pointer;color:#64748b;font-size:13px;font-weight:600;padding:8px 0;width:100%;text-align:center}.susp-back.svelte-12qhfyh:hover{color:#0f172a}.susp-footer.svelte-12qhfyh{margin-top:24px;font-size:12px;color:#ffffff59}
