:root{
  --bg:#0b0b0c;--bg-2:#101012;--surface:#141416;--surface-2:#18181b;--surface-3:#202024;
  --text:#f5f5f7;--muted:#a1a1a6;--dim:#727278;--line:rgba(255,255,255,.09);--line-strong:rgba(255,255,255,.16);
  --gold:#c5a059;--gold-soft:rgba(197,160,89,.14);--good:#b9f6ca;--radius:24px;--shell:min(1180px,calc(100vw - 40px));
  --ease:cubic-bezier(.16,1,.3,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);color-scheme:dark}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:var(--shell);margin-inline:auto}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:-60px;z-index:999;background:var(--text);color:var(--bg);padding:12px 16px;border-radius:10px;transition:top .2s}.skip-link:focus{top:16px}.page-noise{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:120;background:transparent}.scroll-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold),#fff);box-shadow:0 0 18px rgba(197,160,89,.45)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(11,11,12,.82);backdrop-filter:blur(22px) saturate(1.18);border-bottom:1px solid transparent;transition:border-color .25s,background .25s}.site-header.scrolled{border-color:var(--line);background:rgba(11,11,12,.95)}.nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:11px;min-width:0;flex:0 1 auto}.brand-mark{width:38px;height:38px;flex:0 0 38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#f5f5f7,#aaaab0);color:#0b0b0c;font-size:12px;font-weight:900;letter-spacing:-.04em;box-shadow:0 10px 28px rgba(255,255,255,.10)}.brand-copy{min-width:0}.brand-copy strong{display:block;font-size:14px;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desktop-nav{display:flex;align-items:center;gap:26px;color:var(--muted);font-size:13px;white-space:nowrap}.desktop-nav a{position:relative;transition:color .2s}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:var(--text);transition:right .3s var(--ease)}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--text)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{right:0}.nav-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.language-picker{position:relative}.language-button,.menu-button{height:40px;border:1px solid var(--line);border-radius:11px;background:#111113;color:var(--muted);cursor:pointer;transition:border-color .2s,background .2s,color .2s,transform .2s}.language-button{min-width:58px;padding:0 11px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.04em}.language-button i{width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}.language-button[aria-expanded="true"] i{transform:rotate(225deg) translate(-1px,-1px)}.language-button:hover,.menu-button:hover{color:var(--text);border-color:var(--line-strong);background:var(--surface)}.language-button:focus-visible,.menu-button:focus-visible,.button:focus-visible,summary:focus-visible,.language-menu a:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(197,160,89,.22);border-color:var(--gold)}.language-menu{position:absolute;right:0;top:calc(100% + 10px);width:228px;padding:8px;border:1px solid var(--line-strong);border-radius:16px;background:rgba(16,16,18,.98);box-shadow:0 24px 70px rgba(0,0,0,.5);backdrop-filter:blur(20px);z-index:130}.language-menu a{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:8px;padding:10px 11px;border-radius:10px;color:var(--muted);font-size:12px;border:1px solid transparent}.language-menu a span{font:700 10px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--gold)}.language-menu a strong{font-weight:600;color:var(--text)}.language-menu a:hover,.language-menu a[aria-current="page"]{background:rgba(255,255,255,.045);border-color:var(--line)}.menu-button{display:none;width:40px;padding:0;place-items:center;gap:4px}.menu-button span{width:15px;height:1px;background:currentColor;display:block;transition:.25s}.menu-button[aria-expanded="true"] span:first-child{transform:translateY(2.5px) rotate(45deg)}.menu-button[aria-expanded="true"] span:last-child{transform:translateY(-2.5px) rotate(-45deg)}.mobile-nav{position:absolute;top:72px;left:0;right:0;padding:10px max(20px,calc((100vw - 1180px)/2)) 20px;background:rgba(11,11,12,.985);border-bottom:1px solid var(--line);box-shadow:0 24px 50px rgba(0,0,0,.35)}.mobile-nav a{display:block;padding:14px 0;color:var(--muted);border-bottom:1px solid rgba(255,255,255,.055);font-size:14px}.mobile-nav a:last-child{border-bottom:0;color:var(--text)}
.hero{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);isolation:isolate}.hero:before{content:"";position:absolute;width:620px;height:620px;right:-180px;top:-160px;background:radial-gradient(circle,rgba(197,160,89,.14),transparent 65%);filter:blur(12px);z-index:-1}.hero-grid-bg{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 90%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(330px,.84fr);gap:70px;align-items:center;padding-block:94px}.kicker,.eyebrow,.section-number,.console-label{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.kicker{display:flex;align-items:center;gap:10px;margin:0 0 25px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(197,160,89,.08),0 0 20px rgba(197,160,89,.4)}h1,h2,h3,h4,p{margin-top:0}h1{font-size:clamp(44px,6.2vw,80px);line-height:.99;letter-spacing:-.055em;margin-bottom:27px;max-width:820px;font-weight:730}h2{font-size:clamp(34px,4vw,54px);line-height:1.03;letter-spacing:-.045em;margin-bottom:20px}h3{letter-spacing:-.025em}.hero-lead{font-size:18px;line-height:1.72;color:var(--muted);max-width:720px;margin-bottom:31px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.button{min-height:46px;padding:0 17px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:650;border:1px solid transparent;transition:transform .28s var(--ease),background .25s,border-color .25s,box-shadow .25s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--text);color:var(--bg);box-shadow:0 14px 36px rgba(255,255,255,.08)}.button-primary:hover{box-shadow:0 16px 40px rgba(255,255,255,.15)}.button-secondary{background:var(--surface);border-color:var(--line-strong);color:var(--text)}.button-secondary:hover{background:var(--surface-3)}.button-ghost{color:var(--muted)}.button-ghost:hover{color:var(--text)}.button.full{width:100%}.safety-callout{display:flex;gap:12px;align-items:flex-start;color:var(--dim);font-size:12px;line-height:1.65;margin:22px 0 0;max-width:720px}.safety-callout span{flex:0 0 22px;width:22px;height:22px;border-radius:50%;border:1px solid var(--line-strong);display:grid;place-items:center;color:var(--muted);font-family:serif}.hero-console{border:1px solid var(--line-strong);border-radius:22px;background:linear-gradient(180deg,rgba(24,24,27,.94),rgba(14,14,16,.94));box-shadow:0 40px 100px rgba(0,0,0,.42);overflow:hidden}.console-topbar{height:46px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 16px;gap:7px;background:rgba(255,255,255,.015)}.console-topbar>span{width:7px;height:7px;border-radius:50%;background:#414146}.console-topbar>span:nth-child(1){background:#68544a}.console-topbar>span:nth-child(2){background:#665d42}.console-topbar>span:nth-child(3){background:#3e5f4c}.console-topbar p{margin:0 0 0 auto;font:10px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.console-body{padding:26px}.console-label{margin-bottom:18px;color:var(--gold)}.live-grid{display:grid;grid-template-columns:1fr 1fr;margin:0;gap:12px}.live-grid div{min-width:0;padding:16px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.018)}.live-grid dt{font-size:10px;color:var(--dim);text-transform:uppercase;letter-spacing:.07em}.live-grid dd{margin:7px 0 0;font-size:20px;font-weight:700;letter-spacing:-.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.console-link{display:inline-flex;margin-top:20px;font:11px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--gold)}
.section{padding:112px 0;position:relative}.section-inset{background:var(--bg-2);border-block:1px solid var(--line)}.section-heading{max-width:780px;margin-bottom:50px}.section-number{display:inline-block;color:var(--gold);margin-bottom:18px}.section-heading p,.faq-intro p,.better-intro p{color:var(--muted);font-size:16px;line-height:1.75}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.feature-card{min-height:285px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(160deg,rgba(255,255,255,.018),transparent 60%);transition:background .35s,transform .35s var(--ease)}.feature-card:hover{background:linear-gradient(160deg,rgba(197,160,89,.065),rgba(255,255,255,.018) 65%);transform:translateY(-3px)}.feature-meta{display:flex;align-items:center;gap:10px;margin-bottom:54px}.feature-meta span{font:11px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--dim)}.feature-meta i{height:1px;background:var(--line);flex:1}.feature-card h3{font-size:20px;margin-bottom:13px}.feature-card p{font-size:13px;line-height:1.72;color:var(--muted);min-height:78px}.feature-card a{font-size:12px;color:var(--gold);display:inline-flex;margin-top:12px}
.compare-section{background:linear-gradient(180deg,#0d0d0f,#0b0b0c)}.product-compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:34px}.product-card{border:1px solid var(--line);border-radius:20px;padding:25px;background:rgba(255,255,255,.018);min-width:0}.product-card.featured{border-color:rgba(197,160,89,.4);background:linear-gradient(160deg,rgba(197,160,89,.08),rgba(255,255,255,.018) 65%)}.product-head{display:flex;align-items:center;gap:10px;min-width:0}.product-head>span{width:34px;height:34px;border:1px solid var(--line-strong);border-radius:10px;display:grid;place-items:center;font:800 10px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--gold);flex:0 0 34px}.product-head strong{font-size:15px;min-width:0}.product-head em{margin-left:auto;font:10px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--gold);font-style:normal}.product-card p{color:var(--muted);font-size:13px;line-height:1.72;margin:20px 0 0}.product-card a{display:inline-flex;margin-top:18px;color:var(--gold);font-size:11px}.comparison-desktop{border:1px solid var(--line);border-radius:20px;overflow:auto;background:#101012}.comparison-table{width:100%;border-collapse:collapse;min-width:860px}.comparison-table th,.comparison-table td{padding:17px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:12px;line-height:1.45}.comparison-table th{color:var(--muted);font-weight:600}.comparison-table thead th{background:#141416;color:var(--text);font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.06em}.comparison-table td{color:var(--muted)}.comparison-table .featured-col{background:rgba(197,160,89,.055);color:var(--text)}.comparison-table tr:last-child th,.comparison-table tr:last-child td{border-bottom:0}.comparison-table th:last-child,.comparison-table td:last-child{border-right:0}.comparison-mobile{display:none}.comparison-note{margin:20px 0 0;color:var(--dim);font-size:12px;line-height:1.7;max-width:980px}.better-panel{margin-top:54px;border:1px solid var(--line-strong);border-radius:24px;padding:32px;background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(197,160,89,.025))}.better-intro{max-width:760px}.better-intro .eyebrow{display:block;color:var(--gold);margin-bottom:14px}.better-intro h3{font-size:30px;margin-bottom:14px}.better-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.better-grid article{border-top:1px solid var(--line);padding-top:18px}.better-grid h4{font-size:14px;margin-bottom:9px}.better-grid p{color:var(--muted);font-size:12px;line-height:1.7;margin-bottom:0}
.guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:68px;align-items:start}.guide-steps{border-top:1px solid var(--line)}.guide-step{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:27px 0;border-bottom:1px solid var(--line)}.step-num{font:11px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--gold);padding-top:5px}.guide-step h3{font-size:18px;margin-bottom:9px}.guide-step p{margin:0;color:var(--muted);font-size:13px;line-height:1.72}.guide-side{position:relative}.release-card{position:sticky;top:96px;border:1px solid var(--line-strong);border-radius:20px;padding:24px;background:linear-gradient(160deg,rgba(24,24,27,.95),rgba(13,13,15,.95));box-shadow:0 24px 60px rgba(0,0,0,.28)}.release-card>.eyebrow{color:var(--gold);margin-bottom:20px}.release-name{display:flex;flex-direction:column;gap:7px;padding-bottom:18px;border-bottom:1px solid var(--line)}.release-name span{font-size:11px;color:var(--dim)}.release-name strong{font-size:27px;letter-spacing:-.035em;overflow-wrap:anywhere}.release-facts{margin:0;padding:8px 0}.release-facts div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--line)}.release-facts dt{font-size:11px;color:var(--dim)}.release-facts dd{margin:0;font-size:11px;color:var(--text);text-align:right;overflow-wrap:anywhere}.release-actions{display:grid;gap:9px;margin-top:16px}
.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:start}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;cursor:pointer;padding:22px 0;display:flex;justify-content:space-between;gap:20px;font-size:15px;font-weight:600}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{font-size:20px;color:var(--dim);font-weight:300;transition:transform .25s}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item p{color:var(--muted);font-size:13px;line-height:1.75;padding:0 36px 22px 0;margin:0}
.community-section{padding:0 0 26px}.community-card{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;border:1px solid rgba(197,160,89,.28);border-radius:22px;padding:25px 28px;background:linear-gradient(120deg,rgba(197,160,89,.075),rgba(255,255,255,.018) 55%,transparent)}.community-icon{width:46px;height:46px;border-radius:14px;border:1px solid rgba(197,160,89,.32);display:grid;place-items:center;color:var(--gold);font-size:18px}.community-copy .eyebrow{color:var(--gold);margin-bottom:8px}.community-copy h2{font-size:25px;margin-bottom:8px}.community-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.65;max-width:760px}
.final-cta{padding-top:72px}.cta-panel{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:54px 0;display:flex;justify-content:space-between;gap:42px;align-items:center}.cta-panel>div:first-child{max-width:760px}.cta-panel h2{font-size:clamp(30px,4vw,48px);margin-bottom:14px}.cta-panel p:not(.eyebrow){color:var(--muted);line-height:1.7;margin-bottom:0}.site-footer{padding:40px 0 46px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:40px;align-items:start}.footer-grid strong{font-size:14px}.footer-grid p{color:var(--dim);font-size:11px;line-height:1.6;margin:8px 0 0}.footer-links{display:grid;gap:9px}.footer-links a{font-size:11px;color:var(--muted)}.footer-grid>div:last-child{display:grid;gap:7px;color:var(--dim);font-size:10px;text-align:right}.noscript{padding:10px 20px;background:#1b1b1e;color:var(--muted);text-align:center;font-size:11px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:none}
html[dir="rtl"] .language-menu{right:auto;left:0}html[dir="rtl"] .comparison-table th,html[dir="rtl"] .comparison-table td{text-align:right}html[dir="rtl"] .release-facts dd{text-align:left}html[dir="rtl"] .faq-item p{padding-right:0;padding-left:36px}html[dir="rtl"] .footer-grid>div:last-child{text-align:left}
@media (max-width:1080px){.desktop-nav{gap:18px}.hero-grid{gap:42px}.feature-grid{grid-template-columns:repeat(2,1fr)}.guide-layout{gap:42px}.product-compare-grid{grid-template-columns:1fr}.product-card{min-height:auto}.better-grid{grid-template-columns:1fr 1fr}.faq-grid{gap:48px}}
@media (max-width:980px){.desktop-nav{display:none}.menu-button{display:grid}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-block:76px;gap:38px}.hero-console{max-width:620px}.section{padding:88px 0}.guide-layout{grid-template-columns:1fr}.release-card{position:static;max-width:620px}.faq-grid{grid-template-columns:1fr}.community-card{grid-template-columns:auto 1fr}.community-card>.button{grid-column:2;justify-self:start}.cta-panel{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{text-align:left}.feature-card p{min-height:0}}
@media (max-width:760px){:root{--shell:calc(100vw - 32px);--radius:20px}.nav-wrap{height:68px;gap:10px}.brand{gap:9px;min-width:0;max-width:calc(100vw - 128px)}.brand-mark{width:34px;height:34px;flex-basis:34px;border-radius:10px}.brand-copy strong{font-size:13px}.language-button{min-width:50px;height:38px;padding-inline:9px}.menu-button{width:38px;height:38px}.mobile-nav{top:68px;padding-inline:16px}.language-menu{position:fixed;left:16px!important;right:16px!important;top:78px;width:auto;max-height:calc(100vh - 96px);overflow:auto}.hero-grid{padding-block:64px}.hero-copy h1{font-size:clamp(38px,11vw,56px);line-height:1.02}.hero-lead{font-size:16px;line-height:1.68}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button-ghost{grid-column:1/-1;justify-self:start}.live-grid{grid-template-columns:1fr 1fr}.console-body{padding:20px}.section{padding:76px 0}.section-heading{margin-bottom:36px}.section-heading h2{font-size:clamp(31px,9vw,44px)}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:0;padding:24px}.feature-meta{margin-bottom:28px}.product-compare-grid{gap:10px}.product-card{padding:21px}.product-head{align-items:flex-start;flex-wrap:wrap}.product-head em{width:100%;margin-left:44px}.comparison-desktop{display:none}.comparison-mobile{display:grid;gap:10px}.compare-mobile-card{border:1px solid var(--line);border-radius:17px;padding:18px;background:#101012}.compare-mobile-card h3{font-size:14px;margin-bottom:14px}.compare-mobile-card dl{margin:0;display:grid;gap:8px}.compare-mobile-card dl>div{padding:11px 12px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.015)}.compare-mobile-card dl>div.featured{border-color:rgba(197,160,89,.3);background:rgba(197,160,89,.055)}.compare-mobile-card dt{font-size:10px;color:var(--dim);margin-bottom:5px}.compare-mobile-card dd{margin:0;font-size:12px;color:var(--muted);line-height:1.5}.compare-mobile-card .featured dd{color:var(--text)}.better-panel{padding:22px;margin-top:38px}.better-intro h3{font-size:25px}.better-grid{grid-template-columns:1fr}.guide-step{grid-template-columns:42px 1fr;padding:23px 0}.release-card{padding:20px}.release-name strong{font-size:24px}.faq-item summary{font-size:14px}.community-card{grid-template-columns:auto 1fr;padding:21px;gap:16px}.community-icon{width:40px;height:40px}.community-copy h2{font-size:22px}.community-card>.button{grid-column:1/-1;justify-self:stretch}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{text-align:left}.cta-panel{padding:42px 0}.final-cta{padding-top:54px}}
@media (max-width:480px){:root{--shell:calc(100vw - 28px)}.brand{max-width:calc(100vw - 116px)}.brand-mark{width:32px;height:32px;flex-basis:32px}.brand-copy strong{font-size:12.5px}.nav-actions{gap:6px}.language-button{min-width:46px;width:46px;padding:0;font-size:11px}.menu-button{width:36px}.hero-grid{padding-block:54px}.hero-actions{grid-template-columns:1fr}.hero-actions .button,.hero-actions .button-ghost{grid-column:auto;justify-self:stretch}.safety-callout{font-size:11px}.live-grid{grid-template-columns:1fr}.console-topbar p{max-width:210px}.section{padding:68px 0}.section-number{font-size:10px}.product-card p,.guide-step p,.community-copy p{font-size:12.5px}.better-panel{padding:19px}.release-facts div{align-items:flex-start;flex-direction:column;gap:5px}.release-facts dd{text-align:left}.community-card{grid-template-columns:1fr}.community-icon{display:none}.community-card>.button{grid-column:1}.faq-item p{padding-right:0}.footer-grid{gap:28px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.feature-card,.language-button,.menu-button{transition:none}.scroll-progress{display:none}}
