:root{--bg:#08080a;--bg-2:#0c0c0f;--surface:#141417;--surface-2:#1b1b1f;--line:rgba(255,255,255,.07);--line-2:rgba(255,255,255,.12);--text:#f4f4f6;--text-2:#a2a2a9;--text-3:#6f6f78;--accent:#e62a2f;--accent-2:#ff4146;--accent-press:#c01f24;--header-bg:rgba(8,8,10,.72);--header-bg-2:rgba(8,8,10,.86);--glow:rgba(230,42,47,.28);--radius:22px;--radius-sm:14px;--maxw:1180px;--pad:clamp(20px,5vw,56px);--ease:cubic-bezier(.22,.61,.36,1);color-scheme:dark}:root[data-theme=light]{--bg:#ffffff;--bg-2:#f4f5f8;--surface:#ffffff;--surface-2:#eef0f4;--line:rgba(15,18,30,.10);--line-2:rgba(15,18,30,.16);--text:#15161b;--text-2:#565a66;--text-3:#8a8f9c;--header-bg:rgba(255,255,255,.80);--header-bg-2:rgba(255,255,255,.93);--glow:rgba(230,42,47,.15);color-scheme:light}body{transition:background .35s ease,color .35s ease}.theme-anim,.theme-anim *,.theme-anim :after,.theme-anim :before{transition:background-color .35s ease,border-color .35s ease,color .35s ease,fill .35s ease,box-shadow .35s ease!important}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-golos),"Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}::selection{background:var(--accent);color:#fff}.wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--pad)}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--text-2);background:var(--surface);border:1px solid var(--line);padding:8px 14px 8px 12px;border-radius:999px}.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px var(--accent)}h1,h2,h3{line-height:1.08;letter-spacing:-.02em;font-weight:800}.section-title{font-size:clamp(28px,4.4vw,46px);font-weight:800}.section-sub{color:var(--text-2);font-size:clamp(16px,2vw,19px);max-width:560px;margin-top:14px}.section-head{margin-bottom:clamp(34px,5vw,56px)}header{position:-webkit-sticky;position:sticky;top:0;z-index:60;backdrop-filter:saturate(140%) blur(18px);-webkit-backdrop-filter:saturate(140%) blur(18px);background:var(--header-bg);border-bottom:1px solid transparent;transition:border-color .3s,background .3s}header.scrolled{border-bottom-color:var(--line);background:var(--header-bg-2)}.nav{gap:18px;height:66px}.brand,.nav{display:flex;align-items:center}.brand{gap:11px;font-weight:800;font-size:19px;letter-spacing:-.02em}.logo{width:34px;height:34px;border-radius:9px;flex:none;overflow:hidden;display:block}.logo img,.logo svg{width:100%;height:100%;object-fit:cover;display:block}.xl-logo-ear{fill:#313131;transition:fill .35s ease}:root[data-theme=dark] .xl-logo-ear{fill:#fff}.brand .wm{white-space:nowrap}.brand b{color:var(--accent-2)}.nav-links{display:flex;gap:6px;margin-left:14px}.nav-links a{color:var(--text-2);font-size:15px;font-weight:500;padding:8px 13px;border-radius:10px;transition:color .18s,background .18s}.nav-links a:hover{color:var(--text);background:var(--surface)}.nav-right{margin-left:auto;display:flex;align-items:center;gap:10px}.theme-toggle{width:38px;height:38px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer;flex:none;transition:border-color .18s,color .18s,background .18s}.theme-toggle:hover{border-color:var(--line-2);color:var(--accent-2)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .ic-moon,:root[data-theme=dark] .theme-toggle .ic-sun{display:none}:root[data-theme=dark] .theme-toggle .ic-moon{display:block}.lang{display:flex;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:3px;gap:2px}.lang a{border:0;background:transparent;color:var(--text-3);cursor:pointer;font-family:inherit;font-weight:700;font-size:12.5px;letter-spacing:.03em;padding:6px 11px;border-radius:999px;transition:.18s;text-align:center}.lang a.on{background:var(--accent);color:#fff}.lang a:not(.on):hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-weight:700;font-size:15px;cursor:pointer;border-radius:999px;padding:11px 20px;border:1px solid transparent;transition:transform .15s var(--ease),background .2s,border-color .2s,box-shadow .2s;white-space:nowrap}.btn:active{transform:translateY(1px) scale(.99)}.btn:disabled,.btn[disabled]{opacity:.55;cursor:not-allowed;box-shadow:none;pointer-events:none}.btn-accent{background:var(--accent);color:#fff;box-shadow:0 6px 22px rgba(230,42,47,.32)}.btn-accent:hover{background:var(--accent-2);box-shadow:0 8px 28px rgba(230,42,47,.45)}.btn-ghost{background:var(--surface);color:var(--text);border-color:var(--line-2)}.btn-ghost:hover{background:var(--surface-2);border-color:rgba(255,255,255,.2)}.btn svg{width:17px;height:17px;flex:none}.nav-tg{display:inline-flex;width:38px;height:38px;padding:0;border-radius:999px}.nav-tg svg{width:18px;height:18px}.burger{display:none}.hero{position:relative;padding-top:clamp(48px,7vw,86px);padding-bottom:clamp(40px,6vw,70px);overflow:visible}.hero:before{content:"";position:absolute;top:-280px;left:50%;transform:translateX(-50%);width:900px;height:680px;pointer-events:none;background:radial-gradient(closest-side,var(--glow),rgba(230,42,47,0) 70%);filter:blur(8px);z-index:0}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(30px,5vw,60px);gap:clamp(30px,5vw,60px);align-items:center}.hero-copy h1{font-size:clamp(38px,6.2vw,68px);margin:22px 0 0}.hero-copy h1 .hl{color:var(--accent-2)}.hero-copy p.lead{color:var(--text-2);font-size:clamp(17px,2.1vw,21px);margin-top:20px;max-width:540px}.hero-cta{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}.hero-cta .btn{padding:15px 26px;font-size:16px}.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.chip{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--text-2);background:var(--surface);border:1px solid var(--line);padding:8px 14px;border-radius:999px}.chip svg{width:15px;height:15px;opacity:.85}a.chip{cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .15s var(--ease)}a.chip:hover{background:var(--surface-2);border-color:var(--accent);color:var(--text);transform:translateY(-2px)}a.chip:hover svg{opacity:1;color:var(--accent-2)}a.chip:active{transform:translateY(0)}.phone{--w:268px;width:var(--w);border-radius:42px;padding:9px;background:linear-gradient(160deg,#27272b,#101012);box-shadow:inset 0 2px 0 rgba(255,255,255,.06),0 40px 80px -20px rgba(0,0,0,.8),0 0 0 1px rgba(255,255,255,.05);flex:none}.phone .screen{border-radius:34px;overflow:hidden;background:#000;position:relative;height:0;padding-bottom:217.3%}.phone .screen img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-visual .screen .layer{opacity:0;transition:opacity .9s ease}.hero-visual .screen .layer.show{opacity:1}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:540px}.hero-visual .phone.main{--w:288px;position:relative;z-index:2;transform:rotate(-2.5deg)}.hero-visual .phone.back{--w:228px;position:absolute;z-index:1;right:4%;top:8%;transform:rotate(7deg);opacity:.92;filter:brightness(.9)}.hero-visual .glow{position:absolute;inset:auto;width:380px;height:380px;border-radius:50%;z-index:0;background:radial-gradient(closest-side,rgba(230,42,47,.22),transparent 70%);filter:blur(20px)}section{padding-block:clamp(64px,9vw,118px);position:relative}#platforms{background:var(--bg-2);border-block:1px solid var(--line)}.plat-slider{display:flex;align-items:stretch;justify-content:flex-start;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-padding-inline:var(--pad);cursor:-webkit-grab;cursor:grab;scrollbar-width:none;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:50px var(--pad) 30px}.plat-slider.fits{justify-content:center}.plat-slider::-webkit-scrollbar{display:none}.plat-slider.dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.plat-slider .plat-card{flex:0 0 360px;max-width:86vw;scroll-snap-align:start}.plat-card .rec-badge{display:none;align-items:center;gap:7px;position:absolute;top:-40px;left:2px;background:rgba(230,42,47,.14);border:1px solid rgba(230,42,47,.32);color:var(--accent-2);font-size:12.5px;font-weight:700;padding:5px 13px 5px 9px;border-radius:999px}.plat-card .rec-badge .material-symbols-rounded{font-size:16px}.plat-card.recommended .rec-badge{display:inline-flex}.plat-card.recommended{border-color:rgba(230,42,47,.45);box-shadow:0 0 0 1px rgba(230,42,47,.25),0 12px 34px -12px rgba(230,42,47,.3)}.plat-ctrl{margin-bottom:16px}.plat-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;gap:16px;position:relative;transition:border-color .25s,transform .25s var(--ease),background .25s}.plat-card:hover{border-color:var(--line-2);transform:translateY(-3px);background:var(--surface-2)}.plat-card.recommended:hover{border-color:rgba(230,42,47,.55)}.plat-top{display:flex;align-items:center;gap:15px}.plat-ico{width:52px;height:52px;border-radius:15px;flex:none;background:var(--surface-2);border:1px solid var(--line);display:grid;place-items:center;color:var(--text)}.plat-ico svg{width:26px;height:26px}.plat-name{font-size:21px;font-weight:800;letter-spacing:-.01em}.plat-spec{color:var(--text-2);font-size:14.5px;margin-top:3px}.plat-card .grow{flex:1 1}.plat-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.plat-actions .btn{padding:12px 18px;font-size:14.5px}.dl-group{position:relative;display:inline-flex}.dl-toggle{display:inline-flex;align-items:center;gap:7px;cursor:pointer}.dl-toggle .chev{transition:transform .25s var(--ease);margin-right:-4px}.dl-group.open .dl-toggle .chev{transform:rotate(180deg)}.dl-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:max-content;background:var(--surface);border:1px solid var(--line-2);border-radius:14px;padding:6px;display:flex;flex-direction:column;gap:2px;box-shadow:0 18px 44px -14px rgba(0,0,0,.55);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s,transform .2s,visibility .2s;z-index:200}.dl-group.open .dl-menu,.dl-menu.open{opacity:1;visibility:visible;transform:none}.dl-menu a{padding:11px 16px 11px 12px;border-radius:9px;font-size:14.5px;font-weight:600;color:var(--text);white-space:nowrap;display:flex;align-items:center;gap:10px;transition:background .15s}.dl-menu a:hover{background:var(--surface-2)}.dl-menu a .material-symbols-rounded{font-size:19px;opacity:.75;color:var(--accent-2)}.ios-guide{font-size:13.5px;color:var(--text-2);display:inline-flex;align-items:center;gap:6px;font-weight:600}.ios-guide:hover{color:var(--accent-2)}.ios-guide svg{width:14px;height:14px}.plat-note{font-size:12.5px;color:var(--text-3);display:flex;align-items:center;gap:7px}.plat-note .pill{background:var(--surface-2);border:1px solid var(--line);border-radius:6px;padding:2px 7px;font-weight:600;color:var(--text-2)}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.feat-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;transition:border-color .25s,transform .25s var(--ease)}.feat-card:hover{border-color:var(--line-2);transform:translateY(-3px)}.feat-ico{width:46px;height:46px;border-radius:13px;margin-bottom:18px;background:rgba(230,42,47,.12);border:1px solid rgba(230,42,47,.25);display:grid;place-items:center;color:var(--accent-2)}.feat-ico svg{width:23px;height:23px}.feat-card h3{font-size:18.5px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}.feat-card p{color:var(--text-2);font-size:14.5px;line-height:1.5}.inwork{margin-top:26px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;padding:18px 22px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.inwork .lbl{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-2)}.inwork .items{color:var(--text-2);font-size:14.5px}#screens{background:var(--bg-2);border-block:1px solid var(--line)}.shots-scroll{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding:30px 4px 58px;scroll-snap-type:x proximity;cursor:-webkit-grab;cursor:grab;scroll-padding-inline:var(--pad);-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-inline:var(--pad)}.shots-scroll::-webkit-scrollbar{display:none}.shots-scroll.dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.plat-slider.dragging,.shots-scroll.dragging{-moz-user-select:none;user-select:none;-webkit-user-select:none}.plat-slider.dragging *,.shots-scroll.dragging img{pointer-events:none}.shots-ctrl{display:flex;gap:10px;justify-content:flex-end;margin-bottom:16px}.shots-nav{width:44px;height:44px;border-radius:999px;border:1px solid var(--line-2);background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer;transition:background .18s,border-color .18s,color .18s,transform .15s var(--ease)}.shots-nav:hover{background:var(--accent);border-color:var(--accent);color:#fff}.shots-nav:active{transform:scale(.93)}.shots-nav svg{width:20px;height:20px}.shots-scroll .phone{scroll-snap-align:center;--w:240px;box-shadow:inset 0 2px 0 rgba(255,255,255,.06),0 16px 34px -16px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.05)}.shots-hint{display:flex;align-items:center;gap:9px;color:var(--text-3);font-size:13.5px;margin-top:6px}.shots-hint svg{width:16px;height:16px}.player-card{margin-top:26px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:#000;position:relative;height:0;padding-bottom:46%}.player-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.96}.player-tag{position:absolute;left:18px;bottom:16px;background:rgba(8,8,10,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);color:#f4f4f6;border-radius:999px;padding:8px 16px;font-size:13.5px;font-weight:600;display:flex;align-items:center;gap:8px}.player-tag .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent)}.faq-list{display:flex;flex-direction:column;gap:12px;max-width:840px}.faq-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;transition:border-color .2s}.faq-item.open{border-color:var(--line-2)}.faq-q{width:100%;text-align:left;background:none;border:0;font-family:inherit;color:var(--text);cursor:pointer;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:600;font-size:17px}.faq-q .q{flex:1 1}.faq-item .ic{width:28px;height:28px;flex:none;border-radius:50%;background:var(--surface-2);display:grid;place-items:center;transition:transform .38s var(--ease),background .25s}.faq-item.open .ic{transform:rotate(180deg);background:var(--accent)}.faq-a-wrap{overflow:hidden;height:0}.faq-item .a{padding:0 24px 22px;color:var(--text-2);font-size:15.5px;line-height:1.6;max-width:680px}.faq-item .a a{color:var(--accent-2);font-weight:600;border-bottom:1px solid rgba(255,65,70,.3)}footer{background:var(--bg);border-top:1px solid var(--line);padding-block:clamp(50px,7vw,76px) 40px}.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:clamp(28px,5vw,60px);gap:clamp(28px,5vw,60px)}.foot-brand .brand{margin-bottom:16px}.disclaimer{background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:var(--radius-sm);padding:18px 20px;color:var(--text-2);font-size:14px;line-height:1.6;max-width:560px}.disclaimer b{color:var(--text)}.foot-disclaimer{max-width:none;margin-top:26px}.age-note{display:flex;align-items:center;gap:12px;margin-top:18px;color:var(--text-3);font-size:14px;line-height:1.4;max-width:600px}.age-note .b{flex:none;background:#3f3f46;color:#fff;border-radius:6px;padding:3px 8px;min-width:34px;text-align:center;font-weight:700;font-size:12px;letter-spacing:.01em}.foot-col h4{font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);font-weight:700;margin-bottom:16px}.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:11px}.foot-col a{color:var(--text-2);font-size:15px;display:inline-flex;align-items:center;gap:9px;transition:color .18s}.foot-col a:hover{color:var(--text)}.foot-col a svg{width:15px;height:15px;opacity:.7;flex:none}.foot-bottom{margin-top:48px;padding-top:24px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;color:var(--text-3);font-size:13.5px}.foot-bottom .made{display:flex;align-items:center;gap:8px}.foot-bottom .made .tag{background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:3px 9px;font-weight:600;color:var(--text-2)}a.tag{transition:color .18s,border-color .18s}a.tag:hover{color:var(--text);border-color:var(--line-2)}@media (prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal[data-in]{opacity:1;transform:none}.reveal.d1{transition-delay:.06s}.reveal.d2{transition-delay:.12s}.reveal.d3{transition-delay:.18s}}@media (max-width:980px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy .eyebrow,.hero-copy p.lead{margin-inline:auto}.chips,.hero-cta{justify-content:center}.hero-visual{order:-1;min-height:0;margin-bottom:8px}.feat-grid{grid-template-columns:repeat(2,1fr)}.foot-grid{grid-template-columns:1fr 1fr}.foot-brand{grid-column:1/-1}}@media (max-width:760px){.nav-links,.nav-tg span{display:none}.nav-tg{padding:11px}.plat-slider .plat-card{flex-basis:84vw;max-width:none}.feat-grid,.foot-grid{grid-template-columns:1fr}.lang a{padding:6px 9px}}.material-symbols-rounded{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.plat-ico .material-symbols-rounded{font-size:27px}.feat-ico .material-symbols-rounded{font-size:24px;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.chip .material-symbols-rounded{font-size:18px;opacity:.9}a.chip:hover .material-symbols-rounded{opacity:1}.btn .material-symbols-rounded,.theme-toggle .material-symbols-rounded{font-size:20px}.faq-item .ic .material-symbols-rounded{font-size:22px;color:var(--text-2)}.faq-item.open .ic .material-symbols-rounded,.faq-item[open] .ic .material-symbols-rounded{color:#fff}.shots-nav .material-symbols-rounded{font-size:26px}.shots-hint .material-symbols-rounded{font-size:19px}.foot-col a .material-symbols-rounded{font-size:19px;opacity:.8}.ios-guide .material-symbols-rounded{font-size:17px}.cl-wrap{padding-block:clamp(48px,7vw,90px)}.cl-timeline{display:flex;flex-direction:column;gap:18px;max-width:860px}.cl-release{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(20px,3vw,30px);position:relative;transition:border-color .25s}.cl-release:hover{border-color:var(--line-2)}.cl-release-hl{border-color:rgba(230,42,47,.4);box-shadow:0 0 0 1px rgba(230,42,47,.22),0 14px 40px -16px rgba(230,42,47,.28)}.cl-rel-head{flex-wrap:wrap;gap:10px 14px;margin-bottom:14px}.cl-rel-head,.cl-ver{display:flex;align-items:center}.cl-ver{gap:10px}.cl-ver-num{font-size:clamp(20px,3vw,26px);font-weight:800;letter-spacing:-.02em}.cl-badge{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:999px;border:1px solid transparent}.cl-badge-beta{background:rgba(230,42,47,.14);border-color:rgba(230,42,47,.32);color:var(--accent-2)}.cl-badge-rc{background:rgba(245,158,11,.14);border-color:rgba(245,158,11,.32);color:#f59e0b}.cl-badge-stable{background:rgba(34,197,94,.14);border-color:rgba(34,197,94,.32);color:#22c55e}.cl-date{margin-left:auto;color:var(--text-3);font-size:14px;font-weight:600}.cl-summary{color:var(--text-2);font-size:15.5px;line-height:1.6;margin-bottom:18px}.cl-item-text a,.cl-summary a{color:var(--accent-2);font-weight:600;border-bottom:1px solid rgba(255,65,70,.3)}.cl-sections{display:flex;flex-direction:column;gap:18px}.cl-sec-title{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:700;color:var(--text);margin-bottom:10px;letter-spacing:-.01em}.cl-sec-title .material-symbols-rounded{font-size:20px;color:var(--accent-2)}.cl-items{list-style:none;display:flex;flex-direction:column;gap:9px;padding-left:2px}.cl-item{display:flex;gap:10px;align-items:baseline;color:var(--text-2);font-size:14.5px;line-height:1.55}.cl-item:before{content:"";flex:none;width:5px;height:5px;border-radius:50%;background:var(--text-3);align-self:flex-start;transform:translateY(8px)}.cl-item:has(.cl-tag):before{display:none}.cl-item-text code{background:var(--surface-2);border:1px solid var(--line);border-radius:6px;padding:1px 6px;font-size:.9em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.cl-tag{flex:none;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:2px 8px;border-radius:6px;border:1px solid transparent;transform:translateY(1px)}.cl-tag-new{background:rgba(34,197,94,.14);border-color:rgba(34,197,94,.3);color:#22c55e}.cl-tag-improved{background:rgba(59,130,246,.14);border-color:rgba(59,130,246,.3);color:#3b82f6}.cl-tag-fixed{background:rgba(245,158,11,.14);border-color:rgba(245,158,11,.3);color:#f59e0b}.cl-tag-removed{background:rgba(239,68,68,.14);border-color:rgba(239,68,68,.3);color:#ef4444}.cl-tag-security{background:rgba(168,85,247,.14);border-color:rgba(168,85,247,.3);color:#a855f7}.cl-archive{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-2);overflow:hidden}.cl-arch-btn{width:100%;text-align:left;background:none;border:0;font-family:inherit;font-size:15px;cursor:pointer;display:flex;align-items:center;gap:10px;padding:18px 24px;font-weight:700;color:var(--text);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cl-arch-ic{transition:transform .35s var(--ease);color:var(--text-2);font-size:22px}.cl-archive.open .cl-arch-ic{transform:rotate(180deg)}.cl-archive-wrap{overflow:hidden;height:0}.cl-archive-body{display:flex;flex-direction:column;gap:18px;padding:0 18px 18px}.cl-archive-body .cl-release{background:var(--surface)}.nf{min-height:72vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(40px,7vw,80px) 20px}.nf-lottie{width:min(300px,74vw);aspect-ratio:1;margin-bottom:4px}.nf-lottie svg{display:block;width:100%!important;height:100%!important}.nf-title{font-size:clamp(54px,11vw,88px);font-weight:900;letter-spacing:-.03em;line-height:1;color:var(--accent-2)}.nf-text{color:var(--text-2);font-size:18px;margin:10px 0 26px;display:flex;flex-direction:column;gap:3px}.nf-text .nf-en{color:var(--text-3);font-size:14.5px}.nf-home{display:inline-flex;padding:13px 24px}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c105b29dc4e1ee2d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ffe0837c71e69159-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b07dd69d3f271780-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/401f9db361b6e189-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c105b29dc4e1ee2d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ffe0837c71e69159-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b07dd69d3f271780-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/401f9db361b6e189-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c105b29dc4e1ee2d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ffe0837c71e69159-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b07dd69d3f271780-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/401f9db361b6e189-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c105b29dc4e1ee2d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Golos Text;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ffe0837c71e69159-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b07dd69d3f271780-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Golos Text;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/401f9db361b6e189-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c105b29dc4e1ee2d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Golos Text;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ffe0837c71e69159-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/b07dd69d3f271780-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Golos Text;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/401f9db361b6e189-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/c105b29dc4e1ee2d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Golos Text;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/ffe0837c71e69159-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/b07dd69d3f271780-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Golos Text;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/401f9db361b6e189-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Golos Text Fallback;src:local("Arial");ascent-override:90.27%;descent-override:20.26%;line-gap-override:0.00%;size-adjust:108.57%}.__className_2a34a1{font-family:Golos Text,Golos Text Fallback;font-style:normal}.__variable_2a34a1{--font-golos:"Golos Text","Golos Text Fallback"}