.cngs-card{border:1px solid var(--line-2);background:color-mix(in srgb, var(--elevated) 97%, transparent);width:min(430px,100vw - 32px);max-height:min(520px,100vh - 112px);color:var(--text);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:default;isolation:isolate;border-radius:14px;padding:14px;position:relative;overflow:auto;box-shadow:0 22px 58px #00000061}.cngs-card:before{background:var(--accent);content:"";opacity:.78;border-radius:14px 0 0 14px;width:2px;position:absolute;inset:0 auto 0 0}.cngs-card,.cngs-card *{box-sizing:border-box}.cngs-card__header{align-items:flex-start;gap:9px;min-width:0;margin-bottom:13px;display:flex}.cngs-card__header>span{border:1px solid color-mix(in srgb, var(--accent) 30%, var(--line));background:color-mix(in srgb, var(--accent) 10%, var(--surface));width:30px;height:30px;color:var(--accent);border-radius:8px;flex:none;place-items:center;display:grid}.cngs-card__header svg{width:16px;height:16px}.cngs-card__header>div{gap:3px;min-width:0;display:grid}.cngs-card__header strong{color:var(--text);font-size:12px;line-height:1.25}.cngs-card__header small{color:var(--muted);font-size:10px;line-height:1.45}.cngs-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px;display:grid}.cngs-field{border:0;align-content:start;gap:5px;min-width:0;margin:0;padding:0;display:grid}.cngs-field--wide{grid-column:1/-1}.cngs-field>span,.cngs-field>legend{width:100%;color:var(--text-2);justify-content:space-between;align-items:center;gap:6px;padding:0;font-size:10px;font-weight:560;line-height:1.35;display:flex}.cngs-field>span svg{width:12px;height:12px;color:var(--muted);margin-left:auto}.cngs-field>span output{color:var(--accent);font-variant-numeric:tabular-nums;margin-left:auto}.cngs-field>small{color:var(--muted);font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:9px}.cngs-field input:not([type=range]),.cngs-field select,.cngs-field textarea{border:1px solid var(--line);background:var(--surface);width:100%;min-width:0;color:var(--text);font:inherit;transition:border-color var(--ads-duration-fast) var(--ads-easing-standard), box-shadow var(--ads-duration-fast) var(--ads-easing-standard), background var(--ads-duration-fast) var(--ads-easing-standard);border-radius:8px;outline:0;font-size:11px}.cngs-field input:not([type=range]),.cngs-field select{height:34px;padding:0 9px}.cngs-field textarea{resize:vertical;min-height:66px;padding:9px;line-height:1.5}.cngs-field input:not([type=range]):hover,.cngs-field select:hover,.cngs-field textarea:hover{border-color:var(--line-2);background:var(--surface-2)}.cngs-field input:not([type=range]):focus-visible,.cngs-field select:focus-visible,.cngs-field textarea:focus-visible{border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb), .13)}.cngs-field input:disabled,.cngs-field select:disabled{color:var(--muted);cursor:not-allowed;opacity:.72}.cngs-field input::placeholder,.cngs-field textarea::placeholder{color:var(--muted);opacity:.82}.cngs-segments{grid-template-columns:repeat(var(--cngs-columns), minmax(0, 1fr));border:1px solid var(--line);background:var(--surface);border-radius:9px;gap:3px;padding:3px;display:grid}.cngs-segments>button{min-width:0;height:29px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;padding:0 8px;font-size:10px;overflow:hidden}.cngs-segments>button:hover{background:var(--surface-2);color:var(--text-2)}.cngs-segments>button.is-active{border-color:color-mix(in srgb, var(--accent) 34%, var(--line));background:color-mix(in srgb, var(--accent) 13%, var(--surface-2));color:var(--accent)}.cngs-segments>button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.cngs-number{position:relative}.cngs-number>input{font-variant-numeric:tabular-nums;padding-right:34px!important}.cngs-number>span{color:var(--muted);pointer-events:none;font-size:9px;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.cngs-range{width:100%;height:20px;accent-color:var(--accent);cursor:pointer;margin:1px 0 0}.cngs-range:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cngs-range-limits{justify-content:space-between;gap:8px;display:flex}.cngs-toggle{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--text-2);cursor:pointer;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:8px 9px;font-size:10px;display:flex}.cngs-toggle:hover{border-color:var(--line-2);background:var(--surface-2)}.cngs-toggle>input{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.cngs-toggle>i{border:1px solid var(--line-2);background:var(--canvas);width:30px;height:18px;transition:border-color var(--ads-duration-fast) var(--ads-easing-standard), background var(--ads-duration-fast) var(--ads-easing-standard);border-radius:999px;flex:none;position:relative}.cngs-toggle>i:after{background:var(--muted);content:"";width:10px;height:10px;transition:transform var(--ads-duration-fast) var(--ads-easing-standard), background var(--ads-duration-fast) var(--ads-easing-standard);border-radius:50%;position:absolute;top:3px;left:3px}.cngs-toggle>input:checked+i{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 28%, var(--surface))}.cngs-toggle>input:checked+i:after{background:var(--accent);transform:translate(12px)}.cngs-toggle>input:focus-visible+i{outline:2px solid var(--accent);outline-offset:2px}.cngs-compatibility-note{border-top:1px solid var(--line);color:var(--muted);margin:11px 0 0;padding-top:9px;font-size:9px;line-height:1.5}.cngs-card.is-compact{border-radius:11px;width:min(350px,100vw - 24px);max-height:none;padding:11px;overflow:visible}.cngs-card.is-compact .cngs-card__header{align-items:center;margin-bottom:10px}.cngs-card.is-compact .cngs-card__header>span{width:26px;height:26px}.cngs-card.is-compact .cngs-grid{gap:9px 8px}@media (max-width:520px){.cngs-card,.cngs-card.is-compact{width:min(340px,100vw - 20px);max-height:none;padding:11px;overflow:visible}.cngs-grid{grid-template-columns:minmax(0,1fr)}.cngs-field--wide{grid-column:auto}}@media (prefers-reduced-motion:reduce){.cngs-card *,.cngs-card :before,.cngs-card :after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
.public-landing{--landing-bg:#071020;--landing-bg-alt:#0b1427;--landing-panel:#101c33;--landing-panel-strong:#15233d;--landing-text:#f7f8ff;--landing-copy:#b9c7dd;--landing-muted:#7f91ad;--landing-line:#9db8e12e;--landing-accent:#7e70ff;--landing-cyan:#5ce1f1;scroll-behavior:smooth;scroll-snap-type:none;overscroll-behavior-y:auto;background:var(--landing-bg);width:100%;height:100dvh;color:var(--landing-text);font-family:var(--ads-font-sans);overflow:hidden auto}:where(.public-landing button,.landing-login-backdrop button){isolation:isolate;position:relative;overflow:hidden}:where(.public-landing button,.landing-login-backdrop button):after{content:"";pointer-events:none;opacity:0;background:linear-gradient(100deg,#0000 0%,#ffffff7a 50%,#0000 100%);width:32%;position:absolute;top:-55%;bottom:-55%;left:-45%;transform:translate(0)skew(-18deg)}.landing-hero,.landing-chapter,.landing-downloads,.landing-final-cta{scroll-snap-align:none;min-height:100svh;position:relative}.landing-hero{isolation:isolate;background:#050b17;min-height:max(780px,100svh);overflow:hidden}.landing-hero__image{z-index:-3;object-fit:cover;object-position:58% center;filter:none;width:100%;height:100%;animation:18s ease-in-out infinite alternate landing-hero-breathe;position:absolute;inset:0;transform:none}.landing-hero__video{animation:none}.landing-hero__poster{display:none}.landing-hero__sigil{z-index:0;opacity:.1;filter:blur(.4px)drop-shadow(0 0 30px #60d6ffad);mix-blend-mode:screen;pointer-events:none;width:clamp(260px,28vw,480px);height:auto;animation:5.6s ease-in-out infinite landing-sigil-pulse;position:absolute;top:7%;left:58%}.landing-header{z-index:5;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:0;grid-template-columns:minmax(170px,1fr) auto;align-items:center;gap:36px;height:96px;padding:0 clamp(28px,4vw,72px);display:grid;position:absolute;inset:0 0 auto}.landing-brand{color:#fff;align-items:center;gap:12px;width:max-content;text-decoration:none;display:inline-flex}.landing-brand img{object-fit:contain;filter:drop-shadow(0 8px 18px #5b65ff5c);width:42px;height:42px}.landing-brand strong{letter-spacing:.08em;font-size:25px;font-weight:720}.landing-header nav{align-items:center;gap:clamp(26px,3vw,52px);display:flex}.landing-header nav a,.landing-login-link{color:#f4f8ffc7;background:0 0;border:0;align-items:center;min-height:44px;font-size:15px;text-decoration:none;transition:color .18s;display:inline-flex}.landing-header nav a:hover,.landing-header nav a:focus-visible,.landing-login-link:hover,.landing-login-link:focus-visible{color:#fff}.landing-header__actions{justify-self:end;align-items:center;gap:14px;display:flex}.landing-start-button{color:#fff;background:linear-gradient(100deg,#7c5cff 0%,#6678ef 52%,#4bd7e8 100%);border:1px solid #7adcffc2;border-radius:999px;align-items:center;gap:10px;min-height:48px;padding:0 22px;font-weight:680;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;box-shadow:0 0 28px #4fcbff42}.landing-start-button:hover{transform:translateY(-2px);box-shadow:0 0 38px #4fcbff66}.landing-start-button svg,.landing-hero__actions svg,.landing-final-cta button svg{width:18px;height:18px}.landing-hero__content{z-index:2;width:min(650px,43vw);animation:.76s 80ms both landing-rise;position:absolute;top:45%;left:clamp(32px,5.3vw,96px);transform:translateY(-50%)}.landing-hero__eyebrow{color:#b8c9e8;font-family:var(--font-mono);letter-spacing:.3em;margin-bottom:25px;font-size:13px;display:inline-block}.landing-hero h1{font-family:"Noto Serif SC", var(--ads-font-sans);letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(50px,5.2vw,82px);font-weight:600;line-height:1.14}.landing-hero h1 span{display:block}.landing-hero__content>p{color:#c2cee0;max-width:580px;margin:26px 0 0;font-size:clamp(16px,1.2vw,19px);line-height:1.82}.landing-hero__actions{align-items:center;gap:24px;margin-top:34px;display:flex}.landing-hero__actions button,.landing-final-cta button{color:#fff;background:linear-gradient(100deg,#7c5cff 0%,#6678ef 52%,#4bd7e8 100%);border:1px solid #7d72ff;border-radius:999px;align-items:center;gap:12px;min-height:54px;padding:0 25px;font-size:16px;font-weight:700;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 14px 34px #4134be59}.landing-hero__actions button:hover,.landing-final-cta button:hover{transform:translateY(-2px)}@media (hover:hover) and (pointer:fine){:where(.public-landing button,.landing-login-backdrop button):hover:not(:disabled):after{opacity:.78;transition:transform .48s cubic-bezier(.2,.72,.24,1),opacity .11s;transform:translate(520%)skew(-18deg)}}.landing-hero__actions a{color:#d6e0f1;border-bottom:1px solid #d6e0f161;align-items:center;gap:8px;min-height:44px;text-decoration:none;display:inline-flex}.landing-hero-downloads{-webkit-backdrop-filter:none;backdrop-filter:none;background:#050b1794;border:1px solid #91aede47;border-radius:19px;width:min(720px,100%);margin-top:28px;padding:10px;box-shadow:0 18px 48px #0003}.landing-hero-downloads>header{min-height:26px;color:var(--landing-cyan);align-items:center;gap:8px;padding:0 4px 8px;display:flex}.landing-hero-downloads>header svg{width:16px;height:16px}.landing-hero-downloads>header strong{color:#f4f7ff;font-size:13px}.landing-hero-downloads>header span{color:#8fa1bc;font-family:var(--font-mono);letter-spacing:.12em;margin-left:auto;font-size:10px}.landing-hero-downloads>div{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:68px;gap:8px;display:grid}.landing-hero-downloads>div>:is(a,button){color:#f4f7ff;text-align:left;background:#0c162bb3;border:1px solid #91aede33;border-radius:13px;grid-template-columns:36px minmax(0,1fr) 15px;align-items:center;gap:9px;min-width:0;height:68px;padding:9px 10px;text-decoration:none;transition:border-color .18s,background-color .18s,box-shadow .18s;display:grid}.landing-hero-downloads>div>a:hover,.landing-hero-downloads>div>a:focus-visible{background:#12223ee0;border-color:#5ce1f1ad;box-shadow:0 0 24px #5ce1f11f}.landing-hero-downloads>div>a:focus-visible{outline-offset:2px;outline:2px solid #fff}.landing-hero-downloads>div>button:disabled{color:#91a2bd;cursor:not-allowed;grid-template-columns:36px minmax(0,1fr)}.landing-hero-downloads>div>button:disabled .landing-hero-downloads__action{display:none}.landing-hero-downloads__icon{--platform-accent:#7e70ff;border:1px solid color-mix(in srgb, var(--platform-accent) 38%, transparent);background:color-mix(in srgb, var(--platform-accent) 12%, transparent);width:36px;height:36px;color:var(--platform-accent);border-radius:11px;place-items:center;display:grid}.landing-hero-downloads__icon svg{width:20px;height:20px}.landing-hero-downloads__copy{gap:4px;min-width:0;display:grid}.landing-hero-downloads__copy strong,.landing-hero-downloads__copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.landing-hero-downloads__copy strong{font-size:13px}.landing-hero-downloads__copy small{color:#8294af;font-size:10px}.landing-hero-downloads__action{color:#7488a6;width:15px;height:15px}.landing-creation-dock{z-index:3;-webkit-backdrop-filter:none;backdrop-filter:none;background:#070f224d;border:1px solid #b2d0f857;border-radius:26px;width:min(760px,100vw - 48px);padding:13px;animation:.76s .26s both landing-dock-rise;position:absolute;bottom:62px;left:50%;transform:translate(-50%);box-shadow:0 24px 80px #00000057,0 0 34px #51bfff24,inset 0 1px #e7f1ff14}.landing-creation-dock:before{content:"";z-index:0;border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;filter:drop-shadow(0 0 9px #56cdff8f);background:linear-gradient(105deg,#5be2ff2e,#5be2ffeb,#8468ffe6,#ffffffad,#5be2ff2e) 0 0/260% 100%;padding:1.5px;animation:5.5s linear infinite landing-border-flow;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-dock__modes{align-items:center;gap:4px;display:flex}.landing-dock__modes button{color:#8fa2c1;background:0 0;border:1px solid #0000;border-radius:11px;min-width:88px;min-height:38px;padding:0 16px}.landing-dock__modes button[aria-selected=true]{color:#fff;background:#5c4bd557;border-color:#71daf161;box-shadow:inset 0 1px #ffffff14,0 0 22px #5374f429}.landing-dock__input{margin-top:8px;position:relative}.landing-dock__input label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.landing-dock__input input{color:#fff;background:#030b1b57;border:1px solid #b0ccf24d;border-radius:15px;width:100%;height:58px;padding:0 70px 0 18px;font-size:16px}.landing-dock__input input::placeholder{color:#7f91ae}.landing-dock__input button{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#4762cd38;border:1px solid #69def099;border-radius:50%;place-items:center;width:40px;height:40px;transition:transform .18s,background .18s,box-shadow .18s;display:grid;position:absolute;top:9px;right:9px;box-shadow:inset 0 1px #ffffff26,0 0 18px #3dc1eb24}.landing-dock__input button:hover{background:#5c75e566;transform:translate(2px);box-shadow:inset 0 1px #ffffff38,0 0 26px #45d4f057}.landing-dock__input button svg{width:20px;height:20px}.landing-creation-dock>ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:11px 4px 1px;padding:0;list-style:none;display:grid}.landing-creation-dock>ul li{color:#aebbd1;white-space:nowrap;justify-content:center;align-items:center;gap:7px;min-width:0;font-size:12px;display:flex}.landing-creation-dock>ul svg{color:#6edbea;width:16px;height:16px}.landing-next{z-index:3;color:#92a4be;letter-spacing:.08em;align-items:center;gap:9px;font-size:12px;text-decoration:none;display:inline-flex;position:absolute;bottom:13px;left:50%;transform:translate(-50%)}.landing-next svg{width:16px;height:16px}.landing-chapter{border-top:1px solid var(--landing-line);background:var(--landing-bg-alt);place-items:center;padding:132px clamp(32px,6vw,110px);display:grid}.landing-chapter:nth-of-type(odd){background:var(--landing-bg)}.landing-chapter__inner{grid-template-columns:minmax(320px,.72fr) minmax(560px,1.28fr);align-items:center;gap:clamp(70px,8vw,140px);width:min(100%,1480px);display:grid}.landing-chapter--reverse .landing-chapter__copy{order:2}.landing-chapter--reverse .landing-chapter__visual{order:1}.landing-chapter__copy{max-width:540px}.landing-chapter__index{color:var(--landing-muted);font-family:var(--font-mono);letter-spacing:.2em;margin-bottom:70px;font-size:12px;display:block}.landing-chapter__kicker{color:var(--landing-cyan);letter-spacing:.08em;align-items:center;gap:9px;font-size:14px;font-weight:650;display:inline-flex}.landing-chapter__kicker svg{width:21px;height:21px}.landing-chapter h2{font-family:"Noto Serif SC", var(--ads-font-sans);letter-spacing:-.045em;text-wrap:balance;margin:22px 0 24px;font-size:clamp(42px,4.2vw,68px);font-weight:600;line-height:1.18}.landing-chapter__copy>p{color:var(--landing-copy);margin:0;font-size:clamp(16px,1.25vw,19px);line-height:1.9}.landing-chapter__copy ul{gap:14px;margin:34px 0 0;padding:0;list-style:none;display:grid}.landing-chapter__copy li{color:var(--landing-copy);align-items:center;gap:11px;font-size:15px;display:flex}.landing-chapter__copy li svg{width:17px;height:17px;color:var(--landing-accent);flex:none}.landing-chapter__visual{background:#0a1120;border:1px solid #91aede3d;border-radius:28px;min-width:0;margin:0;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000061}.landing-chapter__visual:before{content:"";z-index:1;pointer-events:none;border:1px solid #d2e4ff1f;border-radius:19px;position:absolute;inset:12px}.landing-chapter__visual img{aspect-ratio:16/10;object-fit:cover;object-position:center top;width:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .3s;display:block}.landing-chapter__visual:hover img{filter:brightness(1.06);transform:scale(1.018)}.landing-chapter__visual figcaption{z-index:2;-webkit-backdrop-filter:none;backdrop-filter:none;isolation:isolate;background:#070f1f57;border:1px solid #0000;border-radius:15px;align-items:center;gap:15px;min-height:68px;padding:13px 18px;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.landing-chapter__visual figcaption:before{content:"";z-index:0;border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;filter:drop-shadow(0 0 8px #56cdff80);background:linear-gradient(105deg,#5be2ff2e,#5be2ffeb,#8468ffe6,#ffffffad,#5be2ff2e) 0 0/260% 100%;padding:1.5px;animation:5.5s linear infinite landing-border-flow;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-chapter__visual figcaption>*{z-index:1;position:relative}.landing-chapter__visual figcaption span{color:var(--landing-cyan);font-family:var(--font-mono);letter-spacing:.16em;font-size:12px}.landing-chapter__visual figcaption strong{color:#eef4ff;font-size:14px}.landing-downloads{border-top:1px solid var(--landing-line);background:radial-gradient(circle at 18% 12%,#5ce1f114,#0000 30%),radial-gradient(circle at 84% 78%,#7e70ff1c,#0000 34%),#071020;min-height:auto;padding:132px clamp(32px,6vw,110px) 144px}.landing-downloads__header,.landing-downloads__groups{width:min(100%,1480px);margin-inline:auto}.landing-downloads__header{max-width:820px;margin-bottom:58px}.landing-downloads__header>span{color:var(--landing-cyan);font-family:var(--font-mono);letter-spacing:.24em;font-size:12px;font-weight:650}.landing-downloads__header h2{font-family:"Noto Serif SC", var(--ads-font-sans);letter-spacing:-.045em;text-wrap:balance;margin:20px 0;font-size:clamp(40px,4vw,64px);font-weight:600;line-height:1.16}.landing-downloads__header p{color:var(--landing-copy);margin:0;font-size:clamp(16px,1.2vw,18px);line-height:1.85}.landing-downloads__groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.landing-download-group{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0b14278f;border:1px solid #91aede38;border-radius:28px;min-width:0;padding:26px;box-shadow:0 28px 70px #00000038}.landing-download-group>header{align-items:center;gap:15px;min-height:64px;margin-bottom:22px;display:flex}.landing-download-group>header>div{width:48px;height:48px;color:var(--landing-cyan);background:linear-gradient(145deg,#7e70ff33,#5ce1f114);border:1px solid #6fdbf247;border-radius:15px;flex:0 0 48px;place-items:center;display:grid}.landing-download-group>header svg{width:25px;height:25px}.landing-download-group>header>span{gap:5px;min-width:0;display:grid}.landing-download-group>header strong{color:var(--landing-text);font-size:19px}.landing-download-group>header small{color:var(--landing-muted);font-size:13px}.landing-download-group__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.landing-download-card{--platform-accent:#7e70ff;background:#050b179e;border:1px solid #91aede2e;border-radius:21px;flex-direction:column;min-width:0;min-height:280px;padding:22px;transition:border-color .18s,background-color .18s,box-shadow .18s;display:flex}.landing-download-card--windows{--platform-accent:#62b7ff}.landing-download-card--macos{--platform-accent:#c7d0e1}.landing-download-card--ios{--platform-accent:#a99dff}.landing-download-card--android{--platform-accent:#66dfb1}.landing-download-card[data-available=true]:hover{border-color:color-mix(in srgb, var(--platform-accent) 54%, transparent);background:#0c162bc2;box-shadow:0 18px 46px #0000003d}.landing-download-card__icon{border:1px solid color-mix(in srgb, var(--platform-accent) 34%, transparent);background:color-mix(in srgb, var(--platform-accent) 12%, transparent);width:54px;height:54px;color:var(--platform-accent);border-radius:17px;place-items:center;display:grid}.landing-download-card__icon svg{width:29px;height:29px}.landing-download-card__copy{margin:22px 0 24px}.landing-download-card__copy>span{color:var(--landing-muted);margin-bottom:8px;font-size:12px;line-height:1.45;display:block}.landing-download-card h3{color:var(--landing-text);margin:0;font-size:22px;line-height:1.25}.landing-download-card p{color:var(--landing-copy);margin:10px 0 0;font-size:14px;line-height:1.65}.landing-download-card>a,.landing-download-card>button{border:1px solid color-mix(in srgb, var(--platform-accent) 54%, transparent);background:color-mix(in srgb, var(--platform-accent) 13%, transparent);color:#f4f7ff;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;margin-top:auto;padding:0 16px;font-size:14px;font-weight:650;text-decoration:none;transition:border-color .18s,background-color .18s;display:inline-flex}.landing-download-card>a:hover,.landing-download-card>a:focus-visible{border-color:var(--platform-accent);background:color-mix(in srgb, var(--platform-accent) 22%, transparent)}.landing-download-card>a:focus-visible{outline-offset:3px;outline:2px solid #fff}.landing-download-card>button:disabled{color:#7f91ad;cursor:not-allowed;background:#778bad12;border-color:#91aede29}.landing-download-card>:is(a,button) svg{flex:none;width:18px;height:18px}.landing-final-cta{border-top:1px solid var(--landing-line);text-align:center;background:#050b17;flex-direction:column;justify-content:center;padding:120px clamp(32px,6vw,110px) 42px;display:flex}.landing-final-cta>div{width:min(100%,920px);margin:auto}.landing-final-cta>div>span{color:var(--landing-cyan);font-family:var(--font-mono);letter-spacing:.28em;font-size:12px}.landing-final-cta h2{font-family:"Noto Serif SC", var(--ads-font-sans);letter-spacing:-.055em;margin:28px 0 20px;font-size:clamp(42px,4.2vw,66px);font-weight:600;line-height:1.12}.landing-final-cta p{max-width:680px;color:var(--landing-copy);margin:0 auto 38px;font-size:18px;line-height:1.8}.landing-final-cta button{margin:0 auto}.landing-final-cta footer{border-top:1px solid var(--landing-line);min-height:72px;color:var(--landing-muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding-top:28px;display:grid}.landing-final-cta footer .landing-brand{justify-self:start}.landing-final-cta footer .landing-brand img{width:30px;height:30px}.landing-final-cta footer .landing-brand strong{font-size:18px}.landing-final-cta footer a{color:var(--landing-copy);justify-self:end;text-decoration:none}.landing-login-backdrop{z-index:1200;-webkit-backdrop-filter:none;backdrop-filter:none;background:#01050fd1;place-items:center;padding:32px;animation:.18s both landing-dialog-fade;display:grid;position:fixed;inset:0;overflow:auto}.landing-login-dialog{-webkit-backdrop-filter:none;backdrop-filter:none;isolation:isolate;background:#080e1f57;border:1px solid #0000;border-radius:28px;grid-template-columns:minmax(380px,.94fr) minmax(420px,1.06fr);width:min(1040px,100vw - 64px);min-height:650px;animation:.26s cubic-bezier(.2,.75,.25,1) both landing-dialog-enter;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 120px #00000094}.landing-login-dialog:before{content:"";z-index:3;border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;filter:drop-shadow(0 0 9px #56cdff85);background:linear-gradient(105deg,#5be2ff2e,#5be2ffeb,#8468ffe6,#ffffffad,#5be2ff2e) 0 0/260% 100%;padding:1.5px;animation:5.5s linear infinite landing-border-flow;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-login-close{z-index:4;border:1px solid var(--line);background:var(--surface-2);width:44px;height:44px;color:var(--text-2);border-radius:50%;place-items:center;display:grid;position:absolute;top:18px;right:18px}.landing-login-close:hover{border-color:var(--line-2);color:var(--text)}.landing-login-close svg{width:19px;height:19px}.landing-login-visual{z-index:1;background:#061022;min-width:0;position:relative;overflow:hidden}.landing-login-visual>img{object-fit:cover;object-position:center center;filter:none;width:100%;height:100%;position:absolute;inset:0}.landing-login-visual>div{z-index:1;color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;background:#040c1b52;border:1px solid #c2daff33;border-radius:18px;padding:24px;position:absolute;bottom:42px;left:38px;right:38px}.landing-login-visual span{color:#75ddea;letter-spacing:.1em;align-items:center;gap:8px;font-size:12px;display:flex}.landing-login-visual span svg{width:15px;height:15px}.landing-login-visual strong{font-family:"Noto Serif SC", var(--ads-font-sans);margin-top:14px;font-size:22px;line-height:1.35;display:block}.landing-login-visual p{color:#b8c7dc;margin:12px 0 0;line-height:1.7}.landing-login-form{z-index:1;-webkit-backdrop-filter:none;backdrop-filter:none;background:#070c1c75;border-left:1px solid #89c6ff29;flex-direction:column;justify-content:center;min-width:0;padding:70px clamp(38px,4vw,62px) 34px;display:flex;position:relative}.landing-dialog-eyebrow{color:var(--accent);letter-spacing:.08em;align-items:center;gap:8px;font-size:13px;font-weight:650;display:inline-flex}.landing-dialog-eyebrow svg{width:15px;height:15px}.landing-login-form h2{font-family:"Noto Serif SC", var(--ads-font-sans);letter-spacing:-.04em;margin:18px 0 10px;font-size:clamp(34px,3vw,45px);line-height:1.16}.landing-login-form header>p{color:var(--text-2);margin:0 0 24px;font-size:14px;line-height:1.7}:root[lang=zh-CN] .landing-login-form header>p{white-space:nowrap}.landing-federated-divider{color:var(--muted);align-items:center;gap:12px;margin:18px 0 12px;font-size:12px;display:flex}.landing-federated-divider:before,.landing-federated-divider:after{content:"";background:var(--line);flex:1;height:1px}.landing-federated-providers{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.landing-federated-provider{border:1px solid var(--line);min-width:0;min-height:58px;color:var(--text-2);opacity:.68;background:#09112361;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:8px 10px;display:flex}.landing-federated-provider>svg{flex:none;width:20px;height:20px}.landing-federated-provider--wechat>svg{color:#2aae67}.landing-federated-provider--google>svg{color:#5b8def}.landing-federated-provider>span{text-align:left;gap:1px;min-width:0;display:grid}.landing-federated-provider strong{color:_RECORD var(--text-2);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.landing-federated-provider small{color:var(--muted);font-size:10px}.landing-federated-hint{color:var(--muted);text-align:center;margin:7px 0 0;font-size:11px}.landing-login-preferences{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:18px;display:flex}.landing-login-preferences>div{gap:5px;display:flex}.landing-login-preferences button{min-height:38px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:6px;padding:0 10px;font-size:12px;display:inline-flex}.landing-login-preferences button:hover,.landing-login-preferences button.is-active{border-color:var(--line);background:var(--surface-2);color:var(--text)}.landing-login-preferences svg{width:14px;height:14px}@keyframes landing-rise{0%{opacity:0;transform:translateY(calc(20px - 50%))}to{opacity:1;transform:translateY(-50%)}}@keyframes landing-dock-rise{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@keyframes landing-border-flow{0%{background-position:0 0}to{background-position:260% 0}}@keyframes landing-hero-breathe{0%{transform:scale(1.015)}to{transform:scale(1.045)}}@keyframes landing-sigil-pulse{0%,to{opacity:.07;transform:scale(.985)}50%{opacity:.19;transform:scale(1.015)}}@keyframes landing-dialog-fade{0%{opacity:0}to{opacity:1}}@keyframes landing-dialog-enter{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:1180px){.landing-header{grid-template-columns:1fr auto}.landing-header nav{display:none}.landing-hero__content{width:min(610px,54vw)}.landing-creation-dock{width:min(620px,54vw);animation:none;left:auto;right:32px;transform:none}.landing-chapter__inner{grid-template-columns:minmax(300px,.8fr) minmax(460px,1.2fr);gap:60px}}@media (max-width:900px){.public-landing{scroll-snap-type:none}.landing-header{height:80px;padding:0 24px}.landing-brand img{width:35px;height:35px}.landing-brand strong{font-size:21px}.landing-hero{min-height:900px}.landing-hero__image{object-position:66% center;filter:none}.landing-hero__content{width:min(620px,100vw - 56px);animation-name:landing-rise-mobile;top:115px;left:28px;transform:none}.landing-hero h1{font-size:clamp(48px,8vw,68px)}.landing-hero__content>p{max-width:540px}.landing-creation-dock{width:auto;bottom:68px;left:24px;right:24px}.landing-chapter{min-height:auto;padding:120px 36px}.landing-chapter__inner{grid-template-columns:1fr;gap:62px}.landing-chapter--reverse .landing-chapter__copy,.landing-chapter--reverse .landing-chapter__visual{order:initial}.landing-chapter__copy{max-width:720px}.landing-chapter__index{margin-bottom:48px}.landing-downloads{padding:110px 36px 120px}.landing-downloads__groups{grid-template-columns:1fr}.landing-login-dialog{grid-template-columns:1fr;min-height:0}.landing-login-visual{display:none}.landing-login-form{max-height:calc(100dvh - 64px);overflow-y:auto}@keyframes landing-rise-mobile{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}@media (max-width:620px){.landing-header{padding:0 16px}.landing-header__actions{gap:4px}.landing-login-link{padding:0 9px}.landing-start-button{min-height:44px;padding:0 15px}.landing-start-button svg{display:none}.landing-hero{min-height:1060px}.landing-hero__content{width:calc(100vw - 40px);top:118px;left:20px}.landing-hero__eyebrow{margin-bottom:18px;font-size:11px}.landing-hero h1{font-size:clamp(41px,12vw,56px);line-height:1.18}.landing-hero__content>p{margin-top:20px;font-size:16px;line-height:1.7}.landing-hero__actions{flex-direction:column;align-items:flex-start;gap:12px;margin-top:25px}.landing-hero-downloads{margin-top:22px}.landing-hero-downloads>header span{display:none}.landing-hero-downloads>div{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-creation-dock{border-radius:18px;padding:10px;bottom:55px;left:14px;right:14px}.landing-dock__modes button{flex:1;min-width:0;padding:0 10px}.landing-creation-dock>ul{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-next{width:max-content;max-width:calc(100vw - 28px)}.landing-chapter{padding:96px 20px}.landing-chapter h2{font-size:clamp(38px,11vw,52px)}.landing-chapter__visual{border-radius:20px}.landing-chapter__visual figcaption{bottom:12px;left:12px;right:12px}.landing-downloads{padding:92px 20px 100px}.landing-downloads__header{margin-bottom:42px}.landing-downloads__header h2{font-size:clamp(38px,11vw,52px)}.landing-download-group{border-radius:22px;padding:18px}.landing-download-group__cards{grid-template-columns:1fr}.landing-download-card{min-height:260px}.landing-final-cta{min-height:760px;padding:100px 20px 28px}.landing-final-cta h2{font-size:clamp(44px,13vw,64px)}.landing-final-cta footer{grid-template-columns:1fr auto}.landing-final-cta footer>span{display:none}.landing-login-backdrop{place-items:end center;padding:0}.landing-login-dialog{border-bottom:0;border-left:0;border-right:0;border-radius:24px 24px 0 0;width:100%;max-height:94dvh}.landing-login-form{max-height:94dvh;padding:68px 22px 28px}.landing-login-preferences{flex-direction:column;align-items:flex-start}.landing-login-preferences button span{display:none}}@media (prefers-reduced-motion:reduce){.public-landing{scroll-behavior:auto}.landing-hero__image,.landing-hero__content,.landing-creation-dock,.landing-login-backdrop,.landing-login-dialog,.landing-creation-dock:before,.landing-chapter__visual figcaption:before,.landing-login-dialog:before{animation:none!important}.landing-chapter__visual img,.landing-start-button,.landing-hero__actions button,.landing-hero-downloads>div>a,.landing-download-card,.landing-download-card>a,.landing-final-cta button{transition:none!important}:where(.public-landing button,.landing-login-backdrop button):after{display:none}}
