@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--nav:#0c0f0a;--nav-hover:#1a1a0e;--nav-active:#232010;--nav-border:#1e1c0a;--nav-text:#d0c088;--nav-text-active:#fff;--nav-accent:#d4a030;--bg:#f8f6f0;--surface:#fff;--surface2:#f4f0e6;--surface3:#ede8d8;--text:#12100a;--text2:#3a3418;--text3:#8a8060;--gold:#6b4f0e;--gold-dark:#6b4f0e;--gold-light:#fdf0c8;--gold-mid:#d4a030;--gold-bright:#e8b830;--amber:#6b5010;--amber-bg:#fef5d8;--red:#7a1818;--red-bg:#fde8e8;--blue:#182858;--blue-bg:#eaf0fc;--green:#185228;--green-bg:#e8f5ea;--border:#dedad0;--border2:#eae6d8;--aito-bg:#0c0f41;--aito-surface:#151a58;--aito-border:#252c80;--aito-accent:#12b5ad;--aito-purple:#5d50ff;--aito-text:#fff;--aito-text2:#f0f0f0;--aito-muted:#8090c0}body{background:var(--bg);color:var(--text);height:100vh;font-family:IBM Plex Sans,sans-serif;overflow:hidden}.app{height:100vh;display:flex;overflow:hidden}.nav{background:var(--nav);border-right:1px solid var(--nav-border);flex-direction:column;width:230px;min-width:230px;display:flex;overflow-y:auto}.main{flex-direction:column;flex:1;min-width:0;display:flex;position:relative;overflow:hidden}.aito-panel{background-color:var(--aito-bg);z-index:1;background-image:url(/aito-panel-bg.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;border-left:1px solid #5d50ff33;flex-direction:column;width:268px;min-width:268px;transition:width .2s,min-width .2s;display:flex;overflow:hidden}.aito-panel-scroll{flex:1;min-height:0;overflow-y:auto}.aito-panel.collapsed{border-left:none;width:0;min-width:0;overflow:hidden}.aito-panel-toggle{background:var(--aito-bg);cursor:pointer;color:#12b5ad;z-index:1001;border:1px solid #5d50ff4d;border-right:none;border-radius:6px 0 0 6px;justify-content:center;align-items:center;width:22px;height:64px;padding:0;font-size:12px;transition:right .2s,background-color .15s;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:-2px 0 8px #0c0f414d}.aito-panel-toggle:hover{background:#37336b}.aito-panel-toggle.expanded{right:268px}.nav-logo{border-bottom:1px solid var(--nav-border);padding:22px 18px 18px}.nav-logo-mark{align-items:center;gap:8px;display:flex}.nav-logo-icon{background:var(--gold-mid);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.nav-logo-text{color:#f5eecc;letter-spacing:-.3px;font-size:16px;font-weight:600}.nav-logo-sub{color:#a89848;margin-top:3px;font-size:11px}.nav-section{color:#b8a860;letter-spacing:1.2px;text-transform:uppercase;padding:18px 14px 5px;font-size:9.5px;font-weight:600}.nav-item{cursor:pointer;color:var(--nav-text);-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:10px;margin:1px 8px;padding:8px 14px;font-size:13px;text-decoration:none;transition:all .15s;display:flex}.nav-item:hover{background:var(--nav-hover);color:#e0cc88}.nav-item.active{background:var(--nav-active);color:var(--nav-text-active);border-left:2px solid var(--nav-accent);padding-left:12px}.nav-badge{color:#d4a030;background:#2a2208;border-radius:10px;margin-left:auto;padding:2px 7px;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:500}.nav-badge.red{color:#e07070;background:#2a1010}.nav-user{border-top:1px solid var(--nav-border);margin-top:auto;padding:12px 8px}.topbar{background:var(--surface);border-bottom:1px solid var(--border2);z-index:50;flex-shrink:0;align-items:center;gap:14px;height:54px;padding:0 24px;display:flex;position:relative}.customer-selector-btn{min-width:280px}.topbar-breadcrumb{color:var(--text3);font-size:11px;font-weight:500}.topbar-title{color:var(--text);font-size:15px;font-weight:600}.topbar-sep{background:var(--border2);width:1px;height:20px}.topbar-sub{color:var(--text3);font-size:12px}.topbar-right{align-items:center;gap:8px;margin-left:auto;display:flex}.btn{cursor:pointer;border:none;border-radius:6px;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s}.btn-primary{background:var(--gold-dark);color:#f5e8c0}.btn-primary:hover{background:var(--gold)}.btn-outline{color:var(--text2);border:1px solid var(--border);background:0 0}.btn-outline:hover{background:var(--surface2)}.content{z-index:2;flex-direction:column;flex:1;gap:18px;padding:22px 26px;display:flex;position:relative;overflow-y:auto}.content>*{flex-shrink:0}.metrics{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.metric{background:var(--surface);border:1px solid var(--border2);border-radius:8px;min-width:0;padding:14px 16px;transition:border-color .15s,box-shadow .15s;position:relative}.metric:before{content:"";background:var(--gold-mid);opacity:.3;height:2px;position:absolute;top:0;left:0;right:0}.metric.highlight:before{opacity:1}.metric[style*="cursor: pointer"]:hover{border-color:var(--gold-mid)}.metric.metric-active{border-color:var(--gold-dark);box-shadow:0 0 0 2px #d8bc704d}.metric.metric-active:before{opacity:1;background:var(--gold-dark)}.tour-highlight{outline:2px dashed var(--gold-dark);outline-offset:2px;border-radius:6px;position:relative}.tour-badge{background:var(--gold-dark);color:#f5e8c0;vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-right:6px;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:700;display:inline-flex}.tour-step{border-left:3px solid var(--gold-dark);background:var(--surface2);border-radius:0 4px 4px 0;margin-bottom:6px;padding:8px 10px;font-size:11.5px;line-height:1.5}.tour-step strong{color:var(--gold-dark);margin-right:4px}.metric-label{color:var(--text3);text-transform:uppercase;letter-spacing:.4px;word-break:break-word;min-height:26px;font-size:10px;font-weight:500;line-height:1.3}.metric-value{color:var(--text);margin-top:5px;font-family:IBM Plex Mono,monospace;font-size:24px;font-weight:600;line-height:1}.metric-sub{margin-top:5px;font-size:11px}.metric-up{color:var(--green)}.metric-down{color:var(--red)}.metric-neutral{color:var(--text3)}.card{background:var(--surface);border:1px solid var(--border2);border-radius:10px;overflow:hidden}.card-header{border-bottom:1px solid var(--border2);background:var(--surface);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.card-title{color:var(--text);font-size:13px;font-weight:600}.card-hint{color:var(--text3);font-size:11px}.table{border-collapse:collapse;table-layout:auto;width:100%}.table th{text-align:left;color:var(--text3);text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--border2);background:var(--surface2);white-space:nowrap;padding:10px 16px;font-size:10.5px;font-weight:600}.table td{color:var(--text);border-bottom:1px solid var(--border2);text-overflow:ellipsis;max-width:240px;padding:11px 16px;font-size:12.5px;overflow:hidden}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:#faf6ec}.table td.mono{white-space:nowrap;max-width:none;font-family:IBM Plex Mono,monospace;font-size:12px}.badge{white-space:nowrap;border-radius:4px;align-items:center;padding:3px 8px;font-size:11px;font-weight:500;display:inline-flex}.badge-gold{background:var(--gold-light);color:var(--gold-dark);border:1px solid #e0cc88}.badge-amber{background:var(--amber-bg);color:var(--amber);border:1px solid #f0d888}.badge-red{background:var(--red-bg);color:var(--red);border:1px solid #f0b8b8}.badge-blue{background:var(--blue-bg);color:var(--blue);border:1px solid #b0c8f0}.badge-green{background:var(--green-bg);color:var(--green);border:1px solid #a8d8b0}.badge-gray{background:var(--surface2);color:var(--text3);border:1px solid var(--border)}.pred-badge{background:var(--gold-light);color:var(--gold-dark);cursor:pointer;white-space:nowrap;border:1px solid #d8bc70;border-radius:5px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:500;transition:background .15s;display:inline-flex;position:relative}.pred-badge:hover{background:#f0e0a0}.alternatives-dropdown{background:var(--surface);border:1px solid var(--border);z-index:100;border-radius:6px;min-width:220px;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.alt-item{cursor:pointer;color:var(--text);border-bottom:1px solid var(--border2);justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;font-size:12px;transition:background .1s;display:flex}.alt-item:last-child{border-bottom:none}.alt-item:hover{background:var(--gold-light)}.alt-item.selected{background:var(--gold-light);font-weight:500}.why-btn{background:var(--gold-mid);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:4px;font-size:10px;font-weight:700;transition:background .15s;display:inline-flex}.why-btn:hover{background:var(--gold-bright)}.why-popup{background:var(--surface);border:1px solid var(--gold-mid);z-index:10000;border-radius:10px;max-width:calc(100vw - 40px);padding:14px 18px;font-size:12px;line-height:1.6;box-shadow:0 8px 24px #00000026}.why-popup mark{background:#fff3a8;border-radius:2px;padding:0 2px}.why-popup:after{content:"";border:6px solid #0000;border-top-color:var(--gold-mid);position:absolute;top:100%;left:50%;transform:translate(-50%)}.why-title{color:var(--gold-dark);margin-bottom:2px;font-size:13px;font-weight:600}.why-subtitle{color:var(--text3);margin-bottom:10px;font-size:10px}.why-factor{color:var(--text2);background:var(--surface2);border-radius:4px;align-items:center;gap:8px;margin-bottom:4px;padding:5px 8px;font-size:12px;display:flex}.why-factor-field{color:var(--gold-dark);min-width:90px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:500}.why-factor-value{flex:1;font-family:IBM Plex Mono,monospace;font-size:11px}.why-factor-lift{color:var(--green);margin-left:auto;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:500}.why-footer{color:var(--text3);border-top:1px solid var(--border2);margin-top:8px;padding-top:8px;font-size:10px}.conf{align-items:center;gap:7px;display:flex}.conf-bar{background:var(--border2);border-radius:3px;flex-shrink:0;width:52px;height:5px;overflow:hidden}.conf-fill{border-radius:3px;height:100%}.conf-high{background:#6ab87a}.conf-mid{background:#d4a030}.conf-low{background:#d06060}.conf-val{color:var(--text2);min-width:30px;font-family:IBM Plex Mono,monospace;font-size:11.5px;font-weight:500}.form-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.form-section{background:var(--surface);border:1px solid var(--border2);border-radius:10px;padding:20px}.form-section-title{color:var(--text);border-bottom:1px solid var(--border2);margin-bottom:16px;padding-bottom:10px;font-size:12px;font-weight:600}.field-group{margin-bottom:14px}.field-label{color:var(--text3);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px;font-size:11px;font-weight:500}.field-input{border:1px solid var(--border);width:100%;min-width:0;color:var(--text);background:var(--surface);border-radius:6px;outline:none;padding:9px 12px;font-family:inherit;font-size:13px;transition:all .2s}.field-input:focus{border-color:var(--gold-mid)}.field-input.predicted{background:var(--gold-light);color:var(--gold-dark);border-color:#d8bc70;font-style:italic}.field-input.highlighted{background:#fffbeb;border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.field-predicted-label{color:var(--gold-dark);align-items:center;gap:4px;margin-top:3px;font-size:10px;display:flex}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.match-item{border-bottom:1px solid var(--border2);cursor:pointer;padding:12px 20px;transition:background .1s}.match-item:hover{background:#faf6ec}.match-item.matched{background:#f5f8f0;border-left:3px solid #6ab87a}.match-item.suggested{background:var(--gold-light);border-left:3px solid var(--gold-mid)}.match-name{color:var(--text);font-size:13px;font-weight:500}.match-detail{color:var(--text3);margin-top:2px;font-family:IBM Plex Mono,monospace;font-size:11.5px}.anomaly-row{border-bottom:1px solid var(--border2);cursor:pointer;align-items:center;gap:14px;padding:12px 20px;transition:background .1s;display:flex}.anomaly-row:hover{background:#faf6ec}.anomaly-row:last-child{border-bottom:none}.anomaly-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.anomaly-icon.high{background:var(--red-bg)}.anomaly-icon.medium{background:var(--amber-bg)}.anomaly-icon.low{background:var(--gold-light)}.anomaly-body{flex:1;min-width:0}.anomaly-title{color:var(--text);font-size:13px;font-weight:500}.anomaly-sub{color:var(--text3);margin-top:2px;font-size:11.5px}.anomaly-amount{color:var(--text);text-align:right;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:500}.rule-row{border-bottom:1px solid var(--border2);align-items:center;gap:10px;padding:10px 20px;transition:background .1s;display:flex}.rule-row:hover{background:#faf6ec}.rule-row:last-child{border-bottom:none}.rule-pattern{color:var(--text);flex:1;min-width:0;font-family:IBM Plex Mono,monospace;font-size:12px}.rule-arrow{color:var(--text3);white-space:nowrap;font-size:11px}.rule-support{text-align:right;min-width:44px;font-family:IBM Plex Mono,monospace;font-size:12px}.rule-support.strong{color:var(--green)}.rule-support.medium{color:var(--amber)}.rule-support.weak{color:var(--red)}.rule-action{cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:4px 10px;font-family:inherit;font-size:11px;font-weight:500;transition:all .15s}.rule-promote{background:var(--gold-light);color:var(--gold-dark);border:1px solid #d8bc70}.rule-promote:hover{background:#f0e0a0}.quality-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.quality-card{background:var(--surface);border:1px solid var(--border2);border-radius:10px;overflow:hidden}.qc-header{border-bottom:1px solid var(--border2);justify-content:space-between;align-items:center;padding:14px 18px 12px;display:flex}.qc-title{color:var(--text);font-size:13px;font-weight:600}.qc-body{padding:16px 18px}.bar-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.bar-label{color:var(--text2);min-width:130px;font-size:12px}.bar-track{background:var(--border2);border-radius:4px;flex:1;height:7px;overflow:hidden}.bar-fill{border-radius:4px;height:100%;transition:width .6s}.bar-fill-gold{background:var(--gold-mid)}.bar-fill-green{background:#6ab87a}.bar-fill-blue{background:#5a9ad8}.bar-val{color:var(--text2);text-align:right;min-width:36px;font-family:IBM Plex Mono,monospace;font-size:12px}.aito-header{background:#0c0f41eb;border-bottom:1px solid #5d50ff33;flex-shrink:0;align-items:center;gap:8px;padding:14px 16px;display:flex}.aito-logo-row{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.aito-logo-img{flex-shrink:0;width:auto;height:24px;display:block}.aito-tagline{color:#fff9;letter-spacing:.3px;white-space:nowrap;font-size:11px;font-weight:600}.aito-stats{background:linear-gradient(135deg,#37336beb 0%,#222326eb 100%);border-bottom:1px solid #5d50ff33;flex-shrink:0;grid-template-columns:repeat(2,1fr);gap:4px;padding:12px 16px;display:grid}.aito-stat{flex-direction:column;align-items:center;padding:5px 0;display:flex}.aito-stat-val{color:#12b5ad;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:700;line-height:1}.aito-stat-lbl{color:#fff9;text-transform:uppercase;letter-spacing:.4px;margin-top:3px;font-size:9px}.aito-section{background:#0c0f41e0;border-bottom:1px solid #5d50ff26;padding:14px 16px}.aito-section-title{color:#9b69ff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}.aito-desc{color:#f0f0f0;font-size:12.5px;line-height:1.6}.aito-endpoints{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.aito-tag{color:#9b69ff;letter-spacing:.3px;background:#9b69ff26;border:1px solid #9b69ff4d;border-radius:3px;padding:2px 8px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600;display:inline-block}.code-block{color:#f0f0f0;white-space:pre;background:#ffffff12;border:1px solid #5d50ff33;border-radius:4px;max-height:200px;margin:0;padding:8px 10px;font-family:IBM Plex Mono,monospace;font-size:10.5px;line-height:1.5;overflow:auto}.aito-links{flex-direction:column;gap:1px;display:flex}.aito-link{color:#f0f0f0;align-items:center;gap:8px;padding:3px 0;font-size:12.5px;text-decoration:none;transition:color .15s;display:flex}.aito-link:hover{color:#12b5ad}.aito-link svg{color:#fff9;flex-shrink:0;width:11px;height:11px;transition:color .15s}.aito-link:hover svg{color:#12b5ad}.cta-wrap{background:#0c0f41eb;border-top:1px solid #5d50ff33;flex-shrink:0;padding:14px 16px}.cta-btn{background:var(--aito-accent);color:#fff;text-align:center;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:4px;width:100%;padding:9px 14px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.cta-btn:hover{background:#0fa39b;transform:translateY(-1px);box-shadow:0 2px 12px #12b5ad66}.aito-note{color:#f0f0f0d9;background:#ffffff0d;border:1px solid #5d50ff26;border-radius:4px;margin-top:10px;padding:7px 9px;font-size:11px;line-height:1.5}.aito-note strong{color:#fff}.headline-banner-long{display:inline}.headline-banner-short,.nav-mobile-bar,.nav-overlay,.aito-fab,.aito-overlay,.aito-mobile-close{display:none}@media (max-width:768px){body{overflow:auto}.app{flex-direction:column;height:auto;min-height:100vh;display:flex;overflow:visible}.main{flex:1;height:auto;overflow:visible}.content{padding:14px;overflow:visible}.nav-mobile-bar{background:var(--nav);border-bottom:1px solid var(--nav-border);z-index:1050;align-items:center;gap:10px;height:48px;padding:0 12px;display:flex;position:sticky;top:0}.nav-mobile-hamburger{width:36px;height:36px;color:var(--gold-mid);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;display:flex}.nav-mobile-hamburger:hover{background:var(--nav-hover)}.nav-mobile-title{color:#f5eecc;font-size:14px;font-weight:600}.nav{z-index:1100;width:280px;min-width:0;max-width:85vw;height:100vh;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 16px #00000026}.nav.open{transform:translate(0)}.nav-overlay{z-index:1099;background:#0006;display:block;position:fixed;inset:0}.aito-panel{z-index:1100;border-top:1px solid #5d50ff33;border-left:none;border-radius:16px 16px 0 0;width:auto;min-width:0;height:auto;max-height:85vh;transition:transform .25s;position:fixed;inset:auto 0 0;transform:translateY(100%);box-shadow:0 -4px 24px #0c0f4166}.aito-panel.open{transform:translateY(0)}.aito-panel.collapsed{transform:translateY(100%)}.aito-panel-toggle{display:none}.aito-fab{background:var(--aito-bg);color:#12b5ad;cursor:pointer;z-index:1050;border:1px solid #5d50ff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:fixed;bottom:16px;right:16px;box-shadow:0 4px 12px #0c0f414d}.aito-fab-logo{object-fit:contain;width:26px;height:26px}.aito-overlay{z-index:1099;background:#0000004d;display:block;position:fixed;inset:0}.aito-mobile-close{color:#ffffffb3;cursor:pointer;z-index:2;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:10px;right:10px}.aito-mobile-close:hover{color:#fff;background:#ffffff26}.topbar{flex-wrap:wrap;gap:6px;height:auto;min-height:48px;padding:0 14px}.topbar-breadcrumb,.topbar-sep{display:none}.topbar-title{font-size:14px}.topbar-sub{display:none}.topbar-right{flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-left:auto}.customer-selector-btn{min-width:0;max-width:200px}.customer-selector-btn span{font-size:11px}.topbar .live-dot{display:none}.latency-badge{display:none!important}.headline-banner{text-align:left;padding:6px 36px 6px 12px;font-size:11.5px;position:relative}.headline-banner-long{display:none}.headline-banner-short{display:inline}.help-drawer{z-index:1200!important;border-left:none!important;width:auto!important;max-width:none!important;left:0!important;right:0!important}.help-fab{bottom:80px!important;right:16px!important}.code-block{white-space:pre-wrap;word-break:break-word}.qp-config-grid{grid-template-columns:1fr!important}.qp-kpi-row-4,.qp-kpi-row-3{grid-template-columns:repeat(2,1fr)!important}.metrics{grid-template-columns:repeat(2,1fr);gap:8px}.metric{padding:12px}.metric-value{font-size:20px}.form-grid{grid-template-columns:1fr;gap:14px}.quality-grid,.field-row{grid-template-columns:1fr}.card{overflow-x:auto}.table{min-width:560px}.why-popup{max-width:calc(100vw - 24px)}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}.skeleton{background:linear-gradient(90deg,var(--surface2) 25%,var(--surface3) 50%,var(--surface2) 75%);background-size:200% 100%;border-radius:4px;height:16px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.live-dot{color:#2a8a3a;background:var(--green-bg);border:1px solid #a8d8b0;border-radius:12px;align-items:center;gap:6px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.live-dot:before{content:"";background:#6ab87a;border-radius:50%;width:7px;height:7px;box-shadow:0 0 4px #6ab87a}
