body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{font-family:Segoe UI,sans-serif;margin:0}.booking-container,.dashboard-container,.page-bg{background:linear-gradient(135deg,#e0f2fe,#f0f9ff);min-height:100vh;padding:40px}.sidebar{background:#2f2f2f;bottom:0;left:0;padding:20px;position:fixed;top:0;width:220px}.sidebar button{background:linear-gradient(135deg,#00f260,#0575e6);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;margin:10px 0;padding:12px;width:100%}.dash-header{background:#6b7280;border-radius:20px;color:#fff;margin-bottom:35px;padding:35px}.station-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.station-ui-card{background:#fff;border-radius:18px;box-shadow:0 12px 25px #00000014;overflow:hidden;padding-bottom:20px;text-align:center;transition:.3s}.station-img{height:160px;object-fit:cover;width:100%}.zone{color:#6b7280;font-size:14px}.status{display:flex;font-weight:600;justify-content:space-around;margin-top:15px}.vacant{color:#22c55e}.occupied{color:#ef4444}.history-panel{background:#ffffffeb;border:1px solid #94a3b833;border-radius:22px;box-shadow:0 18px 45px #0f172a14;margin-top:36px;padding:24px}.history-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.history-kicker{color:#0f766e;font-size:12px;font-weight:700;letter-spacing:.2em;margin:0 0 8px;text-transform:uppercase}.history-header h2{color:#0f172a;margin:0}.history-count{align-items:center;background:#0ea5e91a;border-radius:999px;color:#0369a1;display:inline-flex;font-weight:700;padding:8px 12px}.history-list{grid-gap:14px;display:grid;gap:14px}.history-item{align-items:center;background:#f8fafc;border:1px solid #94a3b82e;border-radius:18px;display:flex;gap:16px;justify-content:space-between;padding:16px 18px}.history-item h3{color:#0f172a;margin:0 0 4px}.history-item p{color:#475569;margin:0}.history-meta{align-items:flex-end;color:#64748b;display:flex;flex-direction:column;font-size:13px;gap:6px}.history-status{align-items:center;border-radius:999px;display:inline-flex;font-weight:700;padding:6px 10px;text-transform:capitalize}.history-status.active{background:#22c55e24;color:#166534}.history-status.auto-released,.history-status.released-by-admin{background:#f59e0b24;color:#92400e}.history-empty{background:#f8fafc;border:1px dashed #94a3b84d;border-radius:18px;padding:22px}.history-empty h3{color:#0f172a;margin:0 0 6px}.history-empty p{color:#475569;margin:0}.station-ui-card.good{animation:pulseGreen 2s infinite;border:3px solid #22c55e}.station-ui-card.medium{border:3px solid #f59e0b}.station-ui-card.busy{animation:pulseRed 2s infinite;border:3px solid #ef4444}@keyframes pulseGreen{0%{box-shadow:0 0 0 #22c55e66}50%{box-shadow:0 0 20px #22c55ecc}to{box-shadow:0 0 0 #22c55e66}}@keyframes pulseRed{0%{box-shadow:0 0 0 #ef444466}50%{box-shadow:0 0 20px #ef4444cc}to{box-shadow:0 0 0 #ef444466}}@media (max-width:780px){.history-header,.history-item{align-items:flex-start;flex-direction:column}.history-meta{align-items:flex-start}}.station-card{background:#fff;border-radius:16px;box-shadow:0 12px 25px #00000014;margin-bottom:35px;padding:25px}.slot-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.slot{border-radius:14px;font-weight:600;padding:16px;text-align:center;transition:.25s}.slot.available{background:#22c55e;color:#fff;cursor:pointer}.slot.available:hover{box-shadow:0 8px 20px #22c55e66;transform:translateY(-4px)}.slot.occupied{background:#ef4444;color:#fff;cursor:not-allowed}.popup-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.popup-box{animation:popupScale .3s ease;background:#fff;border-radius:16px;box-shadow:0 15px 40px #0003;padding:30px 50px;text-align:center}.popup-box button{background:#22c55e;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 20px}@keyframes popupScale{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.dual-login{align-items:center;background:linear-gradient(135deg,#e0f2fe,#f0f9ff);display:flex;flex-direction:column;justify-content:center;min-height:100vh}.app-title{color:#0f172a;font-size:48px;font-weight:800;letter-spacing:1px;margin-bottom:40px}.login-panels{display:flex;gap:50px}.login-panel{background:#fff;border-radius:18px;box-shadow:0 12px 30px #0000001a;padding:40px;text-align:center;width:340px}.login-panel h2{color:#0f172a;margin-bottom:20px}.login-panel input{border:1px solid #cbd5e1;border-radius:10px;font-size:15px;margin:10px 0;outline:none;padding:12px;width:100%}.login-panel input:focus{border-color:#38bdf8}.login-panel button{background:linear-gradient(135deg,#00f260,#0575e6);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;margin-top:15px;padding:12px;transition:.2s;width:100%}.login-panel button:hover{box-shadow:0 8px 18px #0575e666;transform:translateY(-2px)}.login-panel button:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.auth-progress{animation:authLoad 1s linear infinite;background:linear-gradient(90deg,#00f260,#0575e6,#00f260);background-size:200% 100%;border-radius:999px;height:4px;margin-top:12px;width:100%}.auth-status{color:#0f766e}.auth-error,.auth-status{font-size:13px;font-weight:600;margin:10px 0 0}.auth-error{color:#b91c1c}@keyframes authLoad{0%{background-position:0 50%}to{background-position:200% 50%}}.admin-bg{background:#f1f5f9;min-height:100vh;padding:40px}.admin-hero{margin-bottom:26px}.admin-kicker{color:#0f766e;font-size:12px;font-weight:700;letter-spacing:.2em;margin:0 0 10px;text-transform:uppercase}.admin-hero h1{color:#0f172a;font-size:34px;margin:0 0 8px}.admin-hero p{color:#475569;line-height:1.6;margin:0;max-width:760px}.admin-summary-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:26px}.admin-summary-card{background:#fffffff0;border:1px solid #94a3b833;border-radius:20px;box-shadow:0 16px 36px #0f172a14;padding:20px}.admin-summary-card span{color:#0f766e;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.admin-summary-card strong{color:#0f172a;display:block;font-size:30px;margin-bottom:8px}.admin-summary-card p{color:#475569;line-height:1.5;margin:0}.admin-section-card{background:#ffffffeb;border:1px solid #94a3b833;border-radius:22px;box-shadow:0 18px 45px #0f172a14;padding:24px}.admin-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.admin-section-header h2{color:#0f172a;margin:0}.admin-bg h2{color:#475569;margin-bottom:30px}@media (max-width:980px){.admin-summary-grid{grid-template-columns:1fr}.admin-section-header{align-items:flex-start;flex-direction:column}}.charts-container{background:linear-gradient(135deg,#f8fafc,#e0f2fe 55%,#ecfeff);min-height:100vh;padding:40px}.charts-hero{margin-bottom:28px;max-width:820px}.charts-kicker{color:#0f766e;font-size:12px;font-weight:700;letter-spacing:.2em;margin:0 0 10px;text-transform:uppercase}.charts-hero h1{color:#0f172a;font-size:40px;margin:0 0 10px}.charts-hero p{color:#475569;line-height:1.6;margin:0;max-width:720px}.analytics-summary{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:24px}.summary-card{background:#ffffffeb;border:1px solid #94a3b838;border-radius:18px;box-shadow:0 12px 28px #0f172a0f;padding:18px 20px}.summary-label{color:#0f766e;display:block;font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.summary-card strong{color:#0f172a;display:block;font-size:30px;margin-bottom:8px}.summary-card p{color:#475569;line-height:1.5;margin:0}.charts-layout{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(280px,360px) minmax(0,1fr)}.ai-suggestion-card,.chart-card{background:#ffffffeb;border:1px solid #94a3b840;border-radius:22px;box-shadow:0 18px 45px #0f172a14}.ai-suggestion-card{padding:24px}.chart-card{padding:22px}.ai-badge{align-items:center;background:linear-gradient(135deg,#22c55e,#0ea5e9);border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.04em;margin-bottom:14px;padding:7px 12px}.prediction-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.predict-button{background:linear-gradient(135deg,#0ea5e9,#22c55e);border:none;border-radius:999px;box-shadow:0 10px 22px #0ea5e93d;color:#fff;cursor:pointer;font-weight:700;padding:11px 16px;transition:transform .2s ease,box-shadow .2s ease}.predict-button:hover{box-shadow:0 14px 28px #0ea5e947;transform:translateY(-2px)}.prediction-chip{align-items:center;background:#0e749014;border-radius:999px;color:#0f766e;display:inline-flex;font-size:13px;font-weight:700;padding:9px 12px}.ai-suggestion-card h2{color:#0f172a;font-size:26px;margin:0 0 6px}.ai-location{color:#0f766e;font-weight:700;margin:0 0 14px}.ai-suggestion-card p{color:#334155;line-height:1.65;margin:0 0 12px}.ai-reason{border-top:1px solid #94a3b840;font-weight:600;padding-top:10px}.prediction-note{background:#f59e0b1a;border-radius:14px;color:#92400e!important;font-weight:600;padding:12px 14px}@media (max-width:980px){.analytics-summary,.charts-layout{grid-template-columns:1fr}.charts-container{padding:24px}}.admin-table-dark{background:#fff;border-collapse:collapse;border-radius:16px;box-shadow:0 12px 25px #00000014;overflow:hidden;width:100%}.admin-table-dark th{background:linear-gradient(135deg,#0ea5e9,#22c55e);color:#fff;font-weight:600;padding:14px;text-align:left}.admin-table-dark td{border-bottom:1px solid #e5e7eb;font-weight:500;padding:14px}.admin-table-dark tr:hover{background:#f8fafc}.admin-table-dark button{background:linear-gradient(135deg,#22c55e,#0ea5e9);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px 14px;transition:.2s}.admin-table-dark button:hover{transform:scale(1.05)}.admin-table-dark input{border:1px solid #cbd5e1;border-radius:8px;margin-right:8px;outline:none;padding:8px 10px;width:110px}.admin-table-dark td:nth-child(4){color:#ef4444;font-weight:700}.admin-table-dark td:nth-child(3){color:#22c55e;font-weight:700}
/*# sourceMappingURL=main.05b64e66.css.map*/