:root{--cp-bg:#eef7fb;--cp-surface:#fff;--cp-soft:#f5fbff;--cp-soft-2:#e7f8ff;--cp-navy:#0d2a4d;--cp-navy-2:#102f57;--cp-blue:#0a84ff;--cp-blue-dark:#0057a8;--cp-text:#081525;--cp-muted:#6b7788;--cp-border:#edf2f6;--cp-border-strong:#dce8f0;--cp-green:#2fb18c;--cp-green-bg:#dff7ef;--cp-red:#d84e57;--cp-red-bg:#ffe6e9;--cp-shadow:0 12px 34px #0f355614;--cp-shadow-soft:0 8px 22px #0f35560f;--cp-radius-xl:24px;--cp-radius-lg:18px;--cp-radius-md:13px;--cp-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--cp-font);color:var(--cp-text);background:var(--cp-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{background:var(--cp-bg);min-height:100%}body{background:var(--cp-bg);min-width:1180px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:var(--cp-blue);font-size:13px;font-weight:500;text-decoration:none}a:hover{text-decoration:underline}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}#root{min-height:100vh}.cp-page{background:var(--cp-bg);min-height:100vh;padding:28px}.cp-page-centered{place-items:center;display:grid}.cp-container{width:100%;margin:0}.cp-section{gap:24px;display:grid}.cp-header,.cp-tabs,.cp-stats-toolbar,.cp-kpi-card,.cp-panel,.cp-side-panel,.cp-loading-card,.cp-alert{background:var(--cp-surface);box-shadow:var(--cp-shadow-soft);border:0}.cp-header{border-radius:var(--cp-radius-xl);justify-content:space-between;align-items:center;gap:24px;min-height:116px;margin-bottom:22px;padding:24px 30px;display:flex}.cp-header-main{align-items:center;gap:22px;min-width:0;display:flex}.cp-brand{color:var(--cp-text);letter-spacing:.04em;white-space:nowrap;align-items:center;gap:12px;font-size:20px;font-weight:500;display:flex}.cp-brand-light{color:#fff}.cp-logo-mark{background:radial-gradient(circle at 34% 32%,#fff 0 13%,#0000 14%),conic-gradient(from 210deg,#0b4a9f,#00c4cc,#0a84ff,#0b4a9f);border-radius:999px;flex:none;width:42px;height:42px;box-shadow:inset 0 0 0 4px #ffffff4d}.cp-kicker{color:var(--cp-blue);margin-bottom:7px;font-size:13px;font-weight:600;display:inline-flex}.cp-header h1{color:var(--cp-text);letter-spacing:-.045em;margin:0;font-size:38px;font-weight:500;line-height:1}.cp-header p{color:var(--cp-muted);margin:10px 0 0;font-size:15px;line-height:1.45}.cp-header-actions{flex:none;align-items:center;gap:12px;display:flex}.cp-user-card{background:var(--cp-soft);border-radius:999px;align-items:center;gap:12px;height:54px;padding:4px 14px 4px 4px;display:flex}.cp-avatar{width:46px;height:46px;color:var(--cp-text);background:#d8d9dc;border-radius:999px;place-items:center;font-size:15px;font-weight:600;display:grid}.cp-user-card strong,.cp-user-card span{display:block}.cp-user-card strong{color:var(--cp-text);font-size:15px;font-weight:600;line-height:1.15}.cp-user-card span{color:var(--cp-muted);font-size:13px}.cp-bot-pill{background:var(--cp-soft);min-height:46px;color:var(--cp-muted);border-radius:999px;align-items:center;gap:6px;padding:0 16px;font-size:14px;font-weight:500;display:inline-flex}.cp-bot-pill strong{color:var(--cp-navy)}.cp-icon-button{background:var(--cp-soft);width:46px;height:46px;color:var(--cp-navy);border:0;border-radius:999px;place-items:center;display:grid}.cp-tabs{border-radius:16px;gap:6px;width:fit-content;margin-bottom:24px;padding:6px;display:flex}.cp-tabs button{min-height:44px;color:var(--cp-muted);background:0 0;border:0;border-radius:12px;align-items:center;gap:9px;padding:0 18px;font-size:15px;font-weight:600;display:inline-flex}.cp-tabs button.active{background:var(--cp-navy);color:#fff}.cp-kpi-grid{gap:24px;display:grid}.cp-kpi-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cp-kpi-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.cp-kpi-card{border-radius:var(--cp-radius-lg);min-height:170px;padding:22px}.cp-kpi-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.cp-kpi-head h2{color:var(--cp-text);margin:0;font-size:21px;font-weight:600;line-height:1.15}.cp-kpi-head span{color:#4c5665;flex:none}.cp-kpi-value{color:#05070b;letter-spacing:-.065em;overflow-wrap:anywhere;margin-top:26px;font-size:clamp(38px,4.2vw,58px);font-weight:600;line-height:.92}.cp-kpi-subtitle{color:var(--cp-blue);align-items:center;gap:10px;margin-top:18px;font-size:14px;display:flex}.cp-kpi-subtitle span{border:1px solid #0a84ff8c;border-radius:7px;place-items:center;min-width:38px;height:26px;display:grid}.cp-content-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;display:grid}.cp-panel,.cp-side-panel{border-radius:var(--cp-radius-lg);padding:24px}.cp-panel-header{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.cp-panel h2,.cp-side-panel h2,.cp-stats-toolbar h2{color:var(--cp-text);margin:0;font-size:24px;font-weight:600;line-height:1.15}.cp-panel p,.cp-side-panel p,.cp-stats-toolbar p{color:var(--cp-muted);margin:8px 0 0;font-size:15px;line-height:1.45}.cp-action-row,.cp-secondary-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cp-secondary-actions{margin-top:20px}.cp-button{border:0;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 18px;font-size:15px;font-weight:600;transition:all .15s;display:inline-flex}.cp-button:hover{transform:translateY(-1px)}.cp-button-primary{background:var(--cp-blue);color:#fff}.cp-button-primary:hover{background:var(--cp-blue-dark)}.cp-button-secondary{background:var(--cp-soft);color:var(--cp-navy)}.cp-button-soft{background:var(--cp-soft-2);color:var(--cp-blue-dark)}.cp-full-button{width:100%;margin-top:20px}.cp-table-wrap{border:1px solid var(--cp-border);background:var(--cp-surface);border-radius:16px;margin-top:22px;overflow:hidden}.cp-table{border-collapse:collapse;table-layout:auto;width:100%}.cp-table th{border-bottom:1px solid var(--cp-border);height:54px;color:var(--cp-text);text-align:left;white-space:nowrap;padding:0 16px;font-size:15px;font-weight:500}.cp-table td{border-bottom:1px solid var(--cp-border);height:58px;color:var(--cp-text);vertical-align:middle;padding:11px 16px;font-size:15px}.cp-table tbody tr:last-child td{border-bottom:0}.cp-file-name{color:var(--cp-text);font-weight:600}.cp-table td span{color:var(--cp-muted);margin-top:3px;font-size:13px;display:block}.cp-delete-button{background:var(--cp-red-bg);min-height:32px;color:var(--cp-red);border:0;border-radius:999px;padding:0 12px;font-size:13px;font-weight:600}.cp-empty-cell{text-align:center!important;height:120px!important;color:var(--cp-muted)!important}.cp-warning{color:var(--cp-red);margin-top:4px;font-size:13px}.cp-stats-cta{background:linear-gradient(180deg, #0a84ff14, transparent 62%), var(--cp-surface)}.cp-status-list{gap:12px;margin-top:24px;display:grid}.cp-status-row{background:var(--cp-soft);border-radius:13px;justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:0 14px;display:flex}.cp-status-row span{color:var(--cp-muted);font-size:14px}.cp-status-row strong{font-size:14px}.tone-green{color:var(--cp-green)}.tone-blue{color:var(--cp-blue)}.tone-muted{color:var(--cp-muted)}.cp-stats-toolbar{border-radius:var(--cp-radius-lg);justify-content:space-between;align-items:center;gap:22px;min-height:126px;padding:26px;display:flex}.cp-range-switch{background:var(--cp-soft);border-radius:14px;flex:none;gap:6px;padding:6px;display:flex}.cp-range-switch button{min-height:38px;color:var(--cp-muted);background:0 0;border:0;border-radius:10px;padding:0 14px;font-size:14px;font-weight:600}.cp-range-switch button.active{background:var(--cp-blue);color:#fff}.cp-tool-list{gap:12px;margin-top:20px;display:grid}.cp-tool-item{background:var(--cp-soft);border-radius:13px;justify-content:space-between;align-items:center;gap:14px;min-height:52px;padding:0 14px;display:flex}.cp-tool-item span{color:var(--cp-text);font-size:15px}.cp-tool-item strong{min-width:42px;height:28px;color:var(--cp-blue-dark);background:#e5f6ff;border-radius:999px;place-items:center;font-size:14px;display:grid}.cp-empty-small{background:var(--cp-soft);color:var(--cp-muted);border-radius:13px;padding:18px;font-size:14px;line-height:1.45}.cp-privacy-box{background:var(--cp-navy);color:#fff;border-radius:16px;margin-top:24px;padding:20px}.cp-privacy-box strong{margin-bottom:8px;font-size:16px;display:block}.cp-privacy-box p{color:#ffffffc2;margin:0;font-size:14px;line-height:1.45}.cp-alert{border-radius:var(--cp-radius-lg);padding:16px}.cp-alert-error{background:var(--cp-red-bg);color:var(--cp-red)}.cp-loading-card{color:var(--cp-muted);text-align:center;border-radius:var(--cp-radius-lg);padding:36px}.cp-login-page{background:var(--cp-bg);justify-content:stretch;align-items:stretch;min-height:100vh;padding:28px;display:flex}.cp-login-card{background:var(--cp-surface);width:100%;min-height:calc(100vh - 56px);box-shadow:var(--cp-shadow);border-radius:32px;grid-template-columns:minmax(0,1.15fr) minmax(440px,.85fr);display:grid;overflow:hidden}.cp-login-visual{color:#fff;background:linear-gradient(135deg, #064f84d1, #062953f0), radial-gradient(circle at 78% 20%, #00c7ff80, transparent 28%), radial-gradient(circle at 18% 86%, #0a84ffb3, transparent 32%), var(--cp-navy);min-height:100%;padding:48px;position:relative;overflow:hidden}.cp-login-visual:before{content:"";filter:blur(2px);background:#ffffff14;border-radius:999px;height:380px;position:absolute;inset:auto -10% -26% 20%;transform:rotate(-10deg)}.cp-login-visual h1{z-index:2;color:#fff;letter-spacing:-.06em;max-width:680px;margin:34px 0 18px;font-size:clamp(48px,5.5vw,86px);font-weight:400;line-height:.95;position:relative}.cp-login-visual p{z-index:2;color:#ffffffd1;max-width:620px;font-size:18px;line-height:1.55;position:relative}.cp-login-form-panel{flex-direction:column;justify-content:center;padding:58px 56px;display:flex}.cp-login-form-panel h2{color:var(--cp-text);letter-spacing:-.04em;margin:10px 0 8px;font-size:36px;font-weight:500;line-height:1.12}.cp-login-form-panel p{color:var(--cp-muted);margin:0;font-size:15px;line-height:1.45}.cp-form{gap:18px;margin-top:34px;display:grid}.cp-form label{color:var(--cp-text);gap:8px;font-size:14px;font-weight:600;display:grid}.cp-form input{background:var(--cp-soft);width:100%;color:var(--cp-text);border:0;border-radius:14px;outline:1px solid #0000;padding:14px 16px}.cp-form input:focus{outline-color:#0a84ff59}.cp-demo-animation{z-index:2;width:min(720px,100%);height:390px;margin-top:44px;position:relative}.cp-demo-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:28px;position:absolute;box-shadow:0 28px 80px #0000003d}.cp-demo-card-main{width:440px;height:250px;padding:24px;animation:5.5s ease-in-out infinite cpFloatMain;top:50%;left:50%;transform:translate(-50%,-50%)}.cp-demo-card-head{gap:8px;display:flex}.cp-demo-card-head span{background:#d8e7f1;border-radius:999px;width:10px;height:10px}.cp-demo-title{background:var(--cp-navy);border-radius:999px;width:190px;height:24px;margin-top:28px}.cp-demo-line{background:#dcecf4;border-radius:999px;width:230px;height:12px;margin-top:16px}.cp-demo-line.wide{width:320px}.cp-demo-row{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px;display:grid}.cp-demo-row div{background:linear-gradient(135deg,#e6f8ff,#f5fbff);border-radius:18px;height:54px}.cp-demo-node{width:112px;height:96px;color:var(--cp-navy);background:#fffffff2;border-radius:24px;place-items:center;gap:4px;animation:4.8s ease-in-out infinite cpFloatNode;display:grid;position:absolute;box-shadow:0 22px 54px #0000002e}.cp-demo-node svg{width:26px;height:26px}.cp-demo-node span{color:var(--cp-navy);font-size:14px;font-weight:700}.cp-demo-node-a{top:62px;left:18px}.cp-demo-node-b{animation-delay:-1.2s;top:34px;right:24px}.cp-demo-node-c{animation-delay:-2.4s;bottom:24px;right:78px}.cp-demo-flow{opacity:.9;background:linear-gradient(90deg,#0000,#5ee7ff,#0000);border-radius:999px;height:4px;animation:2.6s linear infinite cpFlow;position:absolute}.cp-demo-flow-1{width:140px;top:118px;left:134px;transform:rotate(12deg)}.cp-demo-flow-2{width:135px;animation-delay:-.8s;top:118px;right:132px;transform:rotate(-16deg)}.cp-demo-flow-3{width:150px;animation-delay:-1.6s;bottom:106px;right:186px;transform:rotate(18deg)}@keyframes cpFloatMain{0%,to{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-12px)}}@keyframes cpFloatNode{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-10px)scale(1.025)}}@keyframes cpFlow{0%{opacity:.15;background-position:-120px 0}50%{opacity:1}to{opacity:.15;background-position:120px 0}}.cp-toast{z-index:1000;background:var(--cp-surface);max-width:380px;box-shadow:var(--cp-shadow);color:var(--cp-text);border-radius:16px;padding:16px 18px;font-size:14px;font-weight:600;position:fixed;bottom:28px;right:28px}.cp-toast.success{color:var(--cp-green)}.cp-toast.error{color:var(--cp-red)}.cp-toast.info{color:var(--cp-blue)}@media (width<=1280px){body{min-width:1024px}.cp-content-grid{grid-template-columns:minmax(0,1fr) 320px}.cp-kpi-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.cp-demo-animation{height:340px}.cp-demo-card-main{width:390px}}.cp-login-links{align-items:center;gap:14px;margin-top:18px;display:flex}.cp-logo-full{object-fit:contain;width:124px;max-width:124px;height:auto;display:block}.cp-logo-mark-img{object-fit:contain;width:48px;height:48px;display:block}.cp-brand-light .cp-logo-mark-img{filter:drop-shadow(0 12px 28px #0000002e)}.cp-login-form-panel .cp-logo-full{width:148px;max-width:148px;margin-bottom:18px}.cp-header .cp-logo-full{width:120px;max-width:120px}@media (width<=1280px){.cp-logo-full{width:112px;max-width:112px}.cp-header .cp-logo-full{width:104px;max-width:104px}}.cp-tag-input{min-width:220px;min-height:42px;color:var(--cp-text);font:inherit;background:#fff;border:1px solid #0815251f;border-radius:999px;outline:none;padding:0 14px}.cp-tag-input:focus{border-color:#0a7ceb6b;box-shadow:0 0 0 4px #0a7ceb14}.cp-tag-list{flex-wrap:wrap;gap:6px;display:flex}.cp-tag-pill{color:#0057a8;white-space:nowrap;background:#e7f8ff;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.cp-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a6b;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.cp-modal-card{border:1px solid var(--cp-border-strong);background:#fff;border-radius:24px;width:min(720px,100vw - 56px);max-height:calc(100vh - 56px);padding:24px;overflow:auto;box-shadow:0 24px 80px #0f172a3d}.cp-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.cp-modal-header h2{color:var(--cp-text);margin:4px 0 8px;font-size:24px;font-weight:700;line-height:1.15}.cp-modal-header p{color:var(--cp-muted);margin:0;font-size:15px}.cp-modal-header .cp-icon-button{background:var(--cp-soft);width:44px;height:44px;color:var(--cp-navy);flex:none;font-size:18px;line-height:1}.cp-modal-file-list{gap:10px;margin-bottom:20px;display:grid}.cp-modal-file-row{border:1px solid var(--cp-border);background:#f8fafc;border-radius:16px;padding:12px 14px}.cp-modal-file-row div{justify-content:space-between;align-items:center;gap:16px;display:flex}.cp-modal-file-row strong{min-width:0;color:var(--cp-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.cp-modal-file-row span{color:var(--cp-muted);white-space:nowrap;flex:none;font-size:14px}.cp-modal-filter-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:16px;margin-bottom:20px;display:grid}.cp-modal-field,.cp-modal-new-filter{flex-direction:column;gap:8px;min-width:0;display:flex}.cp-modal-field{color:var(--cp-text);font-size:14px;font-weight:700}.cp-modal-field select,.cp-modal-new-filter input,.cp-modal-new-filter .cp-button{box-sizing:border-box;width:100%;height:48px;min-height:48px;font:inherit;border-radius:14px}.cp-modal-field select,.cp-modal-new-filter input{border:1px solid var(--cp-border-strong);color:var(--cp-text);background:#fff;outline:none;padding:0 14px}.cp-modal-field select:focus,.cp-modal-new-filter input:focus{border-color:#0a84ff6b;box-shadow:0 0 0 4px #0a84ff14}.cp-modal-new-filter .cp-button{background:var(--cp-soft-2);color:var(--cp-blue-dark);justify-content:center;margin:0}.cp-modal-field select:disabled,.cp-modal-new-filter input:disabled,.cp-modal-new-filter .cp-button:disabled{opacity:.6;cursor:not-allowed}.cp-modal-footer{border-top:1px solid var(--cp-border);background:#fff;justify-content:space-between;align-items:center;gap:16px;padding-top:18px;display:flex}.cp-modal-footer span{color:var(--cp-muted);margin-bottom:4px;font-size:13px;display:block}.cp-modal-footer strong{color:var(--cp-text);font-size:15px}.cp-modal-actions{flex:none;align-items:center;gap:10px;display:flex}.cp-modal-actions .cp-button{white-space:nowrap;margin:0}@media (width<=760px){.cp-modal-backdrop{align-items:flex-start;padding:18px}.cp-modal-card{width:100%;max-height:calc(100vh - 36px);padding:20px}.cp-modal-filter-grid{grid-template-columns:1fr;align-items:stretch}.cp-modal-footer,.cp-modal-actions{grid-template-columns:1fr;display:grid}.cp-modal-actions .cp-button{width:100%}}.cp-bot-switcher{background:var(--cp-soft);min-height:46px;color:var(--cp-muted);border-radius:999px;align-items:center;gap:8px;padding:4px 6px 4px 14px;font-size:14px;font-weight:600;display:inline-flex}.cp-bot-switcher span{color:var(--cp-muted);white-space:nowrap}.cp-bot-switcher select{min-width:150px;height:38px;color:var(--cp-navy);font:inherit;cursor:pointer;background:#fff;border:0;border-radius:999px;outline:none;padding:0 34px 0 12px;font-weight:700}.cp-bot-switcher select:disabled{opacity:.75;cursor:not-allowed}.cp-bot-switcher select:focus{box-shadow:0 0 0 4px #0a84ff14}.cp-widget-embed-card{background:var(--cp-soft);border-radius:18px;gap:14px;margin-top:24px;padding:16px;display:grid}.cp-widget-embed-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.cp-widget-embed-header h3{color:var(--cp-text);margin:0;font-size:22px;font-weight:600;line-height:1.15}.cp-widget-embed-header p{color:var(--cp-muted);margin:8px 0 0;font-size:14px;line-height:1.45}.cp-widget-embed-header>strong{background:#fff;border-radius:999px;flex:none;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.cp-widget-mini-meta{border:1px solid var(--cp-border);background:#fff;border-radius:14px;gap:4px;min-width:0;padding:12px;display:grid}.cp-widget-mini-meta span{color:var(--cp-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.cp-widget-mini-meta strong{color:var(--cp-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;overflow:hidden}.cp-widget-code-block{border:1px solid var(--cp-border);background:#fff;border-radius:16px;overflow:hidden}.cp-widget-code-header{border-bottom:1px solid var(--cp-border);background:#fff;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.cp-widget-code-header strong{color:var(--cp-text);font-size:13px;font-weight:800}.cp-widget-code-header .cp-button{min-height:34px;padding:0 12px;font-size:12px}.cp-widget-code-block pre{color:#0f172a;white-space:pre;max-height:180px;margin:0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.45;overflow:auto}.cp-widget-help{color:var(--cp-muted);margin:0;font-size:12px;line-height:1.45}.cp-widget-help code{color:var(--cp-blue-dark);background:#fff;border-radius:6px;padding:2px 5px;font-weight:800}.cp-widget-kb-select{color:var(--cp-text);gap:8px;font-size:13px;font-weight:800;display:grid}.cp-widget-kb-select select{border:1px solid var(--cp-border);width:100%;height:44px;color:var(--cp-navy);font:inherit;cursor:pointer;background:#fff;border-radius:14px;outline:none;padding:0 12px;font-size:13px;font-weight:700}.cp-widget-kb-select select:disabled{opacity:.65;cursor:not-allowed}.cp-widget-kb-select select:focus{border-color:#0a84ff6b;box-shadow:0 0 0 4px #0a84ff14}.cp-widget-main-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.cp-widget-kb-select-wide{max-width:460px;margin-top:18px}.cp-widget-code-block-large{margin-top:18px}.cp-widget-code-block-large pre{max-height:280px}.cp-widget-preview-actions{gap:12px;margin-top:22px;display:grid}.cp-widget-preview-actions .cp-button{text-decoration:none}.cp-widget-preview-actions .cp-button.disabled{pointer-events:none;opacity:.55}@media (width<=1280px){.cp-widget-main-grid{grid-template-columns:1fr}}.cp-kb-actions{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.cp-kb-icon-action{cursor:pointer;background:#0f172a0a;border:1px solid #94a3b847;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;line-height:1;transition:transform .15s,background .15s,border-color .15s,color .15s;display:inline-flex}.cp-kb-icon-action:hover{transform:translateY(-1px)}.cp-kb-icon-action-edit{color:var(--cp-primary,#2563eb)}.cp-kb-icon-action-edit:hover{background:#2563eb14;border-color:#2563eb47}.cp-kb-icon-action-delete{color:#dc2626}.cp-kb-icon-action-delete:hover{background:#dc262614;border-color:#dc262647}.cp-content-grid-kb-full{width:100%;grid-template-columns:minmax(0,1fr)!important}.cp-content-grid-kb-full>:not(:first-child){display:none!important}.cp-content-grid-kb-full .cp-panel,.cp-content-grid-kb-full .cp-table-wrap{width:100%;max-width:none}.cp-content-grid-kb-full .cp-table{width:100%}html,body,#root{min-height:100%}body,.cp-app,.cp-main,.cp-page,.cp-dashboard,.cp-content,.cp-page-content{padding-bottom:96px}.cp-table-wrap{margin-bottom:96px}.cp-content-grid-kb-full{padding-bottom:96px}.cp-tabs-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.cp-tabs-range{margin-left:auto}.cp-conversations-layout{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:stretch;gap:18px;min-height:620px;padding-bottom:120px;display:grid}.cp-conversations-sidebar,.cp-conversation-detail-panel{background:#fffffff0;border:1px solid #94a3b833;border-radius:24px;overflow:hidden;box-shadow:0 20px 45px #0f172a14}.cp-conversations-sidebar{flex-direction:column;min-height:620px;display:flex}.cp-conversations-sidebar-header,.cp-conversation-detail-header{border-bottom:1px solid #94a3b82e;justify-content:space-between;gap:16px;padding:20px;display:flex}.cp-conversations-sidebar-header h2,.cp-conversation-detail-header h2{margin:4px 0 0}.cp-conversations-list{flex-direction:column;max-height:560px;display:flex;overflow-y:auto}.cp-conversation-item{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #94a3b824;grid-template-columns:minmax(0,1fr);gap:10px;width:100%;padding:16px 18px;display:grid}.cp-conversation-item:hover,.cp-conversation-item.active{background:#2563eb14}.cp-conversation-item-main{gap:4px;display:grid}.cp-conversation-item-main strong,.cp-conversation-item-main span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cp-conversation-item-main span{color:#64748b;font-size:.9rem}.cp-conversation-item-meta{color:#94a3b8;justify-content:space-between;gap:12px;font-size:.78rem;display:flex}.cp-conversation-detail-panel{flex-direction:column;min-height:620px;display:flex}.cp-conversation-detail-meta{color:#64748b;flex-direction:column;align-items:flex-end;gap:6px;font-size:.85rem;display:flex}.cp-chat-thread{background:radial-gradient(circle at 0 0,#2563eb0f,#0000 28%),linear-gradient(#f8fafce6,#f1f5f9e6);flex-direction:column;gap:14px;max-height:560px;padding:22px;display:flex;overflow-y:auto}.cp-chat-message{width:100%;display:flex}.cp-chat-message-user{justify-content:flex-end}.cp-chat-message-assistant,.cp-chat-message-unknown{justify-content:flex-start}.cp-chat-bubble{background:#fff;border-radius:18px;max-width:min(720px,78%);padding:14px 16px;box-shadow:0 12px 26px #0f172a14}.cp-chat-message-user .cp-chat-bubble{background:#2563eb1a}.cp-chat-message-meta{color:#64748b;justify-content:space-between;gap:16px;margin-bottom:8px;font-size:.78rem;display:flex}.cp-chat-bubble p{white-space:pre-wrap;margin:0;line-height:1.55}@media (width<=960px){.cp-conversations-layout{grid-template-columns:1fr}.cp-conversations-sidebar,.cp-conversation-detail-panel{min-height:auto}.cp-chat-bubble{max-width:92%}}.cp-metric-action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.cp-metric-action-card{text-align:left;cursor:pointer;background:#fffffff5;border:1px solid #94a3b838;border-radius:22px;gap:8px;padding:18px;transition:transform .16s,border-color .16s,background .16s;display:grid;box-shadow:0 16px 36px #0f172a14}.cp-metric-action-card:hover,.cp-metric-action-card.active{background:#2563eb0f;border-color:#2563eb73;transform:translateY(-2px)}.cp-metric-action-card span{color:#64748b;font-size:.88rem;font-weight:700}.cp-metric-action-card strong{color:#0f172a;font-size:2rem;line-height:1}.cp-metric-action-card small{color:#94a3b8}.cp-stat-detail-panel{background:#fffffff5;border:1px solid #94a3b838;border-radius:26px;margin-top:22px;margin-bottom:120px;padding:22px;box-shadow:0 20px 44px #0f172a14}.cp-stat-detail-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.cp-stat-detail-header h2{margin:4px 0 6px}.cp-stat-detail-header p{color:#64748b;margin:0}.cp-stat-detail-header>strong{color:#0f172a;font-size:2rem}.cp-tool-usage-grid{gap:12px;display:grid}.cp-tool-usage-card{background:#f8fafceb;border:1px solid #94a3b82e;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex}.cp-tool-usage-card span,.cp-tool-usage-count span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700;display:block}.cp-tool-usage-card strong{color:#0f172a;margin-top:4px;font-size:1rem;display:block}.cp-tool-usage-count{text-align:right}.cp-tool-usage-count strong{font-size:1.4rem}.cp-stat-breakdown-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.cp-stat-breakdown-card{background:#f8fafceb;border:1px solid #94a3b82e;border-radius:18px;gap:8px;padding:16px;display:grid}.cp-stat-breakdown-card span{color:#64748b;font-size:.82rem;font-weight:700}.cp-stat-breakdown-card strong{color:#0f172a;font-size:1.35rem}@media (width<=980px){.cp-metric-action-grid,.cp-stat-breakdown-grid{grid-template-columns:1fr}.cp-stat-detail-header,.cp-tool-usage-card{flex-direction:column;align-items:stretch}.cp-tool-usage-count{text-align:left}}.cp-metric-action-card{appearance:none;background:#fffffffa;border:1px solid #94a3b838;border-radius:24px;min-height:138px;padding:22px;box-shadow:0 18px 42px #0f172a17}.cp-metric-action-card span{display:block}.cp-metric-action-card strong{margin-top:8px;margin-bottom:6px;display:block}.cp-metric-action-card small{display:block}.cp-metric-action-card:hover{box-shadow:0 22px 52px #0f172a21}.cp-metric-action-card.active{border-color:#2563eb8c;box-shadow:0 22px 52px #2563eb21}.cp-metric-action-grid{margin-top:22px;margin-bottom:24px}.cp-metric-action-card{position:relative;overflow:hidden;background:#fff!important;border:1px solid #cbd5e1e6!important;transform:none!important;box-shadow:0 12px 28px #0f172a0f!important}.cp-metric-action-card:hover{background:#fff!important;border-color:#94a3b8f2!important;box-shadow:0 16px 34px #0f172a17!important}.cp-metric-action-card.active{background:#fff!important;border-color:#2563eb80!important;box-shadow:0 16px 36px #0f172a14,inset 0 0 0 1px #2563eb29!important}.cp-metric-action-card.active:after{content:"";background:#2563eb;border-radius:999px;width:9px;height:9px;position:absolute;top:18px;right:18px;box-shadow:0 0 0 5px #2563eb1a}.cp-metric-action-card:focus{outline:none}.cp-metric-action-card:focus-visible{border-color:#2563ebb3!important;box-shadow:0 16px 36px #0f172a14,0 0 0 4px #2563eb24!important}.cp-metric-action-card span{letter-spacing:.01em;font-size:.82rem;color:#475569!important}.cp-metric-action-card strong{font-size:2rem;font-weight:760;color:#0f172a!important}.cp-metric-action-card small{font-size:.84rem;color:#64748b!important}.cp-tool-usage-card{box-shadow:0 8px 22px #0f172a0b;background:#fff!important;border-color:#cbd5e1e6!important}.cp-tool-usage-card strong{font-size:1.05rem;font-weight:750}.cp-tool-usage-count strong{font-size:1.55rem;font-weight:780}.cp-tool-usage-count span:after{content:" totali";text-transform:none;letter-spacing:normal}.cp-stat-detail-panel{position:relative}.cp-stat-detail-close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #94a3b847;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:22px;line-height:1;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-flex;position:absolute;top:18px;right:18px;box-shadow:0 8px 18px #0f172a0f}.cp-stat-detail-close:hover{color:#0f172a;background:#f8fafcf2;border-color:#64748b61;transform:translateY(-1px)}.cp-stat-detail-header{padding-right:48px}.cp-widget-config-panel{margin-bottom:20px}.cp-widget-config-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.cp-widget-config-grid label,.cp-starter-prompt-input,.cp-starter-prompt-row{gap:8px;display:grid}.cp-widget-config-grid input,.cp-widget-config-grid textarea,.cp-starter-prompt-input input,.cp-starter-prompt-row input{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #94a3b847;border-radius:14px;padding:12px 14px}.cp-widget-config-grid input[type=color]{cursor:pointer;min-height:46px;padding:6px}.cp-widget-config-wide{grid-column:1/-1}.cp-starter-prompts-box{gap:14px;margin-top:20px;display:grid}.cp-starter-prompt-input{grid-template-columns:minmax(0,1fr) auto;align-items:end}.cp-starter-prompt-list{gap:10px;display:grid}.cp-starter-prompt-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}@media (width<=860px){.cp-widget-config-grid,.cp-starter-prompt-input,.cp-starter-prompt-row{grid-template-columns:1fr}}.cp-embed-showcase{grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);align-items:start;gap:22px;margin-top:22px;display:grid}.cp-embed-hero-panel{position:relative;overflow:hidden}.cp-embed-hero-panel:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#2563eb14,#0000 34%),radial-gradient(circle at 0 100%,#0ea5e914,#0000 30%);position:absolute;inset:0}.cp-embed-hero-panel>*{z-index:1;position:relative}.cp-embed-hero-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.cp-embed-hero-header h2{margin-bottom:8px}.cp-embed-hero-header p{max-width:760px}.cp-embed-hero-header code,.cp-embed-step code,.cp-embed-help-box code{background:#0f172a0f;border-radius:8px;padding:2px 6px;font-size:.86em;font-weight:750}.cp-embed-status-pill{background:#eff6ffd1;border:1px solid #2563eb29;border-radius:18px;gap:4px;min-width:180px;padding:13px 15px;display:grid}.cp-embed-status-pill span{color:#64748b;font-size:.78rem;font-weight:750}.cp-embed-status-pill strong{color:#0f172a;font-size:.96rem}.cp-embed-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.cp-embed-step{background:#ffffffc7;border:1px solid #cbd5e1bd;border-radius:18px;gap:12px;padding:14px;display:flex}.cp-embed-step>span{color:#fff;background:#2563eb;border-radius:999px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.86rem;font-weight:850;display:inline-flex}.cp-embed-step strong{color:#0f172a;margin-bottom:4px;display:block}.cp-embed-step small{color:#64748b;line-height:1.45}.cp-embed-code-card,.cp-embed-code-mini{background:#0f172a;border:1px solid #94a3b847;border-radius:20px;overflow:hidden}.cp-embed-code-card .cp-widget-code-header,.cp-embed-code-mini .cp-widget-code-header{background:#ffffff0f;border-bottom:1px solid #ffffff14;padding:14px 16px}.cp-embed-code-card .cp-widget-code-header strong,.cp-embed-code-mini .cp-widget-code-header strong{color:#fff}.cp-embed-code-card .cp-widget-code-header span,.cp-embed-code-mini .cp-widget-code-header span{color:#e2e8f0b8;margin-top:3px;font-size:.82rem;display:block}.cp-embed-code-card pre,.cp-embed-code-mini pre{color:#dbeafe;white-space:pre-wrap;word-break:break-word;background:0 0;margin:0;padding:18px;font-size:.86rem;line-height:1.65}.cp-embed-help-box{background:#eff6ffb8;border:1px solid #2563eb24;border-radius:18px;margin-top:16px;padding:15px 16px}.cp-embed-help-box strong{color:#0f172a}.cp-embed-help-box p{color:#475569;margin:6px 0 0;line-height:1.55}.cp-embed-side-card{background:#fff;border:1px solid #cbd5e1c7;border-radius:24px;gap:18px;padding:22px;display:grid;box-shadow:0 18px 48px #0f172a12}.cp-embed-preview-actions,.cp-embed-info-list{gap:10px;display:grid}.cp-embed-info-list>div{background:#f8fafcf5;border-radius:15px;justify-content:space-between;gap:12px;padding:12px 13px;display:flex}.cp-embed-info-list span{color:#64748b;font-size:.82rem}.cp-embed-info-list strong{color:#0f172a;text-align:right;word-break:break-all;font-size:.86rem}.cp-embed-kb-box{background:#f8fafcb8;border:1px solid #cbd5e1bd;border-radius:18px;gap:9px;padding:14px;display:grid}.cp-embed-kb-box>span{color:#0f172a;font-weight:780}.cp-embed-kb-box select{color:#0f172a;background:#fff;border:1px solid #94a3b852;border-radius:14px;width:100%;padding:11px 12px}.cp-embed-kb-box small{color:#64748b;line-height:1.45}.cp-embed-code-mini{background:#111827}.cp-embed-code-mini pre{max-height:220px;font-size:.78rem;overflow:auto}@media (width<=1100px){.cp-embed-showcase,.cp-embed-steps{grid-template-columns:1fr}.cp-embed-hero-header{flex-direction:column}.cp-embed-status-pill{width:100%}}.cp-embed-showcase{gap:24px;grid-template-columns:1fr!important}.cp-embed-hero-panel,.cp-embed-side-card{width:100%}.cp-embed-side-card{box-shadow:0 18px 48px #0f172a0e}.cp-embed-side-card>div:first-child{max-width:860px}.cp-embed-preview-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.cp-embed-info-list{grid-template-columns:repeat(3,minmax(0,1fr))}.cp-embed-info-list>div{flex-direction:column;align-items:flex-start}.cp-embed-info-list strong{text-align:left}.cp-embed-kb-box{max-width:none}.cp-embed-code-mini pre{max-height:none}@media (width<=860px){.cp-embed-preview-actions,.cp-embed-info-list{grid-template-columns:1fr}}.cp-embed-showcase{margin-bottom:140px;padding-bottom:80px}.cp-embed-side-card,.cp-embed-code-mini{margin-bottom:80px}.cp-widget-config-grid select{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #94a3b847;border-radius:14px;padding:12px 14px}.cp-widget-config-grid small{color:#64748b;line-height:1.45}.cp-histogram-section{gap:14px;margin-top:18px;display:grid}.cp-histogram-section+.cp-histogram-section{margin-top:24px}.cp-histogram-title{color:#0f172a;justify-content:space-between;align-items:center;gap:14px;display:flex}.cp-histogram-title strong{font-size:1rem;font-weight:780}.cp-histogram-title span{color:#64748b;font-size:.86rem;font-weight:650}.cp-histogram{background:linear-gradient(#fff,#f8fafc);border:1px solid #cbd5e1d1;border-radius:22px;grid-template-columns:repeat(auto-fit,minmax(52px,1fr));align-items:end;gap:12px;min-height:260px;padding:18px;display:grid}.cp-histogram-item{text-align:center;grid-template-rows:1fr auto auto auto;align-items:end;gap:7px;min-width:0;display:grid}.cp-histogram-bars{border-bottom:1px solid #cbd5e1e6;justify-content:center;align-items:flex-end;gap:4px;height:150px;padding:0 2px;display:flex}.cp-histogram-bar{background:#2563eb;border-radius:999px 999px 3px 3px;width:18px;min-height:6px;transition:height .2s;box-shadow:0 9px 18px #2563eb29}.cp-histogram-bar.secondary{background:#93c5fd;box-shadow:0 9px 18px #93c5fd2e}.cp-histogram-item strong{color:#0f172a;font-size:.9rem;font-weight:780;line-height:1}.cp-histogram-item span{color:#475569;white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;font-weight:700;overflow:hidden}.cp-histogram-item small{color:#94a3b8;font-size:.72rem}@media (width<=860px){.cp-histogram{grid-template-columns:repeat(auto-fit,minmax(42px,1fr));overflow-x:auto}.cp-histogram-bars{height:130px}.cp-histogram-title{flex-direction:column;align-items:flex-start}}
