*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:#f7f8fa;color:var(--fg);line-height:1.55}.demo-nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:58px;padding:0 20px;background:#ffffffe6;backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.demo-logo{font-size:17px;font-weight:700;color:var(--fg);text-decoration:none;letter-spacing:-.3px}.demo-logo span{color:var(--accent)}.demo-nav-actions{display:flex;align-items:center;gap:10px}.demo-btn{font-size:13.5px;font-weight:600;text-decoration:none;padding:8px 15px;border-radius:7px;border:1px solid var(--border);color:var(--fg);background:#fff;cursor:pointer;transition:all .15s}.demo-btn:hover{border-color:#c7c7c7}.demo-btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.demo-btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.demo-ribbon{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:9px 16px;background:linear-gradient(90deg,#0070f314,#7928ca14);border-bottom:1px solid var(--border);font-size:13px;color:var(--fg-muted);text-align:center}.demo-ribbon strong{color:var(--fg)}.demo-ribbon .dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px #10b9812e;animation:demopulse 2s infinite}@keyframes demopulse{0%,to{opacity:1}50%{opacity:.4}}.demo-shell{max-width:1180px;margin:0 auto;padding:20px 20px 64px;display:grid;grid-template-columns:210px 1fr;gap:22px}.demo-rail{position:sticky;top:78px;align-self:start;display:flex;flex-direction:column;gap:4px}.demo-tab{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:500;color:var(--fg-muted);background:transparent;border:none;text-align:left;cursor:pointer;width:100%;transition:all .12s}.demo-tab:hover{background:#eef1f5;color:var(--fg)}.demo-tab[aria-selected=true]{background:var(--accent);color:#fff;font-weight:600}.demo-tab .ic{font-size:15px;width:18px;text-align:center}.demo-rail-cta{margin-top:14px;padding:14px;background:#fff;border:1px solid var(--border);border-radius:10px}.demo-rail-cta p{margin:0 0 10px;font-size:12.5px;color:var(--fg-muted)}.demo-rail-cta a{display:block;text-align:center}.demo-panel{display:none}.demo-panel.active{display:block;animation:demofade .25s ease}@keyframes demofade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.demo-h{font-size:20px;font-weight:700;letter-spacing:-.4px;margin:0 0 4px}.demo-sub{font-size:13.5px;color:var(--fg-muted);margin:0 0 18px}.demo-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px}.demo-grid{display:grid;gap:14px}.demo-stat-row{grid-template-columns:repeat(4,1fr)}.demo-stat{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.demo-stat .num{font-size:26px;font-weight:800;letter-spacing:-1px}.demo-stat .lbl{font-size:12.5px;color:var(--fg-muted);margin-top:2px}.demo-stat .sub{font-size:12px;color:var(--success);margin-top:6px;font-weight:600}.demo-section-title{font-size:14px;font-weight:700;margin:26px 0 12px}.demo-funnel{display:flex;flex-direction:column;gap:8px}.demo-funnel-row{display:grid;grid-template-columns:90px 1fr 40px;align-items:center;gap:12px;font-size:13px}.demo-funnel-bar{height:26px;border-radius:6px;min-width:4px;transition:width .6s ease}.demo-tablewrap{overflow-x:auto;border:1px solid var(--border);border-radius:12px;background:#fff}table.demo-table{width:100%;border-collapse:collapse;font-size:13.5px;min-width:640px}.demo-table th{text-align:left;padding:12px 14px;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--fg-muted);border-bottom:1px solid var(--border);background:#fafbfc}.demo-table td{padding:12px 14px;border-bottom:1px solid #f0f1f3}.demo-table tr:last-child td{border-bottom:none}.demo-table tr:hover td{background:#fafbfc}.demo-name{font-weight:600}.demo-pill{display:inline-block;padding:3px 9px;border-radius:100px;font-size:11.5px;font-weight:600;color:#fff}.demo-chip{display:inline-block;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:600;background:#eef1f5;color:var(--fg-muted)}.demo-score{display:inline-flex;align-items:center;gap:7px;font-weight:700}.demo-score .ring{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:12px;color:#fff}.demo-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.demo-bars{display:flex;align-items:flex-end;gap:10px;height:150px;padding-top:10px}.demo-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;justify-content:flex-end}.demo-bar{width:100%;max-width:34px;border-radius:6px 6px 0 0;background:linear-gradient(180deg,var(--accent),#6ea8fe);transition:height .6s ease}.demo-bar-lbl{font-size:11px;color:var(--fg-muted)}.demo-bar-val{font-size:11.5px;font-weight:700}.demo-mix-row{display:grid;grid-template-columns:110px 1fr 40px;align-items:center;gap:10px;font-size:13px;margin-bottom:9px}.demo-mix-bar{height:10px;border-radius:100px;background:var(--accent)}.demo-drop{border:2px dashed #cbd3dd;border-radius:12px;padding:34px 20px;text-align:center;background:#fff;cursor:pointer;transition:all .15s}.demo-drop:hover,.demo-drop.drag{border-color:var(--accent);background:#0070f308}.demo-drop .big{font-size:32px}.demo-drop .t{font-weight:700;margin-top:8px}.demo-drop .s{font-size:12.5px;color:var(--fg-muted);margin-top:4px}.demo-result{margin-top:18px}.demo-scorehead{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.demo-bigring{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:28px;font-weight:800;flex-shrink:0}.demo-meter{height:8px;border-radius:100px;background:#eef1f5;overflow:hidden;margin-top:6px}.demo-meter>span{display:block;height:100%;border-radius:100px;background:var(--accent)}.demo-gaps{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.demo-gap{padding:4px 10px;border-radius:7px;font-size:12px;font-weight:600}.demo-gap.have{background:#10b9811f;color:#047857}.demo-gap.miss{background:#ef44441a;color:#b91c1c}.demo-inline-err{color:#b91c1c;font-size:13px;margin-top:10px}.demo-chat{display:flex;flex-direction:column;height:560px;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.demo-chat-scroll{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:14px}.demo-msg{max-width:82%;padding:11px 14px;border-radius:12px;font-size:13.5px;white-space:normal}.demo-msg.user{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:4px}.demo-msg.bot{align-self:flex-start;background:#f2f4f7;color:var(--fg);border-bottom-left-radius:4px}.demo-msg.bot table{border-collapse:collapse;width:100%;margin:8px 0;font-size:12.5px}.demo-msg.bot th,.demo-msg.bot td{border:1px solid #dde1e7;padding:5px 8px;text-align:left}.demo-msg.bot th{background:#e9edf2}.demo-msg.bot p{margin:0 0 8px}.demo-msg.bot p:last-child{margin-bottom:0}.demo-msg .prov{display:block;margin-top:7px;font-size:10.5px;opacity:.6;font-weight:600}.demo-typing{display:inline-flex;gap:4px}.demo-typing i{width:6px;height:6px;border-radius:50%;background:#98a2b3;animation:demotype 1.2s infinite}.demo-typing i:nth-child(2){animation-delay:.2s}.demo-typing i:nth-child(3){animation-delay:.4s}@keyframes demotype{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.demo-suggest{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 12px}.demo-sugg{font-size:12.5px;padding:6px 11px;border-radius:100px;border:1px solid var(--border);background:#fff;color:var(--fg-muted);cursor:pointer}.demo-sugg:hover{border-color:var(--accent);color:var(--accent)}.demo-composer{display:flex;gap:8px;padding:12px;border-top:1px solid var(--border)}.demo-composer input{flex:1;padding:11px 13px;border:1px solid var(--border);border-radius:9px;font-size:13.5px;font-family:inherit;outline:none}.demo-composer input:focus{border-color:var(--accent)}.demo-send{border:none;background:var(--accent);color:#fff;border-radius:9px;padding:0 16px;font-weight:600;cursor:pointer}.demo-send:disabled{opacity:.5;cursor:default}.demo-final{margin-top:40px;text-align:center;padding:40px 20px;background:linear-gradient(135deg,#0070f30f,#7928ca0f);border:1px solid var(--border);border-radius:16px}.demo-final h2{font-size:24px;letter-spacing:-.6px;margin:0 0 8px}.demo-final p{color:var(--fg-muted);margin:0 0 18px}.demo-final .row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}@media(max-width:820px){.demo-shell{grid-template-columns:minmax(0,1fr);padding:14px 12px 56px;gap:16px;min-width:0}.demo-rail{position:static;flex-direction:row;overflow-x:auto;gap:6px;padding-bottom:4px;min-width:0;-webkit-overflow-scrolling:touch}.demo-rail .demo-tab{flex:0 0 auto;width:auto;white-space:nowrap}.demo-rail-cta{display:none}.demo-stat-row{grid-template-columns:repeat(2,1fr)}.demo-two{grid-template-columns:1fr}.demo-chat{height:460px}.demo-scorehead{gap:12px}.demo-bigring{width:72px;height:72px;font-size:22px}}@media(max-width:480px){.demo-h{font-size:18px}.demo-sub{font-size:12.5px}.demo-stat{padding:12px}.demo-stat .num{font-size:22px}.demo-section-title{font-size:13px}.demo-msg{max-width:90%}.demo-result [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
