*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--fd-font-sans: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif}body{font-family:var(--fd-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:#f8fafc;color:#111827;min-height:100vh}.auth-outer{min-height:100vh;background:linear-gradient(to right,#150462,#03003c);padding:24px;display:flex}.auth-split{display:grid;grid-template-columns:1fr 1fr;flex:1;min-height:calc(100vh - 48px);overflow:hidden;border-radius:24px}.auth-hero{overflow:hidden;border-radius:24px 0 0 24px;background:#0f172a}.auth-hero img{width:100%;height:100%;object-fit:cover;display:block}.auth-panel{background:#fff;border-radius:0 24px 24px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 40px;overflow-y:auto;color:#111827}.auth-logo-top{height:44px;margin-bottom:36px;display:block}.auth-card-light{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px 28px;width:100%;max-width:460px;box-shadow:0 4px 24px #00000014}.form-heading{font-size:1.35rem;font-weight:600;color:#111827;margin-bottom:24px}.form-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.forgot-link{background:none;border:none;color:#33f;font-size:.82rem;cursor:pointer;padding:0;text-decoration:underline}.btn-login{padding:10px 28px;background:#33f;color:#fff;border:none;border-radius:6px;font-size:.82rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:background .15s;white-space:nowrap}.btn-login:hover{background:#22d}.btn-login:disabled{background:#a5b4fc;cursor:not-allowed}.auth-footer-link{margin-top:20px;font-size:.82rem;color:#6b7280}.auth-footer-link a{color:#33f;text-decoration:none}.auth-footer-link a:hover{text-decoration:underline}.auth-panel .field label{color:#374151;font-weight:500}.auth-panel .field input,.auth-panel .field select{background:#f3f4f6;border-color:#d1d5db;color:#111827}.auth-panel .field input:focus,.auth-panel .field select:focus{border-color:#33f;background:#fff}.auth-panel .field-error{color:#dc2626}.auth-panel .check-row{color:#374151}.auth-panel .check-row a,.auth-panel .btn-ghost{color:#33f}.auth-panel .alert-error{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.auth-panel .alert-info{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.auth-panel .wizard-step{background:#e5e7eb}.auth-panel .wizard-step.done{background:#33f}.auth-panel .wizard-step.active{background:#6366f1}.auth-panel .btn-primary{background:#33f}.auth-panel .btn-primary:hover{background:#22d}.auth-panel .btn-primary:disabled{background:#a5b4fc;color:#fff}.auth-page,.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px}.auth-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:40px;width:100%;max-width:420px}.auth-logo{height:36px;display:block;margin-bottom:28px}.auth-title{font-size:1.2rem;font-weight:700;color:#f1f5f9;margin-bottom:6px}.auth-sub{font-size:.85rem;color:#64748b;margin-bottom:28px}.field{margin-bottom:18px}.field label{display:block;font-size:.8rem;font-weight:600;color:#94a3b8;margin-bottom:6px}.field input,.field select{width:100%;padding:10px 14px;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:.9rem;outline:none;transition:border-color .15s}.field input:focus,.field select:focus{border-color:#38bdf8}.field-error{font-size:.73rem;color:#f87171;margin-top:5px}.check-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:.82rem;color:#94a3b8}.check-row input{margin-top:3px;flex-shrink:0;accent-color:#38bdf8}.check-row a{color:#38bdf8}.btn-primary{width:100%;padding:11px;border:none;border-radius:8px;background:#0284c7;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.btn-primary:hover{background:#0369a1}.btn-primary:disabled{background:#1e3a5f;color:#475569;cursor:not-allowed}.btn-ghost{background:none;border:none;color:#38bdf8;font-size:.82rem;cursor:pointer;padding:0;text-decoration:underline}.alert{padding:10px 14px;border-radius:8px;font-size:.82rem;margin-bottom:18px}.alert-error{background:#7f1d1d33;border:1px solid #7f1d1d;color:#fca5a5}.alert-info{background:#0c4a6e33;border:1px solid #0c4a6e;color:#7dd3fc}.dashboard{display:flex;min-height:100vh;background:#f8fafc}.dashboard-status{display:flex;align-items:center;justify-content:center;min-height:100vh;color:#6b7280}.sidebar-mock{width:240px;background:#fff;border-right:1px solid #e5e7eb;padding:22px 14px 16px;flex-shrink:0;display:flex;flex-direction:column;min-height:100vh}.sidebar-crest-img{display:block;margin:4px 0 14px 10px;height:32px;width:auto;flex-shrink:0}.sidebar-logo-img{height:28px;display:block;margin:2px 0 18px 6px}.sidebar-role-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;margin:0 6px 20px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#374151;font-size:.72rem;font-weight:600;width:fit-content}.sidebar-role-dot{width:6px;height:6px;border-radius:50%;background:#6366f1}.sidebar-nav{list-style:none;display:flex;flex-direction:column;gap:2px;padding:0;margin:0}.sidebar-nav li a{display:block;padding:9px 12px;border-radius:8px;color:#4b5563;font-size:.85rem;text-decoration:none;transition:background .12s,color .12s}.sidebar-nav li a:hover{background:#f3f4f6;color:#111827}.sidebar-nav li a.active{background:#6366f11f;color:#4338ca;font-weight:600}.sidebar-user-card{margin-top:auto;position:relative;border-top:1px solid #e5e7eb;padding-top:12px}.sidebar-user-button{display:flex;align-items:center;gap:10px;width:100%;padding:8px;background:transparent;border:none;cursor:pointer;border-radius:8px;text-align:left;transition:background .12s}.sidebar-user-button:hover{background:#f3f4f6}.sidebar-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#33f,#6366f1);color:#fff;font-size:.78rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user-meta{flex:1;min-width:0}.sidebar-user-name{color:#111827;font-size:.82rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-email{color:#6b7280;font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-caret{color:#9ca3af;font-size:.95rem}.sidebar-user-menu{position:absolute;bottom:calc(100% + 4px);left:8px;right:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 6px 18px #11182714;overflow:hidden}.sidebar-menu-item{display:block;width:100%;padding:9px 12px;background:transparent;border:none;color:#111827;font-size:.82rem;text-align:left;cursor:pointer}.sidebar-menu-item:hover{background:#f3f4f6}.sidebar-footer{margin-top:12px;padding-top:10px;border-top:1px solid #e5e7eb;color:#9ca3af;font-size:.68rem;text-align:center;letter-spacing:.02em}.sidebar-footer strong{color:#6b7280;font-weight:600}.main-content{flex:1;padding:28px 36px;overflow:auto;background:#f8fafc}.main-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.page-title{font-size:1.45rem;font-weight:700;color:#111827;margin:0}.page-subtitle{font-size:.85rem;color:#6b7280;margin:4px 0 0}.topbar-right{display:flex;align-items:center;gap:14px}.topbar-welcome{font-size:.85rem;color:#6b7280}.topbar-welcome strong{color:#111827;font-weight:600}.topbar-role-pill{padding:5px 10px;background:#6366f114;border:1px solid rgba(99,102,241,.25);border-radius:999px;color:#4338ca;font-size:.72rem;font-weight:600}.table-toolbar{display:flex;gap:12px;margin-bottom:12px;flex-wrap:wrap;align-items:center}.search-input{padding:8px 12px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:.85rem;outline:none;min-width:220px;transition:border-color .12s,box-shadow .12s}.search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.filter-select{padding:8px 12px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:.85rem;outline:none;cursor:pointer}.filter-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.toolbar-button{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;background:transparent;border:none;border-radius:6px;color:#4f46e5;cursor:pointer;font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.05em;text-transform:uppercase;transition:background-color .12s,color .12s}.toolbar-button:hover{background:#4f46e514;color:#4338ca}.toolbar-button.active,.toolbar-button[aria-expanded=true]{background:#4f46e51f;color:#3730a3}.toolbar-button .badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 5px;background:#4f46e5;color:#fff;border-radius:9px;font-size:.65rem;font-weight:700;line-height:1;letter-spacing:0}.toolbar-button:not(.active) .badge{display:none}.toolbar-spacer{margin-left:auto}.toolbar-button.search-icon-only{color:#6b7280;padding:6px}.toolbar-button.search-icon-only:hover{background:#f3f4f6;color:#111827}.popover-host{position:relative;display:inline-block}.popover{position:absolute;top:calc(100% + 6px);left:0;z-index:30;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 24px -8px #0f172a2e,0 4px 8px #0f172a0f;padding:8px;min-width:220px}.popover[hidden]{display:none}.popover.popover--fixed{left:auto;top:auto;right:auto;min-width:140px}.row-kebab{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;border:none;border-radius:4px;color:#4b5563;font-size:1.25rem;line-height:1;cursor:pointer;transition:background-color .12s,color .12s}.row-kebab:hover{background:#f3f4f6;color:#111827}.row-kebab[aria-expanded=true]{background:#eef2ff;color:#4338ca}.menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;background:transparent;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:.84rem;text-align:left}.menu-item:hover{background:#f3f4f6;color:#111827}.menu-item.selected{background:#eef2ff;color:#4338ca;font-weight:600}.menu-item .check{display:inline-block;width:14px;color:#4338ca}.filters-panel{min-width:460px;padding:12px}.filters-panel-row{display:grid;grid-template-columns:140px 110px 1fr 24px;gap:8px;align-items:center;margin-bottom:8px}.filters-panel-row select,.filters-panel-row input{padding:6px 8px;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#111827;font-size:.82rem}.filters-panel-row select:focus,.filters-panel-row input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f12e}.filters-panel-row .row-remove{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem;line-height:1;padding:0}.filters-panel-row .row-remove:hover{color:#ef4444}.filters-panel-actions{display:flex;gap:8px;padding-top:6px;border-top:1px solid #f3f4f6;margin-top:4px}.filters-panel-actions .add-filter,.filters-panel-actions .clear-all{padding:6px 10px;background:transparent;border:1px solid transparent;border-radius:6px;color:#4338ca;cursor:pointer;font-size:.78rem;font-weight:500}.filters-panel-actions .add-filter:hover{background:#eef2ff}.filters-panel-actions .clear-all{color:#6b7280;margin-left:auto}.filters-panel-actions .clear-all:hover{color:#ef4444;background:#fef2f2}.filter-chips{display:flex;gap:6px;flex-wrap:wrap;align-items:center;margin-bottom:12px;min-height:28px}.filter-chips:empty{display:none}.filter-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#eef2ff;color:#4338ca;border-radius:9999px;font-size:.74rem;font-weight:500}.filter-chip strong{font-weight:700;text-transform:capitalize}.filter-chip button{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.85rem;line-height:1;padding:0 0 0 2px}.filter-chip button:hover{color:#312e81}.filter-chips .clear-all{background:none;border:none;color:#6b7280;cursor:pointer;font-size:.74rem;text-decoration:underline;padding:0 6px}.filter-chips .clear-all:hover{color:#111827}.fd-table{width:100%;border-collapse:collapse;font-size:var(--row-font, .85rem);background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.fd-table th{background:#f9fafb;color:#6b7280;padding:var(--row-pad-y, 10px) 14px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:600}.fd-table th:hover{color:#111827}.fd-table td{padding:var(--row-pad-y, 10px) 14px;border-bottom:1px solid #f3f4f6;color:#1f2937;vertical-align:middle}.fd-table tr:last-child td{border-bottom:none}.fd-table tr:hover td{background:#f9fafb}.fd-table--compact{--row-pad-y: 4px;--row-font: .78rem}.fd-table--standard{--row-pad-y: 10px;--row-font: .85rem}.fd-table--comfortable{--row-pad-y: 16px;--row-font: .9rem}.status-badge{display:inline-block;padding:3px 10px;border-radius:9999px;font-size:.72rem;font-weight:600;white-space:nowrap}.status-UPCOMING{background:#dbeafe;color:#1e40af}.status-IN_PROGRESS{background:#fef3c7;color:#92400e}.status-COMPLETED{background:#dcfce7;color:#166534}.status-CANCELLED{background:#f3f4f6;color:#6b7280}.pagination{display:flex;align-items:center;gap:12px;margin-top:16px;font-size:.82rem;color:#6b7280;justify-content:flex-end}.pagination-size{display:inline-flex;align-items:center;gap:6px;color:#6b7280}.pagination-size select{padding:4px 8px;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#111827;font-size:.82rem;cursor:pointer}.pagination-size select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.pagination button{padding:6px 14px;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.82rem}.pagination button:hover:not(:disabled){background:#f9fafb;color:#111827;border-color:#9ca3af}.pagination button:disabled{opacity:.4;cursor:not-allowed}.wizard-steps{display:flex;gap:8px;margin-bottom:28px}.wizard-step{flex:1;height:4px;border-radius:2px;background:#334155}.wizard-step.done{background:#0284c7}.wizard-step.active{background:#38bdf8}.step-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:28px}.step-nav .btn-primary{width:auto;padding:10px 28px;font-size:.85rem;letter-spacing:.04em}.step-nav .btn-ghost{padding:10px 16px;border:1px solid currentColor;border-radius:6px;font-size:.85rem}
