@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#eef1f7;background:#090b10;font-synthesis:none;--bg: #090b10;--panel: #11141b;--panel-2: #161a23;--line: rgba(255,255,255,.08);--muted: #8f98aa;--text: #eef1f7;--accent: #7c5cff;--accent-2: #a78bfa;--good: #47d19c;--warn: #f3b75f;--danger: #ff7373}*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at 70% -10%,rgba(124,92,255,.16),transparent 32%),var(--bg)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{width:255px;position:fixed;inset:0 auto 0 0;padding:22px 16px;background:#0c0e14f2;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:30;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.brand{display:flex;gap:11px;align-items:center;padding:0 8px 26px}.brand-mark{width:38px;height:38px;display:block;flex:0 0 38px;filter:drop-shadow(0 10px 15px rgba(124,92,255,.2))}.brand strong{display:block;font-size:15px;letter-spacing:.03em}.brand small{display:block;color:var(--muted);margin-top:2px;font-size:11px}nav{display:flex;flex-direction:column;gap:5px}nav a{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:11px;color:#a8b0bf;font-size:14px;transition:.2s}nav a:hover{background:#ffffff0a;color:#fff}nav a.router-link-active{color:#fff;background:linear-gradient(90deg,#7c5cff33,#7c5cff0f);box-shadow:inset 0 0 0 1px #7c5cff38}.nav-icon{width:21px;text-align:center;color:#b9aaff;font-size:17px}.sidebar-bottom{margin-top:auto}.model-chip{width:100%;color:inherit;text-align:left;cursor:default;display:flex;gap:10px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:12px;background:#ffffff06}.model-chip small,.model-chip strong{display:block}.model-chip small{color:var(--muted);font-size:10px;text-transform:uppercase}.model-chip strong{font-size:12px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;max-width:160px}.pulse.muted{background:#687181;box-shadow:none}.pulse{width:9px;height:9px;border-radius:50%;background:var(--good);box-shadow:0 0 0 5px #47d19c14}.version{color:#555d6b;font-size:11px;padding:14px 4px 0}.main-area{margin-left:255px;width:calc(100% - 255px);min-height:100vh}.topbar{height:68px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 32px;background:#090b10c7;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.breadcrumbs{color:#7f8899;font-size:13px}.breadcrumbs span{margin:0 8px;color:#454b57}.page-wrap{max-width:1440px;margin:0 auto;padding:34px 36px 72px}.mobile-menu{display:none;background:none;border:0;font-size:20px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px}.eyebrow{color:#9d8cff;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:700;margin-bottom:8px}.page-head h1,.hero h1{margin:0;font-size:31px;line-height:1.18;letter-spacing:-.035em}.page-head p,.hero p{color:var(--muted);margin:9px 0 0;max-width:700px;line-height:1.6;font-size:14px}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:linear-gradient(180deg,#151922f2,#0f1219f2);border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 12px 40px #00000024}.card.subtle{background:#ffffff05}.card h2,.card h3{margin:0}.card h2{font-size:18px}.card h3{font-size:15px}.card p{color:var(--muted);line-height:1.55;font-size:13px}.stat{min-height:122px;position:relative;overflow:hidden}.stat:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-38px;top:-38px;background:#7c5cff1f}.stat-label{color:var(--muted);font-size:12px}.stat-value{font-size:30px;font-weight:700;margin-top:14px;letter-spacing:-.04em}.stat-note{color:#697184;font-size:11px;margin-top:7px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);background:#171b24;color:#e9ecf3;border-radius:10px;padding:10px 15px;cursor:pointer;transition:.2s;font-weight:600;font-size:13px}.button:hover{transform:translateY(-1px);border-color:#ffffff29}.button.primary{background:linear-gradient(135deg,var(--accent),#5c3fe0);border-color:transparent;box-shadow:0 9px 25px #7c5cff33}.button.ghost{background:transparent}.button.good{background:#47d19c1f;color:#8ce5c4;border-color:#47d19c3d}.button.small{padding:8px 12px;font-size:12px}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.field{display:flex;flex-direction:column;gap:7px}.field label{color:#bdc4d0;font-size:12px;font-weight:600}.input,.textarea{width:100%;border:1px solid var(--line);background:#0c0f15;color:var(--text);border-radius:11px;padding:12px 13px;outline:none;transition:.2s}.textarea{min-height:112px;resize:vertical;line-height:1.55}.input:focus,.textarea:focus{border-color:#7c5cffa6;box-shadow:0 0 0 4px #7c5cff14}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:100px;padding:5px 9px;font-size:11px;border:1px solid var(--line);color:#b7bfcc;background:#ffffff06}.badge.good{color:#7fe0bd;border-color:#47d19c38;background:#47d19c14}.badge.warn{color:#f3c776;border-color:#f3b75f38;background:#f3b75f14}.badge.purple{color:#b9a8ff;border-color:#7c5cff47;background:#7c5cff1a}.list{display:flex;flex-direction:column;gap:10px}.list-item{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:#ffffff05;transition:.2s}.list-item:hover{background:#ffffff08;border-color:#ffffff21}.item-main{min-width:0}.item-title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-sub{color:var(--muted);font-size:11px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estimate-hint{display:block;margin-top:4px;white-space:normal;line-height:1.45}.item-meta{display:flex;gap:8px;align-items:center;flex-shrink:0}.hero{padding:30px;border:1px solid rgba(124,92,255,.2);border-radius:20px;background:radial-gradient(circle at 85% 0%,rgba(124,92,255,.23),transparent 35%),linear-gradient(135deg,#171924,#11131a);margin-bottom:24px}.hero-actions{margin-top:22px;display:flex;gap:10px;flex-wrap:wrap}.empty{text-align:center;padding:52px 20px;border:1px dashed rgba(255,255,255,.12);border-radius:15px;color:var(--muted)}.empty strong{display:block;color:#fff;margin-bottom:7px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:28px 0 13px}.section-title h2{font-size:16px;margin:0}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.toolbar .input{max-width:380px}.notice{border:1px solid rgba(124,92,255,.22);background:#7c5cff12;color:#d4ccff;padding:13px 15px;border-radius:12px;font-size:12px;line-height:1.55}.notice.warn{border-color:#f3b75f3d;background:#f3b75f12;color:#f5d79b}.error{color:#f99;background:#ff737314;border:1px solid rgba(255,115,115,.2);padding:12px;border-radius:10px;font-size:12px}.split{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:20px;align-items:start}.sticky{position:sticky;top:90px}.markdown{color:#d7dce5;line-height:1.72;font-size:14px}.markdown h1,.markdown h2,.markdown h3{color:#fff;line-height:1.25;margin-top:1.6em}.markdown h1{font-size:28px}.markdown h2{font-size:21px;border-bottom:1px solid var(--line);padding-bottom:8px}.markdown h3{font-size:17px}.markdown code{background:#090b10;padding:2px 5px;border-radius:5px}.markdown blockquote{margin-left:0;padding-left:14px;border-left:3px solid var(--accent);color:#aeb6c3}.outline-row{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;padding:12px 0;border-bottom:1px solid var(--line)}.outline-row:last-child{border-bottom:0}.outline-num{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:#7c5cff1f;color:#b8a8ff;font-size:11px}.outline-row strong{font-size:13px}.outline-row p{margin:5px 0 0;font-size:11px}.loading{display:inline-block;width:15px;height:15px;border:2px solid rgba(255,255,255,.22);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1000px){.grid.four{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.sticky{position:static}}@media(max-width:760px){.sidebar{transform:translate(-100%);transition:.25s}.sidebar.open{transform:none}.main-area{margin-left:0;width:100%}.mobile-menu{display:block}.topbar{padding:0 16px}.breadcrumbs{display:none}.page-wrap{padding:24px 16px 60px}.grid.two,.grid.three,.grid.four,.form-grid{grid-template-columns:1fr}.page-head{flex-direction:column}.page-head h1,.hero h1{font-size:26px}.item-meta{display:none}}.context-notice,.context-main-card{margin-bottom:18px}.context-main-grid{grid-template-columns:2fr 1fr 1fr}.context-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.context-section{padding:18px}.context-section-head{display:flex;align-items:flex-start;gap:12px;min-height:62px;margin-bottom:12px}.context-section-head h2{font-size:15px}.context-section-head p{margin:5px 0 0;font-size:11px}.context-index{flex:0 0 32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#7c5cff1c;color:#b9a8ff;font-size:11px;font-weight:700}.context-textarea{min-height:150px}.context-save-footer{display:flex;justify-content:flex-end;padding-top:22px}.textarea.compact{min-height:78px}@media(max-width:1000px){.context-sections,.context-main-grid{grid-template-columns:1fr}}.editor-panel{margin:18px 0;padding:16px;border:1px solid rgba(124,92,255,.28);background:#7c5cff12;border-radius:14px}.editor-panel-head,.outline-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.outline-editor-head{margin:24px 0 8px}.seo-preview-grid,.seo-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.seo-preview-grid>div{padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#080b1159}.seo-preview-grid span{display:block;color:var(--muted);font-size:12px;margin-bottom:4px}.seo-preview-grid strong{font-size:13px;line-height:1.45;overflow-wrap:anywhere}.seo-preview-grid .wide,.seo-editor-grid .wide{grid-column:1/-1}.seo-checklist{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.seo-check{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;font-size:12px;border:1px solid var(--line)}.seo-check.ok{color:#7ee2bd;background:#1eae7e14;border-color:#1eae7e4d}.seo-check.bad{color:#ff9b9b;background:#dc484814;border-color:#dc48484d}.seo-check.warn{color:#f2c66d;background:#d69b2a17;border-color:#d69b2a52}.editor-actions{display:flex;justify-content:flex-end;margin-top:10px}.outline-content{min-width:0;flex:1}.outline-input{margin-bottom:6px;font-weight:700}.knowledge-item{width:100%;text-align:left;cursor:pointer}@media(max-width:760px){.seo-preview-grid,.seo-editor-grid{grid-template-columns:1fr}.seo-preview-grid .wide,.seo-editor-grid .wide{grid-column:auto}.editor-panel-head,.outline-editor-head{flex-direction:column}.editor-panel-head .button,.outline-editor-head .button{align-self:flex-start}}.topbar-actions{display:flex;align-items:center;gap:10px}.theme-toggle{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 10px;border:1px solid var(--line);border-radius:10px;background:var(--panel-2);color:var(--text);cursor:pointer;font-size:12px;font-weight:600}.theme-toggle:hover{border-color:#7c5cff66}:root[data-theme=light]{color:#1b2230;background:#f5f6fa;--bg:#f5f6fa;--panel:#ffffff;--panel-2:#f0f2f7;--line:rgba(25,35,55,.11);--muted:#687386;--text:#1b2230;--accent:#6e50e7;--accent-2:#775ce5;--good:#168963;--warn:#a96812;--danger:#cf4242}:root[data-theme=light] body{background:radial-gradient(circle at 70% -10%,rgba(124,92,255,.1),transparent 32%),var(--bg)}:root[data-theme=light] .sidebar{background:#fffffff0}:root[data-theme=light] nav a{color:#606b7d}:root[data-theme=light] nav a:hover{background:#4a37820d;color:#1b2230}:root[data-theme=light] nav a.router-link-active{color:#3f2a96;background:linear-gradient(90deg,#7c5cff24,#7c5cff0a)}:root[data-theme=light] .topbar{background:#f5f6fad1}:root[data-theme=light] .card{background:linear-gradient(180deg,#fffffffa,#fafbfdfa);box-shadow:0 12px 35px #2a31450f}:root[data-theme=light] .card.subtle,:root[data-theme=light] .list-item{background:#1f283a05}:root[data-theme=light] .list-item:hover{background:#513e910a;border-color:#513e9129}:root[data-theme=light] .button{background:#f1f3f7;color:#202738}:root[data-theme=light] .button.primary{color:#fff;background:linear-gradient(135deg,var(--accent),#5c3fe0)}:root[data-theme=light] .input,:root[data-theme=light] .textarea{background:#fff;color:var(--text)}:root[data-theme=light] .hero{background:radial-gradient(circle at 85% 0%,rgba(124,92,255,.13),transparent 35%),linear-gradient(135deg,#fff,#f7f7fb)}:root[data-theme=light] .empty strong,:root[data-theme=light] .markdown h1,:root[data-theme=light] .markdown h2,:root[data-theme=light] .markdown h3{color:#1b2230}:root[data-theme=light] .markdown{color:#384255}:root[data-theme=light] .seo-preview-grid>div{background:#44367606}:root[data-theme=light] .model-chip{background:#1e283c06}:root[data-theme=light] .loading{border-color:#141c2833;border-top-color:#202738}:root[data-theme=light] .button.primary .loading{border-color:#ffffff4d;border-top-color:#fff}:root[data-theme=light] .badge{color:#3c4658;background:#141e320d;border-color:#141e3226}:root[data-theme=light] .badge.good{color:var(--good);background:#1689631a;border-color:#16896352}:root[data-theme=light] .badge.warn{color:var(--warn);background:#a968121f;border-color:#a9681257}:root[data-theme=light] .badge.danger{color:var(--danger);background:#cf42421a;border-color:#cf424252}:root[data-theme=light] .badge.purple{color:var(--accent);background:#6e50e71a;border-color:#6e50e752}.testing-head{align-items:center}.testing-stats{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.testing-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);gap:18px;align-items:stretch}.testing-compose,.testing-current{min-height:240px}.testing-textarea{min-height:132px}.testing-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.testing-notice{margin-top:16px}.testing-current{display:flex;flex-direction:column}.testing-current p{margin-bottom:0}.current-topic{font-weight:700;line-height:1.45;margin:20px 0 14px}.testing-progress{height:6px;overflow:hidden;border-radius:999px;background:var(--panel-2);margin-bottom:12px}.testing-progress span{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--accent-2));animation:testing-progress 1.25s ease-in-out infinite alternate}@keyframes testing-progress{0%{transform:translate(-20%)}to{transform:translate(160%)}}.testing-table{padding:0;overflow:hidden}.testing-row{display:grid;grid-template-columns:minmax(280px,1fr) 120px 90px 145px 210px;gap:14px;align-items:center;padding:14px 16px;border-top:1px solid var(--line);font-size:12px}.testing-row:first-child{border-top:0}.testing-row-head{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#7c5cff09}.testing-topic-cell{min-width:0}.testing-topic-cell strong,.testing-topic-cell span{display:block;overflow:hidden;text-overflow:ellipsis}.testing-topic-cell strong{font-size:13px;white-space:nowrap}.testing-topic-cell span{color:var(--muted);font-size:11px;margin-top:5px;white-space:nowrap}.testing-date{color:var(--muted)}.testing-row-actions{display:flex;justify-content:flex-end;align-items:center;gap:7px}.icon-button{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--muted);font-size:18px;cursor:pointer}.icon-button:hover{color:var(--danger);border-color:#ff73734d}.icon-button:disabled{opacity:.35;cursor:not-allowed}.danger-button{color:#faa;background:#ff73731a;border-color:#ff73733d}:root[data-theme=light] .danger-button{color:#b43434;background:#cf424214}@media(max-width:1100px){.testing-row{grid-template-columns:minmax(220px,1fr) 110px 80px 170px}.testing-row>div:nth-child(4){display:none}}@media(max-width:760px){.theme-toggle-label{display:none}.testing-grid{grid-template-columns:1fr}.testing-stats{justify-content:flex-start}.testing-row-head{display:none}.testing-row{grid-template-columns:1fr auto;padding:14px}.testing-row>div:nth-child(3),.testing-row>div:nth-child(4){display:none}.testing-row-actions{grid-column:1/-1;justify-content:flex-start}.testing-head{align-items:flex-start}}.testing-summary{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));padding:0;margin-bottom:18px;overflow:hidden}.testing-summary>div{display:flex;flex-direction:column;gap:5px;padding:18px 20px;border-left:1px solid var(--line)}.testing-summary>div:first-child{border-left:0}.testing-summary span,.testing-summary small{color:var(--muted)}.testing-summary span{font-size:12px;font-weight:600}.testing-summary strong{font-size:25px;line-height:1.05}.testing-summary small{font-size:11px}.testing-summary .summary-good{color:var(--good)}.testing-summary .summary-active{color:var(--warn)}.testing-summary .summary-bad{color:var(--danger)}.testing-results{padding:0;overflow:hidden;margin-top:18px}.testing-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:16px;border-bottom:1px solid var(--line)}.testing-toolbar h2{margin:0 0 4px}.testing-toolbar>div>span{color:var(--muted);font-size:12px}.testing-toolbar-controls{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.testing-search{width:240px}.testing-filter{width:150px}.testing-table-wrap{overflow-x:auto}.testing-table{padding:0;overflow:visible;min-width:1060px}.testing-row{grid-template-columns:minmax(260px,1.4fr) 105px 60px 65px 65px 55px 130px 145px minmax(150px,auto)}.coverage-cell strong{display:block;margin-bottom:7px}.coverage-cell>span{display:block;width:100%;height:5px;border-radius:999px;background:var(--panel-2);overflow:hidden}.coverage-cell i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--accent-2))}.testing-stage{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;border-radius:7px;font-size:15px;font-weight:800;background:var(--panel-2);color:var(--muted)}.testing-stage.done{background:#34c75924;color:var(--good)}.testing-stage.failed{background:#ff4d4f24;color:var(--danger)}.testing-stage.active{background:#7c5cff24;color:var(--accent)}.testing-telemetry{color:var(--muted)}.testing-time strong,.testing-time span{display:block}.testing-time span{margin-top:5px;color:var(--muted);font-size:10px}.testing-outcome{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;white-space:nowrap}.testing-outcome i{width:8px;height:8px;border-radius:50%;background:var(--muted)}.testing-outcome.good{color:var(--good)}.testing-outcome.good i{background:var(--good)}.testing-outcome.bad{color:var(--danger)}.testing-outcome.bad i{background:var(--danger)}.testing-outcome.active{color:var(--warn)}.testing-outcome.active i{background:var(--warn)}.testing-outcome.muted{color:var(--muted)}@media(max-width:1250px){.testing-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.testing-summary>div:nth-child(4){border-left:0}.testing-summary>div:nth-child(n+4){border-top:1px solid var(--line)}}@media(max-width:760px){.testing-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.testing-summary>div:nth-child(odd){border-left:0}.testing-summary>div:nth-child(n+3){border-top:1px solid var(--line)}.testing-toolbar{align-items:flex-start;flex-direction:column}.testing-toolbar-controls{width:100%;justify-content:flex-start}.testing-search,.testing-filter{width:100%}}.testing-table-wrap{width:100%;overflow-x:auto;overflow-y:hidden}.testing-table{width:100%;min-width:1320px}.testing-row{box-sizing:border-box;width:100%;grid-template-columns:minmax(320px,1fr) 120px 64px 70px 68px 60px 118px 150px 220px;column-gap:16px}.testing-row>div{min-width:0}.testing-row-head>div{white-space:nowrap}.testing-row-head .testing-actions-head{text-align:right;padding-right:2px}.coverage-cell{min-width:0}.testing-time{white-space:nowrap}.testing-row-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:nowrap}.testing-row-actions .button,.testing-row-actions .icon-button{flex:0 0 auto;white-space:nowrap}@media(max-width:1450px){.testing-table{min-width:1240px}.testing-row{grid-template-columns:minmax(280px,1fr) 110px 58px 64px 62px 54px 108px 138px 205px;column-gap:12px}}.testing-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#03070ec7;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.testing-modal{width:min(1180px,calc(100vw - 48px));max-height:calc(100vh - 48px);padding:0;overflow:hidden;display:flex;flex-direction:column}.testing-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--line)}.testing-modal-head h2{margin:3px 0 0;font-size:20px}.testing-modal-actions{display:flex;justify-content:flex-end;gap:9px;padding:12px 22px;border-bottom:1px solid var(--line)}.testing-modal-state{padding:30px 22px;color:var(--muted)}.testing-modal-error{margin:16px 22px 0}.testing-modal-error pre{margin:8px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;color:inherit}.testing-modal-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:16px;padding:18px 22px 22px;overflow:auto}.testing-result-block{min-width:0;border:1px solid var(--line);border-radius:12px;background:var(--panel-2);overflow:hidden}.testing-result-block:first-child{grid-row:span 2}.testing-result-block h3{margin:0;padding:12px 14px;border-bottom:1px solid var(--line);font-size:13px}.testing-result-block pre{box-sizing:border-box;max-height:300px;margin:0;padding:14px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--text);font:11px/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.testing-result-block:first-child pre{max-height:62vh}.testing-markdown-preview{font-size:12px!important}@media(max-width:900px){.testing-modal-backdrop{padding:10px}.testing-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.testing-modal-grid{grid-template-columns:1fr}.testing-result-block:first-child{grid-row:auto}.testing-modal-actions{justify-content:flex-start}}.knowledge-required-panel{margin-bottom:24px;padding:22px;border:1px solid rgba(243,183,95,.28);border-radius:16px;background:linear-gradient(180deg,#f3b75f14,#151922f5)}.knowledge-required-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.knowledge-required-head h2{margin:0;font-size:20px}.knowledge-required-head p{margin:8px 0 0;color:var(--muted);line-height:1.55;max-width:820px;font-size:13px}.knowledge-gap-list{display:flex;flex-direction:column;gap:12px;margin-top:20px}.knowledge-gap-card{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:16px;border:1px solid var(--line);border-radius:13px;background:#080b1152}.knowledge-gap-index{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f3b75f1f;color:#f3c776;font-size:12px;font-weight:700}.knowledge-gap-body>strong{font-size:14px}.knowledge-gap-body p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.knowledge-gap-label{margin-top:13px;color:#aeb6c4;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.knowledge-gap-claim{margin-top:5px;padding:10px 12px;border-left:3px solid var(--warn);border-radius:6px;background:#f3b75f0f;font-size:13px;line-height:1.5}.knowledge-gap-form{margin-top:14px}.knowledge-gap-actions{display:flex;justify-content:flex-end;margin-top:12px}.knowledge-required-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.failed-preview{margin-top:16px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.failed-preview summary{cursor:pointer;padding:12px 14px;font-size:12px;font-weight:700}.failed-preview pre{max-height:420px;overflow:auto;margin:0;padding:16px;border-top:1px solid var(--line);background:#090b10;color:#cfd5df;white-space:pre-wrap;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace}:root[data-theme=light] .knowledge-required-panel{background:linear-gradient(180deg,#f3b75f1a,#fffffffa)}:root[data-theme=light] .knowledge-gap-card{background:#ffffffa8}:root[data-theme=light] .failed-preview pre{background:#f4f5f8;color:#30394a}@media(max-width:760px){.knowledge-required-head,.knowledge-required-footer{flex-direction:column;align-items:stretch}.knowledge-gap-card{grid-template-columns:1fr}.knowledge-gap-index{margin-bottom:2px}}.testing-summary .summary-warn{color:var(--warn)}.testing-outcome.warn{color:var(--warn);border-color:#f3b75f52;background:#f3b75f17}.testing-diagnostic-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:16px 22px 0;border:1px solid var(--line);border-radius:12px;overflow:hidden}.testing-diagnostic-summary>div{display:flex;flex-direction:column;gap:5px;padding:13px 15px;border-left:1px solid var(--line)}.testing-diagnostic-summary>div:first-child{border-left:0}.testing-diagnostic-summary span{color:var(--muted);font-size:11px}.testing-diagnostic-summary strong{font-size:20px}.testing-knowledge-gaps{margin:16px 22px 0;padding:16px;border:1px solid rgba(243,183,95,.25);border-radius:13px;background:#f3b75f0e}.testing-knowledge-gaps>h3{margin:0 0 12px}.testing-knowledge-gap{display:grid;grid-template-columns:28px minmax(0,1fr);gap:11px;padding:13px 0;border-top:1px solid var(--line)}.testing-knowledge-gap:first-of-type{border-top:0;padding-top:0}.testing-knowledge-gap>span{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:#f3b75f24;color:var(--warn);font-size:11px;font-weight:700}.testing-knowledge-gap strong{display:block;font-size:13px}.testing-knowledge-gap small{display:block;margin-top:3px;color:var(--muted);font-size:10px}.testing-knowledge-gap blockquote{margin:9px 0 0;padding:9px 11px;border-left:3px solid var(--warn);background:#0000001f;font-size:12px;line-height:1.5}.testing-knowledge-gap p{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.testing-gap-question{margin-top:9px;padding:9px 11px;border-radius:8px;background:#6387ff14;font-size:11px;line-height:1.5}.testing-gap-hint{margin:12px 0 0;color:var(--muted);font-size:11px}@media(max-width:760px){.testing-diagnostic-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.testing-diagnostic-summary>div:nth-child(3){border-left:0;border-top:1px solid var(--line)}.testing-diagnostic-summary>div:nth-child(4){border-top:1px solid var(--line)}}.testing-stage.warn{color:var(--warn);border-color:#f3b75f59;background:#f3b75f1a}.testing-gap-form{display:grid;grid-template-columns:1fr;gap:7px;margin-top:12px}.testing-gap-form label{color:var(--muted);font-size:10px;font-weight:700}.testing-gap-form .button{justify-self:end;margin-top:3px}.testing-gap-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}@media(max-width:760px){.testing-gap-footer{align-items:stretch;flex-direction:column}}.badge.danger{color:var(--danger);border-color:#ff667d3d;background:#ff667d14}.testing-outcome.warn i{background:var(--warn)}.content-type-badge{display:inline-flex;margin-right:8px;vertical-align:middle}.testing-compose-settings{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:14px;align-items:end;margin-bottom:14px}.testing-type-hint{min-height:42px;display:flex;align-items:center;color:var(--muted);font-size:12px}.testing-type-hint strong{margin:0 4px;color:var(--text)}.testing-type-badge{white-space:nowrap}.testing-current .testing-type-badge{margin:8px 0 10px}.testing-table{min-width:1440px}.testing-row{grid-template-columns:minmax(300px,1fr) 110px 110px 64px 70px 68px 60px 118px 150px 220px}@media(max-width:1450px){.testing-table{min-width:1360px}.testing-row{grid-template-columns:minmax(270px,1fr) 102px 104px 58px 64px 62px 54px 108px 138px 205px}}@media(max-width:760px){.testing-compose-settings{grid-template-columns:1fr}.testing-type-hint{min-height:auto}}.testing-modal-body{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.testing-modal-body .testing-modal-actions{position:sticky;top:0;z-index:3;background:var(--panel);box-shadow:0 1px 0 var(--line)}.testing-modal-body .testing-modal-grid{overflow:visible}.knowledge-item{position:relative;align-items:flex-start;overflow:visible}.knowledge-item:hover{z-index:20}.knowledge-item-content{min-width:0;flex:1}.knowledge-statement-wrap{position:relative;min-width:0;outline:none}.knowledge-statement{display:-webkit-box;max-width:100%;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;white-space:normal;overflow-wrap:anywhere;line-height:1.45}.knowledge-popover{position:absolute;left:0;right:0;bottom:calc(100% + 8px);z-index:30;visibility:hidden;opacity:0;transform:translateY(4px);pointer-events:none;padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:0 14px 38px #0000004d;text-align:left;transition:opacity .14s ease,transform .14s ease,visibility .14s}.knowledge-popover:after{content:"";position:absolute;left:20px;top:100%;border:6px solid transparent;border-top-color:var(--panel)}.knowledge-popover strong{display:block;color:var(--text);font-size:12px}.knowledge-popover p{max-height:220px;margin:6px 0 0;overflow:auto;color:var(--muted);font-size:12px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.knowledge-statement-wrap:hover .knowledge-popover{visibility:visible;opacity:1;transform:translateY(0)}@media(max-width:760px){.knowledge-popover{position:fixed;left:16px;right:16px;bottom:16px}.knowledge-popover:after{display:none}}.knowledge-diff{display:flex;flex-direction:column;gap:10px}.knowledge-diff-block{border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#ffffff05}.knowledge-diff-block.highlight{border-color:#7c5cff59;background:#7c5cff12}.knowledge-diff-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:6px}.knowledge-diff-text{font-size:12px;line-height:1.6;color:var(--text);white-space:normal;overflow-wrap:anywhere;margin:0}.knowledge-diff-text.small{font-size:11.5px;color:var(--muted)}.list-item.wrap{align-items:flex-start}.list-item.wrap .item-title{white-space:normal}.button.ghost.active{background:#7c5cff24;border-color:#7c5cff66;color:#cfc6ff}.pagination{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:20px}.pagination-dots{color:var(--muted);padding:0 4px;font-size:12px}.billing-filters{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;margin-bottom:14px}.billing-filters label{display:grid;gap:5px;color:var(--muted);font-size:11px}.billing-filters .bace-select{width:auto;min-width:150px;font-size:12px}.billing-filters .bace-select-trigger{min-height:36px;padding:8px 10px}.billing-range{margin-bottom:12px}@media(max-width:560px){.billing-filters{align-items:stretch}.billing-filters label,.billing-filters .bace-select{width:100%}}.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000ad;z-index:60;display:grid;place-items:center;padding:20px}.confirm-dialog{width:min(420px,100%)}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 70% -10%,rgba(124,92,255,.16),transparent 32%),var(--bg)}.auth-card{width:100%;max-width:380px}.sidebar-bottom{display:flex;flex-direction:column;gap:6px;margin-top:auto;padding-bottom:2px}.user-menu{position:relative}.user-menu-trigger{width:100%;display:flex;align-items:center;gap:10px;padding:8px;border:1px solid transparent;border-radius:12px;background:transparent;color:inherit;cursor:pointer;text-align:left;transition:.15s}.user-menu-trigger:hover{background:#ffffff0a;border-color:var(--line)}.avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:15px;color:#fff;background:linear-gradient(145deg,var(--accent),#4a2ed2)}.user-menu-id{min-width:0;flex:1;display:flex;flex-direction:column;gap:1px}.user-menu-id strong{font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-id small{color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-llm{display:flex;align-items:center;gap:5px;font-style:normal;color:#6b7383;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:1px}.pulse.mini{width:6px;height:6px;box-shadow:0 0 0 3px #47d19c14;flex-shrink:0}.user-menu-caret{color:var(--muted);font-size:11px;flex-shrink:0}.user-menu-dropdown{position:absolute;bottom:calc(100% + 6px);left:0;right:0;z-index:20;background:var(--panel-2, #12151c);border:1px solid var(--line);border-radius:12px;padding:6px;box-shadow:0 14px 40px #00000059}.user-menu-item{width:100%;display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:9px;border:none;background:transparent;color:var(--text);font-size:13px;cursor:pointer;text-decoration:none}.user-menu-item:hover{background:#ffffff0f}.user-menu-item.danger{color:#faa}.user-menu-item span:first-child{width:16px;text-align:center;opacity:.8}.danger-zone{margin-top:28px;border:1px solid rgba(255,115,115,.25);border-radius:16px;padding:18px 20px;background:#ff737308}.danger-zone h2{color:#faa}:root[data-theme=light] .danger-zone{border-color:#cf424247;background:#cf424208}:root[data-theme=light] .danger-zone h2{color:#b43434}:root[data-theme=light] .user-menu-dropdown{background:#fff;box-shadow:0 14px 40px #2a314524}:root[data-theme=light] .user-menu-item.danger{color:#b43434}.auth-card{padding:32px}.auth-link{color:var(--accent);font-weight:600}.auth-link:hover{text-decoration:underline}.segmented{display:inline-flex;padding:3px;border:1px solid var(--line);border-radius:12px;background:#ffffff05;gap:2px;width:100%}.segmented button{flex:1;border:none;background:transparent;color:var(--muted);padding:9px 14px;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:.15s}.segmented button.active{background:var(--accent);color:#fff;box-shadow:0 6px 16px #7c5cff4d}.segmented button:not(.active):hover{color:var(--text)}:root[data-theme=light] .segmented{background:#141e3208}.auth-footer{margin-top:22px;font-size:13px;color:var(--muted);text-align:center}.brand{align-items:flex-start;padding:0 8px 20px}.brand-text{flex:1;min-width:0;padding-top:2px}.brand-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.brand-title-row strong{font-size:15px;letter-spacing:.03em}.brand-version{color:#565f70;font-size:10px;font-weight:600;flex-shrink:0}.brand-text>small{display:block;color:var(--muted);margin-top:2px;font-size:11px}.project-switcher{position:relative;padding:0 0 16px}.project-switcher-label{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin:0 2px 6px}.project-switcher-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 11px;border:1px solid var(--line);border-radius:10px;background:#ffffff05;color:var(--text);cursor:pointer;font-size:13px;font-weight:600;transition:.15s}.project-switcher-trigger:hover{border-color:#ffffff2e;background:#ffffff0a}.project-switcher-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.project-switcher-caret{color:var(--muted);font-size:11px;flex-shrink:0;transition:transform .15s}.project-switcher-caret.up{transform:rotate(180deg)}.project-switcher-dropdown{position:absolute;top:calc(100% - 10px);left:0;right:0;z-index:25;background:var(--panel-2, #12151c);border:1px solid var(--line);border-radius:12px;padding:6px;box-shadow:0 14px 40px #00000059}.project-switcher-list{max-height:220px;overflow-y:auto}.project-switcher-item{width:100%;display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:9px;border:none;background:transparent;color:var(--text);font-size:13px;cursor:pointer;text-align:left}.project-switcher-item:hover{background:#ffffff0f}.project-switcher-item.active{background:#7c5cff1f;color:var(--accent-2);font-weight:600}.project-switcher-item.add{color:var(--accent);border-top:1px solid var(--line);margin-top:4px;padding-top:10px}.project-switcher-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.45;flex-shrink:0}.project-switcher-item.active .project-switcher-dot{opacity:1}.project-switcher-form{display:flex;flex-direction:column;gap:8px;padding:4px}.project-switcher-form-actions{display:flex;gap:8px;justify-content:flex-end}:root[data-theme=light] .project-switcher-dropdown{background:#fff;box-shadow:0 14px 40px #2a314524}nav{gap:2px}.breadcrumbs{display:flex;align-items:center}.breadcrumb-link{color:#7f8899;transition:color .15s}.breadcrumb-link:hover{color:var(--text);text-decoration:underline}.breadcrumb-current{color:var(--text)}.breadcrumb-sep{margin:0 8px;color:#454b57}.bace-select{position:relative;min-width:0}.bace-select.is-full{width:100%}.bace-select-trigger{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);background:#0c0f15;color:var(--text);border-radius:11px;padding:10px 12px;text-align:left;cursor:pointer;font:inherit}.bace-select-trigger:focus-visible{outline:none;border-color:#7c5cffa6;box-shadow:0 0 0 4px #7c5cff1f}.bace-select-trigger .placeholder{color:var(--muted)}.bace-select-chevron{width:8px;height:8px;flex:0 0 8px;border-right:1.5px solid var(--muted);border-bottom:1.5px solid var(--muted);transform:rotate(45deg) translateY(-2px)}.bace-select.is-disabled{opacity:.55}.bace-select-menu{position:fixed;z-index:1000;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#11151d;color:var(--text);box-shadow:0 16px 40px #00000059}.bace-select-search{margin:8px 8px 4px;border:1px solid var(--line);border-radius:8px;background:#0c0f15;color:var(--text);padding:8px 10px;outline:none}.bace-select-search:focus{border-color:#7c5cffa6}.bace-select-options{overflow:auto;padding:5px}.bace-select-option{width:100%;display:flex;justify-content:space-between;gap:10px;border:0;border-radius:7px;background:transparent;color:inherit;padding:9px 10px;text-align:left;cursor:pointer;font:inherit;overflow-wrap:anywhere}.bace-select-option.active{background:#7c5cff1f}.bace-select-option.selected{color:#cfc6ff}.bace-select-option:disabled{opacity:.45;cursor:not-allowed}.bace-select-empty{padding:12px;color:var(--muted);font-size:12px}:root[data-theme=light] .bace-select-trigger,:root[data-theme=light] .bace-select-search{background:#fff}:root[data-theme=light] .bace-select-menu{background:#fff;box-shadow:0 16px 40px #1c23302e}.icon-edit-button{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;vertical-align:middle;border:1px solid var(--line);background:#ffffff08;color:var(--muted);cursor:pointer;font-size:13px;margin-left:8px;border-radius:7px;opacity:.85}.icon-edit-button:hover{opacity:1;color:var(--text);background:#7c5cff24;border-color:#7c5cff4d}.rename-form{flex:1;display:flex;align-items:center;gap:10px}.rename-form .input{max-width:260px}.rename-form-actions{display:flex;gap:8px;flex-shrink:0}
