@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@450&display=swap";:root{color:#d1d3db;font-synthesis:none;text-rendering:optimizelegibility;--bg-base:#1a1b1d;--bg-secondary:#222427;--bg-tertiary:#2a2d31;--bg-overlay-1:#e0e2f20a;--bg-overlay-2:#e0e2f20f;--brand:#32f08c;--brand-hover:#0fdc78;--brand-soft:#32f08c1f;--text:#d1d3db;--text-hover:#f5f9fe;--muted:#9599a6;--tertiary:#666b75;--border:#e0e2f21a;--border-strong:#e0e2f229;--radius-4:4px;--radius-6:6px;--radius-8:8px;--radius-10:10px;--content:1440px;--gutter:clamp(20px, 5vw, 64px);background:#1a1b1d;font-family:SF Pro Text,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg-base);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}button{color:inherit}:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-shell>main{flex:1}.site-header{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#121417f0;height:72px;position:sticky;top:0}.header-inner{width:min(100%, var(--content));height:100%;padding:0 var(--gutter);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.brand-mark{letter-spacing:-.4px;color:var(--text-hover);font-size:21px;font-weight:700;line-height:1}.brand-mark span{color:var(--brand);margin-right:4px}.main-nav{align-self:stretch;align-items:stretch;gap:48px;display:flex}.main-nav a{min-width:92px;color:var(--muted);place-items:center;padding:0 4px;font-size:15px;font-weight:500;transition:color .16s;display:grid;position:relative}.main-nav a:hover,.main-nav a.active{color:var(--text-hover)}.main-nav a.active:after{content:"";background:var(--brand);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:4px;right:4px}.nav-toggle{border:1px solid var(--border);border-radius:var(--radius-6);background:var(--bg-overlay-1);cursor:pointer;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:none}.hero{border-bottom:1px solid var(--border);background:#202328;min-height:380px;position:relative;overflow:hidden}.hero-contours{opacity:.32;background-image:radial-gradient(circle at 12% 20%,#0000 0 70px,#e0e2f217 71px 72px,#0000 73px),radial-gradient(circle at 24%,#0000 0 130px,#e0e2f20f 131px 132px,#0000 133px),radial-gradient(circle at 74% 20%,#0000 0 180px,#e0e2f20f 181px 182px,#0000 183px);background-size:560px 420px,820px 580px,940px 640px;position:absolute;inset:0}.hero-inner{width:min(100%, var(--content));min-height:380px;padding:0 var(--gutter);grid-template-columns:minmax(0,1fr) minmax(420px,.8fr);align-items:center;gap:64px;margin:0 auto;display:grid;position:relative}.hero-copy{padding-left:clamp(0px,4vw,56px)}.hero-copy h1{letter-spacing:-3px;color:var(--text-hover);margin-bottom:18px;font-family:SF Pro,PingFang SC,sans-serif;font-size:clamp(48px,5vw,76px);line-height:1.05}.hero-copy h1 span{color:var(--brand);margin-right:16px}.hero-copy p{max-width:600px;color:var(--muted);margin:0;font-size:clamp(16px,1.5vw,21px);line-height:1.7}.hero-watch{align-self:stretch;min-height:380px;position:relative;overflow:hidden}.hero-watch:after{content:"";pointer-events:none;background:linear-gradient(#0000,#202328);height:100px;position:absolute;inset:auto 0 0}.hero-watch img{object-fit:cover;object-position:center;filter:brightness(1.85)contrast(1.08);mix-blend-mode:multiply;width:520px;height:650px;position:absolute;top:-82px;left:50%;transform:translate(-50%)scale(1.06)}.catalog-section{padding:52px 0 80px}.section-inner,.help-inner,.detail-inner{width:min(100%, var(--content));padding-left:var(--gutter);padding-right:var(--gutter);margin:0 auto}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.section-heading h2,.help-inner h2{color:var(--text-hover);margin-bottom:7px;font-size:25px;line-height:1.3}.section-heading p{color:var(--muted);margin:0;font-size:14px}.section-heading>span{color:var(--muted);font-family:JetBrains Mono,monospace;font-size:12px}.app-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.app-card{border:1px solid var(--border);border-radius:var(--radius-8);background:var(--bg-secondary);min-width:0;transition:border-color .18s,transform .18s,box-shadow .18s;overflow:hidden}.app-card:hover{border-color:var(--border-strong);transform:translateY(-4px);box-shadow:0 16px 34px #00000038}.app-card>a{display:block}.app-card-media{background:#17191b;height:272px;overflow:hidden}.app-card-media img{object-fit:cover;object-position:center 44%;width:100%;height:100%;transition:transform .28s}.app-card:hover .app-card-media img{transform:scale(1.025)}.app-card-body{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:82px;padding:15px 17px;display:flex}.app-card h3{color:var(--text-hover);margin-bottom:5px;font-size:17px;line-height:1.3}.app-card p{color:var(--muted);margin:0;font-family:JetBrains Mono,monospace;font-size:12px}.app-card-meta{color:var(--tertiary);align-items:center;gap:9px;display:flex}.status-label,.stale-label{border-radius:var(--radius-4);background:var(--brand-soft);min-height:25px;color:var(--brand);white-space:nowrap;border:1px solid #32f08c73;align-items:center;padding:2px 9px;font-size:12px;font-weight:600;display:inline-flex}.stale-label{color:#dfb949;background:#d29d0026;border-color:#d29d0080}.site-footer{border-top:1px solid var(--border);background:#17191b}.footer-inner{width:min(100%, var(--content));min-height:150px;padding:32px var(--gutter);grid-template-columns:1fr auto;align-content:center;gap:8px 32px;margin:0 auto;display:grid}.footer-inner p{color:var(--muted);margin:0;font-size:13px}.footer-inner .copyright{grid-area:1/2/span 2;align-self:center}.page-state,.not-found{min-height:55vh;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.page-state svg{color:var(--brand)}.page-state p{margin:0}.page-state button,.not-found a{border:1px solid var(--border-strong);border-radius:var(--radius-6);background:var(--bg-secondary);color:var(--text);cursor:pointer;padding:10px 16px}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.detail-page{padding:38px 0 88px}.back-link{color:var(--muted);align-items:center;gap:8px;margin-bottom:24px;font-size:14px;display:inline-flex}.back-link:hover{color:var(--brand)}.product-overview{border-bottom:1px solid var(--border);grid-template-columns:minmax(360px,.9fr) minmax(420px,1fr);align-items:center;gap:clamp(52px,8vw,118px);padding-bottom:48px;display:grid}.product-image{border:1px solid var(--border);border-radius:var(--radius-10);background:var(--bg-secondary);cursor:zoom-in;height:570px;padding:0;position:relative;overflow:hidden}.product-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .22s}.product-image:hover img{transform:scale(1.015)}.product-image>span{border:1px solid var(--border);border-radius:var(--radius-6);color:var(--muted);white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121417db;align-items:center;gap:8px;padding:8px 12px;font-size:12px;display:inline-flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.product-copy h1{color:var(--text-hover);letter-spacing:-1.5px;margin-bottom:14px;font-size:clamp(38px,4vw,58px);line-height:1.1}.version-line{color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:30px;font-family:JetBrains Mono,monospace;font-size:13px;display:flex}.product-actions{grid-template-columns:1fr 1fr;gap:16px;max-width:480px;margin-bottom:38px;display:grid}.external-action{text-align:center;flex-direction:column;gap:8px;display:flex}.external-action>span{color:var(--tertiary);font-size:11px}.action-button{border:1px solid var(--border-strong);border-radius:var(--radius-6);background:var(--bg-tertiary);min-height:48px;color:var(--text-hover);cursor:pointer;justify-content:center;align-items:center;gap:9px;padding:0 18px;font-size:13px;font-weight:600;transition:background .16s,border-color .16s;display:inline-flex}.action-button.primary{border-color:var(--brand);background:var(--brand);color:#0c0c0d}.action-button.primary:hover{background:var(--brand-hover)}.action-button.secondary:hover{border-color:var(--brand)}.action-button:disabled{border-color:var(--border);background:var(--bg-overlay-2);color:var(--tertiary);cursor:not-allowed}.overview-summary{max-width:650px}.overview-summary h2{color:var(--text-hover);margin-bottom:10px;font-size:18px}.overview-summary p{color:var(--muted);margin:0;font-size:14px;line-height:1.8}.detail-content{grid-template-columns:180px minmax(0,1fr);gap:46px;padding-top:30px;display:grid}.section-directory{flex-direction:column;align-self:start;display:flex;position:sticky;top:104px}.section-directory a{min-height:46px;color:var(--muted);border-left:1px solid var(--border-strong);align-items:center;padding-left:24px;font-size:13px;display:flex;position:relative}.section-directory a span{background:var(--tertiary);border-radius:50%;width:9px;height:9px;position:absolute;left:-5px}.section-directory a:hover,.section-directory a.active{color:var(--brand)}.section-directory a.active span{background:var(--brand);box-shadow:0 0 0 4px #32f08c1f}.detail-article{max-width:960px}.detail-article section{padding:0 0 42px;scroll-margin-top:104px}.detail-article h2{color:var(--text-hover);margin-bottom:16px;font-size:21px}.detail-article p{color:var(--muted);font-size:14px;line-height:1.8}.feature-list{grid-template-columns:1fr 1fr;gap:12px;display:grid}.feature-list>div{border:1px solid var(--border);border-radius:var(--radius-6);background:var(--bg-overlay-1);align-items:center;gap:12px;min-height:54px;padding:14px;font-size:13px;display:flex}.feature-list svg{color:var(--brand);flex:none}.guide-steps{gap:12px;margin:0 0 26px;padding:0;list-style:none;display:grid}.guide-steps li{grid-template-columns:36px 1fr;align-items:start;gap:12px;min-height:64px;display:grid}.guide-steps li>span{background:var(--brand);color:#0c0c0d;border-radius:50%;place-items:center;width:28px;height:28px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;display:grid}.guide-steps p{margin:2px 0 0}.screenshot-gallery{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.screenshot-gallery button{border:1px solid var(--border);border-radius:var(--radius-6);background:var(--bg-secondary);cursor:zoom-in;height:220px;padding:0;overflow:hidden}.screenshot-gallery img{object-fit:cover;width:100%;height:100%}.lightbox{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050708e6;place-items:center;padding:64px;display:grid;position:fixed;inset:0}.lightbox>button{border:1px solid var(--border-strong);background:var(--bg-secondary);cursor:pointer;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:24px;right:24px}.lightbox>img{border-radius:var(--radius-8);max-width:90vw;max-height:88vh;box-shadow:0 24px 80px #00000080}.help-page{padding-bottom:88px}.help-hero{padding:68px var(--gutter) 48px;text-align:center}.help-hero h1{color:var(--text-hover);letter-spacing:-2px;margin-bottom:12px;font-size:clamp(42px,5vw,64px)}.help-hero>p{color:var(--muted);margin-bottom:28px;font-size:18px}.help-search{border:1px solid var(--border-strong);border-radius:var(--radius-8);background:var(--bg-secondary);grid-template-columns:26px 1fr 150px;align-items:center;width:min(100%,880px);height:60px;margin:0 auto;padding-left:20px;display:grid;overflow:hidden}.help-search>svg{color:var(--muted)}.help-search input{height:100%;color:var(--text-hover);background:0 0;border:0;outline:0;padding:0 14px;font-size:15px}.help-search input::placeholder{color:var(--tertiary)}.help-search button{background:var(--brand);color:#0c0c0d;cursor:pointer;border:0;align-self:stretch;font-size:15px;font-weight:700}.help-search button:hover{background:var(--brand-hover)}.help-inner{gap:56px;display:grid}.guide-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.guide-grid article{border:1px solid var(--border-strong);border-radius:var(--radius-8);background:var(--bg-secondary);align-items:flex-start;gap:15px;min-height:112px;padding:20px;display:flex}.guide-grid article>svg{color:var(--brand);flex:none}.guide-grid h3{color:var(--text-hover);margin-bottom:7px;font-size:14px}.guide-grid p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.faq-toolbar{align-items:center;gap:32px;margin-bottom:16px;display:flex}.faq-toolbar h2{white-space:nowrap;margin:0}.category-filter{flex-wrap:wrap;gap:8px;display:flex}.category-filter button{border:1px solid var(--border);border-radius:var(--radius-6);min-height:34px;color:var(--muted);cursor:pointer;background:0 0;padding:0 15px;font-size:12px}.category-filter button:hover{border-color:var(--border-strong);color:var(--text)}.category-filter button.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.faq-list{gap:8px;display:grid}.faq-list article{border:1px solid var(--border-strong);border-radius:var(--radius-6);background:var(--bg-secondary);overflow:hidden}.faq-list h3{margin:0}.faq-list h3 button{width:100%;min-height:58px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:18px;padding:0 20px;font-size:14px;font-weight:500;display:flex}.faq-list h3 button svg{color:var(--muted);flex:none;transition:transform .18s}.faq-list article.open h3 button{color:var(--brand)}.faq-list article.open h3 button svg{color:var(--brand);transform:rotate(180deg)}.faq-answer{border-top:1px solid var(--border);padding:0 20px 20px}.faq-answer p{max-width:980px;color:var(--muted);margin:16px 0 0;font-size:13px;line-height:1.8}.empty-help{border:1px dashed var(--border-strong);border-radius:var(--radius-8);min-height:220px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-help svg{color:var(--brand)}.empty-help h3{color:var(--text);margin:12px 0 6px}.empty-help p{margin:0;font-size:13px}.redeem-page{padding-bottom:88px}.redeem-hero{padding:64px var(--gutter) 44px;text-align:center;border-bottom:1px solid var(--border);background:#202328}.redeem-hero>svg{color:var(--brand);margin-bottom:16px}.redeem-hero h1{color:var(--text-hover);letter-spacing:-2px;margin-bottom:12px;font-size:clamp(40px,5vw,62px)}.redeem-hero p{color:var(--muted);margin:0;font-size:16px;line-height:1.7}.redeem-inner{width:min(100%,1080px);padding:42px var(--gutter) 0;margin:0 auto}.redeem-lookup{max-width:680px;margin:0 auto}.redeem-label-row{justify-content:space-between;align-items:start;gap:16px;min-height:26px;display:flex}.redeem-label-row label,.unlock-form label>span,.redeem-product-picker label>span{color:var(--muted);margin-bottom:9px;font-size:13px;display:block}.redeem-label-row>span{color:var(--brand);font-family:JetBrains Mono,monospace;font-size:13px;font-weight:600}.redeem-code-control{border:1px solid var(--border-strong);border-radius:var(--radius-8);background:var(--bg-secondary);grid-template-columns:1fr 150px;height:56px;display:grid;overflow:hidden}.redeem-lookup input,.unlock-form input,.redeem-product-picker select{width:100%;min-width:0;color:var(--text-hover);background:0 0;border:0;outline:0}.redeem-lookup input{letter-spacing:3px;padding:0 18px;font-family:JetBrains Mono,monospace;font-size:18px}.redeem-lookup button,.unlock-form>button,.unlock-result button{background:var(--brand);color:#0c0c0d;cursor:pointer;border:0;font-size:13px;font-weight:700}.redeem-lookup button{justify-content:center;align-items:center;gap:8px;display:flex}.redeem-lookup button:hover,.unlock-form>button:hover,.unlock-result button:hover{background:var(--brand-hover)}.redeem-lookup button:disabled,.unlock-form>button:disabled{opacity:.55;cursor:wait}.redeem-code-hint{color:var(--muted);margin:10px 0 0;font-size:12px;line-height:1.6}.redeem-message{color:var(--brand);text-align:center;margin:16px auto 0;font-size:13px}.unlock-panel,.redeem-history,.redeem-faq{border:1px solid var(--border-strong);border-radius:var(--radius-8);background:var(--bg-secondary);margin-top:28px;padding:28px}.unlock-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.unlock-heading h2,.redeem-history h2{color:var(--text-hover);margin:0;font-size:21px}.unlock-heading p{color:var(--muted);margin:7px 0 0;font-size:12px}.unlock-quota{border-radius:var(--radius-6);background:var(--brand-soft);min-width:124px;color:var(--brand);border:1px solid #32f08c61;justify-content:center;align-items:baseline;gap:6px;padding:10px 13px;display:flex}.unlock-quota span{margin-right:4px;font-size:12px}.unlock-quota strong{font-family:JetBrains Mono,monospace;font-size:22px}.unlock-quota small{font-size:12px}.redeem-product-picker{grid-template-columns:152px minmax(0,1fr);align-items:center;gap:22px;margin-bottom:22px;display:grid}.redeem-product-image{border:1px solid var(--border);border-radius:var(--radius-8);height:152px;color:var(--tertiary);background:#17191b;place-items:center;display:grid;overflow:hidden}.redeem-product-image img{object-fit:cover;object-position:center;width:100%;height:100%}.redeem-product-picker label{min-width:0}.redeem-product-picker select,.unlock-form input{border:1px solid var(--border-strong);border-radius:var(--radius-6);background:var(--bg-tertiary);height:50px;padding:0 14px;font-size:16px}.redeem-product-picker small{color:var(--tertiary);margin-top:9px;font-size:12px;line-height:1.5;display:block}.unlock-form{grid-template-columns:minmax(0,1fr) 160px;align-items:end;gap:14px;display:grid}.unlock-form label{min-width:0}.unlock-form input{letter-spacing:2px;font-family:JetBrains Mono,monospace}.unlock-form>button{border-radius:var(--radius-6);min-height:50px}.unlock-result{border-radius:var(--radius-6);background:var(--brand-soft);border:1px solid #32f08c61;grid-template-columns:minmax(0,1fr) auto 100px;align-items:center;gap:20px;min-height:76px;margin-top:18px;padding:14px 16px;display:grid}.unlock-result>div{color:var(--brand);align-items:center;gap:9px;font-size:13px;display:flex}.unlock-result strong{color:var(--text-hover);letter-spacing:2px;font-family:JetBrains Mono,monospace;font-size:25px}.unlock-result button{border-radius:var(--radius-6);justify-content:center;align-items:center;gap:7px;height:40px;display:flex}.redeem-history>p{color:var(--muted);margin:18px 0 0;font-size:13px}.history-table-wrap{margin-top:20px;overflow-x:auto}.redeem-history table{border-collapse:collapse;width:100%;font-size:13px}.redeem-history th,.redeem-history td{border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;padding:13px 12px}.redeem-history th{color:var(--muted);font-weight:500}.redeem-history td{color:var(--text)}.redeem-history td:nth-child(2),.redeem-history td:nth-child(3){font-family:JetBrains Mono,monospace}.redeem-faq-heading{color:var(--brand);align-items:center;gap:10px;margin-bottom:12px;display:flex}.redeem-faq-heading h2{color:var(--text-hover);margin:0;font-size:21px}.redeem-tutorial{border-bottom:1px solid var(--border);margin-bottom:18px;padding:12px 0 24px}.redeem-tutorial-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px;display:flex}.redeem-tutorial-heading h3{color:var(--text-hover);margin:0 0 5px;font-size:16px}.redeem-tutorial-heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.redeem-tutorial-heading>span{color:var(--brand);flex:none;font-size:12px}.redeem-tutorial-track{overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-color:var(--border-strong) transparent;scrollbar-width:thin;grid-auto-columns:minmax(250px,31%);grid-auto-flow:column;gap:14px;padding:2px 2px 12px;display:grid;overflow-x:auto}.redeem-tutorial-track:focus-visible{outline:2px solid var(--brand);outline-offset:4px;border-radius:var(--radius-4)}.redeem-tutorial-card{scroll-snap-align:start;border:1px solid var(--border);border-radius:var(--radius-8);background:var(--bg-tertiary);min-width:0;overflow:hidden}.redeem-tutorial-media{aspect-ratio:4/5;border-bottom:1px solid var(--border);background:#17191b;place-items:center;display:grid;overflow:hidden}.redeem-tutorial-media img{object-fit:contain;width:100%;height:100%}.redeem-tutorial-copy{grid-template-columns:28px 1fr;align-items:start;gap:10px;min-height:126px;padding:15px;display:grid}.redeem-tutorial-copy>span{background:var(--brand);color:#0c0c0d;border-radius:50%;place-items:center;width:26px;height:26px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;display:grid}.redeem-tutorial-copy h4{color:var(--text-hover);margin:2px 0 6px;font-size:14px}.redeem-tutorial-copy p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.redeem-faq details{border-top:1px solid var(--border)}.redeem-faq summary{min-height:54px;color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;font-size:14px;list-style:none;display:flex}.redeem-faq summary::-webkit-details-marker{display:none}.redeem-faq summary:after{content:"+";color:var(--muted);font-size:20px;font-weight:300}.redeem-faq details[open] summary:after{content:"−";color:var(--brand)}.redeem-faq details p{max-width:820px;color:var(--muted);margin:-2px 0 18px;font-size:13px;line-height:1.8}@media (width<=1180px){.app-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-grid{grid-template-columns:repeat(3,1fr)}.hero-inner{grid-template-columns:1fr 420px;gap:24px}.product-overview{grid-template-columns:minmax(330px,.85fr) 1fr;gap:48px}}@media (width<=860px){.site-header{height:64px}.nav-toggle{display:flex}.main-nav{height:auto;padding:10px var(--gutter) 18px;border-bottom:1px solid var(--border);background:#121417fa;flex-direction:column;gap:0;display:none;position:absolute;top:64px;left:0;right:0}.main-nav.is-open{display:flex}.main-nav a{justify-content:start;min-height:48px}.main-nav a.active:after{width:2px;height:auto;inset:12px auto 12px -8px}.hero-inner{grid-template-columns:1fr 300px;min-height:320px}.hero,.hero-watch{min-height:320px}.hero-watch img{width:400px;height:520px;top:-56px}.hero-copy h1{font-size:48px}.app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-overview{grid-template-columns:1fr;gap:32px}.product-image{height:min(640px,74vw)}.product-copy{max-width:700px}.detail-content{grid-template-columns:1fr}.section-directory{border-bottom:1px solid var(--border);flex-direction:row;position:static;overflow-x:auto}.section-directory a{border-left:0;min-width:max-content;padding:0 16px}.section-directory a span{display:none}.section-directory a.active{border-bottom:2px solid var(--brand)}.guide-grid{grid-template-columns:repeat(2,1fr)}.faq-toolbar{flex-direction:column;align-items:flex-start;gap:14px}.redeem-product-picker{grid-template-columns:132px minmax(0,1fr)}}@media (width<=560px){:root{--gutter:18px}.brand-mark{font-size:19px}.hero{min-height:440px}.hero-inner{grid-template-columns:1fr;align-content:start;gap:0;min-height:440px;padding-top:52px}.hero-copy{z-index:2;padding:0;position:relative}.hero-copy h1{letter-spacing:-2px;margin-bottom:12px;font-size:42px}.hero-copy h1 span{margin-right:10px}.hero-copy p{max-width:300px;font-size:15px}.hero-watch{opacity:.52;width:360px;min-height:360px;position:absolute;bottom:-110px;right:-100px}.hero-watch img{width:360px;height:500px;top:-24px}.catalog-section{padding-top:36px}.section-heading{align-items:flex-start}.section-heading p{display:none}.section-heading h2{font-size:22px}.app-grid{grid-template-columns:1fr;gap:14px}.app-card-media{height:310px}.footer-inner{grid-template-columns:1fr}.footer-inner .copyright{grid-area:auto/1}.detail-page{padding-top:24px}.product-image{height:118vw;max-height:590px}.product-copy h1{font-size:36px}.product-actions,.feature-list{grid-template-columns:1fr}.detail-content{gap:28px}.section-directory{margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1);padding:0 var(--gutter)}.screenshot-gallery{grid-template-columns:1fr 1fr}.screenshot-gallery button{height:210px}.lightbox{padding:24px}.help-hero{padding-top:48px}.help-hero h1{font-size:40px}.help-hero>p{font-size:15px}.help-search{grid-template-columns:24px 1fr 80px;height:54px;padding-left:14px}.help-search input{min-width:0;padding:0 8px;font-size:13px}.guide-grid{grid-template-columns:1fr}.guide-grid article{min-height:92px}.category-filter{flex-wrap:nowrap;width:100%;padding-bottom:4px;overflow-x:auto}.category-filter button{flex:none}.faq-list h3 button{padding:0 15px}.faq-answer{padding-left:15px;padding-right:15px}.redeem-hero{padding-top:46px}.redeem-hero h1{font-size:40px}.redeem-hero p{font-size:14px}.redeem-inner{padding-top:30px}.redeem-code-control{background:0 0;border:0;grid-template-columns:1fr;gap:10px;height:auto;overflow:visible}.redeem-lookup input{border:1px solid var(--border-strong);border-radius:var(--radius-6);background:var(--bg-secondary);height:52px}.redeem-lookup button{border-radius:var(--radius-6);height:48px}.unlock-panel,.redeem-history,.redeem-faq{padding:20px 16px}.unlock-heading{flex-direction:column;align-items:stretch}.unlock-quota{justify-content:flex-start;width:100%}.redeem-product-picker{grid-template-columns:112px minmax(0,1fr);align-items:start;gap:14px}.redeem-product-image{height:112px}.redeem-product-picker select,.unlock-form input{font-size:16px}.unlock-form{grid-template-columns:1fr}.unlock-result{grid-template-columns:1fr auto;gap:12px}.unlock-result>div{grid-column:1/-1}.unlock-result strong{font-size:22px}.redeem-tutorial-heading{flex-direction:column;align-items:flex-start;gap:6px}.redeem-tutorial-track{grid-auto-columns:84%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
