.app{display:flex;flex-direction:column;height:100vh;background:#fff;color:#111}.app-header{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 24px;border-bottom:1px solid #E5E5E5;flex-shrink:0}.app-header-left{display:flex;align-items:center;gap:24px}.app-title{font-size:13px;font-weight:500;color:#111;letter-spacing:.01em}.view-tabs{display:flex;align-items:center;gap:16px}.view-tab{background:none;border:none;border-bottom:2px solid transparent;padding:4px 0;font-size:13px;font-weight:400;color:#888;cursor:pointer;font-family:inherit;transition:color .15s,border-color .15s}.view-tab.active{color:#111;font-weight:500;border-bottom-color:#111}.view-tab:hover:not(.active){color:#444}.scenario-tabs{display:flex;align-items:center;gap:20px}.scenario-tab{background:none;border:none;border-bottom:2px solid transparent;padding:4px 0;font-size:13px;font-weight:400;color:#888;cursor:pointer;font-family:inherit;transition:color .15s,border-color .15s}.scenario-tab.active{color:#111;font-weight:500;border-bottom-color:#111}.scenario-tab:hover:not(.active){color:#444}.advanced-tab{margin-left:12px;padding-left:12px;border-left:1px solid #E5E5E5}.app-body{display:flex;flex:1;overflow:hidden}.charts-view{overflow-y:auto}.charts-view .right-panel{width:246px}.spe-view{overflow:hidden;flex-direction:column}.spe-panels-toolbar{display:flex;justify-content:flex-end;padding:6px 16px;border-bottom:1px solid #E5E5E5;flex-shrink:0}.spe-export-trigger{padding:4px 12px;font-size:11px;font-weight:500;color:#2563eb;background:#fff;border:1px solid #2563EB;border-radius:2px;cursor:pointer;font-family:inherit}.spe-export-trigger:hover:not(:disabled){background:#eff6ff}.spe-export-trigger:disabled{opacity:.4;cursor:default}.spe-panels{display:flex;flex:1;overflow:hidden;min-height:0}.spe-left,.spe-right,.spe-third{flex:1;overflow-y:auto;min-width:0}.sidebar{width:220px;flex-shrink:0;border-right:1px solid #E5E5E5;overflow-y:auto;display:flex;flex-direction:column}.right-panel{width:220px;flex-shrink:0;border-left:1px solid #E5E5E5;overflow-y:auto}.macro-adjustment-label{margin-top:10px;font-size:11px;color:#888;font-style:italic}.main-area{flex:1;display:flex;flex-direction:column;overflow:hidden}.forecast-pane{flex:1;overflow-y:auto;padding:24px;min-height:0}.vehicle-search-pane{flex-shrink:0;max-height:380px;overflow-y:auto;border-top:1px solid #E5E5E5;padding:0 24px 20px}.error-banner{font-size:13px;color:#991b1b;background:#fee2e2;border:1px solid #FECACA;padding:10px 14px;margin-bottom:20px}.loading-state{display:flex;align-items:center;gap:12px;padding:40px 0;color:#888;font-size:13px}.spinner{width:16px;height:16px;border:2px solid #E5E5E5;border-top-color:#111;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{padding:40px 0 20px}.empty-state p{font-size:13px;color:#888;margin:0;text-align:center}.vehicle-form{padding:12px 14px;display:flex;flex-direction:column;flex:1}.form-section-title{font-size:10px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.form-stack{display:flex;flex-direction:column;gap:7px;margin-bottom:12px}.form-group{display:flex;flex-direction:column;gap:2px}.form-group label{font-size:11px;font-weight:400;color:#888}.form-group input,.form-group select{height:28px;padding:0 8px;border:1px solid #E5E5E5;border-radius:2px;font-size:12px;font-weight:400;font-family:inherit;color:#111;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;transition:border-color .15s}.form-group input:focus,.form-group select:focus{border-color:#2563eb}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath fill='%23888888' d='M0 0l4 5 4-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:22px;cursor:pointer}.input-prefix-wrapper{display:flex;align-items:center;border:1px solid #E5E5E5;border-radius:2px;height:28px;transition:border-color .15s}.input-prefix-wrapper:focus-within{border-color:#2563eb}.input-prefix{display:flex;align-items:center;height:100%;padding:0 8px;font-size:12px;color:#888;border-right:1px solid #E5E5E5;background:#f7f7f7;-webkit-user-select:none;user-select:none}.input-prefix-wrapper input{border:none;border-radius:0;height:100%;flex:1}.input-prefix-wrapper input:focus{border-color:transparent}.input-number{font-variant-numeric:tabular-nums}.submit-button{width:100%;height:28px;background:#111;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;font-family:inherit;cursor:pointer;letter-spacing:.01em;transition:background .15s}.submit-button:hover:not(:disabled){background:#333}.submit-button:disabled{background:#888;cursor:not-allowed}.metric-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e5e5e5;border:1px solid #E5E5E5;margin-bottom:24px}.metric-card{background:#f7f7f7;padding:16px 20px 18px;display:flex;flex-direction:column;gap:4px}.metric-label{font-size:12px;font-weight:400;color:#888}.metric-percentage{font-size:24px;font-weight:500;color:#2563eb;font-variant-numeric:tabular-nums;line-height:1.2}.metric-value{font-size:13px;font-weight:400;color:#888;font-variant-numeric:tabular-nums}.matrix-container{display:flex;flex-direction:column;flex:1;min-height:0}.matrix-header-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px;gap:20px;flex-wrap:wrap}.matrix-title{font-size:13px;font-weight:500;color:#111;margin-bottom:2px}.matrix-subtitle{font-size:12px;color:#888}.matrix-legend{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.legend-chip{font-size:11px;font-weight:500;padding:2px 7px;border-radius:2px}.matrix-scroll{overflow:auto;border:1px solid #E5E5E5;flex:1}.forecast-matrix{border-collapse:collapse;width:100%;font-size:13px;white-space:nowrap}.forecast-matrix thead tr{position:sticky;top:0;z-index:2}.forecast-matrix th{background:#f7f7f7;font-weight:500;color:#111;padding:6px 10px;text-align:center;border-bottom:1px solid #E5E5E5;border-right:1px solid #E5E5E5}.col-mileage{position:sticky;left:0;z-index:1;text-align:left!important;min-width:68px;width:68px}.forecast-matrix thead .col-mileage{z-index:3}.forecast-matrix td{padding:6px 10px;text-align:center;border-bottom:1px solid #E5E5E5;border-right:1px solid #E5E5E5;font-variant-numeric:tabular-nums}.mileage-cell{background:#f7f7f7;font-weight:500;color:#111;text-align:left!important}.data-cell{color:#111}.cell-path{outline:2px solid #2563EB;outline-offset:-2px;font-weight:500}.cell-green{background:#dcfce7;color:#166534}.cell-blue{background:#dbeafe;color:#1e40af}.cell-yellow{background:#fef9c3;color:#854d0e}.cell-orange{background:#ffedd5;color:#9a3412}.cell-red{background:#fee2e2;color:#991b1b}.legend-chip.cell-green{background:#dcfce7;color:#166534}.legend-chip.cell-blue{background:#dbeafe;color:#1e40af}.legend-chip.cell-yellow{background:#fef9c3;color:#854d0e}.legend-chip.cell-orange{background:#ffedd5;color:#9a3412}.legend-chip.cell-red{background:#fee2e2;color:#991b1b}.macro-panel{padding:12px 14px 16px;display:flex;flex-direction:column;gap:8px}.macro-panel-title{font-size:10px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.06em}.macro-loading{font-size:12px;color:#888}.macro-date-row{display:flex}.macro-date-select{width:100%;height:30px;padding:0 24px 0 8px;border:1px solid #E5E5E5;border-radius:2px;font-size:12px;font-family:inherit;color:#111;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23888888' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;cursor:pointer;outline:none}.macro-date-select:focus{border-color:#2563eb}.macro-history-banner{display:flex;flex-direction:column;gap:3px;padding:8px 10px;background:#f7f7f7;border:1px solid #E5E5E5;font-size:11px;color:#888;line-height:1.4}.macro-reset-link{background:none;border:none;padding:0;font-size:11px;font-family:inherit;color:#2563eb;cursor:pointer;text-align:left}.macro-reset-link:hover{text-decoration:underline}.macro-score-block{display:flex;flex-direction:column;gap:6px}.macro-score-header{display:flex;justify-content:space-between;align-items:baseline}.macro-score-value{font-size:13px;font-weight:500;color:#111;font-variant-numeric:tabular-nums}.macro-score-track{height:3px;background:#e5e5e5;width:100%;border-radius:0}.macro-score-fill{height:100%;border-radius:0;transition:width .3s ease,background .3s ease}.macro-section-title{font-size:10px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-top:8px;padding-top:8px;border-top:1px solid #E5E5E5}.macro-rows{display:flex;flex-direction:column}.macro-data-row{display:flex;justify-content:space-between;align-items:baseline;padding:4px 0;border-bottom:1px solid #E5E5E5;gap:8px}.macro-data-row:last-child{border-bottom:none}.macro-row-label{font-size:11px;color:#888;flex-shrink:0}.macro-row-value{font-size:11px;font-weight:500;color:#111;text-align:right;line-height:1.4}.macro-row-value.mono{font-variant-numeric:tabular-nums}.macro-layer-row .macro-row-label{font-weight:500;color:#555}.macro-layer-indent{padding-left:12px;border-bottom-style:dashed}.macro-layer-indent .macro-row-label{font-size:10px;color:#aaa}.macro-layer-indent .macro-row-value{font-size:10px;color:#888}.macro-layer-indent2{padding-left:24px;border-bottom-style:dashed}.macro-layer-indent2 .macro-row-label{font-size:10px;color:#ccc}.macro-layer-indent2 .macro-row-value{font-size:10px;color:#aaa}.macro-layer-max{font-weight:400;color:#aaa}.vsearch{padding-top:16px;display:flex;flex-direction:column;gap:14px}.vsearch-title{font-size:10px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.06em}.vsearch-controls{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.vsearch-field{display:flex;flex-direction:column;gap:4px}.vsearch-field label{font-size:11px;color:#888}.vsearch-field select{height:30px;padding:0 24px 0 8px;border:1px solid #E5E5E5;border-radius:2px;font-size:12px;font-family:inherit;color:#111;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23888888' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;cursor:pointer;outline:none;min-width:120px}.vsearch-field select:focus{border-color:#2563eb}.vsearch-field select:disabled{color:#bbb;cursor:default}.vsearch-btn{height:30px;padding:0 16px;background:#111;color:#fff;border:none;border-radius:2px;font-size:12px;font-family:inherit;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s}.vsearch-btn:hover:not(:disabled){background:#333}.vsearch-btn:disabled{background:#ccc;cursor:default}.vsearch-error{font-size:12px;color:#991b1b}.vsearch-empty{font-size:12px;color:#888;font-style:italic}.vsearch-table{width:100%;border-collapse:collapse;font-size:12px}.vsearch-table th{text-align:left;font-size:10px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.04em;padding:6px 12px 6px 0;border-bottom:1px solid #E5E5E5}.vsearch-table td{padding:7px 12px 7px 0;color:#111;border-bottom:1px solid #F3F3F3;font-variant-numeric:tabular-nums}.vsearch-table tr:last-child td{border-bottom:none}.sim-panel{margin-bottom:20px;padding:14px 16px 10px;background:#f7f7f7;border:1px solid #E5E5E5;display:flex;flex-direction:column;gap:8px}.sim-panel-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.sim-field{display:flex;flex-direction:column;gap:4px}.sim-label{font-size:10px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.sim-input-number{width:72px;height:28px;padding:0 8px;border:1px solid #E5E5E5;border-radius:2px;font-size:12px;font-family:inherit;color:#111;background:#fff;outline:none}.sim-input-number:focus{border-color:#2563eb}.sim-select{height:28px;padding:0 24px 0 8px;border:1px solid #E5E5E5;border-radius:2px;font-size:12px;font-family:inherit;color:#111;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23888888' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;outline:none;cursor:pointer}.sim-select:focus{border-color:#2563eb}.sim-spacer{flex:1}.sim-run-btn{height:28px;padding:0 16px;background:#111;color:#fff;border:none;border-radius:2px;font-size:12px;font-family:inherit;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s}.sim-run-btn:hover:not(:disabled){background:#333}.sim-run-btn:disabled{background:#ccc;cursor:default}.sim-status{font-size:11px;color:#888;font-style:italic;min-height:16px}.sim-matrix-tabs{display:flex;align-items:center;gap:20px;margin-bottom:12px;border-bottom:1px solid #E5E5E5;padding-bottom:8px}.sim-matrix-tab{background:none;border:none;border-bottom:2px solid transparent;padding:2px 0;margin-bottom:-9px;font-size:12px;font-weight:400;color:#888;cursor:pointer;font-family:inherit;transition:color .15s,border-color .15s;white-space:nowrap}.sim-matrix-tab.active{color:#111;font-weight:500;border-bottom-color:#111}.sim-matrix-tab:hover:not(.active){color:#444}.risk-red{background:#fee2e2;color:#991b1b}.risk-orange{background:#ffedd5;color:#9a3412}.risk-yellow{background:#fef9c3;color:#854d0e}.risk-green{background:#dcfce7;color:#166534}.legend-chip.risk-red{background:#fee2e2;color:#991b1b}.legend-chip.risk-orange{background:#ffedd5;color:#9a3412}.legend-chip.risk-yellow{background:#fef9c3;color:#854d0e}.legend-chip.risk-green{background:#dcfce7;color:#166534}.sim-card{gap:6px!important}.sim-card-p50{display:flex;align-items:baseline;gap:8px}.sim-p50-pct{font-size:24px;font-weight:500;color:#2563eb;font-variant-numeric:tabular-nums;line-height:1.2}.sim-p50-usd{font-size:13px;color:#888;font-variant-numeric:tabular-nums}.sim-card-range,.sim-card-prob{font-size:11px;color:#888;font-variant-numeric:tabular-nums}.sim-card-prob strong{color:#111;font-weight:500}.macro-charts{flex:1;min-width:0;display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:24px;overflow-y:auto;height:100%;box-sizing:border-box}.macro-charts .chart-card:first-child{grid-column:1 / -1}.macro-charts .chart-card:nth-child(2){grid-column:1 / -1}.chart-card{background:#fff;border:1px solid #E5E5E5;padding:14px 16px 10px;display:flex;flex-direction:column;gap:2px}.chart-card-title{font-size:12px;font-weight:500;color:#111}.chart-card-subtitle{font-size:11px;color:#888;margin-bottom:8px}.chart-body{flex:1}.charts-loading{display:flex;align-items:center;gap:12px;padding:40px 24px;color:#888;font-size:13px}.macro-legend{padding:12px 14px 16px;display:flex;flex-direction:column;gap:6px}.ml-section-title{font-size:10px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-top:8px;padding-top:8px;border-top:1px solid #E5E5E5}.ml-section-title:first-of-type{margin-top:0;padding-top:0;border-top:none}.ml-subtitle{font-size:10px;color:#aaa;line-height:1.4;margin-bottom:4px}.ml-bands{display:flex;flex-direction:column;gap:3px}.ml-band-row{display:flex;align-items:center;gap:8px}.ml-band-swatch{font-size:10px;font-weight:500;font-variant-numeric:tabular-nums;padding:2px 6px;border-radius:2px;white-space:nowrap;min-width:46px;text-align:center}.ml-band-info{display:flex;flex:1;justify-content:space-between;align-items:baseline}.ml-band-label{font-size:11px;color:#374151}.ml-band-mult{font-size:11px;font-weight:500;font-variant-numeric:tabular-nums}.ml-layer{display:flex;flex-direction:column;gap:4px}.ml-layer-header{display:flex;align-items:center;gap:6px;padding:3px 0;border-bottom:1px solid #E5E5E5}.ml-layer-label{font-size:11px;font-weight:500;color:#111;flex:1}.ml-component-indent{padding-left:13px}.ml-components{display:flex;flex-direction:column;gap:8px}.ml-component{display:flex;flex-direction:column;gap:2px}.ml-comp-header{display:flex;align-items:center;gap:6px}.ml-comp-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.ml-comp-label{font-size:11px;font-weight:500;color:#111;flex:1}.ml-comp-max{font-size:10px;color:#aaa}.ml-comp-bar-track{height:3px;background:#f3f4f6;width:100%}.ml-comp-bar-fill{height:100%}.ml-comp-desc{font-size:10px;color:#aaa;line-height:1.4}.ml-time-weights{display:flex;flex-direction:column}.ml-tw-row{display:grid;grid-template-columns:90px 32px 1fr;gap:6px;align-items:baseline;padding:4px 0;border-bottom:1px solid #E5E5E5;font-size:10px}.ml-tw-row:last-child{border-bottom:none}.ml-tw-range{color:#374151}.ml-tw-weight{font-weight:500;color:#111;text-align:right;font-variant-numeric:tabular-nums}.ml-tw-note{color:#aaa;line-height:1.4}.ml-hist-rows{display:flex;flex-direction:column}.ml-hist-row{display:flex;justify-content:space-between;align-items:baseline;padding:4px 0;border-bottom:1px solid #E5E5E5;gap:6px}.ml-hist-row:last-child{border-bottom:none}.ml-hist-row span:first-child{font-size:11px;color:#888;flex-shrink:0}.ml-hist-row strong{font-size:11px;font-weight:500;color:#111;font-variant-numeric:tabular-nums}.ml-hist-row span:last-child{font-size:10px;color:#aaa;text-align:right;flex:1}.spe-panel{display:flex;flex-direction:column;gap:16px;padding:20px 24px;max-width:900px;width:100%;margin:0 auto}.spe-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.spe-header-left{display:flex;flex-direction:column;gap:2px}.spe-title{font-size:13px;font-weight:500;color:#111}.spe-subtitle{font-size:11px;color:#888}.spe-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.spe-clock{font-size:10px;color:#aaa;font-variant-numeric:tabular-nums}.spe-clock-ready{color:#166534}.spe-refresh-btn{flex-shrink:0;padding:5px 12px;font-size:11px;font-weight:500;color:#2563eb;background:#fff;border:1px solid #2563EB;border-radius:2px;cursor:pointer}.spe-refresh-btn:hover:not(:disabled){background:#eff6ff}.spe-refresh-btn:disabled{opacity:.5;cursor:default}.spe-loading{display:flex;align-items:center;gap:10px;padding:20px 0;font-size:12px;color:#555}.spe-error{padding:10px 12px;font-size:12px;color:#991b1b;background:#fee2e2;border:1px solid #FECACA;border-radius:2px}.spe-overall{padding:14px 16px;border:1px solid #E5E5E5;display:flex;flex-direction:column;gap:8px}.spe-overall-row{display:flex;align-items:center;gap:10px}.spe-overall-label{font-size:11px;font-weight:500;color:#555;text-transform:uppercase;letter-spacing:.04em}.spe-overall-summary{font-size:12px;color:#333;line-height:1.6;margin:0}.spe-meta{font-size:10px;color:#aaa}.spe-badge{display:inline-flex;align-items:center;padding:2px 7px;font-size:10px;font-weight:500;border-radius:2px;white-space:nowrap}.spe-badge-grey{color:#555;background:#f3f4f6}.spe-confidence-high{color:#166534;background:#dcfce7}.spe-confidence-medium{color:#854d0e;background:#fef9c3}.spe-confidence-low{color:#6b7280;background:#f3f4f6}.spe-themes{display:flex;flex-direction:column;gap:10px}.spe-theme-card{padding:12px 14px;border:1px solid #E5E5E5;display:flex;flex-direction:column;gap:7px}.spe-theme-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap}.spe-theme-title{font-size:12px;font-weight:500;color:#111}.spe-theme-badges{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.spe-theme-summary{font-size:12px;color:#444;line-height:1.6;margin:0}.spe-headlines{margin:0;padding:0 0 0 14px;list-style:disc}.spe-headlines li{font-size:11px;color:#666;line-height:1.5}.spe-headlines-repo{border:1px solid #E5E5E5}.spe-headlines-repo-summary{font-size:11px;font-weight:500;color:#555;padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.spe-headlines-repo-summary::-webkit-details-marker{display:none}.spe-headlines-repo[open] .spe-headlines-repo-summary{border-bottom:1px solid #E5E5E5}.spe-headlines-repo-list{margin:0;padding:8px 12px 8px 28px;list-style:disc;max-height:240px;overflow-y:auto}.spe-headlines-repo-list li{font-size:11px;color:#666;line-height:1.6;padding:1px 0}.spe-footer{font-size:10px;color:#bbb;text-align:right}.spef-panel{display:flex;flex-direction:column;gap:16px;padding:20px;height:100%;overflow-y:auto;border-left:1px solid #E5E5E5}.spef-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.spef-header-left{display:flex;flex-direction:column;gap:2px}.spef-title{font-size:13px;font-weight:500;color:#111}.spef-subtitle{font-size:11px;color:#888}.spef-refresh-btn{flex-shrink:0;padding:5px 12px;font-size:11px;font-weight:500;color:#2563eb;background:#fff;border:1px solid #2563EB;border-radius:2px;cursor:pointer}.spef-refresh-btn:hover:not(:disabled){background:#eff6ff}.spef-refresh-btn:disabled{opacity:.5;cursor:default}.spef-loading{display:flex;align-items:center;gap:10px;padding:20px 0;font-size:12px;color:#555}.spef-error{padding:10px 12px;font-size:12px;color:#991b1b;background:#fee2e2;border:1px solid #FECACA;border-radius:2px}.spef-section{display:flex;flex-direction:column;gap:8px}.spef-section-label{font-size:10px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #E5E5E5;padding-bottom:4px}.spef-forecast-row{display:flex;align-items:center;gap:16px;padding:8px 0}.spef-score-box{display:flex;flex-direction:column;align-items:center;gap:2px}.spef-score-now{font-size:32px;font-weight:500;color:#111;line-height:1}.spef-score-now-label{font-size:10px;color:#888}.spef-arrow{font-size:28px;font-weight:400;line-height:1}.spef-score-proj{font-size:28px;font-weight:500;color:#2563eb;line-height:1}.spef-score-proj-label{font-size:10px;color:#888}.spef-explanation{font-size:12px;color:#444;line-height:1.6;margin:0}.spef-analogues{display:flex;flex-direction:column;gap:8px}.spef-analogue{padding:9px 11px;border:1px solid #E5E5E5;display:flex;flex-direction:column;gap:4px}.spef-analogue-header{display:flex;align-items:center;gap:8px}.spef-analogue-date{font-size:11px;font-weight:500;color:#111;min-width:48px}.spef-analogue-score{font-size:11px;color:#444;flex:1}.spef-analogue-sim{font-size:10px;color:#2563eb;background:#eff6ff;padding:1px 6px;border-radius:2px}.spef-analogue-era{font-size:10px;color:#888;font-style:italic}.spef-analogue-note{font-size:11px;color:#555;line-height:1.5;margin:0}.spef-trend-card{padding:14px;display:flex;flex-direction:column;gap:10px}.spef-trend-top{display:flex;align-items:center;gap:14px}.spef-trend-value{font-size:36px;font-weight:500;line-height:1;min-width:56px}.spef-trend-right{display:flex;flex-direction:column;gap:2px}.spef-trend-label{font-size:14px;font-weight:500}.spef-trend-confidence{font-size:10px;color:#888}.spef-trend-bar-bg{height:4px;background:#00000014;border-radius:2px;overflow:hidden}.spef-trend-bar-fill{height:100%;border-radius:2px;transition:width .4s ease}.spef-trend-explanation{font-size:12px;color:#444;line-height:1.6;margin:0}.spef-footer{font-size:10px;color:#bbb;text-align:right}.speo-panel{display:flex;flex-direction:column;gap:16px;padding:20px;height:100%;overflow-y:auto;border-left:1px solid #E5E5E5}.speo-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.speo-header-left{display:flex;flex-direction:column;gap:2px}.speo-title{font-size:13px;font-weight:500;color:#111}.speo-subtitle{font-size:11px;color:#888}.speo-loading{display:flex;align-items:center;gap:10px;padding:20px 0;font-size:12px;color:#555}.speo-error{padding:10px 12px;font-size:12px;color:#991b1b;background:#fee2e2;border:1px solid #FECACA;border-radius:2px}.speo-section{display:flex;flex-direction:column;gap:8px}.speo-section-label{font-size:10px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #E5E5E5;padding-bottom:4px}.speo-score-badge{padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.speo-score-number{font-size:48px;font-weight:500;line-height:1}.speo-score-label{font-size:15px;font-weight:500}.speo-score-bar-bg{width:100%;height:4px;background:#00000014;border-radius:2px;overflow:hidden;margin-top:2px}.speo-score-bar-fill{height:100%;border-radius:2px;transition:width .4s ease}.speo-score-meta{font-size:10px;color:#888}.speo-split{display:flex;gap:12px}.speo-split-col{flex:1;display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid #E5E5E5;min-width:0}.speo-split-pct{display:flex;align-items:center;gap:4px}.speo-split-arrow{font-size:20px;font-weight:400;line-height:1}.speo-arrow-up{color:#166534}.speo-arrow-down{color:#991b1b}.speo-split-num{font-size:28px;font-weight:500;line-height:1}.speo-num-green{color:#166534}.speo-num-red{color:#991b1b}.speo-split-desc{font-size:10px;color:#888}.speo-bullets{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:5px}.speo-bullets li{font-size:11px;color:#444;line-height:1.5;padding-left:10px;position:relative}.speo-bullets li:before{content:"·";position:absolute;left:0;color:#aaa}.speo-reasoning{font-size:12px;color:#444;line-height:1.6;margin:0}.spec-panel{border-bottom:1px solid #E5E5E5;background:#fff;padding:0;flex-shrink:0}.spec-header{display:flex;flex-direction:row;align-items:center;padding:12px 20px;border-bottom:1px solid #E5E5E5;gap:8px}.spec-title{font-size:13px;font-weight:500;color:#111}.spec-subtitle{font-size:11px;color:#888;font-weight:400}.spec-messages{padding:12px 20px;max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.spec-msg-user{align-self:flex-end;background:#eff6ff;color:#2563eb;font-size:12px;line-height:1.5;padding:8px 12px;border-radius:2px;max-width:85%;white-space:pre-wrap;font-weight:400}.spec-msg-assistant{align-self:flex-start;background:#f5f5f5;color:#111;font-size:12px;line-height:1.5;padding:8px 12px;border-radius:2px;max-width:85%;white-space:pre-wrap;font-weight:400}.spec-thinking{font-size:11px;color:#888;font-style:italic;padding:4px 0;font-weight:400}.spec-placeholder{font-size:12px;color:#bbb;padding:8px 0;font-weight:400}.spec-input-row{display:flex;flex-direction:row;padding:10px 20px;border-top:1px solid #E5E5E5;gap:8px;align-items:center}.spec-input{flex:1;font-size:12px;padding:6px 10px;border:1px solid #E5E5E5;border-radius:2px;outline:none;font-family:inherit;color:#111;background:#fff}.spec-input:focus{border-color:#2563eb}.spec-input:disabled{background:#f9f9f9;color:#bbb;cursor:not-allowed}.spec-send-btn{font-size:12px;font-weight:400;padding:6px 14px;border:1px solid #2563EB;border-radius:2px;color:#2563eb;background:#fff;cursor:pointer;font-family:inherit;transition:background .15s;flex-shrink:0}.spec-send-btn:hover:not(:disabled){background:#eff6ff}.spec-send-btn:disabled{opacity:.5;cursor:not-allowed}.spe-export-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.spe-export-modal{background:#fff;border:1px solid #E5E5E5;width:380px;display:flex;flex-direction:column}.spe-export-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #E5E5E5}.spe-export-title{font-size:13px;font-weight:500;color:#111}.spe-export-close{background:none;border:none;font-size:13px;color:#888;cursor:pointer;padding:0;line-height:1}.spe-export-section{padding:14px 16px;display:flex;flex-direction:column;gap:8px}.spe-export-section-label{font-size:11px;font-weight:500;color:#555;text-transform:uppercase;letter-spacing:.04em}.spe-export-desc{font-size:11px;color:#888;margin:0;line-height:1.5}.spe-export-divider{height:1px;background:#e5e5e5;margin:0 16px}.spe-export-email-row{display:flex;gap:8px}.spe-export-input{flex:1;padding:6px 10px;font-size:12px;border:1px solid #E5E5E5;outline:none;font-family:inherit;color:#111}.spe-export-input:focus{border-color:#2563eb}.spe-export-btn{padding:6px 14px;font-size:11px;font-weight:500;border-radius:2px;cursor:pointer;border:none;white-space:nowrap;font-family:inherit}.spe-export-btn-primary{background:#2563eb;color:#fff}.spe-export-btn-primary:hover:not(:disabled){background:#1d4ed8}.spe-export-btn:disabled{opacity:.5;cursor:default}.spe-export-error{font-size:11px;color:#991b1b;background:#fee2e2;border:1px solid #FECACA;padding:6px 10px}.spe-export-success{font-size:11px;color:#166534;background:#dcfce7;border:1px solid #BBF7D0;padding:6px 10px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#111;font-size:14px;font-weight:400;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e5e5e5}::-webkit-scrollbar-thumb:hover{background:#ccc}::selection{background:#2563eb;color:#fff}
