:root{--ink:#15171b;--ink-soft:#30343b;--muted:#626873;--muted-strong:#4f5560;--line:#e1e4e9;--line-strong:#d3d7de;--wash:#f5f7fa;--wash-blue:#f2f7ff;--blue:#086cf5;--blue-dark:#0057d9;--blue-soft:#eaf3ff;--paper:#ffffff;--success:#27a85f;--shadow-sm:0 1px 2px rgba(15,23,42,0.04);--shadow-md:0 12px 30px rgba(25,42,70,0.08);--shadow-lg:0 30px 80px rgba(25,42,70,0.14);color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,PingFang SC,Hiragino Sans GB,Helvetica Neue,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,summary{cursor:pointer}svg{display:block}.shell{min-height:100vh;overflow:clip}.skip-link{position:fixed;z-index:100;top:10px;left:12px;padding:10px 14px;border-radius:10px;color:#fff;background:var(--ink);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.nav{position:-webkit-sticky;position:sticky;z-index:40;top:0;border-bottom:1px solid rgba(218,222,229,.78);background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(22px) saturate(170%);backdrop-filter:blur(22px) saturate(170%)}.nav-inner{display:grid;width:min(1180px,calc(100% - 48px));min-height:64px;grid-template-columns:1fr auto 1fr;grid-gap:24px;gap:24px;margin:0 auto}.brand,.nav-inner{align-items:center}.brand{display:inline-flex;width:max-content;gap:10px;font-size:19px;font-weight:700;letter-spacing:-.045em}.brand-logo,.footer-brand img{display:block;border-radius:9px;box-shadow:0 4px 12px rgba(0,89,231,.2)}.nav-links{display:flex;align-items:center;gap:6px;color:var(--muted-strong);font-size:13px;font-weight:520}.nav-links a{position:relative;min-height:36px;padding:9px 12px;border-radius:10px;transition:color .18s ease,background-color .18s ease}.nav-links a.is-active,.nav-links a:hover{color:var(--ink);background:#f1f3f6}.nav-links a.is-active:after{position:absolute;right:12px;bottom:5px;left:12px;height:2px;border-radius:999px;background:var(--blue);content:""}.nav-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.language-switcher{position:relative}.language-trigger{display:inline-flex;min-width:72px;min-height:38px;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:11px;padding:0 9px;color:var(--muted-strong);background:transparent;font-size:11px;font-weight:650;transition:color .18s ease,border-color .18s ease,background-color .18s ease}.language-trigger.is-open,.language-trigger:hover{border-color:var(--line);color:var(--ink);background:#f7f8fa}.language-trigger svg:first-child{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}.language-trigger svg:last-child{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transition:transform .18s ease}.language-trigger.is-open svg:last-child{transform:rotate(180deg)}.language-menu{position:absolute;z-index:60;top:calc(100% + 9px);right:0;width:192px;padding:7px;border:1px solid rgba(24,32,45,.1);border-radius:15px;background:rgba(255,255,255,.97);box-shadow:0 18px 50px rgba(15,23,42,.16);-webkit-backdrop-filter:blur(24px) saturate(170%);backdrop-filter:blur(24px) saturate(170%);animation:menu-in .16s ease-out}@keyframes menu-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.language-menu-title{display:block;padding:5px 9px 7px;color:var(--muted);font-size:10px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.language-menu button{display:flex;width:100%;min-height:44px;align-items:center;justify-content:space-between;border:0;border-radius:10px;padding:7px 9px;color:var(--ink-soft);background:transparent;text-align:left;transition:color .16s ease,background-color .16s ease}.language-menu button.is-selected,.language-menu button:hover{color:var(--blue-dark);background:var(--blue-soft)}.language-menu button>span{display:flex;flex-direction:column;gap:2px}.language-menu strong{font-size:13px;font-weight:620}.language-menu small{color:var(--muted);font-size:10px}.language-menu svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--blue);border-radius:12px;padding:0 19px;color:#fff;background:linear-gradient(180deg,#1680ff,#0768ee);box-shadow:inset 0 1px 1px rgba(255,255,255,.26),0 8px 18px rgba(0,92,230,.16);font-size:13px;font-weight:630;white-space:nowrap;transition:color .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.button:hover{border-color:var(--blue-dark);background:linear-gradient(180deg,#0e76f3,#005bdc);box-shadow:inset 0 1px 1px rgba(255,255,255,.2),0 10px 24px rgba(0,82,211,.22)}.button.secondary,.button.tertiary{border-color:var(--line-strong);color:var(--ink-soft);background:#fff;box-shadow:var(--shadow-sm)}.button.secondary:hover,.button.tertiary:hover{border-color:#b9c0cb;color:var(--ink);background:#f8f9fb;box-shadow:0 6px 16px rgba(25,42,70,.08)}.button.secondary.active{border-color:#b9d6ff;color:var(--blue-dark);background:var(--blue-soft)}.nav .button{min-height:38px;border-radius:11px;padding:0 14px;font-size:12px}.nav-account{min-width:64px}.brand:focus-visible,.button:focus-visible,.footer a:focus-visible,.language-menu button:focus-visible,.language-trigger:focus-visible,.nav-links a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid rgba(8,108,245,.3);outline-offset:2px}.button[disabled],button[disabled]{cursor:not-allowed;opacity:.58}.eyebrow{margin:0 0 14px;color:var(--blue);font-size:13px;font-weight:700;letter-spacing:.025em}.hero{position:relative;padding:90px 24px 96px;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(35,132,255,.11),transparent 28%),radial-gradient(circle at 10% 90%,rgba(112,185,255,.1),transparent 25%),linear-gradient(180deg,#f8faff,#f3f6fa)}.hero:before{position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(81,116,161,.08) 1px,transparent 0),linear-gradient(90deg,rgba(81,116,161,.08) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 72%);mask-image:linear-gradient(180deg,#000,transparent 72%);content:"";pointer-events:none}.hero-inner{position:relative;display:grid;width:min(1180px,100%);grid-template-columns:minmax(0,.96fr) minmax(540px,1.04fr);align-items:center;grid-gap:clamp(48px,5vw,72px);gap:clamp(48px,5vw,72px);margin:0 auto}.hero-message{position:relative;z-index:2}h1{margin:0;color:var(--ink);font-size:clamp(48px,5.3vw,76px);line-height:.98;letter-spacing:-.066em;text-wrap:balance}.hero h1{max-width:610px}.hero-message.locale-ja h1,.hero-message.locale-zh h1{font-size:clamp(48px,4.5vw,64px)}.hero-copy{max-width:530px;margin:24px 0 29px;color:var(--muted-strong);font-size:18px;line-height:1.62;letter-spacing:-.018em}.hero-actions{gap:11px}.hero-actions,.hero-facts{display:flex;flex-wrap:wrap}.hero-facts{align-items:center;gap:12px;margin-top:17px;color:var(--muted);font-size:11px}.hero-facts span{display:inline-flex;align-items:center;gap:5px}.hero-facts span+span:before{width:3px;height:3px;margin-right:7px;border-radius:50%;background:#aeb4bd;content:""}.hero-facts svg{width:14px;height:14px}.marketing-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.desktop-demo{position:relative;z-index:1;width:100%;border:1px solid #d8dce3;border-radius:22px;overflow:visible;color:#1d1d1f;background:#f5f5f7;box-shadow:var(--shadow-lg);text-align:left;animation:arrive .52s cubic-bezier(.2,.8,.2,1) both}@keyframes arrive{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.demo-window-bar{display:grid;height:31px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 11px;border-bottom:1px solid rgba(0,0,0,.065);border-radius:22px 22px 0 0;color:#8b8b91;background:rgba(250,250,252,.94);font-size:8px}.demo-traffic{display:flex;gap:5px}.demo-traffic i{width:7px;height:7px;border-radius:50%;background:#ff5f57}.demo-traffic i:nth-child(2){background:#febc2e}.demo-traffic i:nth-child(3){background:#28c840}.demo-ready{display:inline-flex;justify-self:end;align-items:center;gap:4px;color:#68686e}.demo-ready i{width:5px;height:5px;border-radius:50%;background:#34c759}.demo-app-header{min-height:63px;justify-content:space-between;padding:12px 15px;border-bottom:1px solid rgba(0,0,0,.055)}.demo-app-brand,.demo-app-brand>span:last-child,.demo-app-header,.demo-header-actions{display:flex;align-items:center}.demo-app-brand{gap:9px}.demo-app-brand img{border-radius:10px;box-shadow:0 5px 13px rgba(0,86,225,.18)}.demo-app-brand>span:last-child{align-items:flex-start;flex-direction:column;gap:2px}.demo-app-brand strong{font-size:13px;font-weight:650;letter-spacing:-.03em}.demo-app-brand small{color:#6e6e73;font-size:8px}.demo-header-actions{gap:5px}.demo-language{display:inline-flex;height:29px;align-items:center;border-radius:9px;padding:0 8px;color:#515154;background:rgba(0,0,0,.04);font-size:8px;font-weight:650}.demo-settings{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;color:#515154}.demo-settings svg{width:15px;height:15px}.demo-app-body{padding:9px 15px 13px}.demo-account{display:grid;min-height:43px;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;border:1px solid #dedee3;border-radius:12px;padding:7px 9px;background:#fff}.demo-account>i{width:6px;height:6px;border-radius:50%;background:#34c759}.demo-account small,.demo-account span,.demo-account strong,.demo-ai-grid button>span:nth-child(2),.demo-ai-grid small,.demo-ai-grid strong,.demo-capture small,.demo-capture strong,.demo-capture>span{display:block;min-width:0}.demo-account strong{font-size:8px;font-weight:620}.demo-account small{margin-top:2px;color:#6e6e73;font-size:7px}.demo-account button{border:0;border-radius:7px;padding:5px 7px;color:var(--blue);background:var(--blue-soft);font-size:7px;font-weight:650}.demo-intro{padding:13px 2px 12px}.demo-intro h3{margin:0;font-size:19px;line-height:1.2;letter-spacing:-.045em}.demo-intro p{margin:4px 0 0;color:#6e6e73;font-size:9px}.demo-ai-grid button,.demo-capture{color:#1d1d1f;background:#fff;text-align:left}.demo-capture{display:grid;width:100%;min-height:68px;grid-template-columns:40px minmax(0,1fr) repeat(3,20px) 14px;align-items:center;grid-gap:7px;gap:7px;border:1px solid #d4d4d8;border-radius:14px;padding:10px}.demo-tool-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:var(--blue);background:#edf6ff}.demo-tool-icon.is-primary{width:40px;height:40px;border-radius:11px;color:#fff;background:var(--blue)}.demo-tool-icon svg{width:17px;height:17px}.demo-capture strong{font-size:11px;font-weight:620}.demo-capture small{margin-top:3px;color:#6e6e73;font-size:8px}.demo-capture kbd{display:grid;width:20px;height:20px;place-items:center;border:1px solid #d2d2d7;border-radius:5px;color:#515154;background:#f5f5f7;box-shadow:0 1px 0 rgba(0,0,0,.05);font-size:9px}.demo-ai-grid button>svg,.demo-capture>svg{width:13px;height:13px;color:#a1a1a6}.demo-ai-heading{display:flex;min-height:31px;align-items:center;justify-content:space-between;padding:7px 2px 4px}.demo-ai-heading strong{font-size:10px;font-weight:620}.demo-ai-heading small{color:#6e6e73;font-size:8px}.demo-ai-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px}.demo-ai-grid button{display:grid;min-width:0;min-height:61px;grid-template-columns:32px minmax(0,1fr) 13px;align-items:center;grid-gap:8px;gap:8px;border:1px solid #dedee3;border-radius:13px;padding:9px}.demo-ai-grid strong{font-size:9px;font-weight:620}.demo-ai-grid small,.demo-ai-grid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-ai-grid small{margin-top:3px;color:#6e6e73;font-size:7px}.demo-app-footer{display:flex;min-height:29px;align-items:center;justify-content:space-between;padding:0 15px;border-top:1px solid rgba(0,0,0,.055);color:#86868b;font-size:7px}.demo-capture-overlay{position:absolute;right:-28px;bottom:-37px;width:45%;height:38%;border:1.5px solid var(--blue);border-radius:7px;background:rgba(230,241,252,.92);box-shadow:0 18px 36px rgba(20,48,88,.18)}.demo-selection-label{position:absolute;top:-19px;left:-1px;border-radius:4px;padding:3px 5px;color:#fff;background:#26303d;font-size:7px}.demo-selection-area:after,.demo-selection-area:before{position:absolute;left:8%;width:70%;border-radius:5px;background:rgba(255,255,255,.94);content:""}.demo-selection-area:before{top:17%;height:29%}.demo-selection-area:after{bottom:14%;width:45%;height:26%}.demo-selection-area i{position:absolute;width:6px;height:6px;border:1px solid #fff;border-radius:50%;background:var(--blue)}.demo-selection-area i:first-child{top:-4px;left:-4px}.demo-selection-area i:nth-child(2){top:-4px;right:-4px}.demo-selection-area i:nth-child(3){bottom:-4px;left:-4px}.demo-selection-area i:nth-child(4){right:-4px;bottom:-4px}.demo-annotation-bar{position:absolute;right:10px;bottom:-29px;display:flex;height:23px;align-items:center;gap:5px;border:1px solid #e2e5e9;border-radius:7px;padding:0 7px;background:#fff;box-shadow:0 7px 18px rgba(28,39,56,.15)}.demo-annotation-bar i{width:9px;height:9px;border-radius:3px;background:#e6e9ee}.demo-annotation-bar i.is-active{background:var(--blue)}.section{padding:112px 24px}.section.wash{border-top:1px solid #eceef2;border-bottom:1px solid #eceef2;background:var(--wash)}.section-head{max-width:720px;margin:0 auto 48px;text-align:center}.download-page h2,.section h2{margin:0;color:var(--ink);font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.055em;text-wrap:balance}.section-head p{max-width:570px;margin:16px auto 0;color:var(--muted);font-size:16px;line-height:1.65}.feature-grid{display:grid;max-width:1060px;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin:0 auto}.feature{min-height:245px;padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.feature-topline{display:flex;align-items:flex-start;justify-content:space-between}.feature-symbol{display:grid;width:46px;height:46px;place-items:center;border:1px solid #d9e9ff;border-radius:13px;color:var(--blue);background:var(--blue-soft)}.feature-badge{border:1px solid var(--line);border-radius:999px;padding:5px 8px;color:var(--muted);background:#fafbfc;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.feature h3{margin:42px 0 9px;font-size:21px;font-weight:650;letter-spacing:-.035em}.feature p{max-width:390px;margin:0;color:var(--muted);font-size:14px;line-height:1.6}.pricing{display:grid;max-width:1160px;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin:0 auto}.price{position:relative;display:flex;min-height:390px;flex-direction:column;padding:25px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.price.recommended{border-color:rgba(8,108,245,.55);box-shadow:0 14px 34px rgba(8,108,245,.12)}.price .tag{min-height:18px;color:var(--blue);font-size:10px;font-weight:700}.price>.membership-badge{margin-top:2px}.price h3{margin:11px 0 14px;font-size:20px;letter-spacing:-.035em}.amount{font-size:38px;font-weight:690;letter-spacing:-.06em}.amount span{margin-left:2px;color:var(--muted);font-size:12px;font-weight:450;letter-spacing:0}.price .saving{min-height:36px;margin:10px 0 13px;color:var(--blue-dark);font-size:11px;line-height:1.45}.price ul{margin:6px 0 24px;padding:17px 0 0;border-top:1px solid var(--line);color:var(--muted-strong);font-size:12px;line-height:1.55;list-style:none}.price li{position:relative;margin:7px 0;padding-left:17px}.price li:before{position:absolute;top:0;left:0;color:var(--blue);content:"✓";font-weight:700}.price .button{width:100%;margin-top:auto}.download-section{background:#fff}.download-strip{display:flex;max-width:1060px;min-height:210px;align-items:center;justify-content:space-between;gap:28px;margin:0 auto;padding:44px 48px;border:1px solid #dce7f6;border-radius:24px;background:radial-gradient(circle at 92% 14%,rgba(58,143,255,.16),transparent 31%),linear-gradient(135deg,#f7fbff,#eef5ff);box-shadow:var(--shadow-md)}.download-strip-brand{display:flex;min-width:0;align-items:center;gap:22px}.download-strip-brand img{flex:0 0 auto;border-radius:17px;box-shadow:0 14px 30px rgba(0,89,231,.19)}.download-strip .eyebrow{margin-bottom:7px}.download-strip h2{font-size:34px}.download-strip p:not(.eyebrow){margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.download-page{padding:88px 24px 116px;background:radial-gradient(circle at 50% 0,rgba(47,139,255,.1),transparent 24%),linear-gradient(180deg,#f8faff,#fff 34%)}.download-hero{max-width:980px;margin:0 auto 62px;text-align:center}.download-hero-icon{display:grid;width:104px;height:104px;place-items:center;margin:0 auto 23px;border:1px solid rgba(8,108,245,.14);border-radius:27px;background:rgba(255,255,255,.82);box-shadow:0 18px 44px rgba(0,87,218,.15)}.download-hero-icon img{border-radius:22px}.download-hero h1{font-size:clamp(44px,5.6vw,64px)}.download-hero>p:not(.eyebrow){max-width:560px;margin:20px auto 0;color:var(--muted);font-size:17px;line-height:1.6}.download-platforms{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:25px}.download-platforms span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--muted-strong);background:rgba(255,255,255,.86);box-shadow:var(--shadow-sm);font-size:11px;font-weight:580}.download-catalog{max-width:980px;margin:0 auto;padding:34px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-md)}.download-catalog>header{display:flex;align-items:flex-start;gap:15px;padding:2px 2px 25px;border-bottom:1px solid var(--line)}.download-catalog>header>span,.download-notice>span{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border-radius:13px;color:var(--blue);background:var(--blue-soft)}.download-catalog h2{font-size:26px;letter-spacing:-.04em}.download-catalog header p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.release-list{display:grid;grid-gap:12px;gap:12px;margin-top:20px}.release-item{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;grid-gap:17px;gap:17px;padding:19px;border:1px solid var(--line);border-radius:17px;background:#fafbfc;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.release-item.is-recommended,.release-item:hover{border-color:#c9ddfa;background:#f7fbff;box-shadow:0 8px 22px rgba(16,75,150,.07)}.release-item.is-pending{grid-template-columns:50px minmax(0,1fr);background:linear-gradient(135deg,#fbfdff,#f5f9ff)}.release-pending-icon{display:grid;width:50px;height:50px;place-items:center;border:1px solid #cfe1fb;border-radius:14px;color:var(--blue);background:#fff;box-shadow:var(--shadow-sm)}.release-pending-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.release-status-badge{flex:0 0 auto;border-radius:999px;padding:5px 9px;color:var(--blue-dark);background:var(--blue-soft);font-size:9px;font-weight:700}.release-pending-message{margin:11px 0 0;color:var(--muted-strong);font-size:11px;line-height:1.55}.release-platform-icon{display:grid;width:50px;height:50px;place-items:center;border:1px solid #dde1e7;border-radius:14px;color:#25272b;background:#fff;box-shadow:var(--shadow-sm)}.release-platform-icon svg{width:24px;height:24px;fill:currentColor}.release-copy{min-width:0}.release-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.release-heading>div{min-width:0}.release-heading strong{display:block;font-size:15px;font-weight:670}.release-heading>div>span{display:block;margin-top:3px;color:var(--muted);font-size:11px}.release-recommended{flex:0 0 auto;border-radius:999px;padding:5px 8px;color:var(--blue-dark);background:var(--blue-soft);font-size:9px;font-weight:700}.release-meta{display:flex;flex-wrap:wrap;gap:6px 13px;margin-top:10px;color:var(--muted-strong);font-size:10px}.release-file{display:block;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.release-checksum,.release-file{margin-top:7px}.release-checksum summary{width:max-content;color:var(--blue-dark);font-size:10px;font-weight:600}.release-checksum code{display:block;margin-top:7px;overflow-wrap:anywhere;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;line-height:1.5}.release-download svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.download-notice{display:flex;max-width:980px;align-items:flex-start;gap:15px;margin:16px auto 0;padding:22px 25px;border:1px solid #dde4ee;border-radius:18px;background:#f7f9fc}.download-notice strong{display:block;font-size:13px}.download-notice p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.install-steps{max-width:980px;margin:76px auto 0}.install-steps h2{font-size:32px;text-align:center}.install-steps>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:27px}.install-steps article{min-height:170px;padding:23px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}.install-steps article>span{color:var(--blue);font-size:10px;font-weight:750}.install-steps h3{margin:27px 0 7px;font-size:17px;letter-spacing:-.025em}.install-steps p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.footer{padding:42px max(24px,calc((100vw - 1180px) / 2));border-top:1px solid #e9ebef;color:var(--muted);background:var(--wash)}.footer-main{justify-content:space-between;gap:28px}.footer-brand,.footer-main{display:flex;align-items:center}.footer-brand{gap:10px}.footer-brand>span{display:flex;flex-direction:column;gap:2px}.footer-brand strong{color:var(--ink);font-size:13px}.footer-brand small{font-size:10px}.footer-links{display:flex;flex-wrap:wrap;gap:17px;font-size:11px}.footer-links a{transition:color .16s ease}.footer-links a:hover{color:var(--ink)}.footer-meta{display:flex;justify-content:space-between;margin-top:25px;padding-top:18px;border-top:1px solid #e0e3e8;font-size:9px}.simple{max-width:760px;min-height:calc(100vh - 180px);margin:0 auto;padding:92px 24px 130px}.simple h1{font-size:clamp(42px,6vw,56px);line-height:1.02}.simple .lead{margin:18px 0 44px;color:var(--muted);font-size:17px;line-height:1.6}.prose{color:var(--ink-soft);font-size:15px;line-height:1.75}.prose h2{margin:39px 0 9px;color:var(--ink);font-size:22px;letter-spacing:-.03em}.auth-card{margin-top:30px;padding:27px;border:1px solid var(--line);border-radius:20px;background:var(--wash);box-shadow:var(--shadow-sm)}.auth-card label{display:block;margin:16px 0 7px;color:var(--muted-strong);font-size:12px;font-weight:580}.auth-card input,.auth-card select{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line-strong);border-radius:11px;color:var(--ink);background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.auth-card input:focus,.auth-card select:focus{border-color:var(--blue);outline:0;box-shadow:0 0 0 3px rgba(8,108,245,.13)}.auth-card .button{width:100%;margin-top:15px}.region-options{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.region-options label{display:flex;min-height:48px;align-items:center;gap:11px;margin:0;padding:11px 13px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer}.region-options input[type=radio]{width:17px;min-height:17px;margin:0;padding:0;accent-color:var(--blue)}.region-options span{color:var(--ink-soft);font-size:13px;line-height:1.4}.checkout-status{text-align:center}.checkout-status p{margin:0;color:var(--muted);line-height:1.55}.auth-divider{margin:20px 0 0;color:var(--muted);font-size:12px;text-align:center}.hero-note{margin:13px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.account-item{padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--wash)}.account-item b{display:block;margin-bottom:5px;font-size:11px}.account-item span{color:var(--muted);font-size:14px}.account-item small{display:block;margin-top:6px;color:var(--blue-dark);font-size:10px}.account-plan-line{display:flex;min-height:28px;align-items:center;gap:8px}.membership-badge{display:inline-flex;width:max-content;min-height:26px;align-items:center;gap:6px;border:1px solid;border-radius:999px;padding:3px 9px 3px 4px;font-size:10px;font-weight:700;line-height:1;white-space:nowrap}.membership-badge>span:first-child{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;color:#fff;font-size:8px;font-weight:800}.membership-badge.is-monthly{border-color:#cfe2ff;color:#075fca;background:#eff6ff}.membership-badge.is-monthly>span:first-child{background:#0875ef}.membership-badge.is-quarterly{border-color:#d9d6ff;color:#5147aa;background:#f3f2ff}.membership-badge.is-quarterly>span:first-child{background:#6559c8}.membership-badge.is-annual{border-color:#f0d28f;color:#815909;background:#fff7df}.membership-badge.is-annual>span:first-child{background:#b77a05}.membership-status{color:var(--muted)!important;font-size:10px!important;text-transform:capitalize}.membership-card{display:grid;grid-template-columns:minmax(0,.75fr) minmax(340px,1.25fr);align-items:end;grid-gap:28px;gap:28px;margin-top:18px;padding:24px;border:1px solid #d8e6f9;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#eef6ff);box-shadow:var(--shadow-sm)}.admin-panel h2,.batch-history h2,.generated-codes h2,.membership-card h2{margin:0;font-size:19px;letter-spacing:-.035em}.membership-card p{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.admin-panel label,.membership-card label{display:block;margin:0 0 7px;color:var(--muted-strong);font-size:11px;font-weight:620}.membership-card form>div{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.admin-panel input,.admin-panel select,.membership-card input{width:100%;min-height:44px;border:1px solid var(--line-strong);border-radius:11px;padding:10px 12px;color:var(--ink);background:#fff}.account-plan-actions{justify-content:flex-start;margin-top:16px}.account-plan-actions .button{min-height:48px;padding-inline:10px 14px}.account-plan-actions .membership-badge{pointer-events:none}.checkout-plan{min-height:52px;padding-inline:8px 16px}.admin-notice{margin-top:24px;padding:15px 17px;border:1px solid #f0d69b;border-radius:13px;color:#73520c;background:#fff9e9;font-size:12px;line-height:1.55}.store-notice{margin-top:18px}.admin-page{max-width:1180px}.code-console{display:grid;grid-gap:28px;gap:28px}.code-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.code-overview button{display:flex;min-height:96px;flex-direction:column;align-items:flex-start;justify-content:center;gap:9px;border:0;border-right:1px solid var(--line);padding:18px 22px;color:var(--muted);background:transparent;text-align:left;transition:color .16s ease,background .16s ease}.code-overview button:last-child{border-right:0}.code-overview button.is-active,.code-overview button:hover{color:var(--ink);background:var(--wash-blue)}.code-overview button.is-active{box-shadow:inset 0 -2px var(--blue)}.code-overview span{font-size:11px;font-weight:620}.code-overview strong{font-size:31px;letter-spacing:-.05em}.code-inventory{min-width:0;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.code-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 24px 19px}.batch-history h2,.code-generator h2,.code-section-heading h2,.generated-codes h2{margin:0;font-size:19px;letter-spacing:-.035em}.code-generator header p,.code-section-heading p{margin:6px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.code-section-heading .button{min-height:36px;padding:0 13px}.code-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 190px 220px;grid-gap:9px;gap:9px;border-top:1px solid var(--line);padding:13px 16px;background:#fafbfc}.code-generator input,.code-generator select,.code-toolbar input,.code-toolbar select{width:100%;min-height:40px;border:1px solid var(--line-strong);border-radius:10px;padding:8px 11px;color:var(--ink);background:#fff;outline:0;transition:border-color .16s ease,box-shadow .16s ease}.code-generator input:focus,.code-generator select:focus,.code-toolbar input:focus,.code-toolbar select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(8,108,245,.11)}.code-table{min-height:160px;transition:opacity .16s ease}.code-table.is-loading{opacity:.55}.code-row,.code-table-head{display:grid;grid-template-columns:minmax(245px,1.7fr) 82px 122px minmax(105px,.75fr) minmax(150px,1fr) 146px 52px;align-items:center;grid-gap:13px;gap:13px}.code-table-head{min-height:38px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0 18px;color:#777e89;background:#fff;font-size:9px;font-weight:700;letter-spacing:.025em;text-transform:uppercase}.code-row{min-height:66px;border-bottom:1px solid #edf0f3;padding:10px 18px;color:var(--ink-soft);font-size:11px;transition:background .14s ease}.code-row:last-of-type{border-bottom:0}.code-row:hover{background:#f8fbff}.code-value{min-width:0}.code-value code{display:block;overflow:hidden;color:#17304f;font:11px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:all;-moz-user-select:all;user-select:all}.code-status{display:inline-flex;min-width:58px;min-height:24px;align-items:center;justify-content:center;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:700}.code-status.is-active{color:#075c2e;background:#e8f8ef}.code-status.is-redeemed{color:var(--blue-dark);background:var(--blue-soft)}.code-status.is-revoked{color:#8c3b32;background:#fcecea}.code-account,.code-batch,.code-time{min-width:0}.code-account,.code-batch span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.code-account{color:var(--muted-strong)}.code-time{display:flex;flex-direction:column;gap:3px}.code-time b{color:var(--muted-strong);font-size:9px}.code-time time{color:var(--muted);font-size:9px}.code-copy{border:0;padding:5px 0;color:var(--blue-dark);background:transparent;font-size:10px;font-weight:650}.code-copy:disabled{cursor:not-allowed;color:#b0b5bd}.code-empty{margin:0;padding:46px 20px;color:var(--muted);font-size:12px;text-align:center}.code-pagination{display:flex;min-height:52px;align-items:center;justify-content:flex-end;gap:13px;border-top:1px solid var(--line);padding:8px 18px;color:var(--muted);font-size:10px}.code-pagination button{min-height:31px;border:1px solid var(--line);border-radius:8px;padding:0 10px;color:var(--ink-soft);background:#fff}.code-pagination button:disabled{cursor:not-allowed;opacity:.45}.code-console-secondary{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start;grid-gap:18px;gap:18px}.admin-panel,.batch-history,.generated-codes{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}.code-generator form{display:grid;grid-template-columns:minmax(0,1fr) 130px;grid-gap:8px 12px;gap:8px 12px;margin-top:21px}.code-generator label{align-self:end;margin:5px 0 0;color:var(--muted-strong);font-size:10px;font-weight:650}.code-generator .button,.code-generator input:nth-of-type(2),.code-generator label:nth-of-type(3){grid-column:1/-1}.code-generator .button{margin-top:7px}.generated-codes{border-color:#bfd9fb;background:linear-gradient(180deg,#fff,#f8fbff);animation:code-reveal .22s ease-out both}@keyframes code-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.generated-codes header{display:flex;align-items:center;justify-content:space-between;gap:20px}.status-chip{display:inline-flex;margin-bottom:7px;border-radius:999px;padding:5px 8px;color:var(--blue-dark);background:var(--blue-soft);font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.code-actions{display:flex;gap:8px}.code-retention-note{margin:19px 0 12px;border-left:3px solid var(--success);padding-left:11px;color:#28653e;font-size:11px;line-height:1.55}.generated-codes pre{max-height:390px;margin:0;overflow:auto;border:1px solid #dbe3ee;border-radius:13px;padding:17px;color:#17304f;background:#f4f8fc;font:12px/1.85 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;-webkit-user-select:all;-moz-user-select:all;user-select:all}.batch-history h2{margin-bottom:15px}.batch-table{display:grid}.batch-table article{display:grid;grid-template-columns:minmax(0,1fr) 60px 180px;align-items:center;grid-gap:16px;gap:16px;min-height:58px;border-top:1px solid var(--line);font-size:11px}.batch-table article div,.batch-table article div span{display:flex;min-width:0;flex-direction:column;gap:4px}.batch-table article div span,.batch-table time{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.code-toast{position:fixed;z-index:80;right:22px;bottom:22px;max-width:min(360px,calc(100vw - 44px));border-radius:12px;padding:12px 15px;color:#fff;background:#172235;box-shadow:var(--shadow-md);font-size:11px;animation:code-reveal .18s ease-out both}.account-actions{display:flex;flex-wrap:wrap;gap:12px}.text-button{margin-top:12px;border:0;color:var(--blue);background:none;font-size:12px}@media (max-width:1060px){.hero-inner{grid-template-columns:minmax(0,.8fr) minmax(500px,1.2fr);gap:42px}.pricing{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.price{min-height:350px}}@media (max-width:900px){.nav-inner{grid-template-columns:1fr auto}.nav-links{display:none}.hero{padding-top:72px}.hero-inner{grid-template-columns:1fr;gap:56px}.hero-message{max-width:680px;margin:0 auto;text-align:center}.hero h1,.hero-copy{max-width:650px;margin-right:auto;margin-left:auto}.hero-actions,.hero-facts{justify-content:center}.desktop-demo{max-width:650px;margin:0 auto}.code-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.code-overview button:nth-child(2){border-right:0}.code-overview button:nth-child(-n+2){border-bottom:1px solid var(--line)}.code-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.code-toolbar input{grid-column:1/-1}.code-table-head{display:none}.code-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:13px 22px;padding:17px 18px}.code-row>div{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:start;grid-gap:9px;gap:9px}.code-row>div:before{color:#858b95;content:attr(data-label);font-size:9px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.code-account,.code-time,.code-value{grid-column:1/-1}.code-time{display:grid;grid-template-columns:92px minmax(0,1fr)}.code-time b{display:none}.code-console-secondary{grid-template-columns:1fr}}@media (max-width:720px){.nav-inner{width:calc(100% - 28px);max-width:1180px;min-height:60px;gap:12px}.brand{font-size:17px}.brand-logo{width:29px;height:29px}.nav-download{display:none}.nav-account{min-width:auto;padding:0 11px!important}.language-trigger{min-width:48px;padding:0 7px}.language-trigger svg:first-child{display:none}.hero{padding:62px 18px 78px}h1{font-size:clamp(43px,13.5vw,62px)}.hero-copy{font-size:16px}.desktop-demo{border-radius:17px}.demo-window-bar{border-radius:17px 17px 0 0}.demo-capture-overlay{display:none}.section{padding:82px 18px}.feature-grid,.install-steps>div,.pricing{grid-template-columns:1fr}.feature,.price{min-height:0}.price{padding:23px}.download-strip{padding:31px}.download-strip,.download-strip-brand{align-items:flex-start;flex-direction:column}.download-page{padding:64px 16px 86px}.download-catalog{padding:22px;border-radius:20px}.release-item{grid-template-columns:44px minmax(0,1fr);gap:13px;padding:16px}.release-platform-icon{width:44px;height:44px}.release-download{grid-column:1/-1;width:100%}.release-heading{flex-direction:column;gap:7px}.release-recommended{width:max-content}.install-steps{margin-top:62px}.install-steps article{min-height:145px}.footer-main{align-items:flex-start;flex-direction:column}.account-grid,.membership-card{grid-template-columns:1fr}.admin-panel form{grid-template-columns:1fr 1fr}.admin-panel form .button,.admin-panel form input,.admin-panel form label,.admin-panel form select{grid-row:auto}.code-section-heading{align-items:flex-start}}@media (max-width:480px){.nav-actions{gap:4px}.nav .button{font-size:11px}.hero-actions .button{width:100%}.admin-panel form,.membership-card form>div{grid-template-columns:1fr}.code-overview button{min-height:82px;padding:15px}.code-overview strong{font-size:26px}.code-toolbar{grid-template-columns:1fr}.code-toolbar input{grid-column:auto}.code-section-heading{flex-direction:column}.code-section-heading .button{width:100%}.code-row{grid-template-columns:1fr}.code-row>div,.code-time{grid-column:auto}.code-pagination{justify-content:center}.code-actions,.generated-codes header{align-items:stretch;flex-direction:column}.batch-table article{grid-template-columns:minmax(0,1fr) auto;padding:12px 0}.batch-table time{grid-column:1/-1}.hero-facts span+span:before{display:none}.desktop-demo{width:calc(100% + 2px)}.demo-app-header{min-height:57px;padding:10px 11px}.demo-app-brand img{width:33px;height:33px}.demo-app-body{padding:8px 10px 11px}.demo-account button,.demo-app-footer span:last-child,.demo-capture kbd,.demo-capture>svg{display:none}.demo-capture{grid-template-columns:38px minmax(0,1fr)}.demo-ai-grid{grid-template-columns:1fr}.demo-ai-grid button:nth-child(n+3){display:none}.download-hero-icon{width:90px;height:90px}.download-hero-icon img{width:74px;height:74px}.download-catalog>header{flex-direction:column}.download-notice{padding:19px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.desktop-demo,.language-menu{animation:none}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}