.dashboard-module__gKNh7W__dashboardLayout{color:#1e293b;background-color:#f8fafc;width:100vw;min-height:100vh;display:flex;overflow:hidden}.dashboard-module__gKNh7W__sidebar{color:#94a3b8;background-color:#070c19;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;justify-content:space-between;width:260px;display:flex}.dashboard-module__gKNh7W__sidebarTop{padding:1.5rem .5rem}.dashboard-module__gKNh7W__sidebarHeader{border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;margin-bottom:2rem;padding:0 1rem 1.25rem;display:flex}.dashboard-module__gKNh7W__sidebarIconBadge{background-color:var(--accent-gold);color:#070c19;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.15rem;display:flex}.dashboard-module__gKNh7W__sidebarTitleCol{flex-direction:column;line-height:1.2;display:flex}.dashboard-module__gKNh7W__sidebarTitle{color:#fff;font-size:.95rem;font-weight:700;font-family:var(--font-display)}.dashboard-module__gKNh7W__sidebarSubtitle{color:var(--accent-gold);font-size:.68rem;font-weight:600}.dashboard-module__gKNh7W__navLinks{flex-direction:column;gap:.35rem;padding:0 .5rem;display:flex}.dashboard-module__gKNh7W__navLink{color:#cbd5e1;cursor:pointer;text-align:left;width:100%;transition:var(--transition);background:0 0;border:none;border-radius:6px;align-items:center;gap:.85rem;padding:.65rem .85rem;font-size:.8rem;font-weight:700;text-decoration:none;display:flex}.dashboard-module__gKNh7W__navLink:hover{color:#fff;background-color:#ffffff08}.dashboard-module__gKNh7W__navLinkActive{color:var(--accent-gold)!important;background-color:#c9a84c14!important}.dashboard-module__gKNh7W__navLinkActive svg{color:var(--accent-gold)!important}.dashboard-module__gKNh7W__sidebarBottom{border-top:1px solid #ffffff14;padding:1.5rem}.dashboard-module__gKNh7W__sidebarBackBtn{color:#94a3b8;border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:var(--transition);background-color:#0000;border:1px solid #ffffff26;justify-content:center;align-items:center;gap:.5rem;padding:.65rem;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}.dashboard-module__gKNh7W__sidebarBackBtn:hover{color:#fff;background-color:#ffffff0d;border-color:#fff}.dashboard-module__gKNh7W__mainContent{flex-direction:column;flex:1;display:flex;overflow-y:auto}.dashboard-module__gKNh7W__header{background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.dashboard-module__gKNh7W__headerLeft h2{color:#0f172a;font-size:1.4rem;font-weight:800;font-family:var(--font-display);margin-bottom:.25rem}.dashboard-module__gKNh7W__headerLeft p{color:#64748b;margin:0;font-size:.78rem}.dashboard-module__gKNh7W__headerRight{align-items:center;gap:1.5rem;display:flex}.dashboard-module__gKNh7W__bellBtn{cursor:pointer;color:#64748b;background:0 0;border:none;font-size:1.25rem;position:relative}.dashboard-module__gKNh7W__bellDot{background-color:#ef4444;border-radius:50%;width:7px;height:7px;position:absolute;top:-2px;right:-2px}.dashboard-module__gKNh7W__userProfile{align-items:center;gap:.65rem;display:flex}.dashboard-module__gKNh7W__userAvatar{color:#475569;background-color:#e2e8f0;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.dashboard-module__gKNh7W__userInfo{flex-direction:column;line-height:1.2;display:flex}.dashboard-module__gKNh7W__userName{color:#0f172a;font-size:.8rem;font-weight:700}.dashboard-module__gKNh7W__userRole{color:#64748b;font-size:.68rem}.dashboard-module__gKNh7W__bodyContent{flex-direction:column;gap:2rem;padding:2rem;display:flex}.dashboard-module__gKNh7W__metricsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (max-width:1024px){.dashboard-module__gKNh7W__metricsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.dashboard-module__gKNh7W__metricsGrid{grid-template-columns:1fr}}.dashboard-module__gKNh7W__metricCard{border-radius:var(--radius-md);background-color:#fff;border:1px solid #e2e8f0;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex;box-shadow:0 4px 10px #00000003}.dashboard-module__gKNh7W__metricLabel{color:#64748b;text-transform:uppercase;letter-spacing:.8px;font-size:.65rem;font-weight:700}.dashboard-module__gKNh7W__metricValue{color:#0f172a;font-size:1.6rem;font-weight:800;line-height:1}.dashboard-module__gKNh7W__metricTrend{align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;display:flex}.dashboard-module__gKNh7W__trendUp{color:#16a34a}.dashboard-module__gKNh7W__trendDown{color:#ef4444}.dashboard-module__gKNh7W__actionsRow{gap:.75rem;display:flex}.dashboard-module__gKNh7W__btnActionGold{background-color:var(--accent-gold);color:#0b1329;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:none;padding:.55rem 1.25rem;font-size:.8rem;font-weight:700}.dashboard-module__gKNh7W__btnActionGold:hover{background-color:var(--accent-gold-hover);transform:translateY(-1px)}.dashboard-module__gKNh7W__btnActionBlue{color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background-color:#0b1329;border:none;padding:.55rem 1.25rem;font-size:.8rem;font-weight:700}.dashboard-module__gKNh7W__btnActionBlue:hover{background-color:#162244;transform:translateY(-1px)}.dashboard-module__gKNh7W__btnActionOutline{color:#475569;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background-color:#0000;border:1px solid #cbd5e1;padding:.55rem 1.25rem;font-size:.8rem;font-weight:600}.dashboard-module__gKNh7W__btnActionOutline:hover{color:#0f172a;background-color:#fff;border-color:#94a3b8}.dashboard-module__gKNh7W__tableCard{border-radius:var(--radius-md);background-color:#fff;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 15px #00000005}.dashboard-module__gKNh7W__tableTitle{color:#0f172a;font-size:.95rem;font-weight:800;font-family:var(--font-display);border-bottom:1px solid #e2e8f0;margin:0;padding:1.25rem 1.5rem}.dashboard-module__gKNh7W__tableWrapper{width:100%;overflow-x:auto}.dashboard-module__gKNh7W__table{border-collapse:collapse;text-align:left;width:100%;font-size:.82rem}.dashboard-module__gKNh7W__th{color:#475569;text-transform:uppercase;letter-spacing:.5px;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.85rem 1.5rem;font-size:.72rem;font-weight:700}.dashboard-module__gKNh7W__td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem;font-weight:600}.dashboard-module__gKNh7W__refNo{color:#0f172a;font-family:monospace;font-weight:700}.dashboard-module__gKNh7W__applicantName{color:#0f172a;font-weight:700}.dashboard-module__gKNh7W__stadiumName{color:#64748b;font-size:.78rem}.dashboard-module__gKNh7W__badgeBlue{color:#0369a1;text-transform:uppercase;background-color:#e0f2fe;border-radius:4px;padding:.2rem .55rem;font-size:.68rem;font-weight:700;display:inline-block}.dashboard-module__gKNh7W__badgePurple{color:#6b21a8;text-transform:uppercase;background-color:#f3e8ff;border-radius:4px;padding:.2rem .55rem;font-size:.68rem;font-weight:700;display:inline-block}.dashboard-module__gKNh7W__badgeGreen{color:#166534;text-transform:uppercase;background-color:#dcfce7;border-radius:4px;padding:.2rem .55rem;font-size:.68rem;font-weight:700;display:inline-block}.dashboard-module__gKNh7W__timer{color:#64748b;align-items:center;gap:.35rem;font-size:.78rem;display:flex}.dashboard-module__gKNh7W__timerUrgent{color:#ef4444;font-weight:700}.dashboard-module__gKNh7W__rowActions{gap:.4rem;display:flex}.dashboard-module__gKNh7W__btnRowReview{color:#fff;cursor:pointer;transition:var(--transition);background-color:#0f172a;border:none;border-radius:4px;padding:.35rem .7rem;font-size:.72rem;font-weight:700}.dashboard-module__gKNh7W__btnRowReview:hover{background-color:#334155}.dashboard-module__gKNh7W__btnRowApprove{color:#fff;cursor:pointer;transition:var(--transition);background-color:#22c55e;border:none;border-radius:4px;padding:.35rem .7rem;font-size:.72rem;font-weight:700}.dashboard-module__gKNh7W__btnRowApprove:hover{background-color:#15803d}.dashboard-module__gKNh7W__btnRowReject{color:#fff;cursor:pointer;transition:var(--transition);background-color:#ef4444;border:none;border-radius:4px;padding:.35rem .7rem;font-size:.72rem;font-weight:700}.dashboard-module__gKNh7W__btnRowReject:hover{background-color:#b91c1c}.dashboard-module__gKNh7W__btnRowHold{background-color:var(--accent-gold);color:#0b1329;cursor:pointer;transition:var(--transition);border:none;border-radius:4px;padding:.35rem .7rem;font-size:.72rem;font-weight:700}.dashboard-module__gKNh7W__btnRowHold:hover{background-color:var(--accent-gold-hover)}.dashboard-module__gKNh7W__btnRowDisabled{color:#cbd5e1;cursor:not-allowed;background-color:#f1f5f9;border:none;border-radius:4px;padding:.35rem .7rem;font-size:.72rem;font-weight:700}.dashboard-module__gKNh7W__sidebarToggleBtn{color:#0f172a;cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-right:.75rem;padding:.5rem;display:none}.dashboard-module__gKNh7W__sidebarToggleBtn:hover{background-color:#f1f5f9}.dashboard-module__gKNh7W__sidebarBackdrop{display:none}@media (max-width:992px){.dashboard-module__gKNh7W__dashboardLayout{flex-direction:column;position:relative;overflow-x:hidden}.dashboard-module__gKNh7W__sidebar{z-index:10000;height:100vh;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:-270px;box-shadow:5px 0 25px #00000059}.dashboard-module__gKNh7W__sidebarActive{left:0!important}.dashboard-module__gKNh7W__sidebarBackdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;background-color:#070c1966;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}.dashboard-module__gKNh7W__sidebarToggleBtn{display:inline-flex}.dashboard-module__gKNh7W__header{padding:1rem 1.25rem}.dashboard-module__gKNh7W__headerLeft{align-items:center;display:flex}.dashboard-module__gKNh7W__headerTitleWrapper{flex-direction:column;display:flex}.dashboard-module__gKNh7W__bodyContent{gap:1.5rem;padding:1.25rem 1rem}}@media (max-width:768px){.dashboard-module__gKNh7W__header{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.dashboard-module__gKNh7W__headerRight{justify-content:space-between;width:100%}}.dashboard-module__gKNh7W__auditTimeline{flex-direction:column;gap:1.25rem;display:flex}.dashboard-module__gKNh7W__auditItem{gap:1.25rem;display:flex;position:relative}.dashboard-module__gKNh7W__auditItem:not(:last-child):after{content:"";background-color:#e2e8f0;width:2px;position:absolute;top:1.25rem;bottom:-1.25rem;left:5px}.dashboard-module__gKNh7W__auditDot{z-index:2;background-color:#cbd5e1;border:2px solid #fff;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:.25rem;position:relative;box-shadow:0 0 0 2px #cbd5e1}.dashboard-module__gKNh7W__auditDotGreen{background-color:#16a34a;box-shadow:0 0 0 2px #16a34a}.dashboard-module__gKNh7W__auditContent{flex-direction:column;gap:.25rem;display:flex}.dashboard-module__gKNh7W__auditTime{color:#94a3b8;font-size:.72rem;font-weight:700}.dashboard-module__gKNh7W__auditTitle{color:#1e293b;font-size:.82rem;font-weight:700}.dashboard-module__gKNh7W__auditDesc{color:#64748b;font-size:.76rem;font-weight:500}
.dashboard-tabs-module__IO1dkG__queueHeaderRow{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-tabs-module__IO1dkG__queueTitle{color:#0f172a;font-size:1.25rem;font-weight:800;font-family:var(--font-display);margin:0}.dashboard-tabs-module__IO1dkG__filterRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-tabs-module__IO1dkG__pillsList{flex-wrap:wrap;gap:.5rem;display:flex}.dashboard-tabs-module__IO1dkG__pill{color:#475569;cursor:pointer;transition:var(--transition);background-color:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.4rem .85rem;font-size:.75rem;font-weight:700}.dashboard-tabs-module__IO1dkG__pill:hover{background-color:#f8fafc;border-color:#cbd5e1}.dashboard-tabs-module__IO1dkG__pillActive{color:#fff;background-color:#0b1329;border-color:#0b1329}.dashboard-tabs-module__IO1dkG__pillUrgent{color:#ef4444!important;background-color:#ef44440d!important;border-color:#ef444433!important}.dashboard-tabs-module__IO1dkG__pillUrgentActive{color:#fff!important;background-color:#ef4444!important;border-color:#ef4444!important}.dashboard-tabs-module__IO1dkG__facilitySelect{border-radius:var(--radius-sm);color:#475569;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;padding:.4rem .85rem;font-size:.78rem}.dashboard-tabs-module__IO1dkG__statusBadge{text-transform:uppercase;border-radius:4px;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.dashboard-tabs-module__IO1dkG__statusHold{color:#b45309;background-color:#fef3c7}.dashboard-tabs-module__IO1dkG__statusApproved{color:#15803d;background-color:#dcfce7}.dashboard-tabs-module__IO1dkG__statusActive{color:#1d4ed8;background-color:#dbeafe}.dashboard-tabs-module__IO1dkG__statusReview{color:#0369a1;background-color:#e0f2fe}.dashboard-tabs-module__IO1dkG__statusFinal{color:#6d28d9;background-color:#ede9fe}.dashboard-tabs-module__IO1dkG__statusVerification{color:#701a75;background-color:#f3e8ff}.dashboard-tabs-module__IO1dkG__detailsHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-tabs-module__IO1dkG__breadcrumbs{color:#64748b;margin-bottom:.25rem;font-size:.72rem}.dashboard-tabs-module__IO1dkG__detailsTitle{color:#0f172a;font-size:1.4rem;font-weight:800;font-family:var(--font-display);margin:0}.dashboard-tabs-module__IO1dkG__detailsSubtitle{color:#64748b;margin:0;font-size:.8rem}.dashboard-tabs-module__IO1dkG__workflowProgress{border-radius:var(--radius-md);background-color:#fff;border:1px solid #e2e8f0;margin-bottom:2rem;padding:1.5rem;box-shadow:0 4px 12px #00000003}.dashboard-tabs-module__IO1dkG__progressLabel{color:#64748b;text-transform:uppercase;margin-bottom:1.25rem;font-size:.72rem;font-weight:700}.dashboard-tabs-module__IO1dkG__workflowTimeline{justify-content:space-between;padding:0 1rem;display:flex;position:relative}.dashboard-tabs-module__IO1dkG__workflowLine{z-index:1;background-color:#e2e8f0;height:2px;position:absolute;top:12px;left:2rem;right:2rem}.dashboard-tabs-module__IO1dkG__workflowLineActive{z-index:2;background-color:#16a34a;width:75%;height:2px;position:absolute;top:12px;left:2rem}.dashboard-tabs-module__IO1dkG__workflowStep{z-index:3;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.dashboard-tabs-module__IO1dkG__workflowDot{color:#64748b;background-color:#fff;border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:700;display:flex}.dashboard-tabs-module__IO1dkG__workflowDotActive{color:#fff;background-color:#16a34a;border-color:#16a34a}.dashboard-tabs-module__IO1dkG__workflowText{color:#64748b;margin-top:.5rem;font-size:.75rem;font-weight:700}.dashboard-tabs-module__IO1dkG__workflowTextActive{color:#16a34a}.dashboard-tabs-module__IO1dkG__summaryGrid{grid-template-columns:1.2fr 1.8fr;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.dashboard-tabs-module__IO1dkG__summaryGrid{grid-template-columns:1fr;gap:1.5rem}}.dashboard-tabs-module__IO1dkG__venueImgCard{border-radius:var(--radius-md);height:180px;position:relative;overflow:hidden}.dashboard-tabs-module__IO1dkG__venueImg{object-fit:cover;width:100%;height:100%}.dashboard-tabs-module__IO1dkG__venueTag{background-color:var(--accent-gold);color:#0f172a;text-transform:uppercase;border-radius:4px;padding:.25rem .6rem;font-size:.68rem;font-weight:700;position:absolute;top:1rem;right:1rem}.dashboard-tabs-module__IO1dkG__decisionBox{border-radius:var(--radius-md);background-color:#fff;border:1px solid #e2e8f0;margin-bottom:2rem;padding:1.5rem;box-shadow:0 4px 15px #00000005}.dashboard-tabs-module__IO1dkG__decisionHeader{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.15rem;font-size:.85rem;font-weight:700}.dashboard-tabs-module__IO1dkG__conflictCallout{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;margin-bottom:.85rem;padding:.75rem 1rem;font-size:.8rem;font-weight:600}.dashboard-tabs-module__IO1dkG__signoffCallout{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.8rem;font-weight:600}.dashboard-tabs-module__IO1dkG__commentArea{border-radius:var(--radius-sm);resize:vertical;background-color:#f8fafc;border:1px solid #cbd5e1;width:100%;min-height:80px;margin-bottom:1.25rem;padding:.75rem;font-size:.82rem}.dashboard-tabs-module__IO1dkG__commentArea:focus{border-color:var(--accent-gold);background-color:#fff;outline:none}.dashboard-tabs-module__IO1dkG__decisionButtons{gap:1rem;display:flex}.dashboard-tabs-module__IO1dkG__btnApprove{color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background-color:#22c55e;border:none;padding:.65rem 1.5rem;font-size:.82rem;font-weight:700}.dashboard-tabs-module__IO1dkG__btnApprove:hover{background-color:#16a34a}.dashboard-tabs-module__IO1dkG__btnReject{color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background-color:#ef4444;border:none;padding:.65rem 1.5rem;font-size:.82rem;font-weight:700}.dashboard-tabs-module__IO1dkG__btnReject:hover{background-color:#dc2626}.dashboard-tabs-module__IO1dkG__btnHold{background-color:var(--accent-gold);color:#0b1329;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:none;padding:.65rem 1.5rem;font-size:.82rem;font-weight:700}.dashboard-tabs-module__IO1dkG__btnHold:hover{background-color:var(--accent-gold-hover)}.dashboard-tabs-module__IO1dkG__modalOverlay{z-index:999;background-color:#0f172aa6;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.dashboard-tabs-module__IO1dkG__modalContent{border-radius:var(--radius-md);background-color:#fff;border:1px solid #e2e8f0;flex-direction:column;width:100%;max-width:580px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}.dashboard-tabs-module__IO1dkG__modalHeader{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.dashboard-tabs-module__IO1dkG__modalHeaderLeft h3{color:#0f172a;font-size:.95rem;font-weight:800;font-family:var(--font-display);margin:0 0 .1rem}.dashboard-tabs-module__IO1dkG__modalHeaderLeft span{color:#64748b;font-size:.7rem}.dashboard-tabs-module__IO1dkG__modalCloseBtn{cursor:pointer;color:#64748b;transition:var(--transition);background:0 0;border:none;font-size:1.25rem}.dashboard-tabs-module__IO1dkG__modalCloseBtn:hover{color:#0f172a}.dashboard-tabs-module__IO1dkG__modalBody{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.dashboard-tabs-module__IO1dkG__docPreviewBox{color:#64748b;background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem 1.5rem;display:flex}.dashboard-tabs-module__IO1dkG__docIcon{color:#94a3b8;font-size:2.25rem}.dashboard-tabs-module__IO1dkG__docPreviewTitle{color:#475569;font-size:.85rem;font-weight:700}.dashboard-tabs-module__IO1dkG__metaCard{color:#334155;background-color:#f1f5f9;border-radius:6px;grid-template-columns:1fr 1fr;gap:.5rem;padding:1rem;font-size:.8rem;line-height:1.5;display:grid}.dashboard-tabs-module__IO1dkG__metaCardInPreview{color:#475569;text-align:left;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;width:90%;max-width:340px;margin-top:.25rem;padding:.65rem 1rem;font-size:.72rem;line-height:1.6;box-shadow:0 2px 6px #00000008}.dashboard-tabs-module__IO1dkG__metaCardInPreview div{margin-bottom:.15rem}.dashboard-tabs-module__IO1dkG__modalFooter{background-color:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.dashboard-tabs-module__IO1dkG__routingSection{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem}.dashboard-tabs-module__IO1dkG__routingTitle{color:#64748b;text-transform:uppercase;margin-bottom:.75rem;font-size:.72rem;font-weight:700}.dashboard-tabs-module__IO1dkG__routingButtons{flex-wrap:wrap;gap:.5rem;display:flex}.dashboard-tabs-module__IO1dkG__btnRouteOption{color:#475569;cursor:pointer;transition:var(--transition);background-color:#fff;border:1px solid #cbd5e1;border-radius:4px;padding:.35rem .75rem;font-size:.7rem;font-weight:600}.dashboard-tabs-module__IO1dkG__btnRouteOption:hover{color:#0f172a;background-color:#f1f5f9;border-color:#94a3b8}.dashboard-tabs-module__IO1dkG__btnRouteOptionActive{border-color:var(--accent-gold);color:#0b1329;background-color:#c9a84c14}
.dashboard-pages-module__XKT4xG__pipelineRow{align-items:flex-start;gap:1rem;min-height:calc(100vh - 220px);padding-bottom:1rem;display:flex;overflow-x:auto}.dashboard-pages-module__XKT4xG__pipelineCol{border-radius:var(--radius-md);background-color:#f1f5f9;border:1px solid #e2e8f0;flex-direction:column;flex:1;gap:.85rem;min-width:230px;padding:1rem;display:flex}.dashboard-pages-module__XKT4xG__pipelineColHeader{border-bottom:2px solid #cbd5e1;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.dashboard-pages-module__XKT4xG__colName{color:#334155;text-transform:uppercase;font-size:.78rem;font-weight:800}.dashboard-pages-module__XKT4xG__colHeaderDot{background-color:#64748b;border-radius:50%;width:8px;height:8px}.dashboard-pages-module__XKT4xG__kanbanCard{border-radius:var(--radius-sm);transition:var(--transition);background-color:#fff;border:1px solid #cbd5e1;flex-direction:column;gap:.5rem;padding:.85rem;display:flex;box-shadow:0 2px 5px #00000005}.dashboard-pages-module__XKT4xG__kanbanCard:hover{border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 4px 10px #0000000d}.dashboard-pages-module__XKT4xG__kanbanCardHeader{color:#64748b;justify-content:space-between;align-items:center;font-family:monospace;font-size:.7rem;font-weight:700;display:flex}.dashboard-pages-module__XKT4xG__kanbanCardTitle{color:#0f172a;font-size:.8rem;font-weight:800}.dashboard-pages-module__XKT4xG__kanbanCardDesc{color:#64748b;font-size:.72rem}.dashboard-pages-module__XKT4xG__kanbanButtons{gap:.4rem;margin-top:.25rem;display:flex}.dashboard-pages-module__XKT4xG__reportsGrid{grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (max-width:992px){.dashboard-pages-module__XKT4xG__reportsGrid{grid-template-columns:1fr}}.dashboard-pages-module__XKT4xG__chartCard{border-radius:var(--radius-md);background-color:#fff;border:1px solid #e2e8f0;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 4px 10px #00000003}.dashboard-pages-module__XKT4xG__chartTitle{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:800}.dashboard-pages-module__XKT4xG__barChartContainer{border-bottom:1px solid #cbd5e1;justify-content:space-between;align-items:flex-end;height:200px;padding:1rem 0;display:flex}.dashboard-pages-module__XKT4xG__barCol{flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex}.dashboard-pages-module__XKT4xG__barValue{color:#64748b;font-size:.72rem;font-weight:700}.dashboard-pages-module__XKT4xG__bar{background-color:#0b1329;border-radius:4px 4px 0 0;width:32px;transition:height .5s ease-out}.dashboard-pages-module__XKT4xG__barActive{background-color:var(--accent-gold)}.dashboard-pages-module__XKT4xG__barLabel{color:#475569;font-size:.72rem;font-weight:700}.dashboard-pages-module__XKT4xG__pieContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.dashboard-pages-module__XKT4xG__pieChart{background:conic-gradient(#0b1329 0% 55%, var(--accent-gold) 55% 80%, #ef4444 80% 92%, #64748b 92% 100%);border-radius:50%;width:130px;height:130px;box-shadow:inset 0 0 0 15px #fff}.dashboard-pages-module__XKT4xG__chartLegend{flex-wrap:wrap;justify-content:center;gap:.75rem;font-size:.72rem;display:flex}.dashboard-pages-module__XKT4xG__legendItem{color:#475569;align-items:center;gap:.35rem;font-weight:700;display:flex}.dashboard-pages-module__XKT4xG__legendDot{border-radius:50%;width:10px;height:10px}.dashboard-pages-module__XKT4xG__heatmapGrid{grid-template-columns:repeat(24,1fr);gap:4px;display:grid}.dashboard-pages-module__XKT4xG__heatmapBlock{aspect-ratio:1;border-radius:2px}@media (max-width:768px){.dashboard-pages-module__XKT4xG__heatmapGrid{gap:4px;padding-bottom:.5rem;display:flex;overflow-x:auto}.dashboard-pages-module__XKT4xG__heatmapBlock{flex-shrink:0;width:14px;height:14px}}.dashboard-pages-module__XKT4xG__stadiumsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1200px){.dashboard-pages-module__XKT4xG__stadiumsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.dashboard-pages-module__XKT4xG__stadiumsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.dashboard-pages-module__XKT4xG__stadiumsGrid{grid-template-columns:1fr}}.dashboard-pages-module__XKT4xG__stadiumCard{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);background-color:#fff;border:1px solid #e2e8f0;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 10px #00000003}.dashboard-pages-module__XKT4xG__stadiumCard:hover{border-color:var(--accent-gold);transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.dashboard-pages-module__XKT4xG__stadiumThumbCard{height:140px;position:relative}.dashboard-pages-module__XKT4xG__stadiumThumb{object-fit:cover;width:100%;height:100%}.dashboard-pages-module__XKT4xG__stadiumCardBody{flex-direction:column;gap:.35rem;padding:1rem;display:flex}.dashboard-pages-module__XKT4xG__stadiumCardTitle{color:#0f172a;margin:0;font-size:.85rem;font-weight:800}.dashboard-pages-module__XKT4xG__stadiumCardLocation{color:#64748b;font-size:.72rem}.dashboard-pages-module__XKT4xG__addStadiumCard{border-radius:var(--radius-md);cursor:pointer;color:#64748b;min-height:230px;transition:var(--transition);background-color:#0000;border:2px dashed #cbd5e1;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2.5rem 1rem;display:flex}.dashboard-pages-module__XKT4xG__addStadiumCard:hover{border-color:var(--accent-gold);color:var(--accent-gold);background-color:#fff}.dashboard-pages-module__XKT4xG__addIcon{font-size:2rem}.dashboard-pages-module__XKT4xG__calendarContainer{border-radius:var(--radius-md);background-color:#fff;border:1px solid #e2e8f0;margin-bottom:2rem;padding:1.5rem;box-shadow:0 4px 15px #00000005}.dashboard-pages-module__XKT4xG__calendarGrid{border:1px solid #e2e8f0;border-top:none;grid-template-columns:repeat(7,1fr);display:grid}.dashboard-pages-module__XKT4xG__calendarDayHeader{color:#475569;text-transform:uppercase;text-align:center;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.5rem .25rem;font-size:.7rem;font-weight:700}.dashboard-pages-module__XKT4xG__calendarCell{border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;flex-direction:column;gap:.35rem;min-height:90px;padding:.5rem;display:flex;position:relative}.dashboard-pages-module__XKT4xG__calendarCell:nth-child(7n){border-right:none}.dashboard-pages-module__XKT4xG__dayNumber{color:#64748b;font-size:.75rem;font-weight:700}.dashboard-pages-module__XKT4xG__dayNumberActive{color:#0f172a}.dashboard-pages-module__XKT4xG__calendarEvent{color:#fff;text-overflow:ellipsis;white-space:nowrap;border-radius:3px;padding:.15rem .35rem;font-size:.62rem;font-weight:700;overflow:hidden}.dashboard-pages-module__XKT4xG__eventGold{background-color:var(--accent-gold);color:#0b1329}.dashboard-pages-module__XKT4xG__eventBlue{background-color:#0b1329}.dashboard-pages-module__XKT4xG__eventGreen{background-color:#22c55e}
