@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg:#f9fafb;--bg-card:#fff;--bg-panel:#f5f5f5;--bg-hover:#e5e5e5;--border:#e5e5e5;--border-md:#d4d4d4;--accent:#dc143b;--accent-glow:#dc143b22;--accent-2:#d8e5dc;--accent-3:#228b22;--text-1:#171717;--text-2:#404040;--text-3:#737373;--green:#228b22;--red:#dc143b;--yellow:#d97706;--radius:10px;--radius-lg:16px;--sidebar-w:240px;--header-h:60px;--shadow:0 2px 16px #00000018;--glow:0 0 24px #dc143b22}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{background:var(--bg);color:var(--text-1);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{color:var(--text-1);background:0 0;border:none;outline:none;font-family:inherit}.layout{min-height:100vh;display:flex}.page{flex:1;width:100%;padding:28px 32px}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-title{color:var(--text-1);font-size:20px;font-weight:700}.page-sub{color:var(--text-3);margin-top:2px;font-size:13px}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-bottom:28px;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:8px;padding:20px;transition:border-color .2s,transform .2s;display:flex}.stat-card:hover{border-color:var(--border-md);transform:translateY(-1px)}.stat-icon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.stat-label{color:var(--text-3);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.stat-value{color:var(--text-1);font-size:28px;font-weight:800;line-height:1}.stat-meta{color:var(--text-3);font-size:12px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.card-title{color:var(--text-1);font-size:14px;font-weight:600}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px}thead tr{background:var(--bg-panel)}th{text-align:left;color:var(--text-3);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:11px 16px;font-size:11px;font-weight:600}td{color:var(--text-2);border-top:1px solid var(--border);vertical-align:middle;padding:12px 16px}tr:hover td{background:var(--bg-hover)}.td-primary{color:var(--text-1);font-weight:500}.td-mono{color:var(--text-3);font-family:Courier New,monospace;font-size:11px}.badge{text-transform:capitalize;border-radius:20px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-flex}.badge-green{color:var(--green);background:#228b2218}.badge-red{color:var(--red);background:#dc143b18}.badge-yellow{color:var(--yellow);background:#d9770618}.badge-blue{color:#1d4ed8;background:#1d4ed818}.badge-purple{background:var(--accent-glow);color:var(--accent)}.badge-gray{color:var(--text-3);background:#a3a3a318}.btn{border-radius:var(--radius);border:1px solid #0000;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 0 16px var(--accent-glow)}.btn-primary:hover{box-shadow:0 0 24px var(--accent-glow);background:#b8102f}.btn-ghost{background:var(--bg-panel);color:var(--text-2);border-color:var(--border-md)}.btn-ghost:hover{background:var(--bg-hover);color:var(--text-1)}.btn-danger{color:var(--red);background:#dc143b12;border-color:#dc143b28}.btn-danger:hover{background:#dc143b22}.btn-sm{padding:5px 10px;font-size:12px}.btn-icon{padding:7px}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--text-2);text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.form-input{background:var(--bg-panel);border:1px solid var(--border-md);border-radius:var(--radius);color:var(--text-1);width:100%;padding:9px 12px;font-size:13px;transition:border-color .15s}.form-input:focus{border-color:var(--accent);outline:none}.form-input::placeholder{color:var(--text-3)}select.form-input{appearance:none;background-color:var(--bg-panel);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23737373' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#00000070;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border:1px solid var(--border-md);border-radius:var(--radius-lg);width:100%;max-width:520px;box-shadow:var(--shadow);flex-direction:column;max-height:90vh;display:flex;overflow:hidden}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.modal-title{font-size:15px;font-weight:700}.modal-body{flex-direction:column;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:16px 24px;display:flex}.empty-state{color:var(--text-3);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:60px;display:flex}.empty-state .empty-icon{margin-bottom:8px;font-size:36px}.empty-state p{font-size:13px}.spinner{border:2px solid var(--border-md);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-row td{text-align:center;padding:48px}.toast-container{z-index:500;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.toast{background:var(--bg-panel);border:1px solid var(--border-md);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:8px;min-width:260px;padding:12px 16px;font-size:13px;animation:.25s toastIn;display:flex}@keyframes toastIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.toast-success{border-left:3px solid var(--green)}.toast-error{border-left:3px solid var(--red)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.gap-8{gap:8px}.gap-16{gap:16px}.ml-auto{margin-left:auto}.text-muted{color:var(--text-3)}.text-sm{font-size:12px}.truncate{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.modal form{flex-direction:column;flex:1;display:flex;overflow:hidden}.hub.svelte-12qhfyh{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.hub-header.svelte-12qhfyh{background:var(--bg-card);border-bottom:1px solid var(--border);z-index:50;position:sticky;top:0}.hub-header-inner.svelte-12qhfyh{justify-content:space-between;align-items:center;max-width:1400px;height:60px;margin:0 auto;padding:0 32px;display:flex}.hub-brand.svelte-12qhfyh{align-items:center;gap:12px;display:flex}.hub-logo.svelte-12qhfyh{background:var(--accent);color:#fff;letter-spacing:-.5px;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:flex}.hub-brand-name.svelte-12qhfyh{color:var(--text-1);letter-spacing:-.3px;font-size:14px;font-weight:700}.hub-brand-sub.svelte-12qhfyh{color:var(--text-3);font-size:11px}.hub-user.svelte-12qhfyh{position:relative}.hub-user-btn.svelte-12qhfyh{border:1px solid var(--border);background:var(--bg-panel);cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:6px 10px 6px 6px;transition:border-color .15s,background .15s;display:flex}.hub-user-btn.svelte-12qhfyh:hover{border-color:var(--border-md);background:var(--bg-hover)}.hub-user-avatar.svelte-12qhfyh{background:var(--accent);color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.hub-user-info.svelte-12qhfyh{flex-direction:column;gap:1px;display:flex}.hub-user-name.svelte-12qhfyh{color:var(--text-1);font-size:13px;font-weight:600;line-height:1}.hub-user-role.svelte-12qhfyh{color:var(--text-3);font-size:11px;line-height:1}.hub-user-chevron.svelte-12qhfyh{color:var(--text-3);margin-left:2px;font-size:12px;transition:transform .2s}.hub-user-chevron.open.svelte-12qhfyh{transform:rotate(180deg)}.hub-dropdown-overlay.svelte-12qhfyh{z-index:90;position:fixed;inset:0}.hub-dropdown.svelte-12qhfyh{background:var(--bg-card);border:1px solid var(--border-md);z-index:100;border-radius:12px;width:200px;animation:.15s svelte-12qhfyh-dropIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #00000014}@keyframes svelte-12qhfyh-dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.hub-dropdown-header.svelte-12qhfyh{align-items:center;gap:10px;padding:12px 14px;display:flex}.hub-dropdown-avatar.svelte-12qhfyh{background:var(--accent);color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.hub-dropdown-name.svelte-12qhfyh{color:var(--text-1);font-size:13px;font-weight:600}.hub-dropdown-db.svelte-12qhfyh{color:var(--text-3);margin-top:1px;font-size:11px}.hub-dropdown-role.svelte-12qhfyh{background:var(--accent);color:#fff;letter-spacing:.03em;border-radius:20px;margin-top:4px;padding:1px 7px;font-size:10px;font-weight:600;display:inline-block}.hub-dropdown-divider.svelte-12qhfyh{background:var(--border);height:1px}.hub-dropdown-item.svelte-12qhfyh{width:100%;color:var(--text-2);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.hub-dropdown-item.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text-1)}.hub-dropdown-item--danger.svelte-12qhfyh{color:var(--red)}.hub-dropdown-item--danger.svelte-12qhfyh:hover{color:var(--red);background:#dc143b0c}.hub-body.svelte-12qhfyh{flex:1;grid-template-columns:30fr 70fr;align-items:start;gap:0;width:100%;max-width:1400px;margin:0 auto;display:grid}.hub-sidebar.svelte-12qhfyh{border-right:1px solid var(--border);flex-direction:column;gap:20px;min-height:calc(100vh - 60px);max-height:calc(100vh - 60px);padding:28px 24px 40px;display:flex;position:sticky;top:60px;overflow-y:auto}.stat-block.svelte-12qhfyh{flex-direction:column;gap:10px;display:flex}.stat-row.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:10px;display:grid}.stat-item.svelte-12qhfyh{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:14px 12px}.stat-val.svelte-12qhfyh{color:var(--text-1);margin-bottom:4px;font-size:22px;font-weight:800;line-height:1}.stat-key.svelte-12qhfyh{color:var(--text-3);text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:500}.panel.svelte-12qhfyh{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;overflow:hidden}.panel-title.svelte-12qhfyh{color:var(--text-2);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border);padding:12px 14px 10px;font-size:12px;font-weight:700}.bar-row.svelte-12qhfyh{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 14px;font-size:12px;display:flex}.bar-row.svelte-12qhfyh:last-child{border-bottom:none}.bar-label.svelte-12qhfyh{color:var(--text-2);text-transform:capitalize;font-weight:500}.bar-count.svelte-12qhfyh{color:var(--text-1);font-weight:700}.list-row.svelte-12qhfyh{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;padding:8px 14px;display:flex}.list-row.svelte-12qhfyh:last-child{border-bottom:none}.list-primary.svelte-12qhfyh{color:var(--text-1);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:500;overflow:hidden}.list-meta.svelte-12qhfyh{color:var(--text-3);white-space:nowrap;flex-shrink:0;font-size:11px}.status-paid.svelte-12qhfyh{color:var(--green);font-weight:600}.status-pending.svelte-12qhfyh{color:var(--yellow);font-weight:600}.status-cancelled.svelte-12qhfyh{color:var(--red);font-weight:600}.hub-main.svelte-12qhfyh{width:100%;min-width:0;display:block}.hub-section-header.svelte-12qhfyh{margin-bottom:12px}.hub-section-pill.svelte-12qhfyh{text-transform:uppercase;letter-spacing:.6px;border-radius:20px;align-items:center;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.hub-grid.svelte-12qhfyh{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;display:grid}.hub-card.svelte-12qhfyh{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:10px;flex-direction:column;gap:4px;padding:16px;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.hub-card.svelte-12qhfyh:hover{border-color:var(--border-md);transform:translateY(-1px);box-shadow:0 4px 16px #00000008}.hub-card-bar.svelte-12qhfyh{opacity:0;height:2px;transition:opacity .15s;position:absolute;bottom:0;left:0;right:0}.hub-card-label.svelte-12qhfyh{color:var(--text-1);font-size:13px;font-weight:600}.hub-card-desc.svelte-12qhfyh{color:var(--text-3);font-size:11px;line-height:1.4}.cal.svelte-12qhfyh{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;overflow:hidden}.cal-header.svelte-12qhfyh{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.cal-title.svelte-12qhfyh{color:var(--text-1);font-size:13px;font-weight:700}.cal-nav.svelte-12qhfyh{cursor:pointer;color:var(--text-3);background:0 0;border:none;border-radius:6px;padding:2px 6px;font-size:18px;line-height:1;transition:background .12s,color .12s}.cal-nav.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text-1)}.cal-grid.svelte-12qhfyh{grid-template-columns:repeat(7,1fr);gap:2px;padding:8px;display:grid}.cal-day-name.svelte-12qhfyh{color:var(--text-3);text-align:center;text-transform:uppercase;letter-spacing:.3px;padding:4px 0;font-size:10px;font-weight:700}.cal-cell.svelte-12qhfyh{aspect-ratio:1;color:var(--text-2);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:500;transition:background .1s,color .1s;display:flex;position:relative}.cal-cell.svelte-12qhfyh:not(.empty):hover{background:var(--bg-hover);color:var(--text-1)}.cal-cell.empty.svelte-12qhfyh{cursor:default;color:#0000}.cal-cell.today.svelte-12qhfyh{background:var(--accent);color:#fff;font-weight:700}.cal-cell.today.svelte-12qhfyh .cal-dot:where(.svelte-12qhfyh){background:#fff}.cal-cell.selected.svelte-12qhfyh:not(.today){background:var(--accent-glow);color:var(--accent);font-weight:700}.cal-cell.has-event.svelte-12qhfyh:not(.today):not(.selected){color:var(--accent)}.cal-dot.svelte-12qhfyh{background:var(--accent);border-radius:50%;width:4px;height:4px;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.cal-events.svelte-12qhfyh{border-top:1px solid var(--border);flex-direction:column;gap:4px;padding:8px 12px;display:flex}.cal-event-item.svelte-12qhfyh{color:var(--text-1);background:var(--accent-glow);border-left:2px solid var(--accent);white-space:nowrap;text-overflow:ellipsis;border-radius:0 4px 4px 0;padding:4px 8px;font-size:11px;overflow:hidden}.cal-empty.svelte-12qhfyh{border-top:1px solid var(--border);color:var(--text-3);text-align:center;padding:8px 12px;font-size:11px}
