@import "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&family=Fira+Sans:wght@300;400;500;600;700&display=swap";:root{--color-primary:#0f172a;--color-primary-light:#1e293b;--color-secondary:#334155;--color-cta:#0369a1;--color-cta-hover:#0284c7;--color-bg:#f8fafc;--color-surface:#fff;--color-text:#020617;--color-muted:#64748b;--color-border:#e2e8f0;--color-success:#16a34a;--color-warning:#ea580c;--color-danger:#dc2626;--color-info:#0369a1;--font-sans:"Fira Sans", system-ui, sans-serif;--font-mono:"Fira Code", ui-monospace, monospace;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 4px 12px #0f172a14;--shadow-lg:0 8px 24px #0f172a1a;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--sidebar-width:260px;--header-height:64px;--transition:.2s ease}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-mono{font-family:var(--font-mono)}.app-shell{height:100vh;overflow:hidden}.app-shell>.app-sider{flex-shrink:0;overflow-y:auto}.app-main{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.app-sider{border-right:1px solid #ffffff0f;background:linear-gradient(#0f172a 0%,#1e293b 100%)!important}.app-sider__brand{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;margin-bottom:8px;padding:20px 16px 16px;display:flex}.app-sider__logo{color:#fff;background:linear-gradient(135deg,#0369a1,#0ea5e9);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex;box-shadow:0 4px 12px #0369a166}.app-sider__title{color:#f8fafc;white-space:nowrap;font-size:15px;font-weight:600;line-height:1.2;overflow:hidden}.app-sider__subtitle{color:#64748b;letter-spacing:.02em;font-size:11px;font-weight:400}.app-header{border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:space-between;align-items:center;display:flex;overflow:visible;background:var(--color-surface)!important;min-height:var(--header-height)!important;height:var(--header-height)!important;padding:0 28px!important;line-height:normal!important}.app-header__page-title{color:var(--color-text);font-size:15px;font-weight:600}.app-content{flex:1;min-height:0;overflow-y:auto;padding:24px 28px 32px!important}.user-pill{border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;height:40px;transition:box-shadow var(--transition), border-color var(--transition);border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:0 12px 0 4px;display:flex}.report-summary-card{margin-bottom:16px}.user-pill:hover{box-shadow:var(--shadow-sm);border-color:#94a3b8}.app-header .ant-dropdown-trigger{line-height:normal;display:flex}.user-pill__avatar{background:linear-gradient(135deg,#0369a1,#0ea5e9)!important}.user-pill__info{flex-direction:column;justify-content:center;gap:1px;min-width:0;line-height:1.2;display:flex}.user-pill__name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.user-pill__role{color:var(--color-muted);text-transform:capitalize;white-space:nowrap;font-size:11px}.page-header{margin-bottom:24px}.page-header__breadcrumb{margin-bottom:8px}.page-header__row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.page-header__title{letter-spacing:-.02em;margin:0!important;font-weight:700!important}.page-header__subtitle{margin-top:4px;font-size:14px;display:block}.page-header__extra{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:box-shadow var(--transition), transform var(--transition);cursor:default;padding:20px}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-card__top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.stat-card__label{color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:500}.stat-card__icon{width:36px;height:36px;color:var(--color-secondary);background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;font-size:18px;display:flex}.stat-card__value{letter-spacing:-.03em;color:var(--color-text);font-size:32px;font-weight:700;line-height:1}.stat-card__trend{color:var(--color-muted);margin-top:8px;font-size:12px}.stat-card--success .stat-card__icon{color:#16a34a;background:#dcfce7}.stat-card--info .stat-card__icon{color:#0369a1;background:#e0f2fe}.stat-card--warning .stat-card__icon{color:#ea580c;background:#ffedd5}.stat-card--danger .stat-card__icon{color:#dc2626;background:#fee2e2}.stat-card--success .stat-card__value{color:#16a34a}.stat-card--info .stat-card__value{color:#0369a1}.stat-card--warning .stat-card__value{color:#ea580c}.stat-card--danger .stat-card__value{color:#dc2626}.content-card{border:1px solid var(--color-border)!important;box-shadow:var(--shadow-sm)!important;border-radius:var(--radius-lg)!important}.content-card .ant-card-head{border-bottom:1px solid var(--color-border);min-height:48px}.content-card .ant-card-head-title{font-size:14px;font-weight:600}.filter-bar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-wrap:wrap;gap:10px;margin-bottom:16px;padding:16px;display:flex}.status-tag{letter-spacing:.01em;border-radius:999px;align-items:center;padding:2px 10px;font-size:12px;font-weight:500;display:inline-flex}.status-tag--success{color:#15803d;background:#dcfce7}.status-tag--info{color:#0369a1;background:#e0f2fe}.status-tag--warning{color:#c2410c;background:#ffedd5}.status-tag--danger{color:#b91c1c;background:#fee2e2}.status-tag--muted{color:#475569;background:#f1f5f9}.login-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-page__hero{display:none}}.login-page__hero{background:linear-gradient(145deg,#0f172a 0%,#1e3a5f 50%,#0369a1 100%);flex-direction:column;justify-content:space-between;padding:48px;display:flex;position:relative;overflow:hidden}.login-page__hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#0ea5e926 0%,#0000 50%),radial-gradient(circle at 80% 20%,#0369a133 0%,#0000 40%);position:absolute;inset:0}.login-page__hero-content{z-index:1;position:relative}.login-page__hero-logo{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:32px;font-size:18px;font-weight:700;display:flex}.login-page__hero h1{color:#f8fafc;letter-spacing:-.03em;margin-bottom:16px;font-size:36px;font-weight:700;line-height:1.15}.login-page__hero p{color:#94a3b8;max-width:380px;font-size:16px;line-height:1.6}.login-page__features{z-index:1;flex-direction:column;gap:12px;display:flex;position:relative}.login-page__feature{color:#cbd5e1;align-items:center;gap:12px;font-size:14px;display:flex}.login-page__feature-dot{background:#0ea5e9;border-radius:50%;flex-shrink:0;width:6px;height:6px}.login-page__form-side{background:var(--color-bg);justify-content:center;align-items:center;padding:48px 32px;display:flex}.login-card{width:100%;max-width:400px}.login-card__title{letter-spacing:-.02em;margin-bottom:6px;font-size:24px;font-weight:700}.login-card__subtitle{color:var(--color-muted);margin-bottom:32px;font-size:14px}.ant-table-wrapper .ant-table{border-radius:var(--radius-md)}.ant-table-row{cursor:pointer;transition:background var(--transition)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.4s forwards fadeInUp}.animate-in-delay-1{opacity:0;animation-delay:50ms}.animate-in-delay-2{opacity:0;animation-delay:.1s}.animate-in-delay-3{opacity:0;animation-delay:.15s}.animate-in-delay-4{opacity:0;animation-delay:.2s}.dashboard-stats{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width<=1024px){.dashboard-grid{grid-template-columns:1fr}}.form-page-card{max-width:640px}:focus-visible{outline:2px solid var(--color-cta);outline-offset:2px}
