@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg: #eef0f4;--surface: #ffffff;--text: #09122d;--muted: #64748b;--green: #07c24a;--green-deep: #04953a;--sidebar-top: #101d3c;--sidebar-bottom: #080e23;--card-border: #d9dde7;--status-pending-bg: #fff8df;--status-pending-fg: #b37900;--status-confirmed-bg: #e8fbf2;--status-confirmed-fg: #0a7f57;--status-failed-bg: #ffeef1;--status-failed-fg: #b21f4c;--status-cancelled-bg: #edf1ff;--status-cancelled-fg: #425794}*{box-sizing:border-box}body{margin:0;font-family:Manrope,sans-serif;color:var(--text);background:radial-gradient(circle at 10% -10%,rgba(6,194,74,.12),transparent 45%),radial-gradient(circle at 90% 110%,rgba(16,29,60,.08),transparent 45%),var(--bg)}a{color:inherit;text-decoration:none}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:min(440px,100%);background:var(--surface);border-radius:20px;padding:28px;border:1px solid rgba(7,194,74,.18);box-shadow:0 20px 45px #09122d14}.auth-card-wide{width:min(720px,100%)}.auth-card h1{margin:0;font-size:2rem}.auth-card p{color:var(--muted);margin-top:8px}.auth-form{margin-top:20px;display:flex;flex-direction:column;gap:10px}.grid-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid-form div{display:flex;flex-direction:column;gap:6px}label{font-weight:600;font-size:.88rem}input{border:1px solid #d4dbe6;border-radius:10px;padding:11px 12px;font:inherit;transition:border-color .2s ease}input:focus{border-color:var(--green);outline:none}.primary-btn{margin-top:8px;border:none;border-radius:12px;background:linear-gradient(120deg,var(--green),var(--green-deep));color:#fff;font:inherit;font-weight:700;padding:12px;cursor:pointer}.primary-btn:disabled{opacity:.7;cursor:wait}.auth-link{margin-top:16px;font-size:.92rem}.auth-link a{color:var(--green-deep);font-weight:700}.form-error{margin-top:6px;background:#ffeef1;color:#9f1d42;border-radius:10px;padding:10px;font-size:.9rem}.full-width{grid-column:span 2}.text-center{display:block;text-align:center}.dashboard-shell{min-height:100vh;display:flex}.sidebar{width:280px;background:linear-gradient(180deg,var(--sidebar-top),var(--sidebar-bottom));color:#d5deef;padding:16px 14px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.06)}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:800;font-size:1.55rem;margin-bottom:18px}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(140deg,#f59e0b,#f97316);color:#fff;font-size:.95rem;font-weight:700}.sidebar-profile{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px}.sidebar-profile h3{margin:0;color:#fff}.sidebar-profile p{margin:8px 0 0;color:#b8c4db}.sidebar-section{margin-top:16px}.sidebar-section h4{margin:10px 12px;font-size:.78rem;letter-spacing:.18em;color:#7f91b2}.menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.menu-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;border-radius:12px;color:#d5deef;border:1px solid transparent}.menu-item-main{display:flex;align-items:center;gap:10px;min-width:0}.menu-item-main span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-icon{width:18px;height:18px;flex-shrink:0}.menu-item.active{background:#07c24a1f;border-color:#07c24a59;color:#fff}.badge{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#ef2f71;color:#fff;font-size:.75rem;font-weight:700}.management-section{flex:1;overflow:auto}.dashboard-content-wrap{flex:1;display:flex;flex-direction:column}.dashboard-shell.theme-light .dashboard-content-wrap{background:#eef0f4;color:#09122d}.dashboard-shell.theme-dark .dashboard-content-wrap{background:#0b1220;color:#e2e8f0}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;transition:background-color .22s ease,color .22s ease,box-shadow .22s ease}.topbar-dark{background:#0f172a;color:#f8fafc;box-shadow:0 4px 18px #0f172a47}.topbar-light{background:#fff;color:#0f172a;box-shadow:0 4px 18px #0f172a14;border-bottom:1px solid #cbd5e1}.ghost-btn{border:none;background:transparent;color:inherit;font:inherit;font-weight:700;letter-spacing:.05em;cursor:pointer}.ghost-icon{width:20px;height:20px}.topbar-right{display:flex;align-items:center;gap:12px}.profile-menu{position:relative}.profile-pill{display:flex;align-items:center;gap:10px;background:transparent;border:1px solid currentColor;color:inherit;transition:background-color .22s ease,border-color .22s ease,color .22s ease;border-radius:999px;padding:7px 14px 7px 7px}.profile-pill-btn{border:none;font:inherit;text-align:left;cursor:pointer}.profile-chevron{width:16px;height:16px;flex-shrink:0}.topbar-light .profile-pill{background:#fff;border-color:#0f172a;color:#0f172a}.topbar-dark .profile-pill{background:#1f2937;border-color:#334155;color:#e2e8f0}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:800;background:transparent;color:inherit;border:1px solid currentColor}.topbar-light .avatar{background:#fff;color:#0f172a;border-color:#0f172a}.topbar-dark .avatar{background:#1f2937;color:#e2e8f0;border-color:#334155}.profile-pill strong{display:block;font-size:.86rem;color:inherit}.profile-pill p{margin:1px 0 0;font-size:.75rem;color:inherit;opacity:.78}.topbar-light .profile-pill strong{color:#0f172a}.topbar-light .profile-pill p{color:#334155;opacity:.82}.topbar-dark .profile-pill strong{color:#e2e8f0}.topbar-dark .profile-pill p{color:#cbd5e1;opacity:.82}.profile-dropdown{position:absolute;right:0;top:calc(100% + 10px);min-width:210px;border-radius:14px;border:1px solid #d1d5db;background:#fff;box-shadow:0 10px 24px #0f172a24;padding:8px;z-index:30}.dashboard-shell.theme-dark .profile-dropdown{border-color:#334155;background:#111827;box-shadow:0 10px 24px #02061780}.profile-dropdown-item{width:100%;border:none;background:transparent;color:inherit;font:inherit;display:flex;align-items:center;gap:10px;border-radius:10px;padding:10px 12px;text-align:left;cursor:pointer}.dashboard-shell.theme-light .profile-dropdown-item:hover{background:#f1f5f9}.dashboard-shell.theme-dark .profile-dropdown-item:hover{background:#1f2937}.dropdown-icon{width:16px;height:16px;flex-shrink:0}.dashboard-main{padding:24px}.dashboard-header-row{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.dashboard-header-row h1{margin:0;font-size:2.35rem}.dashboard-header-row p{margin:8px 0 0;color:#58667f;font-weight:500}.dashboard-shell.theme-dark .dashboard-header-row p{color:#94a3b8}.period-switch{display:flex;align-items:center;gap:6px;background:#f8fafc;border-radius:14px;border:1px solid var(--card-border);padding:6px}.dashboard-shell.theme-dark .period-switch{background:#111827;border-color:#334155}.period-switch button{border:none;background:transparent;border-radius:10px;font:inherit;font-weight:700;color:#334155;text-transform:uppercase;padding:10px 14px;cursor:pointer}.dashboard-shell.theme-dark .period-switch button{color:#cbd5e1}.period-switch .active{background:#fff;box-shadow:0 2px 8px #0f172a17}.dashboard-shell.theme-dark .period-switch .active{background:#0f172a;box-shadow:none}.period-switch .refresh-btn{border:1px solid var(--card-border);background:#fff}.dashboard-shell.theme-dark .period-switch .refresh-btn{border-color:#334155;background:#1f2937}.metrics-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card{background:var(--surface);border-radius:16px;border:1px solid var(--card-border);padding:16px;box-shadow:0 5px 14px #0f172a0f}.dashboard-shell.theme-dark .metric-card{background:#111827;border-color:#334155;box-shadow:none}.metric-card-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.metric-card-head p{margin:0;color:#54657f;font-weight:600}.dashboard-shell.theme-dark .metric-card-head p{color:#cbd5e1}.metric-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#fff8e4;color:#ca8a04;font-weight:800}.dashboard-shell.theme-dark .metric-icon{background:#1e293b;color:#fbbf24}.metric-card h2{margin:12px 0;font-size:2.1rem;letter-spacing:-.02em}.metric-foot{margin:0;color:#4b5f7b;font-size:.92rem}.dashboard-shell.theme-dark .metric-foot{color:#94a3b8}.metric-foot strong{color:#0f9f62}.dashboard-shell.theme-dark .metric-foot strong{color:#34d399}.insights-grid{margin-top:16px;display:grid;grid-template-columns:2fr 1fr;gap:16px}.panel{background:var(--surface);border-radius:16px;border:1px solid var(--card-border);padding:18px}.dashboard-shell.theme-dark .panel{background:#111827;border-color:#334155}.trend-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.trend-head h3,.status-panel h3{margin:0;font-size:2rem;letter-spacing:-.02em}.trend-head p,.status-panel p{margin:8px 0 0;color:#66758d;font-weight:500}.dashboard-shell.theme-dark .trend-head p,.dashboard-shell.theme-dark .status-panel p{color:#94a3b8}.trend-summary{text-align:right}.trend-summary span{color:#64748b;font-size:.92rem}.dashboard-shell.theme-dark .trend-summary span{color:#94a3b8}.trend-summary strong{display:block;margin-top:3px;font-size:2rem}.trend-meta{margin-top:16px;background:#f7f8fb;border-radius:12px;padding:10px 14px;display:flex;flex-wrap:wrap;gap:14px;color:#425271;font-weight:600}.dashboard-shell.theme-dark .trend-meta{background:#0f172a;color:#cbd5e1;border:1px solid #334155}.trend-placeholder{margin-top:12px;border-radius:12px;min-height:280px;border:1px dashed #cfd7e8;background:linear-gradient(180deg,#07c24a0a,#07c24a00),#fbfcff;display:grid;place-items:center;color:#6e7f9f;font-weight:700}.dashboard-shell.theme-dark .trend-placeholder{border-color:#334155;background:linear-gradient(180deg,#34d3990f,#34d39900),#0f172a;color:#94a3b8}.status-list{margin-top:16px;display:flex;flex-direction:column;gap:10px}.status-card{border-radius:12px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;font-weight:700}.status-card.pending{background:var(--status-pending-bg);color:var(--status-pending-fg)}.status-card.confirmed{background:var(--status-confirmed-bg);color:var(--status-confirmed-fg)}.status-card.failed{background:var(--status-failed-bg);color:var(--status-failed-fg)}.status-card.cancelled{background:var(--status-cancelled-bg);color:var(--status-cancelled-fg)}.dashboard-footer{margin-top:auto;padding:14px 24px;display:flex;justify-content:space-between;align-items:center;color:#64748b}.dashboard-shell.theme-dark .dashboard-footer{color:#94a3b8;border-top:1px solid #1f2937}@media (max-width: 1200px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.insights-grid{grid-template-columns:1fr}}@media (max-width: 980px){.dashboard-shell{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar-profile{margin-bottom:10px}.topbar{height:auto;padding:10px 14px;flex-wrap:wrap;gap:12px}.profile-pill{max-width:100%}.dashboard-header-row{flex-direction:column}}@media (max-width: 760px){.grid-form,.full-width{grid-template-columns:1fr;grid-column:span 1}.dashboard-main{padding:16px}.dashboard-header-row h1,.trend-head h3,.status-panel h3{font-size:1.7rem}.metrics-grid{grid-template-columns:1fr}.period-switch{width:100%;overflow-x:auto}.topbar-right{width:100%;justify-content:flex-end;flex-wrap:wrap}}
