:root{--bg:#eef2ff;--panel:#fff;--soft:#f8fafc;--text:#0f172a;--body:#1e293b;--muted:#64748b;--line:#e2e8f0;--brand:#4338ca;--violet:#7c3aed;--green:#16a34a;--cyan:#0891b2;--amber:#f59e0b;--navy:#0f172a;--shadow:0 22px 64px rgba(67,56,202,.13);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--body);font-size:16px;line-height:1.55}body:before{content:"";position:fixed;inset:0;background:linear-gradient(90deg,rgba(67,56,202,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(67,56,202,.03) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,#000,transparent 70%);pointer-events:none;z-index:-1}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--text);letter-spacing:0}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;padding:10px 0;background:rgba(248,250,252,.88);border-bottom:1px solid rgba(226,232,240,.62);backdrop-filter:blur(16px)}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:0;border:1px solid rgba(15,23,42,.16);border-radius:12px;background:rgba(255,255,255,.92);box-shadow:0 10px 28px rgba(15,23,42,.05);padding:0 10px 0 16px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--brand);font-weight:900;font-size:22px}.brand span{width:34px;height:34px;border-radius:10px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:14px;box-shadow:0 12px 28px rgba(67,56,202,.25)}nav{display:flex;gap:4px;align-items:center}nav a{padding:9px 11px;border-radius:10px;color:#334155;font-size:14px;font-weight:800}nav a:hover{background:#fff;color:var(--brand)}.btn{min-height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;padding:0 16px;font-weight:900;white-space:nowrap;transition:.18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(67,56,202,.12);color:var(--brand)}.btn.primary{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 18px 38px rgba(67,56,202,.24)}.nav-links{position:relative;display:flex;align-items:center;align-self:stretch;gap:0;margin-left:24px;margin-right:auto}.nav-group{position:relative;display:inline-flex}.nav-trigger{border:0;background:transparent;color:#334155;padding:0 16px;min-height:72px;border-radius:0;display:inline-flex;align-items:center;gap:6px;font-weight:850}.nav-trigger:after{content:"";width:7px;height:7px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg) translateY(-2px)}.nav-group:hover .nav-trigger,.nav-group:focus-within .nav-trigger,.nav-trigger:hover{background:#fff;color:var(--text)}.nav-group:hover .nav-trigger,.nav-group:focus-within .nav-trigger{outline:2px solid rgba(15,23,42,.92);outline-offset:-2px;border-radius:12px 12px 0 0;transform:translateY(1px);z-index:3}.nav-panel{position:absolute;left:0;top:calc(100% - 1px);width:465px;padding:22px;border:2px solid rgba(15,23,42,.92);border-radius:0 0 20px 20px;background:rgba(255,255,255,.98);box-shadow:0 28px 60px rgba(15,23,42,.16);opacity:0;pointer-events:none;transform:translateY(-6px);transition:.16s ease}.nav-panel.right{left:auto;right:0}.nav-panel:before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}.nav-group:hover .nav-panel,.nav-group:focus-within .nav-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-panel small{display:block;margin:2px 0 12px;color:#64748b;font-size:11px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.nav-panel a{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;padding:11px 8px;border-radius:12px;color:var(--text);font-size:14px}.nav-panel a:hover{background:#eef2ff;color:var(--text)}.nav-ico{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#f1f5f9;color:var(--brand);font-size:12px;font-style:normal;font-weight:930}.nav-panel b{display:block;color:var(--text);font-size:16px;line-height:1.2;font-weight:930}.nav-panel span{display:block;margin-top:4px;color:#64748b;font-size:13.5px;line-height:1.35;font-weight:650}.hero{padding:72px 0 54px}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:34px;align-items:center}.eyebrow{display:inline-flex;width:fit-content;border:1px solid rgba(67,56,202,.2);border-radius:999px;background:rgba(255,255,255,.76);color:var(--brand);padding:7px 12px;font-size:13px;font-weight:900}h1{margin-top:20px;font-size:clamp(42px,6vw,76px);line-height:.98;font-weight:940;max-width:850px}.lead{max-width:760px;margin-top:20px;color:#334155;font-size:20px;line-height:1.45;font-weight:650}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.preview-card{border:1px solid rgba(226,232,240,.95);border-radius:26px;background:#fff;padding:18px;box-shadow:var(--shadow)}.preview-top{display:flex;gap:8px;align-items:center;color:var(--text);font-weight:900}.preview-top span{width:12px;height:12px;border-radius:999px}.preview-top span:nth-child(1){background:#ff5f57}.preview-top span:nth-child(2){background:#ffbd2e}.preview-top span:nth-child(3){background:#28c840}.query-box{margin-top:16px;border:1px solid var(--line);border-radius:15px;background:var(--soft);padding:14px;color:var(--text);font-weight:850}.mini-graph{height:230px;margin-top:16px;border:1px solid var(--line);border-radius:20px;background:radial-gradient(circle at 50% 50%,rgba(67,56,202,.08),transparent 42%),#fff;position:relative}.mini-graph:before,.mini-graph:after{content:"";position:absolute;background:#cbd5e1;height:1px;left:25%;right:20%;top:52%;transform:rotate(22deg)}.mini-graph:after{transform:rotate(-28deg)}.mini-graph i{position:absolute;width:48px;height:48px;border-radius:50%;background:var(--brand);box-shadow:0 10px 22px rgba(15,23,42,.16);border:4px solid #fff}.mini-graph i:nth-child(1){left:45%;top:42%;background:var(--navy)}.mini-graph i:nth-child(2){left:18%;top:25%;background:var(--brand)}.mini-graph i:nth-child(3){right:18%;top:23%;background:var(--violet)}.mini-graph i:nth-child(4){left:28%;bottom:18%;background:var(--green)}.mini-graph i:nth-child(5){right:24%;bottom:20%;background:var(--cyan)}.mini-graph i:nth-child(6){left:13%;bottom:34%;background:var(--amber)}.preview-list{display:grid;gap:8px;margin-top:14px}.preview-list div{display:flex;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:12px;background:var(--soft);padding:10px 12px;font-size:13px}.preview-list b{color:var(--text)}.preview-list span{color:var(--muted);font-weight:750}.section{padding:66px 0}.section.white{background:#fff}.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:28px;align-items:end;margin-bottom:24px}.section h2{font-size:clamp(30px,4.2vw,52px);line-height:1;font-weight:940}.section-head p,.two-col p{color:#475569;font-size:16px;font-weight:650}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.two-col>div{border:1px solid var(--line);border-radius:20px;background:#fff;padding:22px}.two-col h2{font-size:28px;margin-bottom:10px}.query-grid,.block-grid,.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.query-grid a,.block-grid article,.faq-grid article{border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px;box-shadow:0 10px 30px rgba(15,23,42,.04)}.query-grid a{color:var(--brand);font-weight:900;min-height:82px;display:flex;align-items:center}.block-grid article span{display:inline-flex;border-radius:999px;background:#eef2ff;color:var(--brand);padding:4px 9px;font-size:12px;font-weight:900}.block-grid h3,.faq-grid h3{font-size:20px;line-height:1.16;margin-top:12px}.block-grid p,.faq-grid p{margin-top:9px;color:#475569;font-size:14px;font-weight:650}.related{background:#f8faff}.link-cloud{display:flex;gap:10px;flex-wrap:wrap}.link-cloud a{border:1px solid var(--line);border-radius:999px;background:#fff;padding:10px 13px;color:#334155;font-size:14px;font-weight:850}.link-cloud a:hover{color:var(--brand);border-color:rgba(67,56,202,.32)}.final{padding:70px 0;background:#fff}.final-panel{border-radius:28px;background:var(--navy);color:#cbd5e1;padding:36px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;box-shadow:0 28px 70px rgba(15,23,42,.22)}.final h2{color:#fff;font-size:42px;line-height:1}.final p{margin-top:12px;color:#cbd5e1;font-weight:650}footer{padding:40px 0 70px;background:#fff;border-top:1px solid var(--line);color:var(--muted)}.footer-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px}.footer-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.footer-cols h4{margin:0 0 10px;color:var(--text)}.footer-cols a{display:block;margin:7px 0;font-size:13px;font-weight:750}.footer-cols a:hover{color:var(--brand)}@media(max-width:900px){.container{width:min(calc(100% - 28px),1120px)}.nav nav{display:none}.nav .btn.primary{width:auto;min-width:104px;padding:0 12px;font-size:13px}.nav .btn.primary:before{content:none;font-size:14px}.hero{padding-top:42px}.hero-grid,.section-head,.two-col,.final-panel,.footer-grid{grid-template-columns:1fr}h1{font-size:clamp(36px,10vw,48px);line-height:1.02;overflow-wrap:anywhere}.lead{font-size:17px}.query-grid,.block-grid,.faq-grid,.footer-cols{grid-template-columns:1fr}.preview-card{padding:14px}.final h2{font-size:34px}}
/* scid.ai brandbook layer: one visual system for generated pages. */
:root{--bg:#ffffff;--panel:#ffffff;--soft:#f8fafc;--panel-soft:#f8fafc;--text:#0f172a;--body:#334155;--muted:#64748b;--line:#dbe3ef;--brand:#4f46e5;--brand-2:#7c3aed;--violet:#7c3aed;--green:#059669;--cyan:#0891b2;--navy:#0b1020;--shadow:0 22px 64px rgba(79,70,229,.12);--shadow-soft:0 2px 10px rgba(15,23,42,.05);color-scheme:light}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]){--bg:#050507;--panel:#0b1020;--soft:#0f172a;--panel-soft:#111827;--text:#f8fafc;--body:#dbe4f0;--muted:#a8b3c7;--line:#2a3448;--brand:#8ea0ff;--brand-2:#a78bfa;--shadow:0 26px 78px rgba(0,0,0,.38);--shadow-soft:0 10px 34px rgba(0,0,0,.22);color-scheme:dark}}
:root[data-theme="dark"]{--bg:#050507;--panel:#0b1020;--soft:#0f172a;--panel-soft:#111827;--text:#f8fafc;--body:#dbe4f0;--muted:#a8b3c7;--line:#2a3448;--brand:#8ea0ff;--brand-2:#a78bfa;--shadow:0 26px 78px rgba(0,0,0,.38);--shadow-soft:0 10px 34px rgba(0,0,0,.22);color-scheme:dark}
body{background:var(--bg);color:var(--body)}body:before{display:block;background:linear-gradient(90deg,rgba(79,70,229,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(79,70,229,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,#000,transparent 78%)}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]) body:before{background:linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(148,163,184,.06) 1px,transparent 1px)}}
:root[data-theme="dark"] body:before{background:linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(148,163,184,.06) 1px,transparent 1px)}
.site-header{padding:8px 0;background:color-mix(in srgb,var(--bg) 86%,transparent);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.nav{width:min(1120px,calc(100% - 32px));min-height:64px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--panel) 92%,transparent);box-shadow:var(--shadow-soft);padding:0 10px 0 14px;margin:0 auto}
.brand{color:var(--brand);font-size:20px;font-weight:900}.brand-logo{width:40px;height:40px;border-radius:10px;display:block;box-shadow:none}
.nav-trigger{min-height:38px;padding:0 12px;border-radius:10px;color:var(--body);font-weight:800}.nav-group:hover .nav-trigger,.nav-group:focus-within .nav-trigger,.nav-trigger:hover{outline:0;border-radius:10px;background:var(--soft);color:var(--text);transform:none}
.nav-panel{top:calc(100% + 10px);width:430px;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--panel);box-shadow:var(--shadow)}
.nav-panel a{grid-template-columns:1fr;gap:0;padding:10px;border-radius:12px}.nav-panel a:hover{background:var(--soft);color:var(--text)}.nav-ico{display:none}
.nav-panel b{color:var(--text);font-size:15px;font-weight:850}.nav-panel span{color:var(--muted);font-size:13px;font-weight:650}
.btn{min-height:42px;border:1px solid var(--line);border-radius:10px;background:var(--panel);color:var(--text);font-size:14px;font-weight:850;box-shadow:none}.btn:hover{transform:none;box-shadow:none;background:var(--soft);color:var(--brand)}.btn.primary{background:linear-gradient(135deg,#4f46e5,#7c3aed)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 18px 44px rgba(79,70,229,.22)!important}.btn.primary:hover{background:linear-gradient(135deg,#4338ca,#6d28d9)!important;color:#fff!important;transform:translateY(-1px)}
.hero{background:radial-gradient(circle at 78% 18%,rgba(79,70,229,.12),transparent 28%),radial-gradient(circle at 16% 28%,rgba(14,165,233,.08),transparent 26%);padding:clamp(58px,7vw,86px) 0 64px;text-align:left}.hero-grid{gap:42px}
h1{color:var(--text);font-size:clamp(36px,4.8vw,62px);line-height:1.02;font-weight:940;letter-spacing:0}.lead{color:var(--body);font-size:clamp(18px,1.6vw,21px);line-height:1.5;font-weight:650}
.eyebrow{background:var(--soft);border:1px solid var(--line);color:var(--brand);box-shadow:none;font-size:14px;font-weight:850;padding:7px 14px}
.preview-card,.two-col>div,.query-grid a,.block-grid article,.faq-grid article{border:1px solid var(--line);border-radius:20px;background:var(--panel);box-shadow:var(--shadow-soft)}
.preview-card{border-radius:20px}.query-box,.preview-list div{background:var(--panel-soft);border-color:var(--line);color:var(--text)}.preview-list span{color:var(--muted)}
.section{padding:80px 0}.section.white,.final,footer{background:var(--bg)}.related{background:var(--soft)}.section h2{color:var(--text);font-size:clamp(26px,3.8vw,42px);line-height:1.12;font-weight:920}.section-head p,.two-col p{color:var(--body);font-weight:650}
.value-bridge-section{padding-top:34px}.value-bridge{border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,color-mix(in srgb,var(--panel) 94%,transparent),color-mix(in srgb,var(--soft) 82%,transparent));box-shadow:var(--shadow-soft);padding:28px;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1fr);gap:24px;align-items:start}.value-bridge-head span{display:inline-flex;width:max-content;border-radius:999px;background:color-mix(in srgb,var(--brand) 12%,transparent);color:var(--brand);padding:6px 10px;font-size:12px;font-weight:900}.value-bridge-head h2{margin-top:14px;font-size:clamp(26px,3vw,40px);line-height:1.06}.value-bridge-head p{margin-top:14px;color:var(--body);font-size:17px;font-weight:650;line-height:1.48}.value-bridge-grid{display:grid;grid-template-columns:1fr;gap:10px}.value-bridge-grid article{border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--panel) 92%,transparent);padding:16px}.value-bridge-grid h3{font-size:18px;line-height:1.18}.value-bridge-grid p{margin-top:7px;color:var(--body);font-size:14px;font-weight:650}.value-bridge-cta{width:max-content;margin-top:6px;grid-column:1/-1}
.ai-ask-section{padding-top:38px}.ai-ask-panel{border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#171335,#4338ca);color:#dbe4ff;padding:28px;display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:24px;align-items:center;box-shadow:0 28px 70px rgba(15,23,42,.18)}.ai-ask-panel span{display:inline-flex;border-radius:999px;background:rgba(255,255,255,.12);color:#dbe4ff;padding:6px 10px;font-size:12px;font-weight:900}.ai-ask-panel h2{margin-top:14px;color:#fff;font-size:clamp(28px,3.4vw,44px);line-height:1.04}.ai-ask-panel>div>p{margin-top:12px;color:#dbe4ff;font-weight:650}.ai-ask-card{border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(255,255,255,.10);padding:18px}.ai-ask-card p{color:#fff;font-size:14px;line-height:1.5;font-weight:650}.ai-ask-card .btn{margin-top:16px}
@media(max-width:900px){.value-bridge{grid-template-columns:1fr;padding:22px;border-radius:24px}.value-bridge-head p{font-size:15px}.value-bridge-cta{width:100%}}
@media(max-width:900px){.ai-ask-panel{grid-template-columns:1fr;padding:22px;border-radius:24px}.ai-ask-card .btn{width:100%}.ai-ask-card p{font-size:13px}}
.block-grid article span{background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand);font-weight:850}.query-grid a{color:var(--text);font-weight:850}.query-grid a:hover,.link-cloud a:hover{border-color:var(--brand);color:var(--brand);box-shadow:0 4px 20px rgba(79,70,229,.12)}
.block-grid h3,.faq-grid h3,.two-col h2{color:var(--text)}.block-grid p,.faq-grid p{color:var(--body)}
.block-grid article:hover,.faq-grid article:hover,.query-grid a:hover,.two-col>div:hover{border-color:var(--brand);box-shadow:0 4px 20px rgba(79,70,229,.12)}
.final-panel{border-radius:18px;background:linear-gradient(135deg,#111827,#312e81);border:1px solid rgba(142,160,255,.26);box-shadow:var(--shadow)}.final h2{font-size:clamp(28px,4vw,42px);color:#fff}.final p{color:#dbe4f0}
.link-cloud a{background:var(--panel);border-color:var(--line);color:var(--body);font-weight:750}footer{border-top:1px solid var(--line)}.footer-cols h4{color:var(--text)}.footer-cols a{color:var(--muted);font-weight:750}.footer-cols a:hover{color:var(--brand)}
.footer-controls{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap;padding-top:8px}.footer-control{display:inline-flex;align-items:center;gap:8px;min-height:38px;border:1px solid var(--line);border-radius:999px;background:var(--panel);padding:4px 5px 4px 12px;color:var(--muted);font-size:12px;font-weight:850}.theme-toggle{min-height:30px;border:0;border-radius:999px;display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--text);padding:0 9px;font-size:12px;font-weight:900}.theme-toggle-track{position:relative;width:34px;height:20px;border-radius:999px;background:color-mix(in srgb,var(--brand) 20%,transparent)}.theme-toggle-thumb{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:999px;background:var(--brand);transition:transform .18s ease}:root[data-theme="dark"] .theme-toggle-thumb{transform:translateX(14px)}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]) .theme-toggle-thumb{transform:translateX(14px)}}
@media(min-width:761px) and (max-width:980px){.container{width:min(calc(100% - 28px),1120px)}.hero{padding:44px 0 40px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(300px,340px);gap:20px;align-items:center}.hero h1{font-size:clamp(34px,4.8vw,46px);line-height:1.04}.lead{font-size:16px;line-height:1.42}.hero-actions{margin-top:20px}.preview-card{padding:12px}.article-graph{min-height:355px}.article-graph-stage{height:206px}.article-graph-node{width:88px;min-height:44px;border-radius:13px;padding:6px}.article-graph-node.core{width:112px;min-height:54px}.article-graph-node b{font-size:9px}.article-graph-node span{font-size:8px}.article-graph-inspector{padding:10px 11px}.article-graph-inspector strong{font-size:15px}.article-graph-inspector p{font-size:11px}.nav{width:min(1120px,calc(100% - 28px))}}
@media(max-width:900px){.brand-logo{width:34px;height:34px}.nav .btn.primary{width:auto;min-width:104px;padding:0 12px;font-size:13px}.nav .btn.primary:before{content:none}.hero{padding-top:48px}h1{font-size:clamp(34px,9vw,46px);line-height:1.04;overflow-wrap:anywhere}.lead{font-size:16px}}
@media(max-width:560px){h1{font-size:34px}.hero-actions .btn{width:100%}}
.preview-card--graph{background:#0b1020;color:#f8fafc;border-color:rgba(255,255,255,.12);box-shadow:0 34px 90px rgba(15,23,42,.24)}.preview-card--graph .query-box{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12);color:#f8fafc}.preview-card--graph .email-mock,.preview-card--graph .digest-mock,.preview-card--graph .export-mock,.preview-card--graph .forum-mock{margin-top:14px}.article-graph{position:relative;min-height:430px;border-radius:24px;background:linear-gradient(90deg,rgba(248,250,252,.055) 1px,transparent 1px),linear-gradient(180deg,rgba(248,250,252,.045) 1px,transparent 1px),radial-gradient(circle at var(--mx,52%) var(--my,40%),rgba(67,56,202,.28),transparent 34%),#0b1020;background-size:30px 30px,30px 30px,auto,auto;color:#f8fafc;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 60px rgba(15,23,42,.24);padding:18px}.article-graph--compact{min-height:280px;margin-top:14px;border-radius:18px;padding:12px}.article-graph-head{position:relative;z-index:2;max-width:360px}.article-graph-head span,.article-graph-inspector span{display:block;color:#a8a29a;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.article-graph-head strong{display:block;margin-top:5px;color:#f8fafc;font-size:clamp(19px,2.2vw,28px);line-height:1.04;font-weight:930}.article-graph-head p{margin-top:5px;color:rgba(248,250,252,.65);font-size:12px;font-weight:650}.article-graph-stage{position:relative;height:265px;margin-top:8px}.article-graph--compact .article-graph-stage{height:182px}.article-graph-stage svg{position:absolute;inset:0;width:100%;height:100%}.article-graph-edge{stroke:rgba(248,250,252,.24);stroke-width:.55;stroke-dasharray:4 4;animation:articleEdge 18s linear infinite}.article-graph-edge.primary{stroke:rgba(232,104,42,.72);stroke-width:.9}.article-graph-node{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);width:122px;min-height:54px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(248,250,252,.94);color:#0b1020;padding:8px;text-align:left;box-shadow:0 16px 34px rgba(0,0,0,.28);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.article-graph--compact .article-graph-node{width:92px;min-height:44px;border-radius:13px;padding:6px}.article-graph-node b{display:block;font-size:11px;line-height:1.1;font-weight:920;white-space:normal}.article-graph-node span{display:block;margin-top:3px;color:#706a61;font-size:9px;line-height:1.15;font-weight:700}.article-graph-node.core{width:152px;min-height:68px;background:#f59e0b;color:#f8fafc;border-color:rgba(255,255,255,.35);text-align:center}.article-graph-node.core span{color:rgba(248,250,252,.78)}.article-graph-node.ref{background:#f8fafc}.article-graph-node.cite{background:#5044dc;color:#fff}.article-graph-node.cite span{color:rgba(255,255,255,.76)}.article-graph-node:hover,.article-graph-node.is-active{transform:translate(-50%,-50%) scale(1.08);border-color:rgba(232,104,42,.85);box-shadow:0 24px 52px rgba(232,104,42,.20),0 16px 34px rgba(0,0,0,.30);z-index:5}.article-graph-inspector{position:relative;z-index:2;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.06);padding:13px 14px}.article-graph-inspector strong{display:block;margin-top:5px;color:#f8fafc;font-size:17px;line-height:1.15;font-weight:900}.article-graph-inspector p{margin-top:5px;color:rgba(248,250,252,.72);font-size:12px;line-height:1.4;font-weight:650}.media-frame{position:relative;min-height:420px;margin:0;border:1px solid rgba(15,23,42,.12);border-radius:24px;background:#0b1020;box-shadow:0 30px 80px rgba(15,23,42,.18);overflow:hidden;padding:18px}.media-frame:before{display:none}.media-frame figcaption{position:absolute;left:18px;right:18px;bottom:18px;border-radius:14px;background:rgba(248,250,252,.9);color:#0b1020;padding:10px 12px;font-size:13px;font-weight:850}.media-frame .article-graph{min-height:360px;box-shadow:none;border-radius:18px}.media-frame .article-graph-inspector{margin-bottom:44px}.email-mock,.digest-mock,.export-mock,.forum-mock{border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.06);padding:14px}.email-card span{color:#a8a29a;font-size:11px;font-weight:850;text-transform:none;letter-spacing:0}.mock-window-top{display:flex;align-items:center;gap:8px;margin-bottom:14px}.mock-window-top i{width:11px;height:11px;border-radius:999px;background:#ff5f57}.mock-window-top i:nth-child(2){background:#ffbd2e}.mock-window-top i:nth-child(3){background:#28c840}.mock-window-top strong{margin-left:8px;color:#f8fafc}.email-card{border-radius:18px;padding:15px;margin-top:12px}.email-card.inbound{background:#f8fafc;color:#0b1020}.email-card.outbound{background:rgba(255,255,255,.07);color:#f8fafc;border:1px solid rgba(255,255,255,.12)}.email-card b{display:block;margin-top:4px;font-size:18px;line-height:1.15}.email-card p{margin-top:8px;color:inherit;opacity:.78}.email-card ul{margin:12px 0 0;padding:0;list-style:none;display:flex;gap:8px;flex-wrap:wrap}.email-card li,.export-formats span{border-radius:999px;background:#dff5e7;color:#126a38;padding:6px 9px;font-size:12px;font-weight:850}.mock-title{color:#f8fafc;font-size:20px;font-weight:920;line-height:1.1;margin-bottom:14px}.digest-row,.forum-row{border-radius:16px;background:rgba(255,255,255,.08);padding:13px;margin-top:10px}.digest-row span{color:#f59e0b;font-weight:900}.digest-row b,.forum-row b{display:block;color:#f8fafc;font-size:15px;line-height:1.2}.digest-row p,.forum-row span{display:block;margin-top:5px;color:rgba(248,250,252,.65);font-size:12px}.export-table{display:grid;gap:8px}.export-table div{border-radius:14px;background:rgba(255,255,255,.08);padding:11px}.export-table b{display:block;color:#f8fafc}.export-table span{color:rgba(248,250,252,.62);font-size:12px}.export-formats{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}@keyframes articleEdge{to{stroke-dashoffset:-120}}@media(max-width:900px){.article-graph{min-height:390px}.article-graph-stage{height:250px}.article-graph--compact .article-graph-stage{height:220px}.article-graph-node{width:102px}.article-graph-node.core{width:122px}.media-frame{min-height:360px;padding:14px}.media-frame .article-graph{min-height:390px}}@media(max-width:560px){.article-graph-head strong{font-size:20px}.article-graph-node{width:86px;min-height:46px}.article-graph-node.core{width:112px}.article-graph-node b{font-size:9px}.article-graph-node span{font-size:8px}.article-graph-stage{height:300px}.article-graph--compact .article-graph-stage{height:250px}.article-graph-inspector{padding:11px}.media-frame figcaption{position:relative;left:auto;right:auto;bottom:auto;margin-top:12px}.media-frame .article-graph-inspector{margin-bottom:0}}
.email-mock,.digest-mock,.export-mock,.forum-mock{min-width:0}.email-card b,.email-card p,.email-card li,.mock-window-top strong,.media-frame figcaption{overflow-wrap:anywhere}

.article-graph-stage{isolation:isolate}
.article-graph-edge{stroke:rgba(148,163,184,.38);stroke-width:.62;stroke-dasharray:5 6;vector-effect:non-scaling-stroke}
.article-graph-edge.primary{stroke:rgba(142,160,255,.68);stroke-width:1.05}
.article-graph-edge.cluster{stroke:rgba(115,187,150,.72);stroke-width:.9;stroke-dasharray:none}
.article-graph-edge.soft{stroke:rgba(148,163,184,.24);stroke-width:.55;stroke-dasharray:3 7}
.article-graph-node.core{width:auto;min-width:76px;min-height:32px;border-radius:999px;background:#f59e0b;color:#111827;border:2px solid rgba(255,255,255,.42);padding:0 12px;text-align:center;box-shadow:0 16px 34px rgba(245,158,11,.20)}
.article-graph-node.core b{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.03em}
.article-graph-node.core span{display:none}
.article-graph-node.cluster{width:124px;min-height:42px;border:0;background:transparent;color:#dbe4ff;padding:0;text-align:center;box-shadow:none}
.article-graph-node.cluster:before{content:"";display:block;width:13px;height:13px;margin:0 auto 7px;border-radius:999px;background:#111827;box-shadow:0 0 0 4px rgba(255,255,255,.08)}
.article-graph-node.cluster b{color:#dbe4ff;font-size:10px;line-height:1.08;text-shadow:0 1px 10px rgba(11,16,32,.82)}
.article-graph-node.cluster span{display:none}
.article-graph-node.paper{width:52px;min-height:52px;border-radius:999px;background:#5365ff;color:#fff;border:2px solid rgba(255,255,255,.28);padding:0;text-align:center;box-shadow:0 14px 30px rgba(83,101,255,.22)}
.article-graph-node.paper b{font-size:11px;line-height:1;font-weight:930}
.article-graph-node.paper span{display:none}
.article-graph--compact .article-graph-node.core{min-width:58px;min-height:28px;padding:0 9px}
.article-graph--compact .article-graph-node.cluster{width:96px;min-height:34px}
.article-graph--compact .article-graph-node.cluster b{font-size:8.5px}
.article-graph--compact .article-graph-node.paper{width:42px;min-height:42px}
.article-graph-node.cluster:hover,.article-graph-node.cluster.is-active{box-shadow:none}
.article-graph-node.cluster:hover:before,.article-graph-node.cluster.is-active:before{box-shadow:0 0 0 5px rgba(142,160,255,.22),0 16px 30px rgba(83,101,255,.24)}
.article-graph-node:hover,.article-graph-node.is-active{border-color:rgba(255,255,255,.82);z-index:6}
.preview-card--graph .article-graph--compact{min-height:300px}
.preview-card--graph .article-graph--compact .article-graph-stage{height:220px}
.article-graph--compact .article-graph-inspector{display:none}
.article-graph--compact .article-graph-node.cluster b{display:none}
.article-graph--compact .article-graph-node.cluster:before{margin-bottom:0}
.article-graph-node.core,:root[data-theme="dark"] .article-graph-node.core,:root:not([data-theme="light"]) .article-graph-node.core{min-width:82px!important;min-height:36px!important;border:4px solid #fff!important;background:#f59e0b!important;color:#111827!important;box-shadow:0 0 0 10px rgba(142,160,255,.20),0 18px 38px rgba(245,158,11,.22)!important}
.article-graph-node.paper,:root[data-theme="dark"] .article-graph-node.paper,:root:not([data-theme="light"]) .article-graph-node.paper{width:52px!important;min-height:52px!important;background:#5365ff!important;color:#fff!important}
.article-graph-node.cluster,:root[data-theme="dark"] .article-graph-node.cluster,:root:not([data-theme="light"]) .article-graph-node.cluster{background:transparent!important;color:#dbe4ff!important;border:0!important;box-shadow:none!important}
.media-frame--graph figcaption{display:none!important}
.media-frame--graph .article-graph-inspector{margin-bottom:0!important}
.preview-card--graph,.media-frame{background:#0b1020!important;color:#f8fafc!important;border-color:rgba(148,163,184,.24)!important}
.email-mock,.digest-mock,.export-mock,.forum-mock{background:rgba(15,23,42,.72)!important;border-color:rgba(148,163,184,.24)!important}
.email-card.inbound{background:#f8fafc!important;color:#0f172a!important}
.email-card.outbound{background:rgba(255,255,255,.07)!important;color:#f8fafc!important;border-color:rgba(148,163,184,.24)!important}
.email-card span,.article-graph-head span,.article-graph-inspector span{color:rgba(203,213,225,.82)!important}
.email-card p,.article-graph-inspector p,.article-graph-head p{color:rgba(226,232,240,.78)!important}
.email-card.inbound p{color:#475569!important}
.mock-window-top strong,.mock-title,.export-table b,.forum-row b,.digest-row b{color:#f8fafc!important}
.article-graph{background:linear-gradient(90deg,rgba(148,163,184,.10) 1px,transparent 1px),linear-gradient(180deg,rgba(148,163,184,.08) 1px,transparent 1px),radial-gradient(circle at var(--mx,52%) var(--my,40%),rgba(83,101,255,.22),transparent 34%),#0b1020!important;border-color:rgba(148,163,184,.24)!important}
.preview-card--email .query-box{border-radius:14px!important;background:rgba(148,163,184,.10)!important;color:#e8eeff!important;border-color:rgba(148,163,184,.24)!important;font-size:13px!important;line-height:1.35!important}
.email-flow{position:relative;display:grid;gap:10px;padding:14px!important;overflow:hidden;background:linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(148,163,184,.06) 1px,transparent 1px),radial-gradient(circle at 78% 18%,rgba(83,101,255,.20),transparent 34%),rgba(15,23,42,.70)!important;background-size:42px 42px,42px 42px,auto,auto!important}
.email-flow:before{content:"";position:absolute;inset:auto -18px -44px 42%;height:120px;background:radial-gradient(circle,rgba(245,158,11,.18),transparent 62%);pointer-events:none}
.email-flow-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px}
.email-flow-head .mock-window-top{margin-bottom:0}.email-flow-head span{border:1px solid rgba(148,163,184,.24);border-radius:999px;background:rgba(255,255,255,.06);color:#cbd5e1;font-size:10px;font-weight:850;padding:5px 8px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.email-flow .email-card{position:relative;z-index:1;margin-top:0!important;border-radius:16px!important;border:1px solid rgba(148,163,184,.24)!important;padding:13px!important;box-shadow:0 16px 34px rgba(0,0,0,.18)!important}
.email-flow .email-card.inbound{background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.055))!important;color:#f8fafc!important}
.email-flow .email-card.outbound{background:linear-gradient(135deg,rgba(83,101,255,.22),rgba(255,255,255,.06))!important;color:#f8fafc!important}
.email-flow .email-card span{color:rgba(203,213,225,.76)!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.email-flow .email-card b{margin-top:5px!important;color:#fff!important;font-size:15px!important;line-height:1.12!important}
.email-flow .email-card p,.email-flow .email-card.inbound p{margin-top:7px!important;color:rgba(226,232,240,.76)!important;font-size:12px!important;line-height:1.35!important}
.email-route{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:8px;padding:0 4px}
.email-route span{display:inline-flex;justify-content:center;border-radius:999px;background:rgba(83,101,255,.16);color:#dbe4ff;font-size:10px;font-weight:900;padding:4px 8px;text-transform:uppercase;letter-spacing:.06em}.email-route i{height:1px;background:linear-gradient(90deg,rgba(142,160,255,.18),rgba(142,160,255,.78),rgba(142,160,255,.18))}
.email-result ul{gap:7px!important}.email-result li{background:rgba(220,252,231,.92)!important;color:#14532d!important;font-size:11px!important;padding:6px 8px!important}.media-frame--email .email-flow{min-height:360px;align-content:center}.media-frame--email figcaption{background:rgba(248,250,252,.92)!important}
.preview-card--email .email-flow{gap:8px!important;padding:12px!important}.preview-card--email .email-flow .email-card{padding:11px 12px!important}.preview-card--email .email-flow .email-card b{font-size:14px!important}.preview-card--email .email-flow .email-card p{font-size:11px!important;line-height:1.3!important}.preview-card--email .email-result li{font-size:10px!important;padding:5px 7px!important}
.digest-row{padding:12px!important}.digest-row b{font-size:14px!important;line-height:1.18!important}.digest-row p{font-size:11.5px!important;line-height:1.34!important}
@media(max-width:560px){.article-graph-node.paper{width:42px;min-height:42px}.article-graph-node.cluster{width:92px}.article-graph-node.cluster b{font-size:8.5px}.article-graph-node.core{min-width:58px;min-height:28px}}
.nav-panel a{position:relative;grid-template-columns:34px minmax(0,1fr)!important;gap:12px!important;align-items:start!important}
.nav-panel a:before{content:"";width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,var(--brand) 12%,var(--panel));border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));box-shadow:inset 0 0 0 1px color-mix(in srgb,#fff 42%,transparent);display:block;grid-column:1;grid-row:1 / span 2;position:relative}
.nav-panel a:after{content:"";position:absolute;left:27px;top:27px;width:18px;height:18px;transform:translate(-50%,-50%);background:var(--brand);-webkit-mask:var(--nav-icon,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5V5a2 2 0 0 1 2-2h12v18H6a2 2 0 0 1-2-1.5Z'/%3E%3Cpath d='M8 7h6'/%3E%3Cpath d='M8 11h8'/%3E%3C/svg%3E")) center/18px 18px no-repeat;mask:var(--nav-icon,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5V5a2 2 0 0 1 2-2h12v18H6a2 2 0 0 1-2-1.5Z'/%3E%3Cpath d='M8 7h6'/%3E%3Cpath d='M8 11h8'/%3E%3C/svg%3E")) center/18px 18px no-repeat}
.nav-panel a>span{grid-column:2!important;margin-top:0!important}
.nav-panel a[href*="semantic-search"],.nav-panel a[href*="search-research-papers"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4.3-4.3'/%3E%3C/svg%3E")}
.nav-panel a[href*="ai-answer"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3C/svg%3E")}
.nav-panel a[href*="literature-review"],.nav-panel a[href*="ai-literature-review"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5z'/%3E%3Cpath d='M8 7h8'/%3E%3Cpath d='M8 11h7'/%3E%3C/svg%3E")}
.nav-panel a[href*="research-graphs"],.nav-panel a[href*="citation-graph"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='7' r='3'/%3E%3Ccircle cx='18' cy='6' r='3'/%3E%3Ccircle cx='12' cy='18' r='3'/%3E%3Cpath d='M8.6 8.6 10.6 15'/%3E%3Cpath d='M15.5 8.2 13.5 15.2'/%3E%3Cpath d='M9 7h6'/%3E%3C/svg%3E")}
.nav-panel a[href*="favorites-export"],.nav-panel a[href*="scientific-citation"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v10'/%3E%3Cpath d='m8 9 4 4 4-4'/%3E%3Cpath d='M5 17v2a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-2'/%3E%3C/svg%3E")}
.nav-panel a[href*="researchers"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E")}
.nav-panel a[href*="students-phd"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 8 9-5 9 5-9 5-9-5Z'/%3E%3Cpath d='M7 11v5c0 2 10 2 10 0v-5'/%3E%3Cpath d='M21 8v6'/%3E%3C/svg%3E")}
.nav-panel a[href*="research-paper-summarizer"],.nav-panel a[href*="doi-lookup"],.nav-panel a[href*="doi-scid"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h5'/%3E%3C/svg%3E")}
.nav-panel a[href*="research-digests"],.nav-panel a[href*="research-digest"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3Cpath d='M10 21h4'/%3E%3C/svg%3E")}
.nav-panel a[href*="rd-teams"],.nav-panel a[href*="corporate-research"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7l8-4v18'/%3E%3Cpath d='M19 21V11l-6-4'/%3E%3Cpath d='M8 9h2'/%3E%3Cpath d='M8 13h2'/%3E%3Cpath d='M16 14h1'/%3E%3C/svg%3E")}
.nav-panel a[href*="universities"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='m5 10 7-6 7 6'/%3E%3Cpath d='M5 10v9'/%3E%3Cpath d='M10 10v9'/%3E%3Cpath d='M14 10v9'/%3E%3Cpath d='M19 10v9'/%3E%3Cpath d='M3 19h18'/%3E%3C/svg%3E")}
.nav-panel a[href*="forum"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 8h2a3 3 0 0 1 3 3v6l-3-2h-5a3 3 0 0 1-3-3v-1'/%3E%3Cpath d='M14 3H5a3 3 0 0 0-3 3v7l4-3h8a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3Z'/%3E%3C/svg%3E")}
.nav-panel a[href*="ai-email"],.nav-panel a[href^="mailto:"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E")}
.nav-panel a[href*="pricing"]{--nav-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h8'/%3E%3Cpath d='M2 10h18'/%3E%3Cpath d='m17 15 2 2 4-4'/%3E%3C/svg%3E")}
.pricing-page .hero{padding-bottom:34px}
.pricing-page .hero-grid{grid-template-columns:minmax(0,880px);justify-content:center;text-align:center}
.pricing-page .hero-actions{justify-content:center}
.pricing-plans-section{padding-top:18px;background:radial-gradient(circle at 50% 0,rgba(79,70,229,.10),transparent 34%)}
.pricing-section-head{margin-bottom:18px}
.pricing-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch}
.pricing-plan-card{position:relative;display:flex;flex-direction:column;min-height:100%;border:1px solid var(--line);border-radius:18px;background:var(--panel);padding:22px;box-shadow:0 20px 52px rgba(15,23,42,.08);overflow:visible}
.pricing-plan-card.is-start{border-color:#f59e0b;box-shadow:0 0 0 2px rgba(245,158,11,.22),0 24px 56px rgba(15,23,42,.10)}
.pricing-plan-card.is-plus{border-color:rgba(142,160,255,.75);background:linear-gradient(160deg,#312e81,#1e1b4b);color:#f8fafc;box-shadow:0 28px 68px rgba(49,46,129,.32)}
.pricing-plan-card h3{color:inherit;font-size:24px;line-height:1;font-weight:940}
.pricing-card-top p{min-height:62px;margin-top:8px;color:var(--body);font-size:13px;line-height:1.25;font-weight:800}
.pricing-plan-card.is-plus .pricing-card-top p,.pricing-plan-card.is-plus li,.pricing-plan-card.is-plus .pricing-price em,.pricing-plan-card.is-plus .pricing-billing-detail{color:rgba(248,250,252,.76)}
.pricing-card-top span{display:inline-flex;width:fit-content;margin-top:10px;border-radius:999px;background:var(--soft);padding:6px 10px;color:var(--body);font-size:11px;font-weight:900}
.pricing-plan-card.is-plus .pricing-card-top span{background:rgba(255,255,255,.12);color:#fff}
.pricing-badge{position:absolute;right:18px;top:-12px;border-radius:999px;background:#f59e0b;color:#fff;padding:4px 12px;font-size:10px;font-weight:940;text-transform:uppercase;letter-spacing:.03em}
.pricing-price{display:flex;align-items:flex-end;gap:5px;margin-top:24px;margin-bottom:14px}
.pricing-price strong{color:inherit;font-size:36px;line-height:.9;font-weight:950;letter-spacing:-.02em}
.pricing-price em{color:var(--muted);font-size:12px;font-style:normal;font-weight:900}
.pricing-billing-detail{min-height:34px;display:block;margin:-6px 0 14px;color:var(--muted);font-size:12px;line-height:1.35;font-weight:750}
.pricing-plan-card .btn{width:100%;margin-bottom:18px}
.pricing-plan-card.is-plus .btn{background:#fff!important;color:#1e1b4b!important;box-shadow:none!important}
.pricing-plan-card ul{display:grid;gap:11px;margin:0;padding:18px 0 0;border-top:1px solid var(--line);list-style:none}
.pricing-plan-card.is-plus ul{border-top-color:rgba(142,160,255,.34)}
.pricing-plan-card li{position:relative;padding-left:22px;color:var(--body);font-size:13px;line-height:1.28;font-weight:820}
.pricing-plan-card li:before{content:"✓";position:absolute;left:0;top:0;color:var(--brand);font-weight:950}
.pricing-plan-card.is-plus li:before{color:#aab7ff}
@media(max-width:1080px){.pricing-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-card-top p{min-height:auto}}
@media(max-width:620px){.pricing-plan-grid{grid-template-columns:1fr}.pricing-plan-card{padding:18px}.pricing-price strong{font-size:32px}}
.pricing-page .hero{background:radial-gradient(circle at 50% 0,rgba(79,70,229,.14),transparent 34%),var(--bg)}
.pricing-page .hero .lead{max-width:760px;margin-left:auto;margin-right:auto}
.pricing-plan-card{gap:0;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.pricing-plan-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand) 38%,var(--line));box-shadow:0 22px 64px rgba(79,70,229,.14)}
.pricing-story{min-height:76px;margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.35;font-weight:760}
.pricing-plan-card.is-plus .pricing-story{color:rgba(248,250,252,.76)}
.pricing-comparison-section{padding-top:38px;background:linear-gradient(180deg,transparent,var(--soft))}
.pricing-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:20px;background:var(--panel);box-shadow:var(--shadow-soft)}
.pricing-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0;color:var(--body)}
.pricing-table th,.pricing-table td{border-bottom:1px solid var(--line);padding:16px 18px;text-align:center;vertical-align:middle;font-size:14px;line-height:1.28}
.pricing-table thead th{position:sticky;top:0;z-index:2;background:color-mix(in srgb,var(--panel) 96%,transparent);backdrop-filter:blur(12px);color:var(--text);font-weight:930}
.pricing-table thead th:first-child,.pricing-table tbody th[scope="row"]{position:sticky;left:0;z-index:3;text-align:left;background:var(--panel);box-shadow:1px 0 0 var(--line)}
.pricing-table thead th:first-child{z-index:4}
.pricing-table thead th span{display:block;color:var(--text);font-size:16px;font-weight:950}
.pricing-table thead th small{display:block;margin-top:4px;color:var(--muted);font-size:11px;font-weight:850}
.pricing-table tbody th[scope="row"]{width:34%;min-width:270px;color:var(--text);font-weight:850}
.pricing-table tbody tr:not(.pricing-table-group):hover th,.pricing-table tbody tr:not(.pricing-table-group):hover td{background:color-mix(in srgb,var(--brand) 6%,var(--panel))}
.pricing-table-group th{padding:13px 18px!important;background:var(--soft)!important;color:var(--brand)!important;text-transform:uppercase;letter-spacing:.04em;font-size:12px!important;font-weight:950!important;text-align:left!important;box-shadow:none!important}
.pricing-mark{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;font-weight:950}
.pricing-mark--yes{background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand)}
.pricing-mark--no{color:var(--muted);background:transparent}
.pricing-value{display:inline-flex;max-width:210px;justify-content:center;color:var(--body);font-size:13px;font-weight:780}
@media(max-width:1080px){.pricing-table-wrap{margin-left:-4px;margin-right:-4px}.pricing-table{min-width:920px}.pricing-story{min-height:auto}}
@media(max-width:620px){.pricing-comparison-section{padding-top:26px}.pricing-table-wrap{border-radius:16px}.pricing-table{min-width:840px}.pricing-table th,.pricing-table td{padding:13px 12px}.pricing-table tbody th[scope="row"]{min-width:220px}.pricing-page .hero-grid{grid-template-columns:1fr!important}}
@media(min-width:761px) and (max-width:980px){
  .hero{padding:44px 0 40px}
  .hero > .container.hero-grid{
    width:min(calc(100% - 28px),1120px);
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,340px) !important;
    gap:20px;
    align-items:center;
  }
  .hero h1{font-size:clamp(34px,4.8vw,46px);line-height:1.04}
  .hero .lead{font-size:16px;line-height:1.42}
  .hero .hero-actions{margin-top:20px}
  .hero .preview-card{padding:12px;border-radius:20px}
  .hero .article-graph{min-height:355px !important;padding:12px;border-radius:18px}
  .hero .article-graph-head strong{font-size:20px}
  .hero .article-graph-head p{font-size:11px}
  .hero .article-graph-stage{height:206px !important}
  .hero .article-graph-node{width:88px;min-height:44px;border-radius:13px;padding:6px}
  .hero .article-graph-node.core{width:112px;min-height:54px}
  .hero .article-graph-node b{font-size:9px}
  .hero .article-graph-node span{font-size:8px}
  .hero .article-graph-inspector{padding:10px 11px}
	  .hero .article-graph-inspector strong{font-size:15px}
	  .hero .article-graph-inspector p{font-size:11px}
	  .hero .article-graph-node.core{width:auto!important;min-width:76px!important;min-height:34px!important;border-radius:999px!important;padding:0 12px!important}
	  .hero .article-graph-node.paper{width:46px!important;min-height:46px!important;border-radius:999px!important;padding:0!important}
	  .hero .article-graph-node.cluster{width:96px!important;min-height:34px!important;border-radius:0!important;padding:0!important}
	}
	@media(max-width:760px){
	  .hero > .container.hero-grid{grid-template-columns:1fr}
	}
.target-video-section{padding-top:0}
.target-video-card{display:grid;grid-template-columns:minmax(0,.48fr) minmax(420px,1fr);gap:22px;align-items:center;border:1px solid var(--line);border-radius:24px;background:var(--panel);box-shadow:var(--shadow-soft);padding:18px}
.target-video-copy{min-width:0;padding:8px 4px 8px 8px}
.target-video-copy span{display:inline-flex;width:fit-content;border-radius:999px;background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand);padding:6px 11px;font-size:12px;line-height:1;font-weight:900}
.target-video-copy h2{margin-top:16px;color:var(--text);font-size:clamp(28px,3.4vw,42px);line-height:1.05;font-weight:940;overflow-wrap:anywhere}
.target-video-copy p{margin-top:12px;color:var(--body);font-size:16px;line-height:1.48;font-weight:650}
.target-video-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-top:18px;border:1px solid var(--line);border-radius:999px;background:var(--panel-soft);color:var(--text);padding:0 14px;font-size:13px;font-weight:900}
.target-video-link:hover{border-color:var(--brand);color:var(--brand);box-shadow:0 4px 20px rgba(79,70,229,.12)}
.target-video-frame{min-width:0;aspect-ratio:16/9;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#0b1020;box-shadow:0 18px 44px rgba(15,23,42,.12)}
.target-video-frame video,.target-video-frame iframe{display:block;width:100%;height:100%;border:0;object-fit:cover;background:#0b1020}
@media(max-width:900px){.target-video-card{grid-template-columns:1fr;padding:14px}.target-video-copy{padding:2px}.target-video-frame{border-radius:16px}}
@media(max-width:560px){.target-video-card{border-radius:20px}.target-video-copy h2{font-size:28px}.target-video-copy p{font-size:15px}.target-video-link{width:100%}}
.hero--sticky-preview{--sticky-progress:0;--sticky-intro-progress:0;--sticky-intro-visible:1;--sticky-graph-progress:0;--sticky-graph-visible:0}
.sticky-journey,.sticky-mode-strip{position:relative;z-index:4}
.sticky-journey{margin-top:12px;padding:10px;border:1px solid rgba(148,163,184,.18);border-radius:16px;background:rgba(255,255,255,.055)}
.sticky-journey-progress{height:5px;overflow:hidden;border-radius:999px;background:rgba(148,163,184,.18)}
.sticky-journey-progress i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5365ff,#8ea0ff);transform:scaleX(var(--sticky-progress,0));transform-origin:0 50%;transition:transform .16s ease}
.sticky-journey-steps,.sticky-mode-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
.sticky-journey-steps{margin-top:8px}
.sticky-journey-steps span,.sticky-mode-strip button{min-width:0;border-radius:999px;color:rgba(248,250,252,.58);font-size:10px;line-height:1;font-weight:850;text-align:center;white-space:nowrap}
.sticky-journey-steps span{padding:5px 4px}
.sticky-journey-steps span.is-active,.sticky-journey-steps span.is-past{color:#f8fafc}
.sticky-mode-strip{margin-top:10px;grid-template-columns:repeat(2,minmax(0,1fr))}
.sticky-mode-strip button{min-height:34px;border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.055);cursor:pointer;padding:4px 8px;line-height:1.08;white-space:normal;overflow-wrap:anywhere;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}
.sticky-mode-strip button:hover,.sticky-mode-strip button.is-active{border-color:rgba(142,160,255,.64);background:rgba(83,101,255,.22);color:#fff}
.sticky-particle{position:absolute;left:var(--px);top:var(--py);z-index:1;width:4px;height:4px;border-radius:999px;background:rgba(142,160,255,.64);box-shadow:0 0 18px rgba(83,101,255,.42);pointer-events:none;animation:stickyParticle 4.8s ease-in-out infinite;animation-delay:var(--delay)}
.preview-card--sticky .query-box{position:relative;z-index:4}
.sticky-stage-slot{position:relative;z-index:3;min-height:300px;margin-top:10px;overflow:visible;border-radius:18px}
.sticky-intro-stack{position:absolute;inset:0;z-index:2;display:grid;gap:10px;align-content:center;opacity:var(--sticky-intro-visible,1);transform:translateY(calc(var(--sticky-intro-progress,0) * -24px)) scale(calc(1 - var(--sticky-graph-visible,0) * .035));transition:opacity .18s ease,transform .18s ease}
.sticky-intro-card{border:1px solid rgba(148,163,184,.18);border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.045));padding:13px 14px;box-shadow:0 16px 34px rgba(0,0,0,.14);transform:translateX(calc((var(--sticky-intro-progress,0) - .5) * var(--intro-i,0) * 18px))}
.sticky-intro-card span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(83,101,255,.22);color:#cfd6ff;font-size:10px;font-weight:900}
.sticky-intro-card strong{display:block;margin-top:8px;color:#f8fafc;font-size:16px;line-height:1.12;font-weight:920}
.sticky-intro-card p{margin-top:5px;color:rgba(248,250,252,.64);font-size:12px;line-height:1.35;font-weight:650}
.preview-card--sticky .sticky-mode-strip{max-height:0;margin-top:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .2s ease,margin-top .2s ease,opacity .18s ease,transform .18s ease;transform:translateY(10px)}
.preview-card--sticky[data-sticky-stage="graph"] .sticky-mode-strip{max-height:92px;margin-top:10px;opacity:var(--sticky-graph-visible,1);pointer-events:auto;transform:translateY(0)}
.article-graph--sticky-hero{position:absolute!important;inset:0;isolation:isolate;margin-top:0!important;opacity:var(--sticky-graph-visible,0);transform:translateY(calc((1 - var(--sticky-graph-visible,0)) * 18px)) scale(calc(.96 + var(--sticky-graph-visible,0) * .04));pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.preview-card--sticky[data-sticky-stage="graph"] .article-graph--sticky-hero{pointer-events:auto}
.target-source-graph{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:8px;min-height:430px;border:1px solid rgba(148,163,184,.20);border-radius:18px;background:linear-gradient(90deg,rgba(148,163,184,.12) 1px,transparent 1px),linear-gradient(180deg,rgba(148,163,184,.10) 1px,transparent 1px),radial-gradient(circle at var(--mx,52%) var(--my,48%),rgba(83,101,255,.18),transparent 38%),#0b1020;background-size:44px 44px,44px 44px,auto,auto;color:#f8fafc;padding:12px;overflow:hidden}
.preview-card--graph .target-source-graph--compact{min-height:300px;margin-top:14px}
.target-source-graph--compact .target-graph-head strong{font-size:16px}
.target-source-graph--compact .target-graph-stage{min-height:220px}
.target-source-graph--compact .target-graph-inspector{display:none}
.target-source-graph--compact .target-node--cluster{min-width:0}
.target-source-graph--compact .target-node--cluster b{display:none}
.target-source-graph--compact .target-node--cluster span{width:12px;height:12px}
.target-source-graph--compact .target-node--paper span{width:42px;height:42px;font-size:10px}
.target-source-graph--compact .target-node--hub span{min-width:74px;height:34px;padding:0 14px;font-size:11px}
.media-frame--graph .target-source-graph{min-height:430px}
.target-graph-head{position:relative;z-index:3}.target-graph-head span,.target-graph-inspector span{display:block;color:rgba(203,213,225,.72);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.target-graph-head strong{display:block;margin-top:4px;color:#fff;font-size:18px;line-height:1.05;font-weight:930}
.target-graph-stage{position:relative;z-index:2;min-height:0;overflow:visible}.target-graph-stage svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.target-edge{stroke:rgba(148,163,184,.34);stroke-width:1.2;stroke-dasharray:6 7;vector-effect:non-scaling-stroke}.target-edge.target-stem{stroke:rgba(142,160,255,.58);stroke-width:1.6}.target-edge.soft{stroke:rgba(115,187,150,.42);stroke-dasharray:3 6}.target-edge.cluster-link{stroke:rgba(115,187,150,.72);stroke-dasharray:none;stroke-width:1.5}
.target-node{position:absolute;left:calc(var(--x) * 100% / 1000);top:calc(var(--y) * 100% / 760);z-index:3;border:0;background:transparent;padding:0;color:inherit;transform:translate(-50%,-50%);cursor:pointer}.target-node span{display:grid;place-items:center;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}
.target-node--paper span{width:48px;height:48px;border:2px solid rgba(255,255,255,.26);border-radius:999px;background:#5365ff;color:#fff;box-shadow:0 14px 30px rgba(83,101,255,.22);font-size:11px;font-weight:920}
.target-node--cluster{min-width:128px}.target-node--cluster span{width:13px;height:13px;margin:0 auto;border-radius:999px;background:#111827;color:transparent;box-shadow:0 0 0 4px rgba(255,255,255,.08)}.target-node--cluster b{display:block;margin-top:7px;color:#dbe4ff;font-size:10px;line-height:1.08;font-weight:850;text-align:center;text-shadow:0 1px 10px rgba(11,16,32,.82)}
.target-node--hub span{min-width:56px;height:28px;border:2px solid rgba(255,255,255,.42);border-radius:999px;background:#f59e0b;color:#111827;padding:0 10px;box-shadow:0 14px 30px rgba(245,158,11,.22);font-size:10px;font-weight:930}.target-node--hub b{display:none}
.target-node:hover span,.target-node:focus-visible span,.target-node.is-active span{transform:scale(1.12);box-shadow:0 20px 42px rgba(83,101,255,.30),0 0 0 5px rgba(142,160,255,.18)}.target-node.is-active span{border-color:rgba(255,255,255,.82)}
.target-graph-inspector{position:relative;z-index:4;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:rgba(255,255,255,.075);padding:10px 11px;backdrop-filter:blur(12px)}.target-graph-inspector strong{display:block;margin-top:4px;color:#fff;font-size:14px;line-height:1.1;font-weight:920}.target-graph-inspector p{margin-top:4px;color:rgba(248,250,252,.70);font-size:10px;line-height:1.3;font-weight:650}
.article-graph--sticky-hero:before{content:"";position:absolute;inset:13% 12% auto auto;z-index:0;width:122px;height:122px;border:1px solid rgba(142,160,255,.20);border-radius:50%;transform:rotate(calc(var(--sticky-progress,0) * 72deg))}
.preview-card--sticky[data-sticky-phase="1"] .query-box:after,.preview-card--sticky[data-sticky-phase="2"] .query-box:after,.preview-card--sticky[data-sticky-phase="3"] .query-box:after{content:"";position:absolute;right:14px;top:50%;width:8px;height:8px;border-radius:999px;background:#8ea0ff;box-shadow:0 0 0 8px rgba(142,160,255,.16);transform:translateY(-50%)}
@keyframes stickyParticle{0%,100%{opacity:.16;transform:translate3d(0,0,0) scale(.8)}50%{opacity:.86;transform:translate3d(8px,-10px,0) scale(1.25)}}
@media(min-width:981px){body:not(.pricing-page) .hero--sticky-preview{min-height:clamp(1560px,240svh,2100px);padding-top:clamp(78px,9vh,116px);padding-bottom:74px}body:not(.pricing-page) .hero--sticky-preview>.hero-grid,body:not(.pricing-page) .hero--sticky-preview>.container.hero-grid{position:sticky;top:56px;align-items:center}body:not(.pricing-page) .preview-card--sticky{min-height:570px;overflow:hidden;transform:perspective(950px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)) translateY(calc(var(--sticky-progress,0) * -10px));transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}body:not(.pricing-page) .preview-card--sticky:hover{border-color:rgba(142,160,255,.44)!important;box-shadow:0 30px 86px rgba(0,0,0,.30),0 0 0 1px rgba(142,160,255,.10) inset!important}body:not(.pricing-page) .preview-card--sticky .target-graph-stage{min-height:218px}}
	@media(max-width:980px){.sticky-journey{margin-top:10px}.sticky-mode-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-stage-slot{display:grid;gap:10px;min-height:0;overflow:visible}.sticky-intro-stack,.article-graph--sticky-hero{position:relative!important;inset:auto;opacity:1!important;transform:none!important;pointer-events:auto}.preview-card--sticky .sticky-mode-strip{max-height:none;margin-top:10px;opacity:1;pointer-events:auto;transform:none}.target-source-graph{min-height:430px}.target-graph-stage{min-height:260px}}
	@media(max-width:560px){.preview-card--sticky .target-source-graph{min-height:380px;padding:10px}.preview-card--sticky .target-graph-head strong{font-size:16px}.preview-card--sticky .target-graph-stage{min-height:230px}.target-node--cluster{min-width:0!important}.target-node--cluster b{display:none!important}.target-node--cluster span{width:12px!important;height:12px!important}.target-node--paper span{width:42px!important;height:42px!important;font-size:10px!important}.target-node--hub span{min-width:74px!important;height:34px!important;padding:0 14px!important;font-size:11px!important}.target-graph-inspector{display:none!important}.hero .article-graph-node.cluster b{display:none!important}.hero .article-graph-node.cluster:before{margin-bottom:0!important}}
@media(prefers-reduced-motion:reduce){.sticky-particle{animation:none}.preview-card--sticky,.sticky-mode-strip button,.sticky-journey-progress i{transition:none!important}}
.btn.primary{background:linear-gradient(135deg,#3f46f4,#7644e8)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 18px 44px rgba(63,70,244,.24)!important}
.btn.primary:hover{background:linear-gradient(135deg,#3037d5,#6634d8)!important;color:#fff!important}
.article-graph-node.core,:root[data-theme="dark"] .article-graph-node.core,:root:not([data-theme="light"]) .article-graph-node.core{min-width:82px!important;min-height:36px!important;border:4px solid #fff!important;border-radius:999px!important;background:#f59e0b!important;color:#111827!important;padding:0 14px!important;box-shadow:0 0 0 10px rgba(142,160,255,.20),0 18px 38px rgba(245,158,11,.22)!important}
.article-graph-node.paper,:root[data-theme="dark"] .article-graph-node.paper,:root:not([data-theme="light"]) .article-graph-node.paper{width:52px!important;min-height:52px!important;border:2px solid rgba(255,255,255,.28)!important;border-radius:999px!important;background:#5365ff!important;color:#fff!important}
.article-graph-node.cluster,:root[data-theme="dark"] .article-graph-node.cluster,:root:not([data-theme="light"]) .article-graph-node.cluster{background:transparent!important;color:#dbe4ff!important;border:0!important;box-shadow:none!important}
.article-graph-node.cluster:before{background:#111827!important}
.target-node--hub span{min-width:84px!important;height:38px!important;border:4px solid #fff!important;background:#f59e0b!important;color:#111827!important;padding:0 18px!important;box-shadow:0 0 0 10px rgba(142,160,255,.22),0 18px 38px rgba(245,158,11,.22)!important;font-size:12px!important}
.target-node--paper span{background:#5365ff!important;color:#fff!important}
@media(min-width:981px){body:not(.pricing-page) .preview-card--sticky{display:flex;flex-direction:column;min-height:610px;padding:14px!important}body:not(.pricing-page) .preview-card--sticky .preview-top{flex:0 0 auto}body:not(.pricing-page) .preview-card--sticky .query-box{flex:0 0 auto;margin-top:12px!important;padding:11px 13px!important;border-radius:14px!important;font-size:13px;line-height:1.2}body:not(.pricing-page) .preview-card--sticky .sticky-journey{flex:0 0 auto;margin-top:10px;padding:8px;border-radius:14px}body:not(.pricing-page) .preview-card--sticky .sticky-journey-progress{height:4px}body:not(.pricing-page) .preview-card--sticky .sticky-journey-steps{gap:4px;margin-top:7px}body:not(.pricing-page) .preview-card--sticky .sticky-journey-steps span{padding:4px 3px;font-size:9px}body:not(.pricing-page) .preview-card--sticky .sticky-stage-slot{flex:1 1 auto;min-height:0;margin-top:8px}body:not(.pricing-page) .preview-card--sticky .sticky-intro-stack{gap:8px;align-content:start}body:not(.pricing-page) .preview-card--sticky .sticky-intro-card{padding:9px 11px;border-radius:14px;transform:none}body:not(.pricing-page) .preview-card--sticky .sticky-intro-card span{width:22px;height:22px;font-size:9px}body:not(.pricing-page) .preview-card--sticky .sticky-intro-card strong{margin-top:6px;font-size:14px;line-height:1.08}body:not(.pricing-page) .preview-card--sticky .sticky-intro-card p{margin-top:3px;font-size:11px;line-height:1.22}body:not(.pricing-page) .preview-card--sticky .target-source-graph{min-height:100%}}
@media(min-width:981px){body:not(.pricing-page) .hero--sticky-preview{min-height:clamp(2200px,320svh,3600px)!important;padding-top:0!important;padding-bottom:0!important}body:not(.pricing-page) .hero--sticky-preview>.hero-grid,body:not(.pricing-page) .hero--sticky-preview>.container.hero-grid{position:sticky;top:0;min-height:100svh;align-items:center!important}body:not(.pricing-page) .preview-card--sticky{height:min(720px,calc(100svh - 72px));min-height:620px!important;align-self:center;overflow:hidden;transform:perspective(950px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg))!important}body:not(.pricing-page) .preview-card--sticky .sticky-intro-stack{align-content:center!important}body:not(.pricing-page) .preview-card--sticky .sticky-stage-slot{min-height:0!important}body:not(.pricing-page) .preview-card--sticky .target-source-graph{min-height:100%!important}}
body:not(.pricing-page) .preview-card--sticky{position:relative;background:#0b1020!important;border-color:rgba(142,160,255,.28)!important;box-shadow:0 26px 72px rgba(2,6,23,.32)!important}
body:not(.pricing-page) .preview-card--sticky .preview-top,body:not(.pricing-page) .preview-card--sticky .query-box,body:not(.pricing-page) .preview-card--sticky .sticky-journey,body:not(.pricing-page) .preview-card--sticky .target-graph-head,body:not(.pricing-page) .preview-card--sticky .target-graph-inspector{display:none!important}
body:not(.pricing-page) .preview-card--sticky .article-graph--sticky-hero{display:block;border:0;border-radius:inherit;background:linear-gradient(90deg,rgba(148,163,184,.12) 1px,transparent 1px),linear-gradient(180deg,rgba(148,163,184,.10) 1px,transparent 1px),radial-gradient(circle at var(--mx,52%) var(--my,48%),rgba(83,101,255,.18),transparent 38%),#0b1020;background-size:90px 90px,90px 90px,auto,auto}
body:not(.pricing-page) .preview-card--sticky .article-graph--sticky-hero:after{content:"scid.ai";position:absolute;left:10%;top:35%;z-index:1;color:rgba(248,250,252,.075);font-size:clamp(60px,8vw,118px);line-height:1;font-weight:950;letter-spacing:-.03em;pointer-events:none}
body:not(.pricing-page) .preview-card--sticky .target-graph-stage{position:absolute!important;inset:28px 28px 64px;z-index:2;height:auto!important;min-height:0!important;overflow:visible}
body:not(.pricing-page) .preview-card--sticky .target-graph-stage svg{z-index:2}
body:not(.pricing-page) .preview-card--sticky .target-node{z-index:3}
body:not(.pricing-page) .preview-card--sticky .sticky-mode-strip{position:absolute;left:50%;bottom:18px;z-index:7;width:min(560px,calc(100% - 48px));max-height:none!important;margin:0!important;display:flex!important;grid-template-columns:none!important;justify-content:center;gap:10px;overflow:visible!important;opacity:0;pointer-events:none;transform:translateX(-50%) translateY(10px);transition:opacity .18s ease,transform .18s ease}
body:not(.pricing-page) .preview-card--sticky[data-sticky-stage="graph"] .sticky-mode-strip{opacity:var(--sticky-graph-visible,1);pointer-events:auto;transform:translateX(-50%)}
body:not(.pricing-page) .preview-card--sticky .sticky-mode-strip button{flex:0 0 auto;min-height:34px;border:1px solid rgba(142,160,255,.32);border-radius:999px;background:rgba(15,23,42,.78);color:#dbe4ff;padding:0 18px;font-size:12px;line-height:1;font-weight:900;white-space:nowrap;box-shadow:0 10px 24px rgba(2,6,23,.20)}
body:not(.pricing-page) .preview-card--sticky .sticky-mode-strip button:hover,body:not(.pricing-page) .preview-card--sticky .sticky-mode-strip button.is-active{border-color:rgba(255,255,255,.46);background:#5365ff;color:#fff}
@media(min-width:981px){body:not(.pricing-page) .hero--sticky-preview>.hero-grid,body:not(.pricing-page) .hero--sticky-preview>.container.hero-grid{grid-template-columns:minmax(400px,.58fr) minmax(500px,1fr)!important;gap:clamp(24px,3vw,44px)!important}body:not(.pricing-page) .hero--sticky-preview h1{max-width:100%;font-size:clamp(38px,4.45vw,58px);overflow-wrap:anywhere}body:not(.pricing-page) .hero--sticky-preview .lead{max-width:100%}body:not(.pricing-page) .preview-card--sticky{padding:0!important;border-radius:28px!important}body:not(.pricing-page) .preview-card--sticky .sticky-stage-slot{position:absolute;inset:0;z-index:3;min-height:0!important;margin:0!important;border-radius:inherit;overflow:hidden}body:not(.pricing-page) .preview-card--sticky .article-graph--sticky-hero{padding:0!important}body:not(.pricing-page) .preview-card--sticky .target-graph-stage{inset:34px 34px 68px}}
@media(max-width:980px){body:not(.pricing-page) .preview-card--sticky{padding:0!important;border-radius:24px!important;overflow:hidden}body:not(.pricing-page) .preview-card--sticky .sticky-stage-slot{display:block;min-height:520px;margin:0!important;border-radius:inherit;overflow:hidden}body:not(.pricing-page) .preview-card--sticky .article-graph--sticky-hero{position:absolute!important;inset:0!important;padding:0!important;opacity:1!important;transform:none!important;pointer-events:auto}body:not(.pricing-page) .preview-card--sticky .sticky-intro-stack{display:none!important}body:not(.pricing-page) .preview-card--sticky .target-source-graph{min-height:100%!important}body:not(.pricing-page) .preview-card--sticky .target-graph-stage{inset:20px 14px 64px}body:not(.pricing-page) .preview-card--sticky .sticky-mode-strip{left:12px;right:12px;bottom:12px;width:auto;transform:translateY(0);opacity:1;pointer-events:auto;gap:7px;justify-content:center}body:not(.pricing-page) .preview-card--sticky .sticky-mode-strip button{min-height:32px;padding:0 12px;font-size:11px}}
@media(max-width:560px){body:not(.pricing-page) .preview-card--sticky .sticky-stage-slot{min-height:470px}body:not(.pricing-page) .preview-card--sticky .article-graph--sticky-hero{background-size:66px 66px,66px 66px,auto,auto}body:not(.pricing-page) .preview-card--sticky .target-graph-stage{inset:16px 10px 58px}body:not(.pricing-page) .preview-card--sticky .article-graph--sticky-hero:after{left:9%;top:35%;font-size:58px}body:not(.pricing-page) .preview-card--sticky .sticky-mode-strip{gap:5px;bottom:10px;overflow-x:auto!important;justify-content:flex-start;padding-bottom:2px}body:not(.pricing-page) .preview-card--sticky .sticky-mode-strip button{padding:0 10px}}
body:not(.pricing-page) .preview-card--sticky.scid-motion-sticky-card{background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
body:not(.pricing-page) .scid-motion-sticky-card .sticky-stage-slot{z-index:3}
body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card{border-color:rgba(203,213,225,.78)!important;background:rgba(255,255,255,.88)!important;box-shadow:0 18px 42px rgba(15,23,42,.10)!important;backdrop-filter:blur(14px)}
body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card span{background:rgba(83,101,255,.14)!important;color:#5365ff!important}
body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card strong{color:#0f172a!important}
body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card p{color:#475569!important}
body:not(.pricing-page) .scid-motion-sticky-card .scid-main-graph-stage{--motion-stage-progress:var(--sticky-progress,0);--motion-graph-opacity:var(--sticky-graph-visible,0);--motion-graph-scale:calc(.9 + var(--sticky-graph-visible,0) * .1);position:absolute!important;inset:0;width:100%;height:100%;min-height:0;margin:0!important;aspect-ratio:auto;border:1px solid rgba(207,215,232,.72);border-radius:28px;background:radial-gradient(circle at 50% 45%,rgba(83,101,255,.18),transparent 24%),rgba(255,255,255,.58);box-shadow:0 34px 92px rgba(15,23,42,.10);overflow:hidden;touch-action:none;opacity:var(--sticky-graph-visible,0);transform:translateY(calc((1 - var(--sticky-graph-visible,0)) * 18px)) scale(calc(.96 + var(--sticky-graph-visible,0) * .04));pointer-events:none;transition:opacity .2s ease,transform .2s ease}
body:not(.pricing-page) .preview-card--sticky[data-sticky-stage="graph"] .scid-main-graph-stage{pointer-events:auto}
.scid-main-graph-stage .motion-svg{width:100%;height:100%;display:block;overflow:visible}.scid-main-graph-stage .motion-background path,.scid-main-graph-stage .motion-background circle{fill:none;stroke:#e3e8f4;stroke-width:1.4;opacity:.62}.scid-main-graph-stage .motion-background circle{stroke-width:6;opacity:.45}.scid-main-graph-stage .motion-word{opacity:.08;pointer-events:none}.scid-main-graph-stage .motion-word-text{fill:#101828;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:118px;font-weight:920;letter-spacing:0}.scid-main-graph-stage .motion-graph{opacity:var(--motion-graph-opacity,1);transform-box:view-box;transform-origin:500px 392px;transform:scale(var(--motion-graph-scale,1));pointer-events:none;transition:opacity .18s ease}.scid-main-graph-stage.graph-ready .motion-graph{pointer-events:auto}.scid-main-graph-stage .motion-edge{stroke:#cbd5e1;stroke-width:2;stroke-linecap:round;opacity:.78}.scid-main-graph-stage .motion-edge.strong{stroke:url(#motion-edge-gradient);stroke-width:5;opacity:.9}.scid-main-graph-stage .motion-edge.soft{stroke:#9fb3cc;stroke-width:2.2;stroke-dasharray:8 7;opacity:.66}.scid-main-graph-stage .motion-edge.faint{stroke:#d6deeb;stroke-width:1.6;opacity:.7}.scid-main-graph-stage .motion-edge.topic-stem{stroke:#aebbd0;stroke-width:2.4;stroke-dasharray:9 7;opacity:.8}.scid-main-graph-stage .motion-edge.cluster-link{stroke:#8cc9a5;stroke-width:3;opacity:.86}.scid-main-graph-stage .motion-edge.citation{stroke:#d6deeb;stroke-width:1.4;opacity:.72}.scid-main-graph-stage .motion-edge.is-filter-muted,.scid-main-graph-stage .motion-node.is-filter-muted{opacity:0;pointer-events:none;visibility:hidden}.scid-main-graph-stage .motion-filter-bar{display:none}.scid-main-graph-stage .motion-filter{cursor:pointer;outline:none}.scid-main-graph-stage .motion-filter rect{fill:rgba(255,255,255,.86);stroke:rgba(203,213,225,.9);stroke-width:1.5;filter:drop-shadow(0 10px 18px rgba(15,23,42,.08))}.scid-main-graph-stage .motion-filter text{fill:#334155;font-size:14px;font-weight:900;text-anchor:middle;pointer-events:none}.scid-main-graph-stage .motion-filter.is-active rect{fill:#5365ff;stroke:#5365ff}.scid-main-graph-stage .motion-filter.is-active text{fill:#fff}.scid-main-graph-stage .motion-filter-overlay{position:absolute;left:50%;bottom:16px;z-index:5;width:min(620px,calc(100% - 28px));display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;opacity:0;transform:translateX(-50%) translateY(12px);pointer-events:none;visibility:hidden;transition:opacity .28s ease,transform .28s ease,visibility 0s linear .28s}.scid-main-graph-stage.graph-ready .motion-filter-overlay{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto;visibility:visible;transition-delay:.08s,.08s,0s}.scid-main-graph-stage .motion-filter-control{min-height:34px;border:1px solid rgba(203,213,225,.9);border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 10px 18px rgba(15,23,42,.08);color:#334155;padding:0 16px;font-size:13px;font-weight:900;white-space:nowrap}.scid-main-graph-stage .motion-filter-control.is-active{border-color:#5365ff;background:#5365ff;color:#fff}.scid-main-graph-stage .motion-node{cursor:grab;outline:none}.scid-main-graph-stage .motion-node:active{cursor:grabbing}.scid-main-graph-stage .motion-node circle{fill:#5365ff;stroke:#fff;stroke-width:5;filter:url(#motion-soft-shadow)}.scid-main-graph-stage .motion-node.paper text{fill:#fff;font-size:17px;font-weight:900;text-anchor:middle;pointer-events:none}.scid-main-graph-stage .motion-node.topic circle{fill:#2f3b4c;stroke-width:0;filter:none}.scid-main-graph-stage .motion-node.cluster circle{fill:#253244;stroke:#fff;stroke-width:3;filter:drop-shadow(0 10px 14px rgba(15,23,42,.16))}.scid-main-graph-stage .motion-cluster-label{fill:#253244;font-size:13px;font-weight:900;text-anchor:middle;pointer-events:none}.scid-main-graph-stage .motion-node.hub circle{fill:#5365ff;stroke:#c9d2ff;stroke-width:5;filter:drop-shadow(0 12px 22px rgba(83,101,255,.30))}.scid-main-graph-stage .motion-node:hover circle,.scid-main-graph-stage .motion-node:focus-visible circle,.scid-main-graph-stage .motion-node.is-active circle{stroke:#f7b21e;stroke-width:7}.scid-main-graph-stage .motion-tooltip{opacity:0;pointer-events:none;transition:opacity .16s ease}.scid-main-graph-stage .motion-tooltip[aria-hidden="false"]{opacity:1}.scid-main-graph-stage .motion-tooltip rect{fill:#1f2a3b;filter:drop-shadow(0 18px 26px rgba(15,23,42,.20))}.scid-main-graph-stage .motion-tooltip-kicker,.scid-main-graph-stage .motion-tooltip-label{fill:rgba(255,255,255,.58);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.scid-main-graph-stage .motion-tooltip-title{fill:#fff;font-size:16px;font-weight:900}.scid-main-graph-stage .motion-tooltip-meta{fill:rgba(255,255,255,.72);font-size:12px;font-weight:750}.scid-main-graph-stage .motion-tooltip-abstract{fill:rgba(255,255,255,.88);font-size:11px;font-weight:650}.scid-main-graph-stage .motion-tooltip-keywords{fill:#cbd4ff;font-size:11px;font-weight:850}
:root[data-theme="dark"] .scid-main-graph-stage,:root:not([data-theme="light"]) .scid-main-graph-stage{background:radial-gradient(circle at 50% 50%,rgba(83,101,255,.12),transparent 38%),#0b1020!important;border-color:rgba(148,163,184,.26)!important;box-shadow:0 34px 92px rgba(0,0,0,.32)!important}:root[data-theme="dark"] body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card,:root:not([data-theme="light"]) body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card{border-color:rgba(148,163,184,.18)!important;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.045))!important;box-shadow:0 16px 34px rgba(0,0,0,.14)!important}:root[data-theme="dark"] body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card span,:root:not([data-theme="light"]) body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card span{background:rgba(83,101,255,.22)!important;color:#cfd6ff!important}:root[data-theme="dark"] body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card strong,:root:not([data-theme="light"]) body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card strong{color:#f8fafc!important}:root[data-theme="dark"] body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card p,:root:not([data-theme="light"]) body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-card p{color:rgba(248,250,252,.64)!important}:root[data-theme="dark"] .scid-main-graph-stage .motion-word-text,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-word-text{fill:#f8fafc!important}:root[data-theme="dark"] .scid-main-graph-stage .motion-background path,:root[data-theme="dark"] .scid-main-graph-stage .motion-background circle,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-background path,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-background circle{stroke:rgba(148,163,184,.26)!important}:root[data-theme="dark"] .scid-main-graph-stage .motion-filter rect,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-filter rect{fill:rgba(15,23,42,.9)!important;stroke:rgba(148,163,184,.26)!important}:root[data-theme="dark"] .scid-main-graph-stage .motion-filter text,:root[data-theme="dark"] .scid-main-graph-stage .motion-cluster-label,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-filter text,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-cluster-label{fill:#d8e1f0!important}:root[data-theme="dark"] .scid-main-graph-stage .motion-filter.is-active rect,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-filter.is-active rect{fill:#6d7dff!important;stroke:#8ea0ff!important}:root[data-theme="dark"] .scid-main-graph-stage .motion-filter.is-active text,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-filter.is-active text{fill:#fff!important}:root[data-theme="dark"] .scid-main-graph-stage .motion-filter-control,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-filter-control{border-color:rgba(148,163,184,.28)!important;background:rgba(15,23,42,.9)!important;color:#d8e1f0!important}:root[data-theme="dark"] .scid-main-graph-stage .motion-filter-control.is-active,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-filter-control.is-active{border-color:#8ea0ff!important;background:#6d7dff!important;color:#fff!important}
@media(max-width:980px){body:not(.pricing-page) .scid-motion-sticky-card .scid-main-graph-stage{border-radius:24px}.scid-main-graph-stage .motion-filter-overlay{bottom:12px;width:calc(100% - 20px);gap:6px}.scid-main-graph-stage .motion-filter-control{flex:1 1 calc(50% - 6px);min-height:32px;max-width:calc(50% - 3px);padding:0 8px;font-size:11px}.scid-main-graph-stage .motion-tooltip-title{font-size:16px}}
.scid-main-graph-stage .motion-dot,.scid-main-graph-stage .motion-action-label{opacity:0;pointer-events:none}
.preview-card--shared-graph{position:relative;min-height:520px;padding:0!important;overflow:hidden}
.preview-card--shared-graph .scid-shared-marketing-graph{inset:0!important;min-height:520px;opacity:1!important;transform:none!important;pointer-events:auto!important}
.preview-card--shared-graph .scid-shared-marketing-graph .motion-graph{opacity:1!important;transform:none!important;pointer-events:auto!important}
@media(max-width:980px){.preview-card--shared-graph,.preview-card--shared-graph .scid-shared-marketing-graph{min-height:470px}}
@media(max-width:560px){.preview-card--shared-graph,.preview-card--shared-graph .scid-shared-marketing-graph{min-height:420px}}
.scid-main-graph-stage .motion-dot{filter:drop-shadow(0 14px 22px rgba(83,101,255,.24))}
.scid-main-graph-stage .motion-dot-glow{fill:rgba(83,101,255,.18)}
.scid-main-graph-stage .motion-dot-core{fill:#5365ff;stroke:rgba(255,255,255,.92);stroke-width:2}
.scid-main-graph-stage .motion-action-label{filter:drop-shadow(0 16px 22px rgba(15,23,42,.12));transition:opacity .16s ease}
.scid-main-graph-stage .motion-action-label rect{fill:rgba(255,255,255,.92);stroke:rgba(203,213,225,.9);stroke-width:1.5}
.scid-main-graph-stage .motion-action-label text{fill:#101828;font-size:15px;font-weight:930;text-anchor:middle;dominant-baseline:middle}
body:not(.pricing-page) .scid-motion-sticky-card .sticky-intro-stack{display:none!important}
body.home-page:not(.pricing-page) .scid-motion-sticky-card .scid-main-graph-stage{opacity:1!important;transform:none!important}
body.home-page:not(.pricing-page) .scid-main-graph-stage .motion-word{opacity:var(--motion-word-opacity,1);transform-box:fill-box;transform-origin:center;transform:translateY(var(--motion-word-y,0px)) scale(var(--motion-word-scale,1));transition:opacity .12s ease}
body.home-page:not(.pricing-page) .scid-main-graph-stage .motion-dot{opacity:var(--motion-dot-opacity,1)}
body.home-page:not(.pricing-page) .scid-main-graph-stage .motion-action-label{opacity:var(--motion-action-label-opacity,1)}
:root[data-theme="dark"] .scid-main-graph-stage .motion-action-label rect,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-action-label rect{fill:rgba(15,23,42,.9);stroke:rgba(142,160,255,.36)}
:root[data-theme="dark"] .scid-main-graph-stage .motion-action-label text,:root:not([data-theme="light"]) .scid-main-graph-stage .motion-action-label text{fill:#f8fafc}
.footer-controls{grid-column:1/-1;width:100%;display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap;padding-top:2px;opacity:.58;transition:opacity .16s ease}
.footer-controls:hover,.footer-controls:focus-within{opacity:1}
.footer-legal{grid-column:1/-1;width:100%;display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-top:-10px;color:color-mix(in srgb,var(--muted) 86%,transparent);font-size:11px;font-weight:700;opacity:.68}
.footer-legal a{color:inherit}
.footer-legal a:hover{color:var(--brand)}
.footer-company{grid-column:1/-1;width:100%;display:flex;justify-content:flex-end;margin-top:-8px;color:color-mix(in srgb,var(--muted) 88%,transparent);font-size:11px;font-weight:750;letter-spacing:.01em;opacity:.66}
.footer-control{display:inline-flex;align-items:center;gap:6px;min-height:24px;border:0;border-radius:0;background:transparent;padding:0;color:color-mix(in srgb,var(--muted) 82%,transparent);font-size:11px;font-weight:700;letter-spacing:0}
.footer-control>span{color:inherit;font-size:11px;font-weight:700}
.lang-switch{display:inline-flex;align-items:center;gap:1px;border:0;border-radius:999px;background:transparent;padding:0}
.lang-switch a{min-width:26px;min-height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);font-size:11px;font-weight:750;padding:0 6px;opacity:.68}
.lang-switch a.active{background:color-mix(in srgb,var(--brand) 8%,transparent);color:var(--muted);opacity:.92}
.lang-switch a:hover{color:var(--brand);opacity:1}
.theme-toggle{min-height:22px;border:0;border-radius:999px;display:inline-flex;align-items:center;gap:6px;background:transparent;color:var(--muted);padding:0 4px;font-size:11px;font-weight:750}
.theme-toggle:hover{color:var(--brand)}
.theme-toggle-track{position:relative;width:26px;height:14px;border-radius:999px;background:color-mix(in srgb,var(--muted) 18%,transparent)}
.theme-toggle-thumb{position:absolute;top:2px;left:2px;width:10px;height:10px;border-radius:999px;background:var(--muted);opacity:.72;transition:transform .18s ease,background .18s ease,opacity .18s ease}
.theme-toggle:hover .theme-toggle-thumb{background:var(--brand);opacity:1}
:root[data-theme="dark"] .theme-toggle-thumb{transform:translateX(12px)}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]) .theme-toggle-thumb{transform:translateX(12px)}}
.legal-page .legal-hero{padding-bottom:34px}
.legal-page .legal-hero h1{max-width:900px}
.legal-section{padding-top:18px}
.legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start}
.legal-card,.legal-aside{border:1px solid var(--line);border-radius:20px;background:var(--panel);box-shadow:var(--shadow-soft)}
.legal-card{padding:clamp(22px,3vw,34px)}
.legal-card section+section{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}
.legal-card h2{margin:0 0 10px;color:var(--text);font-size:22px;line-height:1.15;font-weight:920}
.legal-card p,.legal-card li{color:var(--body);font-size:16px;line-height:1.58;font-weight:650}
.legal-card p+p{margin-top:10px}
.legal-card ul{margin:10px 0 0;padding-left:20px}
.legal-card li+li{margin-top:8px}
.legal-updated{display:inline-flex;margin-bottom:22px;border:1px solid var(--line);border-radius:999px;background:var(--soft);padding:7px 12px;color:var(--muted)!important;font-size:12px!important;font-weight:850!important}
.legal-aside{position:sticky;top:92px;padding:16px;display:grid;gap:8px}
.legal-aside span{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.legal-aside a{border:1px solid var(--line);border-radius:12px;background:var(--soft);padding:10px 11px;color:var(--text);font-size:13px;font-weight:850}
.legal-aside a:hover{border-color:var(--brand);color:var(--brand)}
@media(max-width:900px){.footer-controls,.footer-legal,.footer-company{justify-content:flex-start}.footer-legal,.footer-company{margin-top:0}.legal-layout{grid-template-columns:1fr}.legal-aside{position:relative;top:auto}}
