:root{--bg:#f4f6f8;--surface:#fff;--surface-soft:#f8fafc;--sidebar:#101722;--sidebar-soft:#182231;--text:#18202b;--text-soft:#667085;--text-muted:#98a2b3;--primary:#155eef;--primary-hover:#004eeb;--primary-soft:#eff4ff;--success:#067647;--danger:#d92d20;--border:#e4e7ec;--border-strong:#d0d5dd;--shadow-sm:0 1px 2px #1018280a;--shadow-md:0 8px 24px #10182814;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--sidebar-width:260px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex}.sidebar{z-index:50;width:var(--sidebar-width);color:#fff;background:linear-gradient(#101722 0%,#0c121b 100%);flex-direction:column;min-height:100vh;padding:24px 16px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar__brand{align-items:center;gap:12px;padding:4px 8px 28px;display:flex}.brand-mark{background:linear-gradient(135deg,#2970ff,#155eef);border-radius:12px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:800;display:grid}.brand-copy{flex-direction:column;display:flex}.brand-copy strong{letter-spacing:-.02em;font-size:17px}.brand-copy span{color:#98a2b3;margin-top:2px;font-size:12px}.sidebar__nav{flex-direction:column;gap:6px;display:flex}.nav-item{color:#98a2b3;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;padding:12px 13px;transition:background .16s,color .16s;display:flex}.nav-item:hover{color:#fff;background:#ffffff0f}.nav-item.active{background:var(--sidebar-soft);color:#fff}.nav-item__icon{place-items:center;width:24px;height:24px;font-size:18px;display:grid}.nav-badge{background:#ffffff1a;border-radius:999px;margin-left:auto;padding:2px 7px;font-size:12px}.sidebar__footer{margin-top:auto}.sidebar-status{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;gap:10px;padding:14px;display:flex}.status-dot{background:#32d583;border-radius:50%;flex:none;width:8px;height:8px;margin-top:5px;box-shadow:0 0 0 4px #32d5831f}.sidebar-status div{flex-direction:column;display:flex}.sidebar-status strong{font-size:12px}.sidebar-status span{color:#98a2b3;margin-top:3px;font-size:10px;line-height:1.4}.app-main{width:calc(100% - var(--sidebar-width));margin-left:var(--sidebar-width)}.topbar{z-index:30;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;justify-content:space-between;align-items:center;min-height:78px;padding:14px 32px;display:flex;position:sticky;top:0}.topbar__left,.topbar__right{align-items:center;gap:16px;display:flex}.eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:700}.topbar h1{letter-spacing:-.03em;margin:0;font-size:21px}.topbar-date{color:var(--text-soft);font-size:13px}.mobile-menu-button{border:1px solid var(--border);background:#fff;border-radius:9px;width:40px;height:40px;display:none}.content{width:100%;max-width:1480px;margin:0 auto;padding:32px}.view{display:none}.view.active{display:block}.hero-card{border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-md);background:radial-gradient(circle at 85% 10%,#2970ff40,#0000 32%),linear-gradient(135deg,#101828,#182230);justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:20px;padding:30px;display:flex;overflow:hidden}.hero-card__label{color:#84adff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:700;display:inline-block}.hero-card h2{letter-spacing:-.04em;max-width:650px;margin:0;font-size:clamp(25px,3vw,38px);line-height:1.12}.hero-card p{color:#b9c2d0;max-width:720px;margin:14px 0 0;line-height:1.65}.hero-card__offer{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;flex:none;min-width:170px;padding:17px}.hero-card__offer span{color:#98a2b3;text-transform:uppercase;margin-bottom:5px;font-size:11px;display:block}.hero-card__offer strong{font-size:17px}.form-card,.schedule-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:26px}.section-heading{border-bottom:1px solid var(--border);align-items:center;gap:14px;margin-bottom:24px;padding-bottom:20px;display:flex}.section-heading__number{background:var(--primary-soft);width:38px;height:38px;color:var(--primary);border-radius:10px;flex:none;place-items:center;font-size:12px;font-weight:800;display:grid}.section-heading h2,.results-header h2,.schedule-card h2,.page-section-header h2{letter-spacing:-.025em;margin:0;font-size:20px}.section-heading p,.schedule-card p,.page-section-header p{color:var(--text-soft);margin:5px 0 0;font-size:13px;line-height:1.5}.form-grid{gap:18px;display:grid}.form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.field{flex-direction:column;gap:7px;display:flex}.field--span-2{grid-column:span 2}.field--span-3{grid-column:span 3}.field label{color:#344054;font-size:13px;font-weight:600}.field input,.field textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;color:var(--text);background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.field input{height:44px;padding:0 12px}.field textarea{resize:vertical;min-height:100px;padding:11px 12px}.field input::placeholder,.field textarea::placeholder{color:#98a2b3}.field input:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #155eef1a}.input-with-suffix{position:relative}.input-with-suffix input{padding-right:64px}.input-with-suffix span{color:var(--text-soft);pointer-events:none;font-size:12px;font-weight:600;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.segmented-control{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-soft);grid-template-columns:1fr 1fr;height:44px;padding:3px;display:grid}.segmented-control label{cursor:pointer;position:relative}.segmented-control input{opacity:0;width:1px;height:1px;position:absolute}.segmented-control span{height:100%;color:var(--text-soft);border-radius:6px;place-items:center;font-size:12px;font-weight:600;display:grid}.segmented-control input:checked+span{color:var(--primary);background:#fff;box-shadow:0 1px 3px #1018281f}.form-actions,.results-actions,.modal__actions{align-items:center;gap:10px;margin-top:24px;display:flex}.button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:0 16px;font-size:13px;font-weight:650;transition:transform .12s,background .15s,border-color .15s;display:inline-flex}.button:active{transform:translateY(1px)}.button--large{min-height:46px;padding-inline:22px}.button--small{min-height:34px;padding-inline:12px;font-size:12px}.button--primary{background:var(--primary);color:#fff}.button--primary:hover{background:var(--primary-hover)}.button--secondary,.button--ghost{border-color:var(--border-strong);color:#344054;background:#fff}.button--secondary:hover,.button--ghost:hover{background:var(--surface-soft)}.button--danger{background:var(--danger);color:#fff}.button--danger-outline{color:var(--danger);background:#fff;border-color:#fecdca}.form-message{margin-top:18px}.form-message--error{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:8px;padding:12px 14px;font-size:13px}.results-section{scroll-margin-top:100px}.results-header,.page-section-header,.schedule-card__header{justify-content:space-between;align-items:center;gap:20px;margin:32px 0 18px;display:flex}.results-actions{margin:0}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.metric-card{border:1px solid var(--border);min-height:140px;box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;padding:20px}.metric-card--featured{color:#fff;background:linear-gradient(135deg,#155eef,#004eeb);border-color:#0000}.metric-card__label{color:var(--text-soft);margin-bottom:18px;font-size:12px;font-weight:600;display:block}.metric-card--featured .metric-card__label{color:#d1e0ff}.metric-card strong{letter-spacing:-.04em;font-size:clamp(21px,2.4vw,30px);display:block}.metric-card small{color:var(--text-muted);margin-top:8px;font-size:11px;display:block}.metric-card--featured small{color:#b2ccff}.table-container{border:1px solid var(--border);border-radius:10px;width:100%;overflow-x:auto}.schedule-table{border-collapse:collapse;width:100%;min-width:760px}.schedule-table th{border-bottom:1px solid var(--border);background:var(--surface-soft);color:var(--text-soft);text-align:right;text-transform:uppercase;letter-spacing:.04em;padding:12px 14px;font-size:11px;font-weight:700}.schedule-table td{border-bottom:1px solid var(--border);color:#344054;text-align:right;padding:12px 14px;font-size:13px}.schedule-table th:first-child,.schedule-table td:first-child{text-align:center}.schedule-table tbody tr:last-child td{border-bottom:0}.schedule-table tbody tr:hover{background:#fcfcfd}.offers-list{gap:12px;display:grid}.offer-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex}.offer-card__number{color:var(--primary);letter-spacing:.06em;margin-bottom:7px;font-size:11px;font-weight:800}.offer-card h3{margin:0;font-size:17px}.offer-card p{color:var(--text-soft);margin:5px 0 0;font-size:13px}.offer-card__meta{flex-wrap:wrap;gap:8px 18px;margin-top:13px;display:flex}.offer-card__meta span{color:var(--text-soft);font-size:12px}.offer-card__actions{gap:8px;display:flex}.empty-state{border:1px dashed var(--border-strong);text-align:center;background:#fff;border-radius:16px;padding:70px 20px}.empty-state__icon{background:var(--primary-soft);width:50px;height:50px;color:var(--primary);border-radius:14px;place-items:center;margin:0 auto 14px;font-size:23px;display:grid}.empty-state h3{margin:0}.empty-state p{color:var(--text-soft);margin:7px 0 0}.toast-container{z-index:100;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.toast{color:#067647;min-width:280px;max-width:420px;box-shadow:var(--shadow-md);opacity:0;background:#ecfdf3;border:1px solid #abefc6;border-radius:10px;padding:13px 16px;transition:opacity .2s,transform .2s;transform:translateY(10px)}.toast.visible{opacity:1;transform:translateY(0)}.toast--error{color:#b42318;background:#fef3f2;border-color:#fecdca}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1018288c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{text-align:center;background:#fff;border-radius:16px;width:min(100%,430px);padding:28px;box-shadow:0 24px 48px #10182833}.modal__icon{width:44px;height:44px;color:var(--danger);background:#fef3f2;border-radius:50%;place-items:center;margin:0 auto 14px;font-weight:800;display:grid}.modal h3{margin:0;font-size:20px}.modal p{color:var(--text-soft);margin:9px 0 0;line-height:1.6}.modal__actions{justify-content:center}.hidden{display:none!important}@media (width<=1050px){.form-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.field--span-3{grid-column:span 2}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.sidebar{transition:transform .2s;transform:translate(-100%);box-shadow:12px 0 32px #1018282e}.sidebar.open{transform:translate(0)}.app-main{width:100%;margin-left:0}.mobile-menu-button{display:block}.topbar{padding-inline:18px}.topbar-date{display:none}.content{padding:20px 16px}.hero-card{flex-direction:column;align-items:flex-start}.hero-card__offer{width:100%}.results-header,.page-section-header{flex-direction:column;align-items:flex-start}.results-actions{width:100%}.results-actions .button{flex:1}}@media (width<=620px){.form-grid--3,.metrics-grid{grid-template-columns:1fr}.field--span-2,.field--span-3{grid-column:span 1}.form-card,.schedule-card{padding:18px}.hero-card{padding:22px}.offer-card{flex-direction:column;align-items:stretch}.offer-card__actions{width:100%}.offer-card__actions .button{flex:1}.topbar__right .button{display:none}.toast-container{bottom:14px;left:14px;right:14px}.toast{min-width:0;max-width:none}}.schedule-table-wrapper,.table-wrapper,.schedule-table-container{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow:auto hidden}#scheduleTable{border-collapse:collapse;table-layout:auto;width:100%;min-width:1450px}#scheduleTable th,#scheduleTable td{white-space:nowrap;vertical-align:middle;text-align:right}#scheduleTable th{white-space:normal;text-align:right;min-width:130px;line-height:1.25}#scheduleTable th:first-child,#scheduleTable td:first-child{text-align:center;width:60px;min-width:60px}#scheduleTable th:nth-child(2),#scheduleTable td:nth-child(2){text-align:left;min-width:115px}#scheduleTable th:nth-child(3),#scheduleTable td:nth-child(3){min-width:155px}#scheduleTable th:nth-child(4),#scheduleTable td:nth-child(4),#scheduleTable th:nth-child(5),#scheduleTable td:nth-child(5){min-width:130px}#scheduleTable th:nth-child(6),#scheduleTable td:nth-child(6){min-width:120px}#scheduleTable th:nth-child(7),#scheduleTable td:nth-child(7){min-width:165px}#scheduleTable th:nth-child(8),#scheduleTable td:nth-child(8),#scheduleTable th:nth-child(9),#scheduleTable td:nth-child(9),#scheduleTable th:nth-child(10),#scheduleTable td:nth-child(10){min-width:145px}@media (width<=768px){#scheduleTable{min-width:1350px}}
