@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-main:#f8fafc;--card-bg:#fff;--card-border:#e2e8f0;--card-shadow:0 2px 8px -2px #0000000a, 0 1px 4px -1px #00000005;--primary:#2563eb;--primary-hover:#1d4ed8;--text-dark:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--border-light:#f1f5f9;--badge-blue-bg:#dbeafe;--badge-blue-text:#1d4ed8;--badge-green-bg:#dcfce7;--badge-green-text:#15803d;--badge-red-bg:#fee2e2;--badge-red-text:#dc2626;--badge-gold-bg:#fef3c7;--badge-gold-text:#b45309}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow-x:hidden}body{background-color:var(--bg-main);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-container{flex-direction:column;justify-content:flex-start;max-width:1680px;min-height:100vh;margin:0 auto;padding:.65rem 1.75rem;display:flex}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.header-left{align-items:center;gap:.5rem;display:flex}.back-btn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.35rem;transition:all .22s cubic-bezier(.16,1,.3,1);display:flex}.back-btn:hover{color:#2563eb;background:#eff6ff;transform:translate(-3px)}.back-btn:active{transform:scale(.92)}.header-title{color:var(--text-dark);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.search-container{border:1px solid var(--card-border);box-shadow:var(--card-shadow);background:#fff;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:.65rem;padding:.35rem .65rem;transition:all .22s cubic-bezier(.16,1,.3,1);display:flex}.search-container:focus-within{box-shadow:0 0 0 3.5px #2563eb1f, var(--card-shadow);border-color:#2563eb}.search-input{color:var(--text-dark);border:none;outline:none;flex:1;padding:.15rem .35rem;font-size:.875rem}.btn-search{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:7px;align-items:center;gap:.35rem;padding:.4rem 1rem;font-size:.825rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 5px #2563eb33}.btn-search:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1.5px);box-shadow:0 4px 12px #2563eb52}.btn-search:active:not(:disabled){transform:translateY(.5px)scale(.97);box-shadow:0 1px 3px #2563eb33}.enterprise-card{border:1px solid var(--card-border);box-shadow:var(--card-shadow);background:#fff;border-radius:14px;padding:.85rem 1.15rem}.stepper-card{margin-bottom:.65rem}.stepper-header{align-items:center;gap:.65rem;margin-bottom:.5rem;display:flex}.order-number-title{color:var(--text-dark);font-size:1.15rem;font-weight:700}.pill-badge{border-radius:5px;align-items:center;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-preview{background:var(--badge-red-bg);color:var(--badge-red-text)}.badge-success{background:var(--badge-blue-bg);color:var(--badge-blue-text)}.badge-paid{background:var(--badge-green-bg);color:var(--badge-green-text)}.stepper-track{justify-content:space-between;align-items:flex-start;margin:.35rem 0 .15rem;display:flex;position:relative}.stepper-line{z-index:1;background:#1e293b;height:2px;position:absolute;top:15px;left:10%;right:10%}.stepper-step{z-index:2;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-circle{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:.35rem;font-weight:700;display:flex}.step-title{color:var(--text-dark);margin-bottom:.1rem;font-size:.825rem;font-weight:700}.step-time{color:var(--text-muted);font-size:.75rem;font-weight:500}.grid-two-columns{flex:1;grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:.65rem;display:grid}@media (width<=960px){.grid-two-columns{grid-template-columns:1fr}}.card-title{color:var(--text-dark);margin-bottom:.65rem;font-size:1.05rem;font-weight:700}.dashboard-footer{border:1px solid var(--card-border);color:var(--text-muted);background:#fff;border-radius:10px;align-items:center;gap:1.5rem;padding:.45rem 1rem;font-size:.78rem;display:flex;box-shadow:0 1px 2px #00000005}.footer-item strong{color:var(--text-dark)}.app-shell{background:var(--bg-main);min-height:100vh;display:flex}.app-sidebar{color:#e2e8f0;background:#0f172a;border-right:1px solid #1e293b;flex-direction:column;flex-shrink:0;width:240px;padding:1.25rem .85rem;display:flex}.sidebar-brand{border-bottom:1px solid #1e293b;align-items:center;gap:.75rem;margin-bottom:1rem;padding:0 .5rem 1.25rem;display:flex}.sidebar-brand-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sidebar-brand-title{color:#f8fafc;letter-spacing:-.02em;font-size:1rem;font-weight:700}.sidebar-brand-sub{color:#94a3b8;margin-top:.1rem;font-size:.72rem}.sidebar-nav{flex-direction:column;flex:1;gap:.35rem;display:flex}.sidebar-nav-item{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9px;align-items:center;gap:.65rem;width:100%;padding:.65rem .75rem;font-size:.875rem;font-weight:600;transition:all .22s cubic-bezier(.16,1,.3,1);display:flex}.sidebar-nav-item:hover{color:#f1f5f9;background:#1e293b;transform:translate(4px)}.sidebar-nav-item:active{transform:scale(.97)}.sidebar-nav-item.active{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #2563eb59}.sidebar-user-section{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding:.65rem .75rem;display:flex}.sidebar-user-info{align-items:center;gap:.55rem;min-width:0;display:flex}.sidebar-user-avatar{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.sidebar-user-text{min-width:0}.sidebar-user-name{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;line-height:1.2;overflow:hidden}.sidebar-user-role{color:#94a3b8;font-size:.68rem;line-height:1.2}.sidebar-logout-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:all .2s;display:flex}.sidebar-logout-btn:hover{color:#f87171;background:#ef444433}.app-main{flex:1;min-width:0;overflow-y:auto}.page-container{box-sizing:border-box;width:100%;max-width:1680px;margin:0 auto;padding:1.25rem 2rem 2.5rem}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.page-title{color:var(--text-dark);letter-spacing:-.03em;font-size:1.5rem;font-weight:800}.typewriter-cursor{color:var(--primary);margin-left:2px;font-weight:500;animation:.8s infinite blinkCursor;display:inline-block}@keyframes blinkCursor{0%,to{opacity:1}50%{opacity:0}}.metrics-split-table th .th-sub{text-transform:none;color:var(--text-muted);letter-spacing:0;margin-top:3px;font-size:.72rem;font-weight:400;line-height:1.2}.page-subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}.overview-grid{grid-template-columns:repeat(4,1fr);gap:.85rem;margin-bottom:1.5rem;display:grid}.stat-card{border:1px solid var(--card-border);box-shadow:var(--card-shadow);background:#fff;border-radius:12px;padding:1rem 1.1rem}.stat-card-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.stat-card-value{color:var(--text-dark);letter-spacing:-.02em;margin-top:.35rem;font-size:1.45rem;font-weight:800}.stat-card-sub{color:var(--text-muted);margin-top:.25rem;font-size:.78rem}.stat-card--green .stat-card-value{color:#15803d}.stat-card--blue .stat-card-value{color:#1d4ed8}.stat-card--amber .stat-card-value{color:#b45309}.dashboard-section{margin-bottom:1.5rem}.section-heading{color:var(--text-dark);align-items:center;gap:.5rem;margin-bottom:.85rem;display:flex}.section-heading h2{font-size:1.05rem;font-weight:700}.models-stack{flex-direction:column;gap:.85rem;display:flex}.model-card-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;display:flex}.model-card-title{color:var(--text-dark);font-size:1.05rem;font-weight:700}.model-card-meta{color:var(--text-muted);margin-top:.2rem;font-size:.78rem}.model-metrics-grid{grid-template-columns:repeat(4,1fr);gap:.65rem;margin-bottom:.75rem;display:grid}.model-metrics-grid .stat-card{padding:.75rem .85rem}.model-metrics-grid .stat-card-value{font-size:1.15rem}.model-target-row{color:var(--text-muted);border-top:1px solid var(--border-light);padding-top:.65rem;font-size:.8rem}.model-target-row strong{color:var(--text-dark);margin-left:.25rem}.model-target-sep{margin:0 .5rem}.info-grid{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}.info-card h3{margin-bottom:.65rem;font-size:.95rem;font-weight:700}.info-card ul{flex-direction:column;gap:.45rem;list-style:none;display:flex}.info-card li{color:var(--text-muted);font-size:.82rem;line-height:1.45}.info-card-icon{color:#2563eb;background:#eff6ff;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:.65rem;display:flex}.models-loaded-bar{flex-wrap:wrap;align-items:center;gap:.65rem;padding:.75rem 1rem;display:flex}.models-loaded-label{color:var(--text-muted);margin-right:.25rem;font-size:.78rem;font-weight:700}.load-pill{color:#dc2626;background:#fee2e2;border-radius:999px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.load-pill.on{color:#15803d;background:#dcfce7}.alert-error{color:#dc2626;background:#fee2e2;border:1px solid #fca5a5;border-radius:10px;flex-direction:column;gap:.25rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;display:flex}.alert-error-hint{color:#991b1b;font-size:.78rem;font-weight:500}.loading-card,.empty-card{text-align:center;color:var(--text-muted);padding:2.5rem}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.metric-note{color:var(--text-muted);background:#eff6ff;border-color:#bfdbfe;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:.82rem;line-height:1.55}.metrics-table-wrap{padding:0;overflow-x:auto}.metrics-split-table{border-collapse:collapse;width:100%;font-size:.925rem}.metrics-split-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1.5px solid var(--card-border);background:#f8fafc;padding:.85rem 1.1rem;font-size:.78rem;font-weight:700}.metrics-split-table td{border-bottom:1px solid var(--border-light);color:var(--text-dark);padding:.95rem 1.1rem;font-size:.95rem;font-weight:500}.metrics-split-table tbody tr:last-child td{border-bottom:none}.metrics-row--highlight{background:#f0fdf4}.metrics-row--highlight td{font-weight:700}.metrics-badge-test{text-transform:uppercase;color:#15803d;vertical-align:middle;background:#dcfce7;border-radius:4px;margin-left:.4rem;padding:.1rem .4rem;font-size:.65rem;font-weight:700;display:inline-block}.dataset-overview-grid{margin-bottom:.85rem}.tier-grid{grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:.85rem;display:grid}.tier-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:.9rem;font-weight:700}.tier-list{flex-direction:column;gap:.55rem;list-style:none;display:flex}.tier-list li{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.82rem;display:flex}.tier-list li strong{color:var(--text-dark);font-size:.95rem}.tier-list--plain li{justify-content:flex-start;line-height:1.45}@media (width<=1100px){.overview-grid,.model-metrics-grid{grid-template-columns:repeat(2,1fr)}.info-grid,.tier-grid{grid-template-columns:1fr}}@media (width<=768px){.app-shell{flex-direction:column}.app-sidebar{flex-flow:wrap;align-items:center;width:100%;padding:.75rem}.sidebar-brand{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-nav{flex-direction:row;flex:none}.sidebar-footer{display:none}.overview-grid,.model-metrics-grid{grid-template-columns:1fr}}.xy-chart-card{padding:1.5rem 1.75rem}.xy-chart{flex-direction:column;display:flex;position:relative}.xy-chart-body{display:flex;position:relative}.xy-y-axis{background:var(--card-border);z-index:3;width:2px;position:absolute;top:0;bottom:0;left:140px}.xy-grid-lines{z-index:1;pointer-events:none;position:absolute;inset:0 60px 0 142px}.xy-grid-line{border-left:1px dashed #94a3b84d;width:1px;position:absolute;top:0;bottom:0}.xy-rows{z-index:2;flex-direction:column;flex:1;gap:1.2rem;display:flex}.xy-row{align-items:center;gap:.75rem;height:26px;display:flex}.xy-y-label{text-align:right;width:130px;color:var(--text-dark);white-space:nowrap;padding-right:.5rem;font-size:.85rem;font-weight:600}.xy-bar-wrapper{flex:1;align-items:center;height:100%;margin-right:60px;display:flex;position:relative}@keyframes xyGrowWidth{0%{width:0%!important}}.xy-bar{border-radius:0 6px 6px 0;height:22px;animation:1.2s cubic-bezier(.16,1,.3,1) both xyGrowWidth;position:relative}.xy-row:first-child .xy-bar{animation-delay:.1s}.xy-row:nth-child(2) .xy-bar{animation-delay:.25s}.xy-row:nth-child(3) .xy-bar{animation-delay:.4s}.xy-row:nth-child(4) .xy-bar{animation-delay:.55s}.xy-bar:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff59 50%,#fff0 100%);border-radius:0 6px 6px 0;animation:2.5s infinite hbarShimmer;position:absolute;inset:0}@keyframes hbarShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.xy-bar--green{background:linear-gradient(90deg,#16a34a,#22c55e);box-shadow:0 2px 8px #22c55e4d}.xy-bar--blue{background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 2px 8px #3b82f64d}.xy-bar--amber{background:linear-gradient(90deg,#d97706,#f59e0b);box-shadow:0 2px 8px #f59e0b4d}.xy-bar--red{background:linear-gradient(90deg,#dc2626,#ef4444);box-shadow:0 2px 8px #ef44444d}.xy-bar-value{color:var(--text-dark);white-space:nowrap;font-size:.9rem;font-weight:800;position:absolute;left:calc(100% + 8px)}.xy-x-axis-wrap{z-index:3;margin-top:.85rem;margin-left:142px;margin-right:60px;position:relative}.xy-x-axis{background:var(--card-border);width:100%;height:2px}.xy-x-ticks{color:var(--text-muted);justify-content:space-between;margin-top:.35rem;font-size:.78rem;font-weight:600;display:flex}.limit-pill{border:1px solid var(--card-border);color:var(--text-muted);cursor:pointer;background:#f1f5f9;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.limit-pill:hover{color:var(--text-dark);background:#e2e8f0}.limit-pill--active{background:var(--primary);color:#fff;border-color:var(--primary)}.limit-pill--active:hover{background:var(--primary);color:#fff}.recent-orders-table td{padding:.75rem 1rem;font-size:.88rem}.order-layout-wrap{align-items:flex-start;gap:1.25rem;margin-top:1rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.order-master-column{width:100%;transition:width .4s cubic-bezier(.16,1,.3,1)}.order-layout-wrap.is-split .order-master-column{flex-shrink:0;width:280px}.recent-orders-table tbody tr{cursor:pointer;transition:all .18s}.recent-orders-table tbody tr:hover{background:#eff6ff!important}.recent-orders-table tbody tr:hover td{color:#2563eb!important}.recent-orders-table tbody tr.metrics-row--highlight{background:#f0fdf4}.recent-orders-table tbody tr.metrics-row--highlight td{font-weight:800;color:#16a34a!important}.fade-in-up{animation:.45s cubic-bezier(.16,1,.3,1) forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.loading-detail-box{background:var(--card-bg,#fff);border:1px solid var(--card-border,#e2e8f0);border-radius:16px;flex-direction:column;justify-content:center;align-self:stretch;align-items:center;height:100%;min-height:580px;padding:3rem;display:flex;box-shadow:0 4px 20px #00000008}.spin-loader{border:3.5px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:44px;height:44px;animation:.75s linear infinite spin}.loading-text{color:var(--text-dark);margin-top:1.2rem;font-size:.95rem;font-weight:600}.table-pagination-footer{justify-content:center;align-items:center;gap:.65rem;padding:.65rem .5rem .25rem;display:flex}.pagination-btn{border:1px solid var(--card-border,#e2e8f0);width:32px;height:32px;color:var(--text-dark);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 1px 3px #0000000a}.pagination-btn:hover:not(:disabled){color:#2563eb;background:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px);box-shadow:0 3px 8px #2563eb26}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;background:#f8fafc;border-color:#f1f5f9}.pagination-info{color:var(--text-muted);-webkit-user-select:none;user-select:none;font-size:.8rem;font-weight:700}.city-filter-bar{border:1px solid var(--card-border,#e2e8f0);background:#f1f5f9;border-radius:8px;align-items:center;gap:.2rem;padding:.15rem;display:inline-flex}.city-pill{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.18rem .5rem;font-size:.72rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1)}.city-pill:hover{color:var(--text-dark)}.city-pill.active{color:#2563eb;background:#fff;font-weight:700;box-shadow:0 1px 3px #00000014}.order-detail-column{flex-direction:column;flex:1;gap:1.25rem;min-width:0;margin-top:34px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.fade-in-up{will-change:transform, opacity;animation:.38s cubic-bezier(.16,1,.3,1) forwards fadeInUp}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.btn-search--selected{color:#fff!important;background:#1e40af!important}@media (width<=900px){.order-layout-wrap.is-split{flex-direction:column}.order-layout-wrap.is-split .order-master-column{width:100%}.order-detail-column{margin-top:0}}.details-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.25rem;display:grid}@media (width<=1024px){.details-grid{grid-template-columns:1fr}}.card-heading-title{color:var(--text-dark);margin-bottom:.85rem;font-size:1.05rem;font-weight:700}.info-subgrid{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1rem;display:grid}.info-box{border:1px solid var(--border-light,#e2e8f0);background:#f8fafc;border-radius:9px;flex-direction:column;padding:.55rem .85rem;display:flex}.info-box-label{color:var(--text-muted);letter-spacing:.04em;align-items:center;font-size:.68rem;font-weight:700;display:flex}.info-box-value{color:var(--text-dark);margin-top:.2rem;font-size:.95rem;font-weight:700}.items-panel-box{border:1px solid var(--border-light,#e2e8f0);background:#fff;border-radius:12px;flex-direction:column;padding:1rem 1.15rem;display:flex}.items-panel-header{margin-bottom:.85rem}.items-panel-title{color:var(--text-dark);font-size:.95rem;font-weight:700}.items-panel-sub{color:var(--text-muted);margin-top:.15rem;font-size:.78rem}.items-list-container{flex-direction:column;gap:.85rem;max-height:280px;padding-right:.35rem;display:flex;overflow-y:auto}.items-list-container::-webkit-scrollbar{width:5px}.items-list-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.items-list-container::-webkit-scrollbar-track{background:0 0}.item-row{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.75rem;padding-bottom:.75rem;display:flex}.item-thumbnail{object-fit:cover;border:1px solid var(--card-border,#e2e8f0);background:#f8fafc;border-radius:8px;flex-shrink:0;width:44px;height:44px;box-shadow:0 1px 3px #0000000a}.item-row:last-child{border-bottom:none;padding-bottom:0}.item-qty{color:var(--primary);min-width:24px;font-size:.88rem;font-weight:700}.item-details{flex:1}.item-name{color:var(--text-dark);font-size:.88rem;font-weight:700}.item-note{color:var(--text-muted);margin-top:.2rem;font-size:.78rem}.item-price{color:var(--primary);font-size:.88rem;font-weight:700}.addon-list{background:#f8fafc;border-radius:6px;flex-direction:column;gap:.25rem;margin-top:.4rem;padding:.4rem .65rem;display:flex}.addon-row{color:var(--text-muted);justify-content:space-between;font-size:.78rem;display:flex}.addon-name{font-weight:500}.addon-price{color:var(--primary);font-weight:600}.eval-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.btn-run-pred{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.45rem .95rem;font-size:.82rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 6px #2563eb40}.btn-run-pred:hover{transform:translateY(-1px);box-shadow:0 4px 10px #2563eb59}.eval-table{border:1px solid var(--border-light,#e2e8f0);background:#fff;border-radius:10px;margin-bottom:1rem;overflow:hidden}.eval-table-header{border-bottom:1px solid var(--border-light,#e2e8f0);color:var(--text-muted);letter-spacing:.04em;background:#f8fafc;grid-template-columns:2fr 1fr 1fr 1fr;padding:.6rem .85rem;font-size:.72rem;font-weight:700;display:grid}.eval-table-row{grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;padding:.75rem .85rem;font-size:.88rem;display:grid}.eval-metric-name{color:var(--text-dark);font-weight:700}.eval-pred-val{color:var(--primary);font-size:.95rem;font-weight:800}.eval-act-val{color:var(--text-dark);font-weight:700}.eval-delta-val{font-weight:800}.delta-positive{color:#dc2626}.display-range-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin-bottom:1.15rem;padding:.85rem 1rem}.display-range-label{color:#1e40af;letter-spacing:.04em;margin-bottom:.2rem;font-size:.7rem;font-weight:700}.display-range-value{color:#1e3a8a;font-size:1.25rem;font-weight:800}.factors-section-title{color:var(--text-muted);letter-spacing:.05em;margin-bottom:.6rem;font-size:.72rem;font-weight:700}.factors-list{flex-direction:column;gap:.45rem;display:flex}.factor-row{border-radius:8px;justify-content:space-between;align-items:center;padding:.55rem .85rem;font-size:.82rem;display:flex}.factor-normal{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;font-weight:700}.factor-plain{color:var(--text-dark);background:#f8fafc;border:1px solid #e2e8f0;font-weight:600}.factor-highlight{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;font-weight:700}.factor-val{font-weight:700}.login-screen-wrapper{z-index:9999;background:radial-gradient(circle at 50% 20%,#1e293b 0%,#0f172a 60%,#020617 100%);justify-content:center;align-items:center;width:100vw;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.login-bg-glow{filter:blur(100px);pointer-events:none;opacity:.25;border-radius:50%;position:absolute}.login-bg-glow-1{background:#3b82f6;width:450px;height:450px;top:10%;left:20%}.login-bg-glow-2{background:#6366f1;width:400px;height:400px;bottom:15%;right:20%}.login-container{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:440px;padding:1.5rem;display:flex;position:relative}.login-card{-webkit-backdrop-filter:blur(20px);color:#f8fafc;background:#1e293bbf;border:1px solid #ffffff1a;border-radius:20px;width:100%;padding:2.25rem 2rem;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}.login-header{text-align:center;margin-bottom:1.75rem}.login-title{color:#fff;letter-spacing:-.02em;margin:0 0 .4rem;font-size:1.5rem;font-weight:800}.login-subtitle{color:#94a3b8;margin:0;font-size:.85rem;line-height:1.4}.login-error-alert{color:#fca5a5;background:#ef444426;border:1px solid #ef444466;border-radius:10px;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.835rem;animation:.2s fadeIn;display:flex}.error-dot{background:#ef4444;border-radius:50%;flex-shrink:0;width:8px;height:8px}.login-form{flex-direction:column;gap:1.15rem;display:flex}.form-group{flex-direction:column;gap:.45rem;display:flex}.form-label{color:#cbd5e1;font-size:.825rem;font-weight:600}.input-with-icon{align-items:center;display:flex;position:relative}.input-icon{color:#64748b;pointer-events:none;position:absolute;left:1rem}.login-input{color:#fff;background:#0f172a99;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:.8rem 1rem .8rem 2.75rem;font-size:.925rem;transition:all .2s}.login-input:focus{background:#0f172ae6;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640}.login-input::placeholder{color:#475569}.password-toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:color .2s;display:flex;position:absolute;right:.85rem}.password-toggle-btn:hover{color:#cbd5e1}.login-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #2563eb66}.login-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#2563eb);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb99}.login-submit-btn:disabled{opacity:.7;cursor:not-allowed}.btn-spinner{animation:1s linear infinite spin}.eval-header{margin-bottom:1.5rem}.btn-simple-refresh{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-simple-refresh:hover:not(:disabled){color:#f1f5f9;background:#ffffff17;border-color:#fff3}.btn-simple-refresh:disabled{opacity:.5;cursor:not-allowed}.eval-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.eval-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:1.15rem 1.25rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.eval-kpi-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.eval-kpi-label{color:#64748b;letter-spacing:.04em;margin-bottom:.5rem;font-size:.72rem;font-weight:700}.eval-kpi-value{color:#0f172a;align-items:baseline;gap:5px;margin-bottom:.35rem;font-size:1.95rem;font-weight:800;line-height:1.1;display:flex}.eval-unit{color:#64748b;font-size:.95rem;font-weight:600}.eval-kpi-split{align-items:baseline;gap:12px;display:flex}.split-item{flex-direction:column;display:flex}.split-count{color:#0f172a;font-size:1.55rem;font-weight:800;line-height:1}.split-lbl{color:#64748b;margin-top:2px;font-size:.7rem;font-weight:600}.split-divider{color:#cbd5e1;font-size:1.2rem}.eval-kpi-subtext{color:#64748b;margin-top:.1rem;font-size:.78rem}.eval-dist-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem 1.75rem;box-shadow:0 1px 3px #0000000a}.eval-dist-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.eval-dist-subtitle{color:#64748b;margin:.2rem 0 0;font-size:.8rem}.eval-dist-legend{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.legend-chip{border:1px solid #0000;border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:600}.legend-chip--excellent{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.legend-chip--warning{color:#d97706;background:#fffbeb;border-color:#fde68a}.legend-chip--critical{color:#dc2626;background:#fef2f2;border-color:#fecaca}.eval-dist-body{flex-direction:column;gap:.75rem;display:flex}.eval-dist-row{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:1rem;padding:.45rem .6rem;transition:background-color .15s,border-color .15s;display:flex}.eval-dist-row:hover{background:#f8fafc}.eval-dist-row.is-selected{background:#eff6ff;border-color:#bfdbfe}.dist-row-label{flex-shrink:0;align-items:center;gap:8px;width:190px;display:flex}.dist-color-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dist-label-text{color:#1e293b;font-size:.82rem;font-weight:600}.dist-badge-tier{text-transform:uppercase;letter-spacing:.03em;margin-left:auto;padding-right:6px;font-size:.68rem;font-weight:700}.dist-bar-track{background:#f1f5f9;border-radius:9999px;flex:1;height:10px;position:relative;overflow:hidden}.dist-bar-fill{border-radius:9999px;height:100%;transition:width .7s cubic-bezier(.16,1,.3,1)}.dist-row-value{flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;width:140px;display:flex}.dist-count-num{color:#334155;font-variant-numeric:tabular-nums;font-size:.82rem;font-weight:600}.dist-count-unit{color:#94a3b8;font-size:.72rem;font-weight:500}.dist-pct-tag{text-align:right;font-variant-numeric:tabular-nums;width:48px;font-size:.8rem;font-weight:700}.dist-axis-scale{border-top:1px dashed #e2e8f0;align-items:center;gap:1rem;margin-top:.85rem;padding-top:.6rem;display:flex}.dist-scale-spacer{flex-shrink:0;width:190px}.dist-scale-ticks{color:#94a3b8;flex:1;justify-content:space-between;font-size:.7rem;font-weight:600;display:flex}.dist-scale-value-spacer{flex-shrink:0;width:140px}.eval-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.eval-table-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.table-title-area{align-items:center;gap:10px;display:flex}.badge-counter{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;padding:2px 8px;font-size:.75rem;font-weight:700}.table-filter-area{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.eval-search{min-width:240px}.bucket-pill-group{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.pill-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:all .15s}.pill-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.pill-btn.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 2px 6px #2563eb40}.custom-eval-table{border-collapse:separate;border-spacing:0;width:100%}.custom-eval-table th{color:#64748b;letter-spacing:.05em;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.85rem 1rem;font-size:.72rem;font-weight:700}.custom-eval-table td{color:#1e293b;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.95rem 1rem;font-size:.88rem}.eval-table-row-item:hover td{background:#f8fafc}.order-id-highlight{color:#2563eb;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700}.sub-range{color:#94a3b8;margin-top:2px;font-size:.72rem;display:block}.delta-pill{border:1px solid;border-radius:6px;padding:3px 8px;font-size:.82rem;font-weight:700;display:inline-block}.rating-badge{border:1px solid;border-radius:5px;padding:2px 7px;font-size:.75rem;font-weight:600;display:inline-block}.btn-link-order{color:#2563eb;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;align-items:center;gap:4px;padding:4px 10px;font-size:.78rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-link-order:hover{color:#fff;background:#2563eb;border-color:#2563eb}
