*{box-sizing:border-box;margin:0;padding:0}:root{--dark-bg:#1e1e1e;--gray-light:#f5f5f5;--gray-medium:#e0e0e0;--gray-dark:#666;--card-bg:#fff;--shadow-sm:0 2px 4px #00000014;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--border-radius:12px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#1e1e1e;color:var(--dark-bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.container{margin:0 auto;max-width:1400px;padding:20px}.card{background:#fff;background:var(--card-bg);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 2px 4px #00000014;box-shadow:var(--shadow-sm);padding:24px;transition:box-shadow .3s ease}.card:hover{box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow-md)}.section-title{color:#1e1e1e;color:var(--dark-bg);font-size:18px;margin-bottom:16px}.metric-value{color:#206eb6;color:var(--primary-blue)}.metric-label{color:#666;color:var(--gray-dark);font-size:14px;margin-top:4px}.fade-in{animation:fadeIn .5s ease-out}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f5f5f5;background:var(--gray-light);border-radius:4px}::-webkit-scrollbar-thumb{background:#e0e0e0;background:var(--gray-medium);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#666;background:var(--gray-dark)}.dinner-plate-logo{display:inline-block;position:relative}.dinner-plate{align-items:center;background:var(--white);border:12px solid #1e1e1e;border-radius:50%;box-shadow:0 8px 20px #00000026,inset 0 -3px 8px #0000000d,inset 0 3px 8px #fff9;box-sizing:border-box;display:flex;height:260px;justify-content:center;position:relative;width:260px}.dinner-plate:before{border:1px solid #ffb91733;border-radius:50%;content:"";height:90%;pointer-events:none;position:absolute;width:90%}.dinner-plate img{border-radius:50%;max-height:90%;max-width:90%;object-fit:contain;position:relative;z-index:1}@media (max-width:480px){.dinner-plate{border:10px solid #1e1e1e;height:220px;width:220px}}@media (max-width:360px){.dinner-plate{border:8px solid #1e1e1e;height:180px;width:180px}}.login-container{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);display:flex;justify-content:center;min-height:100vh}.login-card{background:#1e1e1e;border:1px solid #ffb91733;border-radius:12px;box-shadow:0 8px 24px #0006;padding:40px}.login-title{color:#fff;margin-bottom:24px;text-align:center}.login-form input{background:#ffffff0d;border:1px solid #ffb91733;border-radius:6px;color:#fff;margin-bottom:16px;padding:12px;width:100%}.login-form input:focus{border-color:#ffb917;box-shadow:0 0 0 3px #ffb91733;outline:none}.login-form button{background:#ffb917;border:none;border-radius:6px;color:#1e1e1e;cursor:pointer;font-weight:600;padding:12px;transition:all .2s ease;width:100%}.login-form button:hover{background:#e5a414}.dashboard-header{background:linear-gradient(135deg,#1e1e1e,#2a2a2a);border-bottom:1px solid #ffb9174d;box-shadow:0 4px 12px #0006;margin-bottom:2rem;padding:1.5rem 2rem}.header-content{justify-content:space-between;margin:0 auto;max-width:1400px;width:100%}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.logo-container{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000004d;display:flex;height:50px;justify-content:center;padding:6px;width:50px}.logo-container img{height:100%;object-fit:contain;width:100%}.title-section{display:flex;flex-direction:column;gap:.25rem}.dashboard-title{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin:0}.subtitle{color:#ffffffb3;font-size:.875rem;font-weight:400}.header-right{align-items:center;display:flex;gap:2rem}.date-range-container{background:#ffffff0d;border:1px solid #ffb91733;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;padding:1rem}.date-range-inputs{align-items:center;display:flex;gap:1rem}.date-input-group{flex-direction:column;gap:.25rem}.date-label{color:#fff9;font-size:.75rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.date-input-wrapper{align-items:center;display:flex;position:relative}.date-icon{color:#ffb917;left:.75rem;pointer-events:none;position:absolute;z-index:1}.date-input{background:#ffffff14;border:1px solid #fff3;border-radius:8px;color:#000;cursor:pointer;font-family:inherit;font-size:.9rem;min-width:140px;padding:.5rem .75rem .5rem 2.5rem;transition:all .2s ease}.date-input:hover{background:#ffffff1f;border-color:#ffb917}.date-input:focus{background:#ffffff26;border-color:#ffb917;box-shadow:0 0 0 3px #ffb91733;outline:none}.date-input::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(.8);opacity:.6}.date-input::-webkit-calendar-picker-indicator:hover{opacity:1}.date-separator{align-self:flex-end;color:#ffb917;font-size:1.2rem;margin:0 .5rem;padding-bottom:.5rem}.refresh-date-btn{align-items:center;align-self:flex-end;background:#ffb9171a;border:1px solid #ffb9174d;border-radius:8px;color:#ffb917;cursor:pointer;display:flex;justify-content:center;margin-bottom:.5rem;padding:.5rem;transition:all .2s ease}.refresh-date-btn:hover:not(:disabled){background:#ffb91733;transform:scale(1.05)}.refresh-date-btn:disabled{cursor:not-allowed;opacity:.5}.refresh-date-btn .spinning{animation:spin 1s linear infinite}.quick-select-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.quick-select-btn{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;color:#ffffffb3;cursor:pointer;font-size:.8rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease;white-space:nowrap}.quick-select-btn:hover{background:#ffb91726;border-color:#ffb91766;color:#ffb917;transform:translateY(-1px)}.quick-select-btn:active{transform:translateY(0)}.date-range-info{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:center;padding-top:.5rem}.range-days{color:#fff9;font-size:.875rem;font-weight:500}.logout-button{align-items:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#ef4444;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease;white-space:nowrap}.logout-button:hover{background:#ef444433;box-shadow:0 4px 8px #ef444433;transform:translateY(-2px)}.logout-button:active{transform:translateY(0)}@media (max-width:1200px){.header-content{align-items:flex-start;flex-direction:column;gap:1.5rem}.header-right{flex-wrap:wrap;justify-content:space-between;width:100%}.date-range-container{flex:1 1;min-width:100%}}@media (max-width:768px){.dashboard-header{padding:1rem}.dashboard-title{font-size:1.5rem}.logo-container{height:40px;width:40px}.date-range-inputs{flex-wrap:wrap}.date-input{font-size:.85rem;min-width:120px}.quick-select-buttons{width:100%}.quick-select-btn{flex:1 1;text-align:center}.logout-button{justify-content:center;width:100%}}@media (prefers-color-scheme:dark){.date-input{color-scheme:dark}}.date-range-display{align-items:center;background:#ffb9171a;border:1px solid #ffb91733;border-radius:6px;color:#ffb917;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.25rem .75rem}.date-range-display svg{opacity:.8}.chart-section{animation:fadeIn .6s ease-out;margin-bottom:24px}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.chart-stats{display:flex;gap:20px}.stat-item{background:#ffffff08;border:1px solid #ffb9171a;border-radius:8px;gap:6px;padding:8px 12px}.stat-icon,.stat-item{align-items:center;display:flex}.stat-icon.up{color:#28a745}.stat-icon.down{color:#dc3545}.stat-value{font-size:14px}.stat-value.up{color:#28a745}.stat-value.down{color:#dc3545}.stat-label{font-size:13px;margin-left:4px}.chart-legend-custom{background:#ffffff08;border:1px solid #ffb9171a;border-radius:8px;display:flex;gap:24px;justify-content:center;margin-bottom:20px;padding:12px}.legend-item{align-items:center;color:#fff;display:flex;font-size:14px;gap:8px}.legend-color{border:1px solid #ffb9174d;border-radius:3px;height:12px;width:12px}.custom-tooltip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ef2;border:1px solid #ffb91733;border-radius:8px;box-shadow:0 4px 12px #0000004d;color:#fff;padding:12px}.tooltip-label{color:#ffb917;font-weight:600;margin-bottom:8px}.custom-tooltip p{color:#fff;font-size:13px;margin:4px 0}@media (max-width:768px){.chart-header{align-items:flex-start;flex-direction:column;gap:12px}.chart-legend-custom{flex-wrap:wrap;gap:12px}}.highlight-cards{animation:fadeIn .7s ease-out .1s both;margin-bottom:32px}.highlights-header{align-items:center;display:flex;gap:8px;margin-bottom:20px}.info-icon{color:#ffb917;cursor:help}.cards-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.highlight-card{background:#1e1e1e;border:1px solid #ffb9171a;border-radius:12px;box-shadow:0 4px 12px #0000004d;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.highlight-card:hover{box-shadow:0 6px 16px #0006;transform:translateY(-2px)}.highlight-card.blue{background:linear-gradient(135deg,#206eb61a,#0000);border-left-color:#206eb6}.highlight-card.orange{background:linear-gradient(135deg,#ffb9171a,#0000);border-left-color:#ffb917}.highlight-card.green{background:linear-gradient(135deg,#28a7451a,#0000);border-left-color:#28a745}.highlight-card.red{background:linear-gradient(135deg,#dc35451a,#0000);border-left-color:#dc3545}.card-icon-wrapper{align-items:center;border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.highlight-card.blue .card-icon-wrapper{background:#206eb61a;color:#206eb6}.highlight-card.orange .card-icon-wrapper{background:#ffb9171a;color:#ffb917}.highlight-card.green .card-icon-wrapper{background:#28a7451a;color:#28a745}.highlight-card.red .card-icon-wrapper{background:#dc35451a;color:#dc3545}.card-content{flex:1 1}.card-title{color:#ffffffb3;font-size:14px;font-weight:500;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.card-details{color:#fff;font-size:18px;font-weight:600;margin-bottom:6px}.card-sub-details{color:#fff9;font-size:14px;margin:0}.card-date{color:#ffffff80;font-size:13px;font-weight:500;margin-top:8px}.importance-badge{background:#ffb917;border-radius:4px;color:#1e1e1e;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 8px;position:absolute;right:12px;text-transform:uppercase;top:12px}@media (max-width:768px){.cards-grid{grid-template-columns:1fr}}.metrics-section{animation:fadeIn .8s ease-out .2s both;margin-bottom:32px}.metrics-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.date-range{background:#ffffff0d;border:1px solid #ffb9171a;border-radius:6px;color:#ffffffb3;font-size:14px;padding:6px 12px}.metrics-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:20px}.metric-card{background:#1e1e1e;border:1px solid #ffb9171a;border-radius:12px;box-shadow:0 4px 12px #0000004d;padding:24px;transition:transform .3s ease}.metric-card:hover{box-shadow:0 6px 16px #0006;transform:translateY(-2px)}.metric-card-header{align-items:center;border-bottom:2px solid #ffb9171a;display:flex;gap:10px;margin-bottom:20px;padding-bottom:12px}.metric-icon{background:#ffb9171a;border-radius:6px;color:#ffb917;padding:6px}.metric-title{color:#fff;font-size:16px;font-weight:600;margin:0}.metric-items{display:flex;flex-direction:column;gap:12px}.metric-item{align-items:center;display:flex;justify-content:space-between;padding:8px 0}.item-name{color:#ffffffb3;font-size:14px}.item-value-wrapper{align-items:center;display:flex;gap:6px}.item-value{color:#fff;font-size:16px;font-weight:600}.trend-indicator{font-size:14px;font-weight:700}.trend-indicator.up{color:#28a745}.trend-indicator.down{color:#dc3545}.secondary-metrics{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:20px}.metric-highlight{background:#1e1e1e;border:1px solid #ffb9171a;border-radius:12px;overflow:hidden;padding:20px;position:relative;text-align:center}.metric-highlight:before{content:"";height:4px;left:0;position:absolute;right:0;top:0}.metric-highlight.good:before{background:linear-gradient(90deg,#206eb6,#28a745)}.metric-highlight.excellent:before{background:linear-gradient(90deg,#28a745,#ffb917)}.highlight-header{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:16px}.highlight-value{color:#ffb917;font-size:32px;font-weight:700;margin-bottom:8px}.highlight-target,.highlight-variance{color:#ffffffb3;font-size:14px;margin-bottom:4px}.highlight-variance{color:#28a745;font-weight:600}.highlight-details{color:#ffffffb3;font-size:13px;margin-top:8px}.purchasing-section{margin-top:20px}.purchasing-grid{display:flex;flex-direction:column;gap:16px;margin-top:16px}.purchasing-item{align-items:center;background:#ffffff08;border:1px solid #ffb9171a;border-radius:8px;display:flex;justify-content:space-between;padding:12px;transition:background .3s ease}.purchasing-item:hover{background:#ffb9170d}.purchasing-info{align-items:center;display:flex;gap:16px}.purchasing-name{color:#fff;font-weight:500}.purchasing-estimate{color:#ffb917;font-weight:600}.purchasing-status{border-radius:4px;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.purchasing-status.order-today{background:#ffb91733;color:#ffb917}.purchasing-status.order-tomorrow{background:#206eb633;color:#206eb6}.purchasing-status.stock-ok{background:#4caf5033;color:#28a745}.period-controls{align-items:center;display:flex;gap:.5rem}.calendar-icon{color:#ffb917}.period-selector{background:#ffffff0d;border:1px solid #ffb91733;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.period-selector:hover{border-color:#ffb917}.metric-card.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.loading-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:1rem 0}.error-message{background:#dc354526;border:1px solid #dc354533;border-radius:12px;margin:1rem}.error-message button{background:#dc3545;color:#fff}.error-message button:hover{background:#c82333}@media (max-width:768px){.metrics-grid,.secondary-metrics{grid-template-columns:1fr}}.info-sections{animation:fadeIn .9s ease-out .3s both;margin-bottom:32px}.info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.info-card{background:#1e1e1e;border:1px solid #ffb9171a;border-radius:12px;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column;padding:24px}.info-header{align-items:center;border-bottom:2px solid #ffb9171a;display:flex;gap:10px;margin-bottom:20px;padding-bottom:12px}.info-icon{background:#206eb61a;border-radius:8px;color:#206eb6;padding:8px}.info-icon.weather{background:#ffb9171a;color:#ffb917}.info-icon.history{background:#4caf501a;color:#28a745}.info-icon.labor{background:#9c27b01a;color:#9c27b0}.info-title{color:#fff;font-size:16px;font-weight:600;margin:0}.events-list{display:flex;flex:1 1;flex-direction:column;gap:12px}.event-item{align-items:center;background:#ffffff08;border:1px solid #ffb9171a;border-radius:8px;display:flex;gap:12px;padding:12px;transition:background .3s ease}.event-item:hover{background:#ffb9170d}.event-date{color:#ffb917;font-weight:600;min-width:60px}.event-details{align-items:center;display:flex;flex:1 1;justify-content:space-between}.event-name{color:#fff;font-size:14px}.event-bookings{background:#0003;border-radius:4px;color:#ffffffb3;font-size:13px;font-weight:600;padding:4px 8px}.event-bookings.confirmed{background:#4caf5033;color:#28a745}.view-all-btn{align-items:center;background:#0000;border:1px solid #ffb917;border-radius:8px;color:#ffb917;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;margin-top:16px;padding:10px 16px;transition:all .3s ease}.view-all-btn:hover{background:#ffb917;color:#1e1e1e}.weather-content{display:flex;flex-direction:column;gap:16px}.weather-item{display:flex;justify-content:space-between;padding:8px 0}.weather-label{color:#fff9;font-size:14px}.weather-value{color:#fff;font-weight:500}.weather-impact-box{background:linear-gradient(135deg,#ffb9171a,#ffb9170d);border-left:3px solid #ffb917;border-radius:8px;margin-top:12px;padding:12px}.impact-label{color:#fff9;display:block;font-size:12px;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.impact-value{color:#ffb917;font-weight:500}.historical-stats{display:flex;flex-direction:column;gap:16px}.stat-row{background:#ffffff08;border:1px solid #ffb9171a;border-radius:8px;display:flex;justify-content:space-between;padding:12px}.stat-row.current{background:linear-gradient(135deg,#206eb61a,#206eb60d);border:1px solid #206eb633}.stat-label{color:#fff9;font-size:14px}.stat-value{color:#fff;font-weight:600}.stat-value.highlight{color:#ffb917}.labor-card{grid-column:span 2}.labor-content{display:flex;flex-direction:column;gap:20px}.labor-metrics{display:flex;gap:20px;justify-content:space-around}.labor-metric{background:#ffffff08;border:1px solid #ffb9171a;border-radius:8px;flex:1 1;padding:16px;text-align:center}.labor-metric.variance{background:linear-gradient(135deg,#ffb9171a,#ffb9170d)}.metric-label{color:#fff9;display:block;font-size:12px;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.metric-value{color:#ffb917;display:block;font-size:28px;font-weight:700;margin-bottom:4px}.metric-unit{color:#fff9;font-size:14px}.recommendation-box{background:linear-gradient(135deg,#9c27b01a,#0000);border-left:3px solid #9c27b0;border-radius:8px;padding:16px}.recommendation-label{color:#9c27b0;display:block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.recommendation-text{color:#fff;font-size:14px;line-height:1.5;margin:0}@media (max-width:1024px){.labor-card{grid-column:span 1}}@media (max-width:768px){.info-grid{grid-template-columns:1fr}.labor-metrics{flex-direction:column}}.info-card.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.loading-spinner{border:2px solid #ffffff1a}.error-message{color:#dc3545;padding:2rem;text-align:center}.error-message button{background:#ffb917;border:none;border-radius:6px;color:#1e1e1e;cursor:pointer;margin-top:1rem;padding:.5rem 1rem;transition:all .2s ease}.error-message button:hover{background:#e5a414}.event-sub-details{color:#fff9;display:block;font-size:13px;margin-top:4px}.weather-icon-wrapper{align-items:center;background:#ffb9171a;border-radius:8px;color:#ffb917;display:flex;justify-content:center;padding:6px}.historical-comparison{background:#1e1e1e;border:1px solid #ffb9171a;border-radius:12px;box-shadow:0 4px 12px #0000004d;grid-column:1/-1;margin-bottom:32px;padding:24px}.comparison-header{align-items:center;border-bottom:2px solid #ffb91733;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.header-main{align-items:center;display:flex;gap:12px}.header-icon{color:#ffb917}.view-controls{display:flex;gap:8px}.view-btn{background:#ffffff0d;border:1px solid #ffb9174d;border-radius:6px;color:#ffffffb3;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:all .2s ease}.view-btn:hover{background:#ffb9171a;border-color:#ffb917}.view-btn.active{background:#ffb917;border-color:#ffb917;color:#1e1e1e}.overview-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:24px}.comparison-card{background:#ffffff08;border:1px solid #ffb9171a;border-radius:10px;padding:20px}.comparison-card.wait-times{border-left:4px solid #28a745}.comparison-card.sales{border-left:4px solid #206eb6}.comparison-card.busyness{border-left:4px solid #ffb917}.card-header{gap:10px;margin-bottom:16px}.card-icon{color:#ffb917}.card-header h3{font-size:1.1rem}.comparison-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.period{background:#ffffff0d;border-radius:6px;display:flex;flex-direction:column;padding:12px;text-align:center}.period.today{background:linear-gradient(135deg,#ffb9171a,#0000);border:1px solid #ffb91733}.period-label{color:#fff9;font-size:.8rem;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.period-value{color:#fff;font-size:1.5rem;font-weight:700}.period-subvalue{color:#fff9;font-size:.85rem}.trend-indicator{font-size:.85rem;font-weight:600;margin-top:4px}.trend-indicator.positive{color:#28a745}.trend-indicator.negative{color:#dc3545}.insight-box{align-items:center;background:#ffffff0d;border-radius:6px;display:flex;font-size:.9rem;gap:8px;padding:12px}.insight-icon{color:#ffb917;font-size:1.2rem}.insight-text{color:#fffc;line-height:1.4}.summary-footer{border-top:1px solid #ffb9171a;display:flex;justify-content:space-around;padding-top:20px}.summary-item{text-align:center}.summary-label{color:#fff9;display:block;font-size:.8rem;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.summary-value{color:#fff;font-size:1.1rem;font-weight:600}.debug-panel{background:#ffffff08;border:1px solid #ffb9171a;border-radius:8px;margin-top:24px;padding:16px}.debug-details summary{background:#ffffff0d;border-radius:4px;color:#ffffffb3;cursor:pointer;font-family:monospace;font-size:.85rem;padding:8px}.debug-details summary:hover{background:#ffffff14}.debug-content{background:#ffffff08;border-radius:4px;margin-top:12px;padding:12px}.debug-content h4{color:#ffb917;font-size:.9rem;margin:12px 0 8px}.debug-content pre{background:#ffffff08;border:1px solid #ffb9171a;border-radius:4px;color:#fff;font-size:.8rem;margin:0 0 12px;overflow-x:auto;padding:12px}.historical-comparison.loading{align-items:center;display:flex;justify-content:center;min-height:300px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#ffb917;height:40px;width:40px}.historical-comparison.error{padding:40px;text-align:center}.error button{background:#ffb917;border:none;border-radius:6px;color:#1e1e1e;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:16px;padding:10px 20px;transition:all .2s ease}.error button:hover{background:#e5a414}.date-range-controls{background:#ffffff08;border:1px solid #ffb9171a;border-radius:8px;margin-bottom:24px;padding:16px}.standard-controls,.trends-controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.date-input-group{align-items:center;display:flex;gap:8px}.date-input-group label,.trends-controls label{align-items:center;color:#ffffffb3;display:flex;font-size:.9rem;font-weight:500;gap:4px}.date-input-group input[type=date],.trends-controls select{background:#ffffff0d;border:1px solid #ffb91733;border-radius:6px;color:#fff;font-size:.9rem;padding:8px 12px}.trends-controls select{cursor:pointer}.refresh-btn{gap:6px}.current-range-display{color:#fff9;font-size:.85rem;margin:-20px 0 20px}.card-date-range{border-top:1px dashed #ffb9171a;color:#fff9;font-size:.8rem;margin-top:12px;padding-top:12px}.details-section h3,.trends-section h3{color:#fff;margin-bottom:16px}.trend-summary{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:20px}.trend-item{background:#ffffff08;border-radius:6px;padding:12px;text-align:center}.trend-label{color:#fff9;display:block;font-size:.8rem;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.trend-value{color:#fff;font-size:1.1rem;font-weight:600}.predictions-panel{background:#1e1e1e;border:1px solid #ffb9171a;border-radius:12px;box-shadow:0 4px 12px #0000004d;margin:2rem 0;padding:1.5rem}.panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.section-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.refresh-btn{align-items:center;background:#ffb917;border:none;border-radius:6px;color:#1e1e1e;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;padding:8px 16px;transition:all .2s ease}.refresh-btn:hover:not(:disabled){background:#e5a414;transform:translateY(-1px)}.refresh-btn:disabled{background:#666;cursor:not-allowed;opacity:.6}.predictions-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.prediction-card{background:#ffffff08;border:1px solid #ffb9171a;border-radius:10px;padding:24px;transition:box-shadow .2s ease}.prediction-card:hover{box-shadow:0 2px 8px #0003}.card-header{align-items:center;border-bottom:1px solid #ffb9171a;display:flex;gap:12px;margin-bottom:20px;padding-bottom:16px}.card-header h3{color:#fff;font-size:1.15rem;font-weight:600;margin:0}.card-header .icon{background:#ffb9171a;border-radius:6px;color:#ffb917;padding:6px}.predict-btn{background:#206eb6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px;transition:all .2s ease;width:100%}.predict-btn:hover:not(:disabled){background:#1a5a9a;transform:translateY(-1px)}.predict-btn:disabled{cursor:wait;opacity:.6}.result-container{margin-top:20px;min-height:80px}.skeleton-loader{animation:loading 1.5s infinite;background:linear-gradient(90deg,#ffffff0d 25%,#ffffff14 50%,#ffffff0d 75%);background-size:200% 100%;border-radius:6px;height:80px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.result{background:#0000;border:none;padding:0}.prediction-display{display:flex;flex-direction:column;gap:16px}.main-value{align-items:baseline;display:flex;gap:8px}.value-number{color:#ffb917;font-size:2.5rem;font-weight:700;line-height:1}.value-unit{color:#ffffffb3;font-size:1rem;font-weight:500}.confidence-indicator{align-items:center;background:#28a74526;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px}.confidence-label{color:#28a745;font-size:.85rem;font-weight:500}.confidence-score{color:#28a745;font-size:.9rem;font-weight:600}.busyness-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.busyness-level-badge{border-radius:20px;color:#1e1e1e;font-size:.9rem;font-weight:600;padding:6px 12px}.busyness-level-badge[data-level=slow]{background:#28a745}.busyness-level-badge[data-level=moderate]{background:#ffb917}.busyness-level-badge[data-level=busy],.busyness-level-badge[data-level=peak]{background:#f44336}.busyness-percentage{color:#fff;font-size:1.25rem;font-weight:700}.busyness-gauge-container{align-items:center;display:flex;gap:16px;margin-bottom:16px}.busyness-gauge{background:#2a2a2a;border:1px solid #ffb9171a;border-radius:25px;height:100px;overflow:hidden;position:relative;width:50px}.busyness-fill{background:linear-gradient(0deg,#28a745 0,#ffb917 50%,#f44336);bottom:0;position:absolute;transition:height .3s ease;width:100%}.busyness-details{display:flex;flex:1 1;flex-direction:column;gap:8px}.detail-row{display:flex;font-size:.9rem;justify-content:space-between}.detail-label{color:#fff9}.detail-value{color:#fff;font-weight:500}.recommendation-box{align-items:center;background:#206eb626;border-left:4px solid #206eb6;border-radius:4px;color:#e3f2fd;display:flex;font-size:.85rem;gap:8px;padding:12px}.recommendation-icon{color:#206eb6;font-size:1.2rem}.recommendation-text{font-weight:500}.sales-details{display:flex;flex-direction:column;gap:12px}.margin-range{align-items:center;background:#ffb91726;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px}.range-label{color:#ffb917;font-size:.85rem;font-weight:500}.range-values{color:#ffb917;font-size:.9rem;font-weight:600}.revenue-estimate{background:#ffb9171a;border-radius:6px;color:#ffb917;font-size:.9rem;font-weight:500;padding:8px;text-align:center}.factors-section{margin-top:16px}.factors-toggle{align-items:center;background:#ffffff08;border:1px solid #ffb9171a;border-radius:6px;color:#ffffffb3;cursor:pointer;display:flex;font-size:.85rem;gap:8px;padding:8px 12px;transition:all .2s ease;width:100%}.factors-toggle:hover{background:#ffb9171a}.factors-toggle.open .toggle-icon{transform:rotate(180deg)}.toggle-icon{color:#ffb917;transition:transform .2s ease}.factors-list{display:flex;flex-direction:column;gap:6px;margin-top:8px;max-height:200px;overflow-y:auto;padding-right:4px}.factor-item{align-items:center;background:#ffffff08;border-radius:4px;display:flex;font-size:.8rem;justify-content:space-between;padding:6px 12px}.factor-name{color:#fff9;font-weight:500}.factor-value{color:#fff;font-weight:600;margin-left:8px}.error{background:#dc354526;border-radius:6px;color:#dc3545;font-size:.85rem}.error,.info{margin:0;padding:10px}.info{color:#fff9;font-style:italic;text-align:center}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.predict-btn:disabled,.refresh-btn:disabled{cursor:not-allowed;opacity:.6}.api-status-widget{align-items:center;background:#1e1e1e;border:1px solid #ffb91733;border-radius:8px;bottom:20px;box-shadow:0 4px 16px #0006;color:#fff;cursor:pointer;display:flex;font-size:.85rem;gap:8px;padding:12px 16px;position:fixed;right:20px;transition:all .3s ease;z-index:1000}.api-status-widget:hover{border-color:#ffb91766;box-shadow:0 6px 20px #00000080;transform:translateY(-2px)}.api-status-widget:hover .health-details{display:block}.status-icon{flex-shrink:0}.status-icon.healthy{color:#28a745}.status-icon.warning{color:#ffc107}.status-icon.error{color:#dc3545}.status-icon.checking{color:#6c757d}.status-text{font-weight:500}.status-text.healthy{color:#28a745}.status-text.warning{color:#ffc107}.status-text.error{color:#dc3545}.status-text.checking{color:#6c757d}.last-checked{color:#6c757d;font-size:.75rem;margin-left:4px}.health-details{background:#2a2a2a;border:1px solid #ffb91733;border-radius:6px;bottom:100%;box-shadow:0 4px 12px #0000004d;color:#fff;display:none;font-size:.8rem;margin-bottom:8px;min-width:220px;padding:12px;position:absolute;right:0}.model-status{display:flex;justify-content:space-between;margin-bottom:4px}.model-name{color:#ccc}.model-value{font-weight:600;text-transform:uppercase}.model-value.healthy{color:#28a745}.model-value.unhealthy{color:#dc3545}.last-trained{border-top:1px solid #333;color:#aaa;font-size:.75rem;margin-top:8px;padding-top:8px}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary-blue:#206eb6;--gold-orange:#ffb917;--black:#1e1e1e;--white:#fff}.dashboard-container{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);min-height:100vh;position:relative}.dashboard-container:before{background:linear-gradient(180deg,#206eb61a,#0000);content:"";height:300px;left:0;position:absolute;right:0;top:0;z-index:0}.container{padding:0 2rem;position:relative;z-index:1}.dashboard-main{padding-bottom:40px}.dashboard-footer{border-top:1px solid #ffb9171a;color:#fff9;font-size:13px;margin-top:40px;padding:20px;text-align:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@media (max-width:1024px){.container{padding:16px}}@media (max-width:768px){.container{padding:12px}.dashboard-main>*{margin-bottom:20px}}@media print{.dashboard-container{background:#fff}.dashboard-container:before,.dashboard-footer{display:none}.card{border:1px solid #ddd;box-shadow:none;break-inside:avoid;page-break-inside:avoid}}
/*# sourceMappingURL=main.3c7ef819.css.map*/