
:root{
  --sidebar-width:330px;
  --script-height:330px;
  --bg:#070b10;--panel:#0d141c;--panel2:#101922;--line:#25323e;
  --text:#eef4f8;--muted:#7e8c9b;--green:#62dfa7;--blue:#88c5ff;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0}
body{
  background:radial-gradient(circle at 72% 0%,rgba(58,150,110,.08),transparent 25%),var(--bg);
  color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:15px;
  overflow:hidden;
}
.hidden{display:none!important}
.app.auth-locked{visibility:hidden;pointer-events:none}
.auth-gate{
  position:fixed;inset:0;z-index:9999;display:grid;place-items:center;
  background:radial-gradient(circle at 50% 20%,rgba(58,150,110,.12),transparent 40%),#070b10;
  padding:24px;
}
.auth-card{
  width:min(420px,100%);padding:28px 26px 24px;border-radius:16px;
  background:#0d141c;border:1px solid #243240;box-shadow:0 24px 60px rgba(0,0,0,.45);
}
.auth-brand{font:800 13px Manrope;letter-spacing:.18em;color:#62dfa7;margin-bottom:10px}
.auth-card h1{margin:0 0 8px;font:800 26px Manrope;color:#fff}
.auth-card p{margin:0 0 18px;color:#7e8c9b;font-size:13px;line-height:1.5}
.auth-label{display:grid;gap:8px;font-size:12px;font-weight:700;color:#9aabba}
.auth-label input{
  width:100%;min-height:44px;border-radius:10px;border:1px solid #2a3948;
  background:#0a1118;color:#eef4f8;padding:0 12px;outline:0;
}
.auth-label input:focus{border-color:#3b7459;box-shadow:0 0 0 3px rgba(98,223,167,.08)}
.auth-error{margin:12px 0 0;color:#ff8f8f;font-size:13px}
.auth-submit{
  margin-top:16px;width:100%;min-height:44px;border:0;border-radius:10px;cursor:pointer;
  background:#1f8f5f;color:#fff;font-weight:800;
}
.auth-submit:hover{background:#24a36c}
.auth-submit:disabled{opacity:.6;cursor:wait}
body.resizing-h,body.resizing-v{user-select:none;cursor:col-resize}
body.resizing-v{cursor:row-resize}
button,input{font:inherit}
button{appearance:none}
.app{
  display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);
  height:100vh;overflow:hidden;
}
.sidebar{
  min-width:0;height:100vh;overflow:hidden;background:#080e14;border-right:1px solid #19242e;
}
.sidebar-inner{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;padding:20px 15px 16px;scrollbar-gutter:stable}
.sidebar-resizer{
  position:fixed;top:0;bottom:0;left:calc(var(--sidebar-width) - 3px);width:6px;
  z-index:50;cursor:col-resize;
}
.sidebar-resizer:hover{background:rgba(98,223,167,.16)}
.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:#fff;padding:4px 5px 17px;border-bottom:1px solid #19242e}
.logo-box{width:45px;height:45px;border-radius:13px;background:#101923;border:1px solid #273542;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}
.logo-box img{width:29px;height:32px;object-fit:contain;display:block}
.brand b{font:800 18px Manrope;letter-spacing:.04em}.brand small{display:block;color:#738295;font-size:9px;margin-top:3px;letter-spacing:.12em}
.crm-back{display:block;margin:14px 0;padding:11px 12px;border-radius:10px;text-decoration:none;color:#dfffee;background:#102018;border:1px solid #2a5a44;font-weight:700;font-size:12px}
.search-label{margin:18px 4px 8px;font-size:9px;letter-spacing:.15em;font-weight:800;color:#6f7f8e}
.search-wrap{position:relative;display:flex;align-items:center;gap:8px;border:1px solid #293640;background:#0d151c;border-radius:11px;min-height:45px;padding:0 10px;z-index:80}
.search-wrap:focus-within{border-color:#3b7459;box-shadow:0 0 0 3px rgba(98,223,167,.06)}
.search-icon{color:#7c91a4;font-size:19px}.search-wrap input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#edf4f8;font-size:13px}
.search-wrap input::placeholder{color:#647486}.search-wrap kbd{font-size:9px;border:1px solid #273440;color:#738293;border-radius:5px;padding:4px 6px}
.search-results{
  position:relative;width:100%;max-height:300px;overflow:auto;margin:6px 0 2px;
  background:#0d151d;border:1px solid #2b3945;border-radius:12px;box-shadow:0 14px 34px rgba(0,0,0,.30);z-index:20;
}
.search-hit{width:100%;display:grid;grid-template-columns:24px minmax(0,1fr) 15px;gap:8px;align-items:center;text-align:left;padding:10px;border:0;border-bottom:1px solid #1d2832;background:transparent;color:#dbe5ec}
.search-hit:hover{background:#152019}.hit-num{width:21px;height:21px;border-radius:6px;background:#173c2c;color:#88f0bc;display:grid;place-items:center;font-size:8px;font-weight:900}.hit-copy{min-width:0}.hit-copy b{display:block;font-size:11px;line-height:1.4}.hit-copy small{display:block;color:#6f8090;font-size:9px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hit-arrow{color:#77b6e2}.search-empty{padding:18px;color:#7b8998;font-size:11px;line-height:1.6}

.all-scenarios-btn{width:100%;margin:0 0 8px;padding:9px 10px;border:1px solid #273642;background:#0e161e;color:#8e9ca9;border-radius:9px;text-align:left;font-size:10px;font-weight:800}
.all-scenarios-btn:hover{background:#141e27;color:#e3edf3}.all-scenarios-btn.active{background:#12311f;border-color:#2d7453;color:#e5fff3}
.branch-empty{padding:10px;color:#617180;font-size:10px;line-height:1.5;text-align:center}
.search-context{padding:8px 10px;border-bottom:1px solid #202d37;color:#6f8090;font-size:9px;text-transform:uppercase;letter-spacing:.08em}

.hidden{display:none!important}
.sidebar-section-title{display:flex;justify-content:space-between;align-items:center;margin:18px 4px 8px;color:#6f7f8e;font-size:9px;font-weight:800;letter-spacing:.14em}.sidebar-section-title b{letter-spacing:0;background:#131d25;border:1px solid #273540;padding:4px 7px;border-radius:999px;color:#84929f;font-size:9px}
.scenario-tree{display:grid;gap:7px}
.scenario-group{border:1px solid #1e2a35;border-radius:11px;background:#0d151d;overflow:hidden}.scenario-group.active{border-color:#2d7453;box-shadow:inset 3px 0 #62dfa7}.scenario-group.dimmed{opacity:.55}
.scenario-head{width:100%;display:grid;grid-template-columns:29px minmax(0,1fr) 29px 14px;gap:8px;align-items:center;text-align:left;border:0;background:transparent;color:#dce5ec;padding:10px;cursor:pointer}
.scenario-head:hover{background:#131c24}.sn-num{width:28px;height:28px;border-radius:8px;background:#173c2c;color:#86f0bc;display:grid;place-items:center;font-size:9px;font-weight:900}
.scenario-copy{min-width:0}.scenario-copy b{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scenario-copy small{display:block;color:#68798a;font-size:8px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scenario-count{justify-self:end;min-width:22px;text-align:center;color:#8392a0;font-size:9px;background:#111a22;border:1px solid #26333e;border-radius:999px;padding:4px 5px}.scenario-chevron{color:#6d7f90;font-size:13px}
.question-branch{display:grid;grid-template-rows:0fr;transition:grid-template-rows .18s ease;border-top:0 solid #1c2832}.question-branch.open{grid-template-rows:1fr;border-top:1px solid #1c2832}.question-branch::before{content:"";min-height:0}.question-branch>*{overflow:hidden}.question-branch{padding:0}.question-branch.open{padding:6px 7px 7px}
.branch-item{width:100%;border:1px solid transparent;background:#0f171f;color:#a9b5c0;border-radius:9px;text-align:left;padding:8px 9px;margin:2px 0;cursor:pointer}.branch-item:hover{background:#151f28;color:#fff;border-color:#263640}.branch-item.active{background:#14271f;border-color:#2d7756;color:#f1fff8;box-shadow:inset 2px 0 #62dfa7}.branch-item .branch-tag{display:block;color:#73abd4;font-size:8px;letter-spacing:.06em;text-transform:uppercase;font-weight:800;margin-bottom:4px}.branch-item strong{display:block;font-size:10px;line-height:1.42}.sidebar-tip{margin-top:auto;border-top:1px solid #19242e;padding:12px 5px 0;display:flex;gap:8px;color:#5f7080;font-size:10px;line-height:1.5}.tip-dot{width:7px;height:7px;border-radius:50%;background:#62dfa7;box-shadow:0 0 10px rgba(98,223,167,.35);margin-top:4px;flex:0 0 auto}

.main{
  min-width:0;height:100vh;overflow-y:auto;overflow-x:hidden;padding:26px 34px 32px;
  scrollbar-gutter:stable;scroll-behavior:smooth;
}
.topbar{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.eyebrow{font-size:10px;letter-spacing:.16em;color:#6c7e8e;font-weight:800}.topbar h1{font:800 34px Manrope;margin:6px 0 5px;letter-spacing:-.03em}.topbar p{margin:0;color:#82909e;font-size:13px}.crm-btn{margin-top:1px;text-decoration:none;border:1px solid #2b3b48;color:#cdd9e3;background:#111923;padding:10px 14px;border-radius:10px;font-weight:700}
.scenario-banner{margin-top:16px;padding:16px 18px;border:1px solid #23313d;border-radius:15px;background:linear-gradient(135deg,#101922,#0d141b);display:flex;justify-content:space-between;align-items:center;gap:16px}.scenario-kicker{font-size:9px;letter-spacing:.14em;color:#6f8090;font-weight:800}.scenario-banner h2{font:800 23px Manrope;margin:5px 0 7px}.scenario-badge{display:inline-flex;border-radius:999px;padding:6px 9px;background:#173c2c;color:#8cf1bf;border:1px solid #2c6049;font-size:9px;font-weight:800}.scenario-meta{font-size:11px;color:#687889}
.script-card{
  position:relative;margin-top:11px;height:auto;min-height:0;max-height:none;
  padding:16px 18px;border:1px solid #24313c;background:#0d141c;border-radius:15px;box-shadow:0 12px 32px rgba(0,0,0,.15);overflow:visible;
}
.card-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.script-actions{display:flex;align-items:center;gap:7px}.jump-btn{border:1px solid #2b4453;background:#101a22;color:#9dc9e8;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:800}.jump-btn:hover{border-color:#4b6f87;background:#15212a}.card-title-row h3{font:800 18px Manrope;margin:6px 0 0}.read-badge{font-size:9px;color:#84eeb8;background:#102219;border:1px solid #2a5744;border-radius:999px;padding:6px 9px}.script-body{margin-top:13px;max-width:1180px}.script-paragraph{display:grid;grid-template-columns:29px minmax(0,1fr);gap:9px;align-items:start;margin-bottom:10px}.script-index{color:#456071;font-size:9px;padding-top:5px;font-weight:800}.script-paragraph p{margin:0;font-size:14px;line-height:1.75;color:#dbe4eb}.script-offer{padding:11px 12px;border:1px solid #315a49;background:linear-gradient(135deg,rgba(96,224,166,.12),rgba(36,97,72,.03));border-radius:10px}.script-offer p{color:#dfffed;font-weight:700}.closing{margin-top:10px;padding:12px;border-radius:10px;background:#101a22;border:1px solid #2b3e4d}.closing-label{font-size:9px;letter-spacing:.12em;color:#7cb5df;font-weight:800}.closing p{margin:6px 0 0;color:#d8e7f1;font-size:13px;line-height:1.7}
.resize-handle.horizontal{position:absolute;left:18px;right:18px;bottom:-1px;height:7px;cursor:row-resize;z-index:8;border-radius:10px}.resize-handle.horizontal:hover{background:rgba(98,223,167,.12)}
.answer-section{margin-top:12px;border:1px solid #24313c;background:#0d141c;border-radius:15px;overflow:hidden}.answer-toolbar{display:flex;justify-content:space-between;align-items:center;padding:14px 17px;border-bottom:1px solid #1e2a34}.answer-toolbar h3{font:800 17px Manrope;margin:5px 0 0}.toolbar-actions{display:flex;gap:8px;align-items:center}.hint-pill{max-width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid #273640;background:#111a22;color:#8292a0;border-radius:999px;padding:6px 9px;font-size:9px}.ghost-btn{border:1px solid #2b3946;background:#101922;color:#b9c7d2;border-radius:9px;padding:8px 10px;font-size:10px}.answer-panel{min-height:520px;padding:17px;max-height:none;overflow:visible}
.empty-answer{min-height:420px;display:grid;place-items:center;align-content:center;text-align:center;color:#738292;padding:30px}.empty-icon{font-size:34px;color:#65dea5}.empty-answer h3{margin:8px 0 4px;font:800 19px Manrope;color:#dbe5eb}.empty-answer p{max-width:520px;line-height:1.7;font-size:12px}
.answer-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:0 0 14px;border-bottom:1px solid #202c36}.answer-kicker{font-size:9px;color:#75b7eb;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.answer-head h3{font:800 23px/1.36 Manrope;margin:5px 0 0;max-width:980px}.copy-btn{border:1px solid #2a3946;background:#101922;color:#bac8d4;border-radius:9px;padding:8px 10px;font-size:10px;flex:0 0 auto}.answer-purpose{margin:12px 0 2px;padding:10px 12px;border-radius:10px;background:#0f1a21;border:1px solid #22313c;font-size:11px;line-height:1.5;color:#9cafbe}.answer-purpose span{display:block;color:#6caedb;font-size:8px;font-weight:800;letter-spacing:.12em;margin-bottom:3px}.answer-purpose b{color:#d7e1e8;font-weight:700}
.answer-stack{display:grid;gap:10px;padding:12px 0 4px}.objection-intro{padding:14px 15px;border:1px solid #263441;background:#111923;border-radius:11px;color:#d7e0e8;font-size:14px;line-height:1.8}.argument-card{padding:14px 15px;border:1px solid #25333f;background:#111923;border-radius:11px;color:#d7e0e8;font-size:14px;line-height:1.78}.argument-card.green{border-color:#355844;background:linear-gradient(135deg,rgba(98,223,167,.08),rgba(33,70,55,.03))}.argument-card.blue{border-color:#2b465b;background:linear-gradient(135deg,#121d27,#101820)}.argument-card.premium{border-color:#415033;background:linear-gradient(135deg,rgba(210,225,105,.07),rgba(48,76,52,.03))}.argument-card.neutral{background:#111923}.argument-label,.price-label{display:block;font-size:9px;line-height:1.2;color:#88b8dd;letter-spacing:.10em;font-weight:800;margin-bottom:7px}.argument-card.premium .argument-label{color:#d4df82}
.answer-body{padding:12px 0 5px}.answer-paragraph{font-size:14px;line-height:1.82;color:#d7e0e8;padding:12px 13px;margin-bottom:8px;background:#111923;border:1px solid #22303b;border-radius:10px}.answer-paragraph:nth-child(1){border-left:3px solid #6aaee0}.price-card{border:1px solid #2f4c5e;background:linear-gradient(135deg,#111d27,#0d161e);border-radius:11px;padding:14px 15px;color:#dae7ef;font-size:14px;line-height:1.78}.price-card .price-label{color:#94d4ff}
.branch-box{margin-top:15px;padding:14px 0 3px;border-top:1px solid #202c36}.branch-title{font-size:9px;color:#7cb6df;letter-spacing:.12em;font-weight:800}.branch-copy{font-size:10px;color:#6f7f8f;margin:5px 0 9px}.branch-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.branch-btn{width:100%;min-height:132px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:16px 14px;border-radius:10px;border:1px solid #294257;background:#111922;color:#d7e4ee;text-align:left;cursor:pointer;overflow:hidden}.branch-btn b{font-size:13px;line-height:1.35;display:block;word-break:normal;white-space:normal}.branch-btn:hover{border-color:#4e728d;background:#15202a}.branch-btn b{font-size:11px;line-height:1.45}.branch-btn>span:last-child{color:#7dbce5}.branch-tag{font-size:8px;color:#76b2dc;text-transform:uppercase;letter-spacing:.05em;font-weight:800;white-space:nowrap}
.fullscreen-answer .answer-section{position:fixed;inset:18px;z-index:90;margin:0;background:#0d141c;box-shadow:0 30px 90px rgba(0,0,0,.55);overflow:auto}.fullscreen-answer .answer-panel{padding:22px}.fullscreen-answer .answer-head h3{font-size:27px}
mark{background:#e1f36d;color:#111;border-radius:3px;padding:0 2px}.toast{position:fixed;right:24px;bottom:24px;z-index:120;padding:11px 14px;background:#101920;border:1px solid #305245;color:#dffff0;border-radius:10px;opacity:0;transform:translateY(8px);transition:.2s;font-size:12px}.toast.show{opacity:1;transform:none}
::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#1b2d3b,#263a49);border:2px solid transparent;background-clip:padding-box;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#2d5b67,#376d5c);border:2px solid transparent;background-clip:padding-box}
*{scrollbar-width:thin;scrollbar-color:#2a3d4c transparent}
@media(max-width:900px){
  body{overflow:auto}.app{display:block;height:auto;overflow:visible}.sidebar{position:relative;width:100%;height:auto;max-height:62vh}.sidebar-resizer{display:none}
  .main{height:auto;overflow:visible;padding:18px}.script-card{height:auto;max-height:none}.resize-handle.horizontal{display:none}
  .answer-panel{min-height:420px}.topbar{flex-direction:column}.scenario-banner{align-items:flex-start;flex-direction:column}
}

.question-branch.open{max-height:46vh;overflow:auto;scrollbar-gutter:stable}
.sidebar-inner{scrollbar-gutter:stable}

/* V9 compact scenario picker */
.scenario-tree{gap:5px}
.scenario-group{border-radius:10px}
.scenario-head{padding:8px 9px;grid-template-columns:26px minmax(0,1fr) 25px 12px;gap:7px}
.sn-num{width:26px;height:26px;border-radius:7px;font-size:8px}
.scenario-copy b{font-size:10px}.scenario-copy small{font-size:7px}.scenario-count{min-width:20px;padding:3px 4px;font-size:8px}.scenario-chevron{font-size:11px}
.question-branch{max-height:0!important;overflow:hidden!important;transition:max-height .2s ease,padding .2s ease;border-top:0!important}
.question-branch.open{max-height:280px!important;overflow:auto!important;padding:4px 6px 6px;border-top:1px solid #1c2832!important;scrollbar-gutter:stable}
.question-branch-inner{min-height:0}.branch-item{padding:7px 8px;margin:1px 0;border-radius:8px}.branch-item .branch-tag{font-size:7px;margin-bottom:3px}.branch-item strong{font-size:9px;line-height:1.35}
.sidebar-tip{font-size:9px}
.scenario-banner{margin-top:13px}.script-card{height:clamp(360px,50vh,560px)}
.all-scenarios-btn{margin-bottom:6px;padding:8px 9px;font-size:9px}
.empty-answer{min-height:330px}.empty-answer h3{font-size:18px}.empty-answer p{max-width:560px;font-size:11px}

.sidebar-inner::-webkit-scrollbar{width:8px}.sidebar-inner::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#1d3040,#29485a);border:2px solid transparent;background-clip:padding-box;border-radius:999px}.sidebar-inner::-webkit-scrollbar-track{background:transparent}

/* V13 FINAL LAYOUT:
   - main script grows to full content; no internal scrollbar
   - questions in an opened scenario are never internally scrollable
   - the whole left sidebar scrolls instead
   - only one scenario can be open at a time
   - narrower centered reading measure
*/
.sidebar{overflow:hidden!important}
.sidebar-inner{
  height:100%!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scrollbar-gutter:stable;
}
.question-branch.open{
  max-height:none!important;
  height:auto!important;
  overflow:visible!important;
  padding:5px 6px 7px!important;
}
.question-branch.open .question-branch-inner{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
}
.branch-item{
  padding:8px 9px!important;
  margin:2px 0!important;
}
.branch-item strong{
  font-size:9.5px!important;
  line-height:1.36!important;
}
.script-card{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  scrollbar-gutter:auto!important;
}
.resize-handle.horizontal{display:none!important}
.script-body{
  max-width:920px!important;
  margin:12px auto 0!important;
}
.script-paragraph{
  grid-template-columns:26px minmax(0,1fr)!important;
  gap:8px!important;
  margin-bottom:8px!important;
}
.script-paragraph p{
  max-width:900px!important;
  font-size:13.5px!important;
  line-height:1.62!important;
  letter-spacing:-.005em;
}
.closing{
  max-width:920px!important;
  margin:12px auto 0!important;
}
.answer-section{
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.answer-panel{
  overflow:visible!important;
}
.answer-body,.answer-stack{
  max-width:920px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.answer-paragraph,.argument-card,.price-card{
  font-size:13.2px!important;
  line-height:1.68!important;
}
.answer-head h3{
  max-width:900px!important;
  font-size:21px!important;
  line-height:1.32!important;
}
.empty-answer{
  max-width:720px!important;
  min-height:320px!important;
  margin:0 auto!important;
}
.search-results{
  max-height:280px!important;
  overflow-y:auto!important;
}
.search-results::-webkit-scrollbar,
.sidebar-inner::-webkit-scrollbar{
  width:8px;
}
.search-results::-webkit-scrollbar-track,
.sidebar-inner::-webkit-scrollbar-track{
  background:transparent;
}
.search-results::-webkit-scrollbar-thumb,
.sidebar-inner::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,#1e3444,#2e5960);
  border:2px solid transparent;
  background-clip:padding-box;
  border-radius:999px;
}
.search-results::-webkit-scrollbar-thumb:hover,
.sidebar-inner::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,#2c5e6b,#3c7c69);
  border:2px solid transparent;
  background-clip:padding-box;
}

/* V17 — exact foundation text, no invented labels or reordering. */
.yandex-foundation{max-width:980px;margin:14px auto 0}
.foundation-paragraph{color:#dbe4eb;font-size:13.5px;line-height:1.72;padding:12px 14px;margin:0 0 8px;background:#111923;border:1px solid #22303b;border-radius:10px}
.foundation-paragraph.lead{border-left:3px solid #6aaee0}
.foundation-paragraph strong{color:#f0f6fa;font-weight:800}

/* NEXORA methodic scrollbars */
*{scrollbar-width:thin;scrollbar-color:#314451 transparent}
*::-webkit-scrollbar{width:8px;height:8px}
*::-webkit-scrollbar-track{background:transparent}
*::-webkit-scrollbar-thumb{background:#314451;border-radius:999px;border:2px solid transparent;background-clip:padding-box}
*::-webkit-scrollbar-thumb:hover{background:#466274;border-radius:999px;border:2px solid transparent;background-clip:padding-box}
mark{background:#d6f35d;color:#10150f;border-radius:3px;padding:0 2px}
.nexora-toast{position:fixed;right:22px;bottom:22px;z-index:300;background:#15231d;border:1px solid #2d6b50;color:#ddfff0;border-radius:10px;padding:10px 14px;font-size:12px;font-weight:700;opacity:0;transform:translateY(8px);pointer-events:none;transition:.18s ease}
.nexora-toast.show{opacity:1;transform:translateY(0)}
.search-box{position:relative;z-index:120}.search-results{position:absolute !important;top:calc(100% + 6px);left:0;right:0;width:auto !important;z-index:120;box-shadow:0 18px 40px rgba(0,0,0,.35);max-height:360px;overflow:auto}
