:root{--red:#c51f3a;--red-dark:#8f1830;--red-deep:#651427;--gold:#f2c34a;--gold-soft:#fff1bd;--teal:#157c78;--teal-dark:#0b5352;--ink:#172a35;--ink-soft:#29434e;--muted:#687880;--line:#e7e0d3;--paper:#fffdf8;--sand:#f5f0e6;--sand-deep:#ebe2d2;--white:#fff;--green:#2a8b65;--shadow-sm:0 10px 30px #32221514;--shadow-md:0 24px 70px #32221521;--radius-sm:12px;--radius-md:20px;--radius-lg:30px;--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.modal-open{overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}svg{display:block}.container{width:min(calc(100% - 40px), var(--container));margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffdf8e6;border-bottom:1px solid #c51f3a14;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;min-height:78px;display:flex}.brand{flex:none;align-items:center;gap:11px;display:inline-flex}.brand-logo{object-fit:contain;width:auto;max-width:100%;height:auto;display:block}.brand-logo-header{width:184px}.brand-logo-footer{width:170px}.brand-logo-auth{width:190px}.main-nav{align-items:center;gap:28px;margin-left:auto;display:flex}.main-nav a{color:var(--ink-soft);font-size:14px;font-weight:650;position:relative}.main-nav a:after{content:"";background:var(--red);border-radius:2px;height:2px;transition:transform .18s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(0)}.main-nav a:hover:after{transform:scaleX(1)}.header-actions{align-items:center;gap:10px;display:flex}.language-switcher{border:1px solid var(--line);background:#ffffffd1;border-radius:999px;align-items:center;gap:2px;padding:3px;display:inline-flex}.language-switcher button{cursor:pointer;min-width:31px;height:29px;color:var(--muted);letter-spacing:.06em;background:0 0;border:0;border-radius:999px;padding:0 7px;font-size:10px;font-weight:850;transition:color .16s,background .16s,box-shadow .16s}.language-switcher button:hover{color:var(--ink)}.language-switcher button.active{color:var(--white);background:var(--teal);box-shadow:0 4px 10px #00706733}.text-button{cursor:pointer;background:0 0;border:0;padding:10px 12px;font-size:14px;font-weight:700}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 22px;font-size:14px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button svg,.inline-link svg{width:18px;height:18px}.button:hover{transform:translateY(-2px)}.button:disabled{cursor:wait;opacity:.72;transform:none}.button.primary{color:var(--white);background:linear-gradient(135deg, var(--red), #dc3150);box-shadow:0 13px 30px #c51f3a38}.button.primary:hover{box-shadow:0 17px 36px #c51f3a4d}.button.secondary{background:#ffffffa8;border-color:#172a3526}.button.light{color:var(--red-dark);background:var(--white)}.button.gold{color:var(--red-deep);background:var(--gold);box-shadow:0 16px 36px #29160238}.button.compact{min-height:42px;padding-inline:17px;font-size:13px}.signed-user{border:1px solid var(--line);background:var(--white);border-radius:999px;align-items:center;gap:9px;padding:5px 6px 5px 5px;display:flex}.user-avatar{width:33px;height:33px;color:var(--white);background:var(--teal);border-radius:50%;place-items:center;font-size:13px;font-weight:800;display:grid}.signed-user>span:nth-child(2){flex-direction:column;max-width:150px;line-height:1.1;display:flex}.signed-user b,.signed-user small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.signed-user b{font-size:12px}.signed-user small{color:var(--muted);margin-top:3px;font-size:9px}.signed-user button{background:var(--sand);cursor:pointer;color:var(--muted);border:0;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:700}.menu-toggle{border:1px solid var(--line);background:var(--white);border-radius:50%;place-content:center;gap:4px;width:42px;height:42px;display:none}.menu-toggle span{background:var(--ink);border-radius:4px;width:16px;height:2px;display:block}.hero{background:radial-gradient(circle at 12% 22%,#f2c34a38,#0000 23%),radial-gradient(circle at 86% 38%,#157c781a,#0000 24%),linear-gradient(#fffdf8 0%,#f7f0e5 100%);padding:74px 0 0;position:relative;overflow:hidden}.hero-pattern,.final-pattern{pointer-events:none;opacity:.32;position:absolute}.hero-pattern{border:1px solid #c51f3a21;border-radius:50%;width:720px;height:720px;top:-290px;right:-260px;box-shadow:inset 0 0 0 70px #c51f3a05,inset 0 0 0 140px #f2c34a08,inset 0 0 0 210px #c51f3a05}.hero-pattern:before,.hero-pattern:after{content:"";border-radius:50%;position:absolute;inset:50%;transform:translate(-50%,-50%)}.hero-pattern:before{border:28px dotted #c51f3a29;width:330px;height:330px}.hero-pattern:after{border:20px solid #f2c34a2e;width:110px;height:110px}.hero-grid{z-index:1;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:70px;display:grid;position:relative}.hero-copy{padding-bottom:54px}.eyebrow,.kicker{color:var(--red);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:850;display:inline-flex}.eyebrow{background:#ffffff9e;border:1px solid #c51f3a24;border-radius:999px;padding:8px 12px}.eyebrow svg,.kicker svg{width:16px;height:16px}.kicker.light{color:var(--gold)}.hero h1,.section-heading h2,.result-copy h2,.monitor-copy h2,.final-cta h2{letter-spacing:-.035em;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:700;line-height:1.04}.hero h1{max-width:650px;margin-top:24px;font-size:clamp(46px,5.1vw,72px)}.hero h1 em{color:var(--red);font-style:normal;display:block}.hero-lead{max-width:610px;color:var(--ink-soft);margin:25px 0 0;font-size:19px;line-height:1.58}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.hero-points{color:var(--muted);flex-wrap:wrap;gap:17px;margin-top:25px;font-size:12px;font-weight:650;display:flex}.hero-points span{align-items:center;gap:6px;display:flex}.hero-points svg{width:15px;height:15px;color:var(--teal)}.chat-shell{border-radius:var(--radius-lg);background:var(--white);min-height:590px;box-shadow:var(--shadow-md);border:1px solid #172a351a;position:relative;overflow:hidden}.chat-shell:before{content:"";pointer-events:none;border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 1px #ffffffbf}.chat-topbar{background:#fffdf8d1;border-bottom:1px solid #ece8df;justify-content:space-between;align-items:center;gap:20px;min-height:73px;padding:13px 18px;display:flex}.chat-title-group{align-items:center;gap:11px;display:flex}.assistant-avatar{width:42px;height:42px;color:var(--red);background:var(--gold-soft);border-radius:14px;place-items:center;display:grid}.assistant-avatar svg{width:22px;height:22px}.chat-title-group>div:last-child{flex-direction:column;display:flex}.chat-title-group strong{font-size:13px}.chat-title-group span{color:var(--muted);align-items:center;gap:5px;margin-top:4px;font-size:10px;font-weight:650;display:flex}.chat-title-group i{background:var(--green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #2a8b651f}.chat-secure{color:var(--muted);align-items:center;gap:6px;font-size:10px;font-weight:700;display:flex}.chat-secure svg{width:14px;height:14px;color:var(--teal)}.chat-content{background:linear-gradient(#ffffffb3,#ffffffb3),radial-gradient(circle at 20% 20%,#f2c34a1f,#0000 35%),#faf8f3;min-height:450px;padding:20px;display:grid;position:relative}.chat-content.started{padding:0}.chat-loading{place-self:center;gap:6px;display:flex}.chat-loading span{background:var(--red);border-radius:50%;width:8px;height:8px;animation:.9s ease-in-out infinite bounce}.chat-loading span:nth-child(2){animation-delay:.12s}.chat-loading span:nth-child(3){animation-delay:.24s}@keyframes bounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-8px)}}.chat-welcome{flex-direction:column;justify-content:center;padding:6px;display:flex}.assistant-message{background:var(--white);border:1px solid #e9e4da;border-radius:18px 18px 18px 5px;grid-template-columns:35px 1fr;gap:11px;padding:18px;display:grid;box-shadow:0 10px 26px #2a1d130d}.message-icon{width:35px;height:35px;color:var(--red);background:var(--gold-soft);border-radius:11px;place-items:center;display:grid}.message-icon svg{width:18px;height:18px}.assistant-message strong{font-size:14px}.assistant-message p{color:var(--muted);margin:7px 0 0;font-size:12px;line-height:1.55}.prompt-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:19px 0 9px;font-size:10px;font-weight:800}.prompt-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.prompt-grid button{cursor:pointer;text-align:left;background:#ffffffbf;border:1px solid #e7e1d7;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:82px;padding:12px;font-size:11px;font-weight:750;line-height:1.3;transition:border-color .18s,transform .18s,background .18s;display:flex}.prompt-grid button:hover{background:var(--white);border-color:#c51f3a59;transform:translateY(-2px)}.prompt-grid button:disabled,.chat-start-button:disabled{cursor:wait;opacity:.72}.prompt-grid button:disabled:hover{background:#ffffffbf;border-color:#e7e1d7;transform:none}.prompt-grid svg{width:18px;height:18px;color:var(--teal)}.chat-start-button{min-height:70px;color:var(--white);background:linear-gradient(135deg, var(--red), #dc3150);cursor:pointer;text-align:left;border:0;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding:12px 15px 12px 18px;display:flex;box-shadow:0 14px 28px #c51f3a38}.chat-start-button>span{flex-direction:column;display:flex}.chat-start-button b{font-size:13px}.chat-start-button small{color:#ffffffba;margin-top:5px;font-size:9px;font-weight:650}.chat-start-button svg{width:20px;height:20px}.chat-error,.form-error{color:var(--red-dark);background:#c51f3a0f;border:1px solid #c51f3a2e;border-radius:10px;padding:10px 12px;font-size:11px;line-height:1.4}.chat-error{margin-top:10px}.glagol-frame{background:var(--white);border:0;width:100%;min-height:450px}.frame-placeholder{text-align:center;background:radial-gradient(circle,#f2c34a26,#0000 30%),linear-gradient(145deg,#fffdf8,#f4eee3);flex-direction:column;justify-content:center;align-items:center;min-height:450px;padding:38px 38px 90px;display:flex;position:relative;overflow:hidden}.placeholder-orbit{border:1px dashed #c51f3a59;border-radius:50%;place-items:center;width:105px;height:105px;animation:18s linear infinite rotate;display:grid}.placeholder-orbit span{width:65px;height:65px;color:var(--red);background:var(--gold);border-radius:22px;place-items:center;animation:18s linear infinite counter-rotate;display:grid;box-shadow:0 18px 40px #c51f3a2e}.placeholder-orbit svg{width:29px;height:29px}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes counter-rotate{to{transform:rotate(-360deg)}}.placeholder-copy{max-width:390px;margin-top:20px}.placeholder-eyebrow{color:var(--teal);letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:850}.placeholder-copy h3{letter-spacing:-.025em;margin:8px 0 0;font-family:Georgia,Times New Roman,serif;font-size:27px}.placeholder-copy p{color:var(--muted);margin:12px 0 0;font-size:12px;line-height:1.55}.placeholder-copy code{color:var(--red-dark);background:#c51f3a12;border-radius:5px;padding:2px 5px;font-size:10px}.session-reference{color:var(--teal-dark);background:#157c7817;border-radius:999px;align-items:center;gap:6px;margin-top:15px;padding:7px 10px;font-size:10px;font-weight:750;display:inline-flex}.session-reference svg{width:14px;height:14px}.mock-composer{color:#9a9c9a;background:#ffffffd1;border:1px solid #e1dacd;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:7px 8px 7px 17px;font-size:11px;display:flex;position:absolute;bottom:20px;left:22px;right:22px}.mock-composer i{width:38px;height:38px;color:var(--white);background:#c6c4bf;border-radius:12px;place-items:center;display:grid}.mock-composer svg{width:17px;height:17px}.save-research-bar{min-height:66px;color:var(--white);background:var(--teal-dark);justify-content:space-between;align-items:center;gap:15px;padding:10px 14px 10px 20px;display:flex}.save-research-bar>div{flex-direction:column;display:flex}.save-research-bar strong{font-size:11px}.save-research-bar span{color:#ffffffb3;margin-top:3px;font-size:9px}.source-ribbon{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf8d6;border:1px solid #172a3514;border-bottom:0;border-radius:24px 24px 0 0;justify-content:space-between;align-items:center;gap:30px;min-height:88px;margin-top:62px;padding:22px 30px;display:flex;position:relative}.source-ribbon>span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.source-ribbon div{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:30px;display:flex}.source-ribbon b{color:#4d5b61;letter-spacing:-.01em;font-size:13px}.section{padding:110px 0}.section-heading{margin-bottom:48px}.split-heading{grid-template-columns:minmax(0,1.1fr) minmax(260px,.55fr);align-items:end;gap:70px;display:grid}.section-heading h2,.result-copy h2,.monitor-copy h2,.final-cta h2{margin-top:14px;font-size:clamp(38px,4.3vw,58px)}.section-heading p,.result-copy>p,.monitor-copy>p,.final-cta p{color:var(--muted);font-size:16px;line-height:1.65}.split-heading>p{margin:0 0 4px}.centered{text-align:center;max-width:870px;margin-inline:auto}.centered p{max-width:680px;margin:17px auto 0}.centered.narrow{max-width:730px}.capabilities{background:var(--paper)}.capability-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.capability-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);flex-direction:column;min-height:300px;padding:28px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 10px 30px #3e28110a}.capability-card:hover{box-shadow:var(--shadow-sm);border-color:#c51f3a3d;transform:translateY(-7px)}.capability-icon{width:52px;height:52px;color:var(--red);background:var(--gold-soft);border-radius:16px;place-items:center;display:grid}.capability-icon svg{width:25px;height:25px}.capability-card:nth-child(2) .capability-icon,.capability-card:nth-child(4) .capability-icon{color:var(--teal);background:#157c781a}.capability-card h3{margin:28px 0 0;font-family:Georgia,Times New Roman,serif;font-size:23px;line-height:1.12}.capability-card p{color:var(--muted);margin:13px 0 0;font-size:13px;line-height:1.55}.capability-card>span{color:var(--red);letter-spacing:.11em;text-transform:uppercase;margin-top:auto;padding-top:22px;font-size:9px;font-weight:850}.workflow-section{color:var(--white);background:radial-gradient(circle at 10% 12%, #f2c34a1f, transparent 25%), radial-gradient(circle at 92% 80%, #157c7847, transparent 24%), var(--ink);position:relative;overflow:hidden}.workflow-section .section-heading p{color:#ffffffa1}.workflow-list{border-top:1px solid #ffffff21;border-left:1px solid #ffffff21;grid-template-columns:repeat(3,1fr);display:grid}.workflow-step{border-bottom:1px solid #ffffff21;border-right:1px solid #ffffff21;flex-direction:column;justify-content:space-between;min-height:225px;padding:27px;display:flex;position:relative}.workflow-step:after{content:"";background:var(--gold);transform-origin:0;height:3px;transition:transform .22s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.workflow-step:hover:after{transform:scaleX(1)}.step-number{color:var(--gold);letter-spacing:.12em;font-size:12px;font-weight:850}.workflow-step h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:24px}.workflow-step p{color:#ffffff9e;margin:11px 0 0;font-size:12px;line-height:1.55}.workflow-note{background:#f2c34a12;border:1px solid #f2c34a38;border-radius:16px;align-items:center;gap:17px;max-width:800px;margin:34px auto 0;padding:17px 20px;display:flex}.workflow-note>svg{width:34px;height:34px;color:var(--gold);flex:none}.workflow-note div{flex-direction:column;display:flex}.workflow-note strong{font-size:12px}.workflow-note span{color:#ffffff96;margin-top:5px;font-size:10px}.result-section{background:var(--sand)}.result-grid{grid-template-columns:minmax(0,.78fr) minmax(570px,1.22fr);align-items:center;gap:75px;display:grid}.result-copy>p{margin:22px 0 0}.check-list{gap:13px;margin:27px 0 0;padding:0;list-style:none;display:grid}.check-list li{align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.check-list svg{width:18px;height:18px;color:var(--teal)}.inline-link{color:var(--red);align-items:center;gap:8px;margin-top:29px;font-size:13px;font-weight:850;display:inline-flex}.result-demo{background:var(--white);box-shadow:var(--shadow-md);border:1px solid #172a351a;border-radius:24px;overflow:hidden}.demo-toolbar{border-bottom:1px solid #ece7dd;justify-content:space-between;align-items:center;gap:15px;min-height:74px;padding:15px 18px;display:flex}.demo-toolbar>div{min-height:42px;color:var(--muted);background:#faf8f3;border:1px solid #e7e0d5;border-radius:12px;flex:1;align-items:center;gap:10px;padding:0 14px;font-size:11px;display:flex}.demo-toolbar svg{width:17px;height:17px}.demo-toolbar button{min-height:42px;color:var(--white);background:var(--ink);border:0;border-radius:12px;align-items:center;gap:7px;padding:0 13px;font-size:10px;font-weight:750;display:flex}.demo-label{color:var(--muted);background:var(--gold-soft);text-align:center;padding:9px 18px;font-size:9px;font-weight:650}.demo-table-head,.demo-row{grid-template-columns:minmax(210px,1.3fr) minmax(140px,.8fr) minmax(120px,.7fr);align-items:center;gap:18px;display:grid}.demo-table-head{min-height:42px;color:var(--muted);letter-spacing:.1em;text-transform:uppercase;padding:0 21px;font-size:9px;font-weight:850}.demo-row{border-top:1px solid #eee9df;min-height:82px;padding:13px 21px}.demo-row>div:first-child{align-items:center;gap:11px;display:flex}.demo-row>div:first-child>svg{width:30px;height:30px;color:var(--red);background:#c51f3a14;border-radius:9px;padding:6px}.demo-row>div:first-child span{flex-direction:column;display:flex}.demo-row b{font-size:11px}.demo-row small{color:var(--muted);margin-top:5px;font-size:9px}.score{background:#ece9e3;border-radius:999px;height:7px;position:relative}.score i{border-radius:inherit;background:linear-gradient(90deg, var(--gold), var(--red));position:absolute;inset:0 auto 0 0}.score b{color:var(--ink);background:var(--white);padding-left:8px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.status{border-radius:999px;width:fit-content;padding:6px 9px;font-size:9px;font-weight:800}.status.active{color:#237352;background:#2a8b651c}.status.expired{color:#7e6a2a;background:#f2c34a2e}.status.lapsed{color:var(--red-dark);background:#c51f3a17}.demo-footer{min-height:48px;color:var(--muted);background:#faf8f3;border-top:1px solid #eee9df;justify-content:space-between;align-items:center;gap:12px;padding:0 21px;font-size:9px;font-weight:650;display:flex}.monitoring-section{color:var(--white);background:var(--red-dark);position:relative;overflow:hidden}.monitoring-section:before{content:"";border:70px solid #f2c34a0d;border-radius:50%;width:450px;height:450px;position:absolute;top:-120px;right:-120px}.monitoring-grid{grid-template-columns:1fr .8fr;align-items:center;gap:100px;display:grid;position:relative}.monitor-visual{place-items:center;min-height:470px;display:grid;position:relative}.orbit{border:1px dashed #ffffff38;border-radius:50%;position:absolute}.orbit-one{width:360px;height:360px}.orbit-two{width:250px;height:250px}.monitor-core{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff17;border:1px solid #ffffff38;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:170px;height:170px;display:flex;box-shadow:0 25px 80px #41041259}.monitor-core svg{width:28px;height:28px;color:var(--gold)}.monitor-core span{color:#ffffffb3;letter-spacing:.1em;text-transform:uppercase;margin-top:9px;font-size:10px;font-weight:750}.monitor-core b{margin-top:3px;font-family:Georgia,Times New Roman,serif;font-size:31px}.alert-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:14px;align-items:center;gap:11px;min-width:190px;padding:13px;display:flex;position:absolute;box-shadow:0 18px 40px #46041233}.alert-card>svg{width:34px;height:34px;color:var(--red-dark);background:var(--gold);border-radius:10px;padding:8px}.alert-card span{flex-direction:column;display:flex}.alert-card b{font-size:10px}.alert-card small{color:#ffffffa8;margin-top:4px;font-size:9px}.alert-one{top:55px;left:20px}.alert-two{top:115px;right:-5px}.alert-three{bottom:47px;left:65px}.monitor-copy h2{margin-top:15px}.monitor-copy>p{color:#ffffffab;margin:21px 0 0}.channel-list{flex-wrap:wrap;gap:9px;margin-top:27px;display:flex}.channel-list span{color:var(--gold-soft);background:#ffffff12;border:1px solid #ffffff2e;border-radius:999px;padding:8px 13px;font-size:10px;font-weight:800}.advanced-section{background:var(--paper)}.advanced-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.advanced-grid article{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);grid-template-rows:auto auto 1fr;grid-template-columns:auto 1fr;column-gap:18px;min-height:220px;padding:27px;display:grid;position:relative;overflow:hidden}.advanced-grid article>span{color:#c51f3a1a;font-family:Georgia,Times New Roman,serif;font-size:74px;font-weight:700;line-height:1;position:absolute;top:14px;right:18px}.advanced-grid article>svg{width:47px;height:47px;color:var(--teal);background:#157c7817;border-radius:14px;grid-row:1/4;padding:11px}.advanced-grid h3{margin:4px 0 0;font-family:Georgia,Times New Roman,serif;font-size:24px;position:relative}.advanced-grid p{color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.55;position:relative}.final-cta{color:var(--white);background:var(--teal-dark);padding:82px 0;position:relative;overflow:hidden}.final-pattern{border:55px dotted #f2c34a1f;border-radius:50%;width:380px;height:380px;top:-140px;left:-120px}.final-cta-inner{justify-content:space-between;align-items:center;gap:70px;display:flex;position:relative}.final-cta-inner>div{max-width:780px}.final-cta h2{margin-top:14px}.final-cta p{color:#ffffffa3;margin:16px 0 0}.final-cta .button{flex:none}.site-footer{border-top:1px solid var(--line);background:var(--paper);padding:28px 0}.footer-grid{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px;display:grid}.footer-grid p,.footer-grid>span{color:var(--muted);margin:0;font-size:10px;line-height:1.5}.footer-grid>span{text-align:right}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#101c22a3;place-items:center;padding:20px;animation:.15s ease-out fade-in;display:grid;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}}.auth-modal{background:var(--paper);border:1px solid #ffffff80;border-radius:26px;width:min(100%,470px);max-height:calc(100vh - 40px);padding:34px;animation:.18s ease-out modal-in;position:relative;overflow-y:auto;box-shadow:0 35px 100px #0714194d}@keyframes modal-in{0%{opacity:0;transform:translateY(12px)scale(.98)}}.modal-close{border:1px solid var(--line);background:var(--white);cursor:pointer;border-radius:50%;place-items:center;width:37px;height:37px;display:grid;position:absolute;top:18px;right:18px}.modal-close svg{width:17px;height:17px}.auth-brand{align-items:center;min-height:48px;padding-right:45px;display:flex}.auth-modal h2{letter-spacing:-.035em;margin:26px 0 0;font-family:Georgia,Times New Roman,serif;font-size:36px}.auth-lead{color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.55}.auth-tabs{background:var(--sand);border-radius:13px;grid-template-columns:1fr 1fr;gap:4px;margin-top:24px;padding:4px;display:grid}.auth-tabs button{cursor:pointer;min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:10px;font-size:12px;font-weight:750}.auth-tabs button.active{color:var(--ink);background:var(--white);box-shadow:0 5px 15px #2e1f120f}.auth-form{gap:14px;margin-top:20px;display:grid}.auth-form label{gap:7px;display:grid}.auth-form label>span{font-size:11px;font-weight:750}.auth-form input{width:100%;height:48px;color:var(--ink);background:var(--white);border:1px solid #dfd8cb;border-radius:12px;outline:none;padding:0 14px;font-size:13px;transition:border-color .16s,box-shadow .16s}.auth-form input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #157c781a}.auth-form small{color:var(--muted);font-size:9px}.auth-submit{width:100%;margin-top:3px}.auth-security-note{color:var(--muted);justify-content:center;align-items:center;gap:7px;margin-top:17px;font-size:9px;display:flex}.auth-security-note svg{width:13px;height:13px;color:var(--teal)}@media (max-width:1100px){.main-nav{gap:18px}.main-nav a{font-size:12px}.hero-grid{grid-template-columns:1fr 1fr;gap:36px}.hero h1{font-size:53px}.chat-shell{min-height:560px}.capability-grid{grid-template-columns:repeat(2,1fr)}.result-grid{grid-template-columns:.75fr 1.25fr;gap:40px}.monitoring-grid{gap:50px}}@media (max-width:900px){.site-header{position:relative}.menu-toggle{display:grid}.main-nav{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-md);border-radius:16px;flex-direction:column;align-items:stretch;gap:0;padding:10px;display:none;position:absolute;top:70px;left:20px;right:20px}.main-nav.open{display:flex}.main-nav a{padding:12px}.main-nav a:after,.header-actions>.text-button,.header-actions>.button{display:none}.signed-user{max-width:245px}.hero{padding-top:55px}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:750px;padding-bottom:0}.hero h1{font-size:clamp(45px,8vw,68px)}.chat-shell{width:100%;max-width:700px;min-height:570px}.source-ribbon{margin-top:48px}.split-heading{grid-template-columns:1fr;gap:15px}.workflow-list{grid-template-columns:repeat(2,1fr)}.result-grid{grid-template-columns:1fr}.result-copy{max-width:700px}.monitoring-grid{grid-template-columns:1fr}.monitor-copy{order:-1;max-width:700px}.monitor-visual{min-height:440px}.final-cta-inner{flex-direction:column;align-items:flex-start;gap:30px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>span{text-align:left;grid-column:1/-1}}@media (max-width:650px){.container{width:min(calc(100% - 26px), var(--container))}.header-inner{gap:10px;min-height:70px}.brand-logo-header{width:142px}.brand-logo-footer{width:160px}.brand-logo-auth{width:170px}.signed-user>span:nth-child(2){display:none}.signed-user{padding-right:4px}.signed-user button{font-size:10px}.language-switcher{padding:2px}.language-switcher button{min-width:28px;height:28px;padding-inline:5px;font-size:9px}.hero{padding-top:42px}.eyebrow{font-size:9px}.hero h1{margin-top:18px;font-size:43px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-points{gap:10px}.chat-shell{border-radius:22px;min-height:0}.chat-topbar{min-height:64px;padding:11px 13px}.chat-secure{display:none}.chat-content{min-height:460px;padding:12px}.chat-welcome{padding:0}.prompt-grid{grid-template-columns:1fr}.prompt-grid button{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;min-height:54px}.chat-start-button{min-height:64px}.frame-placeholder{min-height:460px;padding-inline:20px}.save-research-bar{flex-direction:column;align-items:stretch;padding:13px}.save-research-bar .button{width:100%}.source-ribbon{flex-direction:column;align-items:flex-start;padding:20px}.source-ribbon div{justify-content:flex-start;gap:18px}.source-ribbon b{font-size:11px}.section{padding:78px 0}.section-heading h2,.result-copy h2,.monitor-copy h2,.final-cta h2{font-size:40px}.capability-grid{grid-template-columns:1fr}.capability-card{min-height:255px}.workflow-list{grid-template-columns:1fr}.workflow-step{min-height:190px}.workflow-note{align-items:flex-start}.demo-toolbar{flex-direction:column;align-items:stretch}.demo-toolbar button{justify-content:center}.demo-table-head{display:none}.demo-row{grid-template-columns:1fr;gap:12px;padding-block:17px}.score{max-width:240px}.status{margin-top:2px}.demo-footer{flex-direction:column;align-items:flex-start;padding-block:13px}.monitor-visual{min-height:420px;margin-inline:-35px;transform:scale(.85)}.alert-one{left:0}.alert-two{right:0}.advanced-grid{grid-template-columns:1fr}.advanced-grid article{min-height:210px}.final-cta{padding:70px 0}.footer-grid{grid-template-columns:1fr}.footer-grid>span{grid-column:auto}.auth-modal{border-radius:22px;padding:28px 20px 22px}.auth-modal h2{font-size:31px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.research-toolbar{z-index:12;background:#fffdf8f7;border-bottom:1px solid #ece8df;grid-template-columns:minmax(230px,1fr) auto auto;align-items:center;gap:13px;min-height:68px;padding:9px 13px 10px;display:grid;position:relative;overflow:visible}.research-selector-field{flex-direction:column;gap:5px;min-width:0;display:flex}.research-selector-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:850;line-height:1}.research-select{min-width:0;position:relative}.research-select-trigger{width:100%;min-width:0;height:38px;color:var(--ink);cursor:pointer;text-align:left;background:linear-gradient(#fffffffa,#fffdf8f0);border:1px solid #ddd5c7;border-radius:12px;grid-template-columns:27px minmax(0,1fr) 22px;align-items:center;gap:8px;padding:0 8px 0 6px;transition:border-color .16s,box-shadow .16s,background .16s,transform .16s;display:grid;box-shadow:inset 0 1px #ffffffeb,0 3px 10px #32221509}.research-select-trigger:hover:not(:disabled){background:var(--white);border-color:#157c786b;box-shadow:inset 0 1px #fffffff2,0 7px 18px #32221512}.research-select.open .research-select-trigger{background:var(--white);border-color:#157c7894;box-shadow:0 0 0 3px #157c781a,0 8px 22px #32221514}.research-select-trigger:focus-visible,.research-select-option:focus-visible,.research-new-button:focus-visible{outline-offset:2px;outline:2px solid #157c7852}.research-select-trigger:disabled{cursor:wait;opacity:.7}.research-select-trigger-icon{width:27px;height:27px;color:var(--red);background:linear-gradient(145deg, var(--gold-soft), #f2c34a38);border-radius:9px;place-items:center;display:grid}.research-select-trigger-icon svg{width:14px;height:14px}.research-select-trigger-value{align-items:center;gap:8px;min-width:0;display:flex}.research-select-trigger-value b,.research-select-option-copy b{color:var(--teal-dark);letter-spacing:.035em;background:#157c7814;border-radius:999px;flex:none;padding:3px 6px;font-size:8.5px;font-weight:850;line-height:1}.research-select-trigger-value strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:720;line-height:1.25;overflow:hidden}.research-select-trigger-state{width:22px;height:22px;color:var(--muted);background:#172a3509;border-radius:7px;justify-self:end;place-items:center;display:grid}.research-select-trigger-state svg{width:14px;height:14px;transition:transform .18s}.research-select.open .research-select-trigger-state svg{transform:rotate(180deg)}.research-select-spinner{border:2px solid #157c782e;border-top-color:var(--teal);border-radius:50%;width:12px;height:12px;animation:.65s linear infinite research-select-spin}@keyframes research-select-spin{to{transform:rotate(360deg)}}.research-select-popover{z-index:40;transform-origin:top;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf8fc;border:1px solid #172a351f;border-radius:14px;animation:.15s ease-out research-select-enter;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow:hidden;box-shadow:0 22px 50px #3222152e,0 2px 8px #3222150f}@keyframes research-select-enter{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.research-select-popover-head{min-height:31px;color:var(--muted);background:linear-gradient(90deg, #f2c34a17, transparent 55%), var(--paper);letter-spacing:.09em;text-transform:uppercase;border-bottom:1px solid #e7e0d3d9;justify-content:space-between;align-items:center;gap:10px;padding:7px 9px 6px 11px;font-size:8px;font-weight:850;display:flex}.research-select-popover-head b{min-width:21px;height:21px;color:var(--teal-dark);letter-spacing:0;background:#157c7817;border-radius:999px;place-items:center;font-size:9px;display:grid}.research-select-options{scrollbar-width:thin;scrollbar-color:#157c7847 transparent;max-height:236px;padding:5px;overflow-y:auto}.research-select-option{width:100%;min-width:0;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:30px minmax(0,1fr) 22px;align-items:center;gap:8px;padding:7px;transition:background .14s,box-shadow .14s,transform .14s;display:grid}.research-select-option+.research-select-option{margin-top:2px}.research-select-option:hover,.research-select-option:focus-visible{background:#157c7811}.research-select-option:hover{transform:translate(1px)}.research-select-option.selected{background:linear-gradient(90deg,#157c781c,#f2c34a13);box-shadow:inset 0 0 0 1px #157c781f}.research-select-option-icon{width:30px;height:30px;color:var(--muted);background:#172a350b;border-radius:9px;place-items:center;display:grid}.research-select-option.selected .research-select-option-icon{color:var(--red);background:var(--gold-soft)}.research-select-option-icon svg{width:14px;height:14px}.research-select-option-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.research-select-option-copy>span{align-items:center;gap:6px;display:flex}.research-select-option-copy strong{min-width:0;color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;font-weight:700;line-height:1.25;overflow:hidden}.research-select-option.selected .research-select-option-copy strong{color:var(--ink)}.research-select-option-check{width:22px;height:22px;color:var(--teal);background:#157c7817;border-radius:999px;justify-self:end;place-items:center;display:grid}.research-select-option-check:empty{background:0 0}.research-select-option-check svg{stroke-width:2.4px;width:13px;height:13px}.research-toolbar-meta{min-width:110px;color:var(--muted);flex-direction:column;gap:3px;font-size:9px;display:flex}.research-toolbar-meta b{color:var(--teal-dark);letter-spacing:.03em}.research-toolbar-meta small{color:var(--red);font-weight:700}.research-new-button{min-height:34px;color:var(--red-dark);cursor:pointer;white-space:nowrap;background:#c51f3a0d;border:1px solid #c51f3a38;border-radius:10px;padding:0 11px;font-size:9px;font-weight:800}.research-new-button:hover:not(:disabled){background:#c51f3a17;border-color:#c51f3a66}.research-new-button:disabled{cursor:wait;opacity:.6}.glagol-widget-host,.glagol-widget-container{width:100%;min-width:0;height:450px;min-height:450px;position:relative}.glagol-widget-container>glagol-chat{width:100%;height:100%;min-height:450px;display:block}.widget-state{z-index:2;color:var(--muted);text-align:center;background:#faf8f3;place-items:center;padding:24px;font-size:11px;font-weight:700;display:grid;position:absolute;inset:0}.widget-state-error{color:var(--red-dark);background:#c51f3a0d}.chat-inline-error{color:var(--red-dark);background:#c51f3a0d;border-top:1px solid #c51f3a24;padding:8px 12px;font-size:10px;line-height:1.4}@media (max-width:640px){.research-toolbar{grid-template-columns:minmax(0,1fr) auto;gap:8px}.research-toolbar-meta{display:none}.research-new-button{padding-inline:9px}.glagol-widget-host,.glagol-widget-container,.glagol-widget-container>glagol-chat{height:460px;min-height:460px}}.research-workspace{background:#faf8f3;width:100%;min-width:0}.research-view-tabs{background:#fffdf8;border-bottom:1px solid #e8e2d8;align-items:flex-end;gap:4px;min-height:39px;padding:5px 8px 0;display:flex}.research-view-tabs button{min-width:92px;height:33px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-bottom:0;border-radius:10px 10px 0 0;font-size:10px;font-weight:800;transition:color .16s,background .16s,border-color .16s}.research-view-tabs button:hover{color:var(--ink);background:#157c780d}.research-view-tabs button.active{color:var(--teal-dark);background:#faf8f3;border-color:#e8e2d8}.research-view-tabs button:focus-visible{outline-offset:-2px;outline:2px solid #157c784d}.research-workspace-view{width:100%;min-width:0}.research-workspace-view.hidden{display:none}.research-parameters-panel{height:450px;min-height:450px;color:var(--ink);background:radial-gradient(circle at 100% 0,#f2c34a1a,#0000 36%),#faf8f3;flex-direction:column;display:flex}.research-parameters-header{background:#fffdf8e0;border-bottom:1px solid #ece6dc;justify-content:space-between;align-items:flex-start;gap:16px;padding:15px 16px 11px;display:flex}.research-parameters-header h3{letter-spacing:-.015em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:18px}.research-parameters-header p{max-width:360px;color:var(--muted);margin:5px 0 0;font-size:9px;line-height:1.45}.research-parameters-actions{align-items:center;gap:7px;display:flex}.parameter-sync-state{min-height:27px;color:var(--muted);white-space:nowrap;background:#eeeae2;border-radius:999px;align-items:center;gap:6px;padding:0 8px;font-size:8px;font-weight:800;display:inline-flex}.parameter-sync-state i{background:currentColor;border-radius:50%;width:6px;height:6px}.parameter-sync-state.state-live{color:#1f7758;background:#2a8b651a}.parameter-sync-state.state-cached,.parameter-sync-state.state-not_configured{color:#8d6418;background:#f2c34a2b}.parameter-sync-state.state-error{color:var(--red-dark);background:#c51f3a14}.research-parameters-actions button{min-height:29px;color:var(--teal-dark);background:var(--white);cursor:pointer;border:1px solid #ded7ca;border-radius:8px;align-items:center;gap:5px;padding:0 9px;font-size:8px;font-weight:800;display:inline-flex}.research-parameters-actions button:hover:not(:disabled){background:#157c780a;border-color:#157c7859}.research-parameters-actions button:disabled{cursor:wait;opacity:.6}.research-parameters-actions button>span{font-size:14px;line-height:1}.research-parameters-meta{min-height:31px;color:var(--muted);background:#ffffff8c;border-bottom:1px solid #ece6dc;flex-wrap:wrap;align-items:center;gap:7px 14px;padding:6px 16px;font-size:8px;display:flex}.research-parameters-meta b{color:var(--ink-soft)}.parameter-sync-notice{color:var(--red-dark);background:#c51f3a0d;border:1px solid #c51f3a24;border-radius:9px;margin:8px 12px 0;padding:8px 10px;font-size:8px;line-height:1.4}.parameter-sync-notice.cached{color:#765216;background:#f2c34a1c;border-color:#b47e142e}.research-parameters-scroll{scrollbar-width:thin;scrollbar-color:#d2cabd transparent;flex:1;min-height:0;padding:10px 12px 14px;overflow-y:auto}.parameters-loading{justify-content:center;align-items:center;gap:6px;height:100%;display:flex}.parameters-loading span{background:var(--teal);border-radius:50%;width:7px;height:7px;animation:.9s ease-in-out infinite bounce}.parameters-loading span:nth-child(2){animation-delay:.12s}.parameters-loading span:nth-child(3){animation-delay:.24s}.parameters-empty{max-width:360px;min-height:260px;color:var(--muted);text-align:center;place-items:center;margin:0 auto;padding:24px;font-size:10px;line-height:1.55;display:grid}.parameter-section{background:#ffffffb3;border:1px solid #e5ded3;border-radius:12px;margin-bottom:8px;overflow:hidden}.parameter-section>summary{cursor:pointer;-webkit-user-select:none;user-select:none;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:38px;padding:6px 10px;list-style:none;display:grid}.parameter-section>summary::-webkit-details-marker{display:none}.parameter-section>summary>span{width:23px;height:23px;color:var(--red-dark);background:#c51f3a12;border-radius:7px;place-items:center;font-size:7px;font-weight:900;display:grid}.parameter-section>summary>b{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:9px;overflow:hidden}.parameter-section>summary>small{min-width:22px;color:var(--teal-dark);text-align:center;background:#157c7814;border-radius:999px;padding:3px 6px;font-size:7px;font-weight:800}.parameter-section[open]>summary{background:#fffdf8d6;border-bottom:1px solid #ece6dc}.parameter-section-body{gap:7px;padding:8px;display:grid}.parameter-value-card{background:var(--white);border:1px solid #ece6dc;border-radius:9px;padding:9px 10px}.parameter-artifact-card{background:linear-gradient(180deg, #157c7809, transparent 52px), var(--white);border-color:#157c7833}.parameter-value-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.parameter-value-heading strong{font-size:9px}.parameter-value-heading code{color:#9b9488;text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.parameter-value-description{color:var(--muted);margin:5px 0 0;font-size:7px;line-height:1.45}.parameter-main-value{max-height:90px;color:var(--ink-soft);white-space:pre-wrap;overflow-wrap:anywhere;margin-top:6px;font-size:9px;font-weight:650;line-height:1.5;overflow:auto}.parameter-structured-value{white-space:normal;max-height:420px;font-weight:500}.parameter-json-empty{color:var(--muted);font-style:italic}.parameter-json-primitive{white-space:pre-wrap;overflow-wrap:anywhere}.parameter-json-chips{flex-wrap:wrap;gap:5px;margin:0;padding:0;list-style:none;display:flex}.parameter-json-chips li{max-width:100%;color:var(--teal-dark);overflow-wrap:anywhere;background:#157c780e;border:1px solid #157c7824;border-radius:999px;padding:3px 6px}.parameter-json-collection{gap:5px;display:grid}.parameter-json-list-row{background:#fffdf88c;border:1px solid #eee8de;border-radius:7px;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:7px;padding:5px 6px;display:grid}.parameter-json-list-row>span{color:#999185;font-size:7px;font-weight:800}.parameter-json-node{background:#fffdf8ad;border:1px solid #e8e1d7;border-radius:8px;overflow:hidden}.parameter-json-node>summary{cursor:pointer;min-height:28px;color:var(--ink-soft);-webkit-user-select:none;user-select:none;background:#f5f1e9ad;align-items:center;gap:7px;padding:5px 7px;list-style:none;display:flex}.parameter-json-node>summary::-webkit-details-marker{display:none}.parameter-json-node>summary:before{content:"+";width:15px;height:15px;color:var(--teal-dark);background:#157c7817;border-radius:5px;flex:none;place-items:center;font-size:9px;font-weight:900;display:grid}.parameter-json-node[open]>summary:before{content:"−"}.parameter-json-node>summary>span{font-size:8px;font-weight:800}.parameter-json-node>summary>small{color:var(--muted);margin-left:auto;font-size:7px}.parameter-json-node-body{border-top:1px solid #ebe4d9;padding:7px}.parameter-json-object{gap:5px;margin:0;display:grid}.parameter-json-field{border-bottom:1px dashed #e7e0d5;grid-template-columns:minmax(92px,.34fr) minmax(0,1fr);align-items:start;gap:8px;padding:5px 6px;display:grid}.parameter-json-field:last-child{border-bottom:0}.parameter-json-field dt{color:#777166;overflow-wrap:anywhere;margin:0;font-size:7px;font-weight:800;line-height:1.45}.parameter-json-field dd{min-width:0;color:var(--ink-soft);overflow-wrap:anywhere;margin:0;line-height:1.5}.parameter-value-meta{color:var(--muted);border-top:1px dashed #e5ded3;flex-wrap:wrap;gap:5px 10px;margin-top:7px;padding-top:6px;font-size:7px;display:flex}.parameter-value-meta b{color:var(--teal-dark)}@media (max-width:640px){.research-view-tabs button{min-width:82px}.research-parameters-panel{height:460px;min-height:460px}.research-parameters-header{flex-direction:column;align-items:stretch;gap:9px;padding:12px}.research-parameters-actions{justify-content:space-between}.research-parameters-meta{padding-inline:12px}.parameter-json-field{grid-template-columns:minmax(0,1fr);gap:3px}.parameter-structured-value{max-height:340px}}.inline-link-button{cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.protected-space-card{isolation:isolate;border-radius:var(--radius-lg);width:100%;min-height:590px;color:var(--ink);box-shadow:var(--shadow-md);cursor:pointer;text-align:left;background:radial-gradient(circle at 82% 16%,#f2c34a3d,#0000 29%),radial-gradient(circle at 14% 88%,#157c7821,#0000 34%),linear-gradient(145deg,#fffdf8 0%,#f8f1e6 100%);border:1px solid #172a351a;flex-direction:column;justify-content:space-between;padding:30px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden}.protected-space-card:before,.protected-space-card:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.protected-space-card:before{border:1px solid #c51f3a21;width:360px;height:360px;top:80px;right:-135px;box-shadow:inset 0 0 0 48px #c51f3a05,inset 0 0 0 96px #f2c34a0a,inset 0 0 0 144px #157c7806}.protected-space-card:after{filter:blur(12px);background:#157c7814;width:340px;height:340px;bottom:-160px;left:-125px}.protected-space-card:hover{border-color:#c51f3a33;transform:translateY(-6px);box-shadow:0 38px 95px #3222152b}.protected-space-card:focus-visible{outline-offset:5px;outline:3px solid #157c7847}.protected-space-grid{z-index:-1;opacity:.28;background-image:linear-gradient(#172a350e 1px,#0000 1px),linear-gradient(90deg,#172a350e 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(to bottom right,#000000d1,#0000 76%);mask-image:linear-gradient(to bottom right,#000000d1,#0000 76%)}.protected-space-card-top,.protected-space-card-bottom,.protected-space-content{z-index:1;display:flex;position:relative}.protected-space-card-top{justify-content:space-between;align-items:center;gap:18px}.protected-space-icon{width:66px;height:66px;color:var(--red);background:var(--gold-soft);border:1px solid #c51f3a1a;border-radius:21px;place-items:center;display:grid;box-shadow:inset 0 1px #ffffffbf}.protected-space-icon svg{width:28px;height:28px}.protected-space-signal{color:var(--teal-dark);letter-spacing:.04em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #157c7821;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:10px;font-weight:750;display:inline-flex}.protected-space-signal i{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #2a8b651a}.protected-space-content{flex-direction:column;max-width:470px;margin-top:auto;padding:54px 0 42px}.protected-space-content small{color:var(--red);letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:850}.protected-space-content strong{max-width:430px;color:var(--ink);letter-spacing:-.038em;margin-top:13px;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,3.2vw,48px);line-height:1.05}.protected-space-content>span{max-width:430px;color:var(--ink-soft);margin-top:17px;font-size:14px;line-height:1.65}.protected-space-card-bottom{border-top:1px solid #172a3517;justify-content:space-between;align-items:center;gap:20px;padding-top:22px}.protected-space-card-bottom>span,.protected-space-card-bottom>b{align-items:center;gap:8px;display:inline-flex}.protected-space-card-bottom>span{color:var(--muted);font-size:10px;font-weight:700}.protected-space-card-bottom>span svg{width:16px;height:16px;color:var(--teal)}.protected-space-card-bottom>b{color:var(--red);font-size:12px}.protected-space-card-bottom>b svg{width:18px;height:18px;transition:transform .18s}.protected-space-card:hover .protected-space-card-bottom>b svg{transform:translate(4px)}.cabinet-page{isolation:isolate;min-height:100vh;color:var(--ink);background:radial-gradient(circle at 8% 10%,#f2c34a2e,#0000 25%),radial-gradient(circle at 94% 24%,#157c7817,#0000 26%),linear-gradient(#fffdf8 0%,#f7f0e5 100%);position:relative;overflow-x:clip}.cabinet-page:before{content:"";z-index:-3;pointer-events:none;border:1px solid #c51f3a1a;border-radius:50%;width:760px;height:760px;position:fixed;top:-330px;right:-270px;box-shadow:inset 0 0 0 76px #c51f3a04,inset 0 0 0 152px #f2c34a06,inset 0 0 0 228px #157c7805}.cabinet-ambient{z-index:-2;pointer-events:none;border-radius:50%;position:fixed}.cabinet-ambient-one{border:1px solid #157c781a;width:470px;height:470px;top:24%;left:-230px;box-shadow:inset 0 0 120px #157c780b}.cabinet-ambient-two{filter:blur(12px);background:#f2c34a14;width:340px;height:340px;bottom:5%;right:-150px}.cabinet-header{z-index:70;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffdf8eb;border-bottom:1px solid #c51f3a14;position:sticky;top:0}.cabinet-header-inner{justify-content:space-between;align-items:center;gap:28px;width:min(100% - 48px,1640px);min-height:78px;margin-inline:auto;display:flex}.cabinet-brand{align-items:center;gap:17px;min-width:0;display:flex}.cabinet-brand-logo{flex:none;width:184px;display:block}.cabinet-brand-logo img{width:100%;height:auto}.cabinet-brand-context{border-left:1px solid var(--line);align-items:center;gap:9px;min-width:0;padding-left:16px;display:flex}.cabinet-brand-context>svg{width:21px;height:21px;color:var(--teal);flex:none}.cabinet-brand-context>span,.cabinet-user>span:last-child,.research-sidebar-security>span,.cabinet-research-security>span{flex-direction:column;min-width:0;display:flex}.cabinet-brand-context b{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.cabinet-brand-context small{color:var(--muted);margin-top:4px;font-size:9px}.cabinet-header-actions{align-items:center;gap:10px;min-width:0;display:flex}.cabinet-language{border-color:var(--line);background:#ffffffd1}.cabinet-language button{color:var(--muted)}.cabinet-language button:hover{color:var(--ink)}.cabinet-user{border:1px solid var(--line);background:#ffffffd1;border-radius:999px;align-items:center;gap:10px;min-width:0;padding:5px 12px 5px 5px;display:flex;box-shadow:0 8px 22px #3222150d}.cabinet-user-avatar{width:34px;height:34px;color:var(--white);background:var(--teal);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:900;display:grid}.cabinet-user b{max-width:230px;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.cabinet-user small{max-width:250px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:8px;overflow:hidden}.cabinet-logout{border:1px solid var(--line);min-height:36px;color:var(--muted);cursor:pointer;background:#ffffffb8;border-radius:999px;padding:0 13px;font-size:10px;font-weight:750;transition:color .16s,border-color .16s,background .16s}.cabinet-logout:hover{color:var(--red-dark);background:#c51f3a0b;border-color:#c51f3a38}.cabinet-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:22px;width:min(100% - 48px,1640px);margin-inline:auto;padding:24px 0 54px;display:grid}.research-sidebar{min-height:610px;max-height:calc(100vh - 126px);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 100% 0,#f2c34a1f,#0000 30%),#fffdf8e6;border:1px solid #172a351a;border-radius:24px;flex-direction:column;display:flex;position:sticky;top:102px;overflow:hidden}.research-sidebar-heading{justify-content:space-between;align-items:flex-start;gap:14px;padding:20px 20px 15px;display:flex}.research-sidebar-heading>div{flex-direction:column;min-width:0;display:flex}.research-sidebar-heading span{color:var(--red);letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:850}.research-sidebar-heading strong{color:var(--muted);margin-top:7px;font-size:9px;font-weight:600;line-height:1.45}.research-sidebar-heading>b{color:var(--teal-dark);white-space:nowrap;background:#157c7814;border-radius:999px;flex:none;padding:6px 8px;font-size:8px}.research-create-button{min-height:67px;color:var(--white);background:linear-gradient(135deg, var(--red), #dc3150);cursor:pointer;text-align:left;border:1px solid #c51f3a29;border-radius:17px;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:11px;margin:0 14px 12px;padding:9px 12px;transition:transform .16s,box-shadow .16s;display:grid;box-shadow:0 13px 30px #c51f3a30}.research-create-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 38px #c51f3a42}.research-create-button:disabled{cursor:wait;opacity:.7}.research-create-button>span:first-child{width:38px;height:38px;color:var(--gold-soft);background:#ffffff21;border-radius:13px;place-items:center;display:grid}.research-create-button svg{width:18px;height:18px}.research-create-button>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.research-create-button b{font-size:11px}.research-create-button small{color:#ffffffb3;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:8px;overflow:hidden}.research-sidebar-search{border:1px solid var(--line);background:#ffffffe6;border-radius:13px;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:42px;margin:0 14px 13px;padding:0 8px 0 12px;transition:border-color .16s,box-shadow .16s,background .16s;display:grid}.research-sidebar-search:focus-within{background:var(--white);border-color:#157c7859;box-shadow:0 0 0 3px #157c7814}.research-sidebar-search>svg{width:17px;height:17px;color:var(--teal)}.research-sidebar-search input{width:100%;min-width:0;height:40px;color:var(--ink);background:0 0;border:0;outline:0;padding:0;font-size:10px}.research-sidebar-search input::placeholder{color:#9a9890}.research-sidebar-search input::-webkit-search-cancel-button{display:none}.research-sidebar-search button{width:26px;height:26px;color:var(--muted);background:var(--sand);cursor:pointer;border:0;border-radius:50%;place-items:center;padding:0;font-size:16px;line-height:1;display:grid}.research-sidebar-search button:hover{color:var(--red-dark);background:#c51f3a12}.research-sidebar-list{scrollbar-width:thin;scrollbar-color:#d5cec2 transparent;flex-direction:column;flex:auto;gap:7px;min-height:0;padding:1px 10px 15px;display:flex;overflow-y:auto}.research-sidebar-item{width:100%;min-height:76px;color:inherit;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:17px;grid-template-columns:39px minmax(0,1fr) 12px;align-items:center;gap:11px;padding:10px;transition:border-color .16s,background .16s,transform .16s,box-shadow .16s;display:grid}.research-sidebar-item:hover:not(:disabled){border-color:var(--line);background:#ffffffc7;transform:translate(2px)}.research-sidebar-item.active{box-shadow:inset 3px 0 0 var(--teal), 0 8px 22px #157c780f;background:linear-gradient(90deg,#157c781a,#157c7809);border-color:#157c7833}.research-sidebar-item:disabled{cursor:wait}.research-sidebar-item-icon{border:1px solid var(--line);width:39px;height:39px;color:var(--muted);background:#fffc;border-radius:13px;place-items:center;display:grid}.research-sidebar-item.active .research-sidebar-item-icon{color:var(--red);background:var(--gold-soft);border-color:#c51f3a1f}.research-sidebar-item-icon svg{width:18px;height:18px}.research-sidebar-item-copy{flex-direction:column;min-width:0;display:flex}.research-sidebar-item-copy>strong{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;font-weight:780;line-height:1.35;display:-webkit-box;overflow:hidden}.research-sidebar-item-copy>span{flex-wrap:wrap;align-items:center;gap:6px 9px;margin-top:7px;display:flex}.research-sidebar-item-copy small{color:var(--muted);align-items:center;gap:4px;font-size:7px;font-weight:650;display:inline-flex}.research-sidebar-item-copy small:first-child{color:var(--red-dark);font-weight:800}.research-sidebar-item-copy small svg{width:10px;height:10px}.research-sidebar-item-state{place-items:center;display:grid}.research-sidebar-item-state>i:not(.cabinet-spinner){background:#cdc8be;border-radius:50%;width:7px;height:7px}.research-sidebar-item.active .research-sidebar-item-state>i:not(.cabinet-spinner){background:var(--green);box-shadow:0 0 0 5px #2a8b6514}.cabinet-spinner{border:2px solid #ded8cd;border-top-color:var(--red);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite cabinet-spin}@keyframes cabinet-spin{to{transform:rotate(360deg)}}.research-sidebar-empty{min-height:150px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:22px;font-size:10px;line-height:1.5;display:flex}.research-sidebar-empty svg{color:#c51f3a73;width:26px;height:26px}.research-sidebar-empty-search{min-height:120px}.research-sidebar-security{background:#157c780b;border:1px solid #157c781a;border-radius:15px;align-items:center;gap:10px;margin:auto 14px 14px;padding:13px;display:flex}.research-sidebar-security>svg{width:20px;height:20px;color:var(--teal);flex:none}.research-sidebar-security b{color:var(--ink-soft);font-size:9px}.research-sidebar-security small{color:var(--muted);margin-top:4px;font-size:7px}.cabinet-stage{flex-direction:column;gap:18px;min-width:0;display:flex}.cabinet-research-header{min-height:126px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 91% 12%,#f2c34a26,#0000 28%),#fffdf8e6;border:1px solid #172a351a;border-radius:24px;justify-content:space-between;align-items:center;gap:28px;padding:22px 25px;display:flex}.cabinet-research-title{min-width:0}.cabinet-eyebrow{color:var(--red);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:7px;font-size:9px;font-weight:850;display:inline-flex}.cabinet-eyebrow i{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #2a8b6514}.cabinet-research-title h1{overflow-wrap:anywhere;max-width:900px;color:var(--ink);letter-spacing:-.035em;margin:10px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,3vw,42px);line-height:1.08}.cabinet-research-meta{flex-wrap:wrap;gap:7px;margin-top:15px;display:flex}.cabinet-research-meta>span{border:1px solid var(--line);min-height:25px;color:var(--muted);background:#ffffffb3;border-radius:999px;align-items:center;gap:5px;padding:0 8px;font-size:8px;font-weight:680;display:inline-flex}.cabinet-research-meta>span.active{color:#1f7758;background:#2a8b6512;border-color:#2a8b6526}.cabinet-research-meta svg{width:12px;height:12px}.cabinet-research-security{background:#157c780e;border:1px solid #157c781f;border-radius:17px;flex:none;align-items:center;gap:10px;max-width:250px;padding:12px 14px;display:flex}.cabinet-research-security>svg{width:23px;height:23px;color:var(--teal);flex:none}.cabinet-research-security b{color:var(--ink-soft);font-size:9px}.cabinet-research-security small{max-width:180px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:7px;overflow:hidden}.cabinet-error{color:var(--red-dark);background:#c51f3a0e;border:1px solid #c51f3a29;border-radius:14px;padding:12px 15px;font-size:10px;line-height:1.45}.cabinet-workspace-grid{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);align-items:stretch;gap:18px;min-width:0;height:clamp(620px,100vh - 282px,780px);min-height:620px;display:grid}.cabinet-chat-card,.cabinet-reference{background:var(--white);min-width:0;height:100%;min-height:0;box-shadow:var(--shadow-md);border:1px solid #172a351a;border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.cabinet-chat-header{min-height:74px;color:var(--ink);background:linear-gradient(90deg,#fffdf8fa,#f8f3eaf5);border-bottom:1px solid #e8e4dc;grid-template-columns:43px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 18px;display:grid}.cabinet-chat-header>div:nth-child(2){flex-direction:column;min-width:0;display:flex}.cabinet-chat-header strong{font-size:13px}.cabinet-chat-header>div:nth-child(2)>span{color:var(--muted);align-items:center;gap:6px;margin-top:4px;font-size:9px;font-weight:700;display:flex}.cabinet-chat-header>div:nth-child(2)>span i{background:var(--green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #2a8b651a}.cabinet-chat-mode{min-height:30px;color:var(--teal-dark);background:#157c7814;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:8px;font-weight:780;display:inline-flex}.cabinet-chat-mode svg{width:13px;height:13px}.cabinet-chat-body{min-width:0;min-height:0;color:var(--ink);background:var(--white);flex:auto;position:relative}.cabinet-chat-body .glagol-widget-host,.cabinet-chat-body .glagol-widget-container,.cabinet-chat-body .glagol-widget-container>glagol-chat{height:100%;min-height:0}.cabinet-widget-placeholder{text-align:center;background:radial-gradient(circle,#f2c34a21,#0000 29%),linear-gradient(145deg,#fffdf8,#f4eee3);flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:100%;padding:55px 38px 105px;display:flex}.cabinet-widget-placeholder>span{color:var(--teal);letter-spacing:.13em;text-transform:uppercase;margin-top:22px;font-size:9px;font-weight:850}.cabinet-widget-placeholder h2{letter-spacing:-.03em;max-width:520px;margin:9px 0 0;font-family:Georgia,Times New Roman,serif;font-size:30px}.cabinet-widget-placeholder p{max-width:460px;color:var(--muted);margin:12px 0 0;font-size:11px;line-height:1.55}.cabinet-mock-composer{color:#929895;background:#ffffffe6;border:1px solid #ddd7cc;border-radius:17px;justify-content:space-between;align-items:center;gap:15px;min-height:58px;padding:8px 9px 8px 18px;font-size:10px;display:flex;position:absolute;bottom:22px;left:24px;right:24px;box-shadow:0 15px 35px #2a1d1312}.cabinet-mock-composer i{width:40px;height:40px;color:var(--white);background:var(--red);border-radius:12px;place-items:center;display:grid}.cabinet-mock-composer svg{width:17px;height:17px}.cabinet-reference{color:var(--ink)}.cabinet-reference .research-parameters-panel{background:radial-gradient(circle at 100% 0,#f2c34a1a,#0000 36%),#faf8f3;height:100%;min-height:0}.cabinet-reference .research-parameters-header{flex-direction:column;align-items:stretch;gap:12px;padding:18px 17px 13px}.cabinet-reference .research-parameters-header h3{font-size:21px;line-height:1.08}.cabinet-reference .research-parameters-header p{max-width:none;font-size:9px}.cabinet-reference .research-parameters-actions{justify-content:space-between;width:100%}.cabinet-reference .research-parameters-meta{padding-inline:17px}.cabinet-reference .research-parameters-scroll{padding:11px 12px 16px}.cabinet-reference .parameter-section>summary{min-height:42px}.cabinet-reference .parameter-section>summary>b,.cabinet-reference .parameter-value-heading strong,.cabinet-reference .parameter-main-value{font-size:9px}.cabinet-first-research{text-align:center;min-height:calc(100vh - 160px);box-shadow:var(--shadow-md);background:radial-gradient(circle,#f2c34a2b,#0000 31%),radial-gradient(circle at 82% 18%,#157c7814,#0000 24%),#fffdf8e0;border:1px solid #172a351a;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;padding:70px 28px;display:flex}.cabinet-first-orbit{border:1px dashed #c51f3a4d;border-radius:50%;place-items:center;width:124px;height:124px;animation:18s linear infinite rotate;display:grid}.cabinet-first-orbit>span{width:76px;height:76px;color:var(--red);background:var(--gold-soft);border-radius:25px;place-items:center;animation:18s linear infinite counter-rotate;display:grid;box-shadow:0 20px 50px #f2c34a2b}.cabinet-first-orbit svg{width:31px;height:31px}.cabinet-first-research>span:not(.cabinet-first-orbit){color:var(--red);letter-spacing:.14em;text-transform:uppercase;margin-top:27px;font-size:9px;font-weight:850}.cabinet-first-research h1{max-width:680px;color:var(--ink);letter-spacing:-.04em;margin:12px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,56px);line-height:1.05}.cabinet-first-research p{max-width:580px;color:var(--muted);margin:18px 0 0;font-size:13px;line-height:1.65}.cabinet-first-research .cabinet-error{width:min(100%,580px);margin-top:18px}.cabinet-first-research .button{margin-top:27px}@media (max-width:1320px){.cabinet-layout{grid-template-columns:280px minmax(0,1fr)}.cabinet-user small{max-width:170px}.cabinet-workspace-grid{grid-template-columns:minmax(0,2fr) minmax(285px,1fr)}}@media (max-width:1180px){.cabinet-brand-context{display:none}.cabinet-layout{grid-template-columns:1fr;gap:18px}.research-sidebar{min-height:0;max-height:none;position:relative;top:auto}.research-sidebar-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:260px;display:grid}.research-sidebar-security{display:none}}@media (max-width:900px){.protected-space-card{max-width:700px;min-height:530px}.cabinet-header-inner,.cabinet-layout{width:min(100% - 28px,1640px)}.cabinet-layout{padding-top:16px}.cabinet-research-header{align-items:flex-start}.cabinet-research-security{max-width:210px}}@media (max-width:820px){.cabinet-workspace-grid{grid-template-columns:1fr;height:auto;min-height:0}.cabinet-chat-card,.cabinet-reference{height:620px}.cabinet-reference .research-parameters-header{flex-direction:row;align-items:flex-start}.cabinet-reference .research-parameters-actions{justify-content:flex-start;width:auto}}@media (max-width:680px){.protected-space-card{border-radius:23px;min-height:480px;padding:23px}.protected-space-icon{border-radius:17px;width:55px;height:55px}.protected-space-content{padding:45px 0 32px}.protected-space-content strong{font-size:32px}.protected-space-card-bottom{flex-direction:column;align-items:flex-start}.cabinet-header-inner{min-height:70px}.cabinet-brand-logo{width:138px}.cabinet-user{padding-right:5px}.cabinet-user>span:last-child,.cabinet-language{display:none}.cabinet-logout{min-height:34px;padding-inline:10px;font-size:9px}.cabinet-layout{width:min(100% - 20px,1640px);padding-bottom:30px}.research-sidebar-heading{padding:17px 16px 12px}.research-create-button,.research-sidebar-search{margin-inline:10px}.research-sidebar-list{grid-template-columns:1fr;max-height:305px;padding-inline:8px}.cabinet-research-header{border-radius:20px;flex-direction:column;align-items:stretch;gap:17px;min-height:0;padding:20px}.cabinet-research-security{width:100%;max-width:none}.cabinet-chat-card,.cabinet-reference{border-radius:20px}.cabinet-chat-card{height:540px}.cabinet-reference{height:570px}.cabinet-chat-header{grid-template-columns:43px minmax(0,1fr)}.cabinet-chat-mode{display:none}.cabinet-reference .research-parameters-header{flex-direction:column;align-items:stretch}.cabinet-reference .research-parameters-actions{justify-content:space-between;width:100%}.cabinet-reference .research-parameters-header,.cabinet-reference .research-parameters-meta,.cabinet-reference .research-parameters-scroll{padding-inline:13px}.cabinet-first-research{border-radius:22px;min-height:calc(100vh - 106px)}}
