:root {
  color-scheme: dark;
  --page: #080a12;
  --surface: #10131f;
  --surface-2: #151927;
  --line: rgba(255,255,255,.1);
  --text: #f6f7fb;
  --muted: #a3a9b9;
  --faint: #71798e;
  --purple: #7c6cff;
  --purple-bright: #a89cff;
  --cyan: #45c9e8;
  --green: #59d39d;
  --amber: #ffbd5a;
  --max: 1180px;
  --radius: 24px;
  font-family: Inter, "Noto Sans JP", "Yu Gothic UI", Meiryo, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--page); color: var(--text); font-size: 16px; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
svg { display: block; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 9px 14px; border-radius: 8px; background: #fff; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.scrolled, .site-header.solid { border-color: var(--line); background: rgba(8,10,18,.85); backdrop-filter: blur(18px); }
.nav-wrap { width: min(calc(100% - 48px), 1280px); height: 78px; display: flex; align-items: center; justify-content: space-between; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 850; letter-spacing: -.045em; }
.brand em { color: var(--purple-bright); font-style: normal; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; background: linear-gradient(145deg,#a697ff 0%,#6955f1 56%,#4232b4 100%); box-shadow: inset 0 1px rgba(255,255,255,.25), 0 8px 28px rgba(90,65,235,.35); color: #fff; font-size: 16px; font-weight: 900; }
.brand-mark span { transform: skew(-8deg); }
.brand-mark.small { width: 31px; height: 31px; border-radius: 9px; font-size: 14px; }
.primary-nav { display: flex; align-items: center; gap: 30px; color: #c4c8d3; font-size: 13px; font-weight: 700; }
.primary-nav > a:not(.button):hover { color: #fff; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.nav-toggle span:not(.sr-only) { width: 18px; height: 2px; display: block; margin: 4px auto; background: #fff; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 22px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; line-height: 1; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 9px 17px; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.08); color: #fff; }
.button-primary { min-height: 56px; padding-inline: 25px; background: #fff; box-shadow: 0 13px 35px rgba(0,0,0,.25); color: #17142d; }
.button-primary:hover { box-shadow: 0 17px 42px rgba(0,0,0,.34); }
.button-primary svg { width: 21px; fill: #5865f2; }

.hero { min-height: 870px; position: relative; overflow: hidden; padding-top: 78px; background: radial-gradient(circle at 50% -15%, #282052 0, #111426 38%, #080a12 70%); }
.hero-grid,.cta-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom,black,transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .42; }
.glow-one { width: 430px; height: 430px; top: 120px; left: -260px; background: #614aed; filter: blur(120px); }
.glow-two { width: 340px; height: 340px; right: -180px; top: 350px; background: #2d87c4; filter: blur(120px); }
.hero-layout { min-height: 700px; position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 45px; padding-top: 62px; padding-bottom: 48px; }
.eyebrow { margin: 0 0 18px; color: #a89cff; font-size: 11px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 9px; border-radius: 50%; background: #70e6af; box-shadow: 0 0 0 5px rgba(112,230,175,.1), 0 0 14px #70e6af; }
.hero h1 { max-width: 680px; margin: 0 0 25px; font-size: clamp(50px,6vw,82px); line-height: 1.1; letter-spacing: -.07em; }
.hero h1 span { background: linear-gradient(100deg,#fff 8%,#b2a5ff 53%,#75d5ef); background-clip: text; color: transparent; }
.hero-lead { margin: 0; color: #b3b9c9; font-size: clamp(16px,1.6vw,19px); line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.text-link { color: #d2d6e1; font-size: 13px; font-weight: 750; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--purple-bright); }
.hero-note { margin: 14px 0 0; color: #697187; font-size: 11px; }

.product-stage { position: relative; perspective: 1100px; }
.app-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: #0c0f19; box-shadow: 0 45px 100px rgba(0,0,0,.52),0 0 0 1px rgba(124,108,255,.06); transform: rotateY(-5deg) rotateX(2deg); }
.app-card::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(120deg,rgba(255,255,255,.07),transparent 25%); }
.app-topbar { height: 43px; display: flex; align-items: center; gap: 14px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.07); color: #777f93; font-size: 9px; font-weight: 700; letter-spacing: .05em; }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #333848; }.window-dots i:first-child { background: #745ff0; }
.live-badge { margin-left: auto; color: #69dca4; font-size: 7px; letter-spacing: .13em; }
.app-body { height: 420px; display: flex; }
.app-sidebar { width: 53px; display: flex; flex-direction: column; align-items: center; gap: 20px; padding-top: 18px; border-right: 1px solid rgba(255,255,255,.06); background: #0a0d15; }
.mini-mark { width: 24px; height: 24px; display: grid; place-items: center; margin-bottom: 7px; border-radius: 7px; background: #7462ee; font-size: 10px; font-weight: 900; }
.app-sidebar i { width: 14px; height: 14px; border-radius: 4px; border: 2px solid #383e51; }.app-sidebar i.active { border-color: #8f82ff; box-shadow: 0 0 12px rgba(143,130,255,.45); }
.dashboard { min-width: 0; flex: 1; padding: 24px 25px; background: radial-gradient(circle at 90% 0,rgba(105,81,235,.13),transparent 42%); }
.dash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 21px; }.dash-head div { display: flex; flex-direction: column; }.dash-head small { color: #697186; font-size: 8px; }.dash-head strong { font-size: 16px; }.avatar { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #4a426f; border-radius: 50%; background: #24213e; color: #bdb5ff; font-size: 8px; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }.metric-row article { position: relative; padding: 15px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; background: rgba(19,23,36,.85); }.metric-row small { display: block; color: #626a7e; font-size: 7px; letter-spacing: .11em; }.metric-row strong { display: block; margin-top: 4px; font-size: 19px; }.metric-row span { position: absolute; right: 12px; bottom: 15px; color: #6addac; font-size: 7px; }.metric-row .good { padding: 2px 5px; border-radius: 4px; background: rgba(66,196,137,.1); }
.activity-card { margin-top: 11px; padding: 15px 15px 11px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; background: rgba(19,23,36,.85); }.card-title { display: flex; justify-content: space-between; align-items: center; }.card-title strong { font-size: 10px; }.card-title span { color: #646c80; font-size: 7px; }.chart { height: 100px; display: flex; align-items: flex-end; gap: 8px; padding-top: 16px; border-bottom: 1px solid #2a3040; background: repeating-linear-gradient(to bottom,transparent 0,transparent 25px,rgba(255,255,255,.035) 26px); }.chart span { height: var(--h); flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(#8f7cff,#5546c3); box-shadow: 0 0 11px rgba(124,108,255,.13); }
.event-line { display: flex; align-items: center; gap: 10px; margin-top: 11px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: rgba(19,23,36,.85); }.event-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; background: rgba(75,212,151,.12); color: #57d39b; font-size: 10px; }.event-line div { display:flex; flex-direction:column; }.event-line strong { font-size: 8px; }.event-line small { color:#646c80; font-size: 7px; }.event-ok { margin-left:auto; color:#61dba3; font-size:7px; }
.float-tag { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(20,23,35,.85); box-shadow: 0 12px 30px rgba(0,0,0,.35); backdrop-filter: blur(10px); font-size: 9px; font-weight: 750; }.float-tag span { color: #7ee4b5; }.tag-shield { top: 42px; right: -20px; }.tag-ai { bottom: 70px; left: -27px; }.tag-ai span { color:#c1b8ff; }
.orbit { position:absolute; border:1px solid rgba(129,111,255,.12); border-radius:50%; }.orbit-one { width:520px;height:520px;top:-40px;left:-15px; }.orbit-two { width:650px;height:650px;top:-105px;left:-90px; }
.trust-strip { position: relative; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.015); }
.trust-inner { min-height: 90px; display: flex; align-items: center; justify-content: center; gap: 34px; color: #7f879b; font-size: 11px; letter-spacing: .06em; }.trust-inner > span { font-size: 8px; letter-spacing: .2em; }.trust-inner strong { color:#aab0bf; font-weight:650; }.trust-inner strong span { color:var(--purple-bright); }.trust-inner i { width:3px;height:3px;border-radius:50%;background:#444b5f; }

.section { padding: 130px 0; }
.intro { background: #f3f1ed; color: #191a20; }
.section-heading { max-width: 720px; margin-bottom: 62px; }.section-heading.center { margin-inline:auto; text-align:center; }.section-heading .eyebrow,.updates-head .eyebrow,.faq-section .eyebrow { color:#6656d9; }.section-heading h2,.updates-head h2,.faq-section h2,.split-copy h2 { margin:0 0 19px; font-size:clamp(38px,5vw,60px); line-height:1.15; letter-spacing:-.055em; }.section-heading > p:last-child { max-width:590px; margin:0 auto; color:#696b72; font-size:15px; }
.feature-grid { display:grid; grid-template-columns:1.18fr .82fr; gap:16px; }.feature-card { min-height:390px; position:relative; overflow:hidden; padding:34px; border:1px solid rgba(17,19,27,.09); border-radius:var(--radius); background:#fff; box-shadow:0 16px 40px rgba(30,29,26,.06); }.feature-card::before { position:absolute; width:280px;height:280px;right:-130px;bottom:-150px;content:"";border-radius:50%;background:var(--card-glow);filter:blur(45px);opacity:.4; }.feature-large { min-height:535px; grid-row:span 2; }.feature-wide { min-height:350px; display:grid;grid-template-columns:1fr 1fr;align-items:center; }.feature-number { position:absolute;top:24px;right:25px;color:#aaaab0;font:700 10px ui-monospace,monospace; }.icon-box { width:45px;height:45px;display:grid;place-items:center;margin-bottom:28px;border-radius:13px;background:var(--icon-bg);color:var(--icon-color); }.icon-box svg { width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }.feature-kicker { margin:0 0 12px;color:var(--icon-color);font-size:9px;font-weight:850;letter-spacing:.16em; }.feature-card h3 { margin:0 0 17px;font-size:clamp(26px,3vw,38px);line-height:1.2;letter-spacing:-.045em; }.feature-card p:not(.feature-kicker) { max-width:500px;margin:0;color:#707179;font-size:13px; }.violet { --icon-bg:#eeeaff;--icon-color:#6955da;--card-glow:#a793ff; }.cyan { --icon-bg:#e2f8fc;--icon-color:#168da7;--card-glow:#62d8eb; }.amber { --icon-bg:#fff3dd;--icon-color:#b66a10;--card-glow:#ffc96b; }.green { --icon-bg:#e3f8ee;--icon-color:#23875e;--card-glow:#5bd5a0; }
.chip-list { display:flex;flex-wrap:wrap;gap:7px;margin:25px 0 0;padding:0;list-style:none; }.chip-list li { padding:5px 9px;border:1px solid #dedbe8;border-radius:7px;background:rgba(255,255,255,.65);color:#666273;font-size:9px;font-weight:750; }
.shield-visual { width:265px;height:265px;position:absolute;right:-17px;bottom:-12px;display:grid;place-items:center; }.shield-visual svg { width:115px;position:relative;z-index:2;fill:#6d5cdf;filter:drop-shadow(0 20px 28px rgba(88,66,210,.28)); }.shield-visual svg path+path { fill:none;stroke:#fff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round; }.shield-ring { position:absolute;border:1px solid rgba(103,85,218,.18);border-radius:50%; }.ring-a { width:205px;height:205px; }.ring-b { width:280px;height:280px;border-style:dashed; }
.mini-flow { display:flex;align-items:center;gap:10px;margin-top:38px; }.mini-flow span { width:45px;height:35px;display:grid;place-items:center;border:1px solid #d9e8ea;border-radius:9px;background:#f6fcfd;color:#3b777f;font-size:10px;font-weight:800; }.mini-flow i { color:#a4b6b9;font-style:normal; }
.automation-line { display:flex;align-items:center;gap:9px;margin-top:37px;color:#9c712b;font-size:9px;font-weight:750; }.automation-line i { width:9px;height:9px;border-radius:50%;background:#59c88f;box-shadow:0 0 0 5px #e6f8ee; }.automation-line b { height:1px;flex:1;background:linear-gradient(90deg,#e7d5b5,transparent); }
.editor-mini { align-self:end;overflow:hidden;margin:20px -35px -35px 20px;border:1px solid #d8d9df;border-radius:14px 0 0 0;background:#fafafa;box-shadow:0 15px 40px rgba(0,0,0,.12); }.editor-bar { height:26px;display:flex;align-items:center;gap:4px;padding-left:9px;border-bottom:1px solid #e3e3e7; }.editor-bar i { width:5px;height:5px;border-radius:50%;background:#ccc; }.editor-ui { height:185px;display:flex; }.editor-ui aside { width:46px;display:flex;flex-direction:column;align-items:center;gap:13px;padding:14px 0;border-right:1px solid #e4e4e8;background:#f3f3f5; }.editor-ui aside b,.editor-ui aside i { width:13px;height:13px;border-radius:4px;background:#d8d8de; }.editor-ui aside b { background:#7968ea; }.editor-ui main { flex:1;padding:21px; }.editor-ui main > span { width:45%;height:7px;display:block;border-radius:5px;background:#c9c9d0; }.editor-ui main > strong { width:75%;height:4px;display:block;margin-top:9px;border-radius:3px;background:#e2e2e6; }.editor-ui main > p { width:100%;height:1px;margin:21px 0 13px;background:#e6e6ea; }.editor-ui label { display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid #ececef; }.editor-ui label i { width:45%;height:5px;border-radius:3px;background:#d6d6db; }.editor-ui label b { width:25px;height:13px;position:relative;border-radius:10px;background:#d5d5da; }.editor-ui label b.on { background:#8474ef; }.editor-ui label b::after { width:9px;height:9px;position:absolute;top:2px;left:2px;content:"";border-radius:50%;background:#fff; }.editor-ui label b.on::after { left:14px; }

.architecture-section { background:#0b0e17; }.split-layout { display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:100px; }.split-copy .eyebrow { color:#8f80ff; }.split-copy h2 { font-size:clamp(40px,4.5vw,58px); }.split-copy > p:not(.eyebrow) { color:#969dae; }.check-list { margin-top:32px; }.check-list p { margin:13px 0;color:#8991a4;font-size:13px; }.check-list span { width:22px;height:22px;display:inline-grid;place-items:center;margin-right:9px;border:1px solid rgba(124,108,255,.3);border-radius:7px;background:rgba(124,108,255,.1);color:#9b8cff;font-size:10px; }.check-list b { color:#e8e9ee; }
.plugin-stack { position:relative;padding:30px; }.plugin-stack::before { position:absolute;inset:10% 18%;content:"";border-radius:50%;background:#674bea;filter:blur(95px);opacity:.2; }.stack-row,.stack-core { position:relative;display:flex;align-items:center;gap:13px;margin-bottom:11px;padding:15px 18px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(20,24,38,.78);box-shadow:0 14px 35px rgba(0,0,0,.23);backdrop-filter:blur(8px); }.stack-row:nth-child(1){margin-inline:40px 0}.stack-row:nth-child(2){margin-inline:20px 20px}.stack-row:nth-child(3){margin-inline:0 40px}.stack-icon { width:34px;height:34px;display:grid;place-items:center;border-radius:10px;font-size:11px;font-weight:900; }.purple{background:#342c63;color:#b9afff}.blue{background:#17364a;color:#73d4ee}.green-icon{background:#183d31;color:#71dcae}.stack-row div,.stack-core div{display:flex;flex-direction:column}.stack-row strong,.stack-core strong{font-size:11px}.stack-row small,.stack-core small{color:#6f778b;font-size:8px}.stack-row > b{margin-left:auto;padding:3px 6px;border-radius:5px;background:rgba(69,196,139,.09);color:#5dd49e;font-size:6px;letter-spacing:.1em}.stack-core{margin-top:20px;padding:20px 23px;border-color:rgba(127,107,255,.24);background:linear-gradient(110deg,rgba(34,29,62,.96),rgba(17,20,32,.96))}.stack-core i{width:7px;height:7px;margin-left:auto;border-radius:50%;background:#62dc9f;box-shadow:0 0 12px #62dc9f}

.updates-section { background:#f3f1ed;color:#191a20; }.updates-head { display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:48px; }.updates-head h2 { margin-bottom:0; }.updates-head > p { max-width:380px;margin:0 0 7px;color:#6e7077;font-size:13px; }.update-list { border-top:1px solid #d6d4cf; }.update-list article { display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:25px;padding:30px 12px;border-bottom:1px solid #d6d4cf;transition:background .2s,padding .2s; }.update-list article:hover { padding-inline:22px;background:rgba(255,255,255,.6); }.update-list time { color:#8e8e92;font:700 11px ui-monospace,monospace; }.update-list h3 { margin:6px 0 3px;font-size:19px;letter-spacing:-.025em; }.update-list p { margin:0;color:#74757b;font-size:12px; }.update-label { color:#6253d2;font-size:8px;font-weight:850;letter-spacing:.13em; }.update-label.new { color:#16835b; }.update-arrow { color:#9b9b9d;font-size:17px; }
.faq-section { background:#f3f1ed;color:#191a20;padding-top:30px; }.faq-layout { display:grid;grid-template-columns:.7fr 1.3fr;gap:100px; }.faq-section h2 { font-size:clamp(38px,4vw,54px); }.faq-list { border-top:1px solid #d4d2cd; }.faq-list details { border-bottom:1px solid #d4d2cd; }.faq-list summary { display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px 5px;cursor:pointer;list-style:none;font-weight:750; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary span { color:#6b5add;font-size:20px;transition:transform .2s; }.faq-list details[open] summary span { transform:rotate(45deg); }.faq-list details p { max-width:680px;margin:-6px 42px 25px 5px;color:#6e7077;font-size:13px; }

.final-cta { min-height:620px;position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(140deg,#6652dc,#4132a8);text-align:center; }.final-cta .container { position:relative;z-index:2; }.cta-grid { opacity:.16;mask-image:radial-gradient(circle,black,transparent 70%); }.cta-orb{position:absolute;border-radius:50%;filter:blur(90px);}.orb-left{width:350px;height:350px;left:-100px;bottom:-100px;background:#50cce2;opacity:.28}.orb-right{width:360px;height:360px;right:-100px;top:-100px;background:#d169f1;opacity:.3}.cta-mark{width:53px;height:53px;margin:0 auto 24px;border-radius:16px;font-size:22px}.final-cta .eyebrow{color:#d9d3ff}.final-cta h2{margin:0 0 17px;font-size:clamp(44px,6vw,69px);line-height:1.12;letter-spacing:-.06em}.final-cta p:not(.eyebrow){margin:0 0 28px;color:#ddd9f6;font-size:14px}.button-light{min-height:54px;padding-inline:25px;background:#fff;color:#2a225c;box-shadow:0 15px 40px rgba(24,13,78,.28)}.final-cta small{display:block;margin-top:17px;color:rgba(255,255,255,.55);font-size:9px}.final-cta small a{text-decoration:underline}
.site-footer { padding:55px 0 25px;background:#070910; }.footer-top { display:flex;justify-content:space-between;align-items:start;padding-bottom:45px; }.footer-top p { margin:11px 0 0;color:#697084;font-size:11px; }.footer-top nav { display:flex;gap:28px;color:#949bad;font-size:11px;font-weight:650; }.footer-top nav a:hover { color:#fff; }.footer-bottom { display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid rgba(255,255,255,.07);color:#51586b;font-size:9px;letter-spacing:.04em; }.footer-bottom p { margin:0; }

[data-reveal] { opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease; }.revealed { opacity:1;transform:none; }
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal]{opacity:1;transform:none;transition:none}.button{transition:none}}

/* Legal */
.legal-main { background:#f5f4f1;color:#202127; }.legal-hero { position:relative;overflow:hidden;padding:165px 0 80px;background:#0b0e18;color:#fff; }.legal-hero h1 { margin:0;font-size:clamp(48px,7vw,76px);line-height:1;letter-spacing:-.065em; }.legal-hero > .container > p:not(.eyebrow) { margin:21px 0 0;color:#9ea5b6; }.legal-glow { width:450px;height:300px;position:absolute;right:5%;top:-170px;border-radius:50%;background:#6953ed;filter:blur(100px);opacity:.42; }.legal-meta { display:flex;gap:20px;margin-top:34px;color:#727a90;font:700 10px ui-monospace,monospace; }.legal-layout { display:grid;grid-template-columns:220px minmax(0,760px);gap:85px;justify-content:center;padding-top:80px;padding-bottom:120px; }.legal-toc { position:sticky;top:110px;align-self:start; }.legal-toc > strong { display:block;margin-bottom:15px;color:#8b8c90;font-size:10px;letter-spacing:.16em; }.legal-toc nav { display:flex;flex-direction:column;border-left:1px solid #d4d3cf; }.legal-toc a { padding:4px 0 4px 16px;color:#86878c;font-size:11px;line-height:1.6; }.legal-toc a:hover { color:#5e4ed0; }.legal-document { font-family:"Yu Mincho","Hiragino Mincho ProN",serif; }.legal-document section { padding:0 0 48px;margin-bottom:48px;border-bottom:1px solid #dddcd7;scroll-margin-top:110px; }.legal-document section > span { display:block;margin-bottom:5px;color:#6959d5;font-family:Inter,"Yu Gothic UI",sans-serif;font-size:10px;font-weight:800;letter-spacing:.1em; }.legal-document h2 { margin:0 0 22px;font-size:26px;letter-spacing:.01em; }.legal-document p,.legal-document li { color:#4f5055;font-size:14px;line-height:2.05; }.legal-document ol { padding-left:1.45em;margin:0; }.legal-document li+li { margin-top:8px; }.legal-document ul { margin:10px 0;padding-left:1.35em; }.legal-notice { margin-bottom:58px;padding:22px 24px;border:1px solid #dcd8f2;border-radius:12px;background:#eeebfb;font-family:Inter,"Yu Gothic UI",sans-serif; }.legal-notice strong { color:#5547bd;font-size:12px; }.legal-notice p { margin:6px 0 0;color:#67646f;font-size:11px;line-height:1.75; }.external-policies { display:grid;gap:8px;padding:22px;border:1px solid #dddcd7;border-radius:12px;font-family:Inter,"Yu Gothic UI",sans-serif; }.external-policies strong { margin-bottom:3px;font-size:11px; }.external-policies a { color:#5e4dcb;font-size:11px;font-weight:700; }.legal-end { margin:50px 0 0;text-align:right; }.legal-back { color:#aeb4c3;font-size:12px;font-weight:700; }.legal-footer { background:#090b12; }.legal-footer a { color:#8f96a7;font-size:10px; }

@media (max-width:960px){
  .primary-nav{gap:18px}.hero{min-height:auto}.hero-layout{grid-template-columns:1fr;gap:65px;padding-top:100px;padding-bottom:110px}.hero-copy{text-align:center}.hero h1,.hero-lead{margin-inline:auto}.hero-actions{justify-content:center}.product-stage{width:min(620px,90%);margin-inline:auto}.trust-inner{flex-wrap:wrap;padding-block:23px}.feature-grid{grid-template-columns:1fr 1fr}.feature-large{grid-column:1/-1;grid-row:auto}.feature-wide{grid-column:1/-1}.split-layout{gap:45px}.faq-layout{gap:50px}.legal-layout{grid-template-columns:180px minmax(0,680px);gap:45px}
}
@media (max-width:760px){
  .container,.nav-wrap{width:min(calc(100% - 32px),var(--max))}.site-header{background:rgba(8,10,18,.88);backdrop-filter:blur(16px)}.nav-wrap{height:68px}.nav-toggle{display:block}.primary-nav{position:absolute;top:68px;left:16px;right:16px;display:none;align-items:stretch;gap:0;padding:10px;border:1px solid var(--line);border-radius:14px;background:#10131e;box-shadow:0 20px 50px rgba(0,0,0,.4)}.primary-nav.open{display:flex;flex-direction:column}.primary-nav a{padding:11px 12px}.primary-nav .button{margin-top:5px}.hero-layout{padding-top:80px}.hero h1{font-size:clamp(46px,14vw,68px)}.hero-lead br{display:none}.desktop-only{display:none}.hero-actions{flex-direction:column;gap:18px}.product-stage{width:100%}.app-card{transform:none}.app-body{height:360px}.dashboard{padding:18px 14px}.orbit,.float-tag{display:none}.trust-inner{gap:16px 23px}.trust-inner>span{width:100%;text-align:center}.trust-inner i{display:none}.section{padding:90px 0}.feature-grid{grid-template-columns:1fr}.feature-large,.feature-wide{grid-column:auto;min-height:430px}.feature-wide{display:block}.feature-card{padding:28px}.shield-visual{width:220px;height:220px;right:-35px;opacity:.8}.editor-mini{margin:30px -29px -29px 10px}.split-layout,.faq-layout{grid-template-columns:1fr;gap:55px}.plugin-stack{padding:0}.updates-head{display:block}.updates-head>p{margin-top:20px}.update-list article{grid-template-columns:76px 1fr;gap:14px;padding-inline:0}.update-arrow{display:none}.final-cta{min-height:570px}.footer-top{display:block}.footer-top nav{flex-wrap:wrap;margin-top:35px}.footer-bottom{gap:18px}.legal-back{font-size:11px}.legal-hero{padding:135px 0 60px}.legal-layout{display:block;padding-top:55px}.legal-toc{display:none}.legal-document section{padding-bottom:38px;margin-bottom:38px}
}
@media (max-width:430px){
  .app-sidebar{display:none}.metric-row{grid-template-columns:1fr}.metric-row article:nth-child(2){display:none}.hero-note{padding-inline:20px}.trust-inner strong{font-size:9px}.feature-card{min-height:400px}.feature-large{min-height:500px}.shield-visual{bottom:-30px}.chip-list{max-width:180px}.stack-row:nth-child(n){margin-inline:0}.updates-section .section-heading{margin-bottom:35px}.update-list article{grid-template-columns:1fr}.update-list time{margin-bottom:-8px}.footer-bottom{flex-direction:column}.legal-document p,.legal-document li{font-size:13px}.legal-document h2{font-size:23px}
}
