/* Shared green / graphite visual layer. Semantic warning and error colors remain intact. */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800&display=swap');
:root {
    color-scheme: dark;
    --bg-primary: #151b19; --bg-secondary: #202824;
    --bg-card: rgba(35, 44, 39, .94); --bg-card-hover: #2b3830;
    --border-color: #3b4940; --border-focus: #b9e879;
    --text-main: #edf2eb; --text-muted: #b0bdb3; --text-highlight: #c5ec98;
    --accent-primary: #a8d878; --accent-primary-hover: #c3ed98; --accent-glow: #a8d87826;
    --color-available: #99da9c;
    --bg: #151b19; --panel: #232c27; --panel-strong: #2b3830;
    --border: #3b4940; --primary: #b9e879; --accent: #8aba91;
    --text: #edf2eb; --muted: #b0bdb3;
}
[hidden] { display: none !important; }
body, body.dark-theme {
    background: radial-gradient(ellipse at 0 0, #48634528, transparent 48%), #151b19;
    color: var(--text-main); font-family: 'Prompt', sans-serif;
}
button, input, select { font-family: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid #c5ec98; outline-offset: 4px; }
.top-nav { background: #232c27; border-color: #3b4940; box-shadow: 0 12px 40px #0002; }
.brand-icon, .brand-mark { background: #b9e879; color: #213423; border: none; box-shadow: 0 6px 24px #a8d87818; }
.brand-icon svg { stroke: #213423; }
.brand-title { background: none; -webkit-text-fill-color: #edf2eb; color: #edf2eb; }
.brand-subtitle { color: #aab9ae; }
.card { border-color: #3b4940; box-shadow: 0 8px 28px #0002; transition: border-color .2s, box-shadow .2s; }
.card:hover { border-color: #59705d; box-shadow: 0 12px 32px #0003; }
.main-tabs { background: #1d2520; border: 1px solid #354238; padding: 7px; border-radius: 17px; gap: 5px; }
.tab-btn { border-radius: 11px; }
.tab-btn.active, .floor-btn.active { background: #b9e879; color: #20321f; border-color: #b9e879; box-shadow: 0 3px 14px #b9e87918; }
.tab-btn.highlight-tab:not(.active) { color: #c5ec98; background: #334631; border-color: #506749; }
.tab-btn:hover:not(.active), .floor-btn:hover:not(.active) { background: #354438; color: #e7f4df; }
.display-board-banner { background: linear-gradient(110deg, #2d402e, #222c26); border-color: #526b4c; }
.board-badge, .clock-badge { background: #b9e8791a; color: #c5ec98; border-color: #819d60; }
.metric-pill, .clock-controller { background: #1a221d; border-color: #3b4940; }
.metric-pill.revenue strong, .card-title-icon, .clock-time { color: #c5ec98; }
.user-badge { background: #b9e87918; color: #c5ec98; border-color: #708b58; }
.btn-primary { background: #b9e879; color: #20321f; border-color: #b9e879; box-shadow: 0 4px 16px #b9e87915; }
.btn-primary:hover { background: #c8eea1; color: #20321f; }
.slot-card { transition: transform .2s, box-shadow .2s, border-color .2s; }
.slot-card:hover { transform: translateY(-4px); box-shadow: 0 10px 22px #0004; }
.slot-card.available { background: linear-gradient(145deg, #304631, #25352b); border-color: #6b986a; }
.floating-ai-launcher { background: #b9e879; color: #213423; border-color: #d9f6b7; box-shadow: 0 8px 28px #0005; }
.floating-copilot-window, .copilot-window-header, .chat-bubble.ai, .xai-card { background: #232e27; border-color: #52644f; }
.copilot-model-tag, .xai-badge, .chip-prompt { color: #c5ec98; background: #b9e87914; border-color: #52644f; }
.chat-bubble.user, .ai-exec-summary-box, .dynamic-price-box { background: #334932; border-color: #6d8958; }
.f-bar-pill { background: linear-gradient(to top, #5d8c68, #b9e879); }
.type-card.active, .rate-preview-box, .strategy-badge { background: #b9e87912; border-color: #6d8958; }
.rate-desc { color: #cbdcbd; }
.ai-hero-card { background: linear-gradient(130deg, #334631, #232c27); border-color: #526b4c; }
.ai-metric-card { background: #232e27; }
.ai-hero-badge { color: #c5ec98; }
.form-input { background: #19221c; }
.feature-page-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; align-items: start; }
.feature-page-grid > * { min-width: 0; }
.dashboard-forms.feature-form { display: block; margin: 0; }
.feature-form input:not([type="checkbox"]), .feature-form select, #dashboardDate { width: 100%; min-width: 0; min-height: 44px; padding: 10px 12px; border: 1px solid #52644f; border-radius: 10px; background: #19221c; color: #edf2eb; }
.feature-form label { color: #cbdcbd; font-size: .85rem; }
.feature-form input:focus-visible, .feature-form select:focus-visible { outline: 2px solid #b9e879; outline-offset: 2px; }
#dashboardDate { width: auto; }
@media (max-width: 760px) { .feature-page-grid { grid-template-columns: 1fr; } }
.parking-login { padding: 48px 6vw; grid-template-columns: minmax(0, 1fr) minmax(360px, 470px); gap: clamp(32px, 7vw, 110px); max-width: 1500px; margin: auto; }
.parking-login .login-shell { width: 100%; background: #232c27; border: 1px solid #445447; box-shadow: 0 30px 90px #0003; }
.parking-login .login-header { background: transparent; border-bottom: 0; padding-top: 32px; }
.parking-login .brand-mark { font-size: 38px; font-weight: 800; position: relative; width: 60px; height: 60px; border-radius: 19px; }
.brand-mark span { font-size: 12px; position: absolute; right: 9px; bottom: 8px; }
.parking-login h1 { font-size: 1.5rem; letter-spacing: -.6px; }
.parking-login .subtitle { font-size: .85rem; }
.parking-login input { background: #18221c; border-color: #49594c; }
.parking-login input:focus { border-color: #b9e879; box-shadow: 0 0 0 4px #b9e87915; }
.parking-login .primary-btn { background: #b9e879; color: #20321f; }
.parking-login .demo-box { background: #1b241e; border-color: #3b4940; }
.parking-login .demo-box h3 { color: #c5ec98; }
.parking-login .account-item { background: #29352c; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 75px; }
.password-toggle { position: absolute; right: 9px; top: 9px; min-height: 34px; border: 0; border-radius: 8px; padding: 0 10px; color: #c5ec98; background: #31422e; cursor: pointer; }
.eyebrow { font-size: .7rem; letter-spacing: 2px; color: #b9ceaf; }
.welcome-scene h2 { font-size: clamp(38px, 4.7vw, 68px); line-height: 1.35; letter-spacing: -2px; margin: 22px 0; }
.welcome-scene h2 span { color: #b9e879; }
.welcome-scene p { color: #b0bdb3; line-height: 1.9; font-size: .95rem; }
.mini-parking { position: relative; height: 225px; margin-top: 36px; border: 1px solid #46563e; border-radius: 24px; overflow: hidden; background: linear-gradient(130deg, #33432c, #242e27); }
.parking-sign { position: absolute; left: 26px; top: 23px; font: 800 42px/1 'Prompt', sans-serif; color: #c5ec98; }
.parking-sign span { display: block; font-size: 8px; letter-spacing: 2px; margin-top: 10px; }
.parking-bays { position: absolute; right: 24px; top: 20px; display: flex; }
.parking-bays i { width: 55px; height: 75px; border: 2px solid #a9bc9255; border-top: 0; position: relative; }
.parked::after { content: ''; position: absolute; inset: 9px 10px; border-radius: 9px; background: #aeb9b0; border-top: 12px solid #546859; border-bottom: 12px solid #546859; box-shadow: 0 5px 10px #0005; }
.mini-road { position: absolute; left: 0; right: 0; bottom: 46px; height: 56px; background: #19211c; border-top: 1px dashed #758369; border-bottom: 1px dashed #758369; }
.mini-car { position: absolute; left: 14%; top: 10px; width: 68px; height: 34px; background: #b9e879; border-radius: 11px; border-left: 15px solid #6f984d; border-right: 15px solid #6f984d; box-shadow: 0 5px 15px #0006; }
.scene-caption { position: absolute; bottom: 16px; left: 26px; font-size: 8px; letter-spacing: 2px; color: #b0bdb3; }
.scene-drive { margin-top: 17px; background: transparent; color: #c5ec98; border: 1px solid #52644f; border-radius: 30px; padding: 10px 18px; cursor: pointer; font-size: .8rem; }
.scene-drive:hover { background: #b9e87915; }
.driving .mini-car { animation: take-a-drive 1.5s ease-in-out; }
@keyframes take-a-drive { 0% { left: 14%; } 48% { left: 110%; opacity: 1; } 49% { opacity: 0; } 50% { left: -80px; opacity: 0; } 51% { opacity: 1; } 100% { left: 14%; } }
@media (max-width: 900px) {
    .parking-login { grid-template-columns: 1fr; padding: 32px 20px; gap: 28px; }
    .welcome-scene { width: min(100%, 470px); }
    .welcome-scene h2 { font-size: 36px; margin: 12px 0; }
    .welcome-scene h2 br { display: none; }
    .welcome-scene p, .mini-parking, .scene-drive { display: none; }
    .parking-login .login-shell { max-width: 470px; }
    .eyebrow { font-size: .6rem; letter-spacing: 1px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .slot-card:hover { transform: none; }
    .driving .mini-car { left: 65%; }
}
