:root{--background:#101012;--foreground:#f5f5f7;--card:#1b1b1f;--card-foreground:#f5f5f7;--popover:#1b1b1f;--popover-foreground:#f5f5f7;--primary:#d62633;--primary-foreground:#ffffff;--red-text:#ff4b59;--secondary:#242429;--secondary-foreground:#f5f5f7;--muted:#242429;--muted-foreground:#adaeb7;--accent:#d62633;--accent-foreground:#ffffff;--destructive:#bb1926;--border:#34343b;--input:#242429;--ring:#ff4b59;--radius:.625rem;color-scheme:dark}


*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button,a,input{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:focus-visible,a:focus-visible{outline:2px solid var(--primary);outline-offset:5px}
::selection{background:var(--primary);color:#101114}
h1,h2,h3,p{margin:0}
img{display:block;max-width:100%}
.shell{width:min(1320px,calc(100% - 96px));margin-inline:auto}
.site-header{height:88px;border:0;background:#101012f2;position:sticky;top:0;z-index:30;backdrop-filter:blur(16px)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}
.brand-mark{display:block;width:40px;height:40px;flex-shrink:0;object-fit:contain}
.brand-word{font-size:22px;font-weight:850;letter-spacing:-1.1px;line-height:1;position:relative}
.brand-md{color:var(--primary);font-weight:inherit}
.brand-word>span{font-weight:450;margin-left:3px}
.brand-word small{position:absolute;bottom:0;left:1px;color:#adaeb7;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;font-weight:500}
.header-inner nav{display:flex;gap:30px;font-size:14px;color:#adaeb7}
.header-inner nav a:hover{color:var(--red-text)}
.telegram-link{background:#242429;display:flex;align-items:center;gap:10px;font-size:14px;border:0;padding:10px 15px;border-radius:7px}
.telegram-link:hover{background:#303036;color:var(--red-text)}
.intro{padding-top:40px;padding-bottom:32px;display:flex;align-items:flex-end;justify-content:space-between;position:relative;gap:30px}
.eyebrow{font-size:12px;font-weight:650;letter-spacing:1.5px;display:flex;align-items:center;gap:10px}
.short-line{width:22px;height:2px;background:var(--primary)}
.intro .eyebrow{color:#adaeb7;margin-bottom:17px}
.intro h1{font-size:clamp(44px,4.65vw,66px);line-height:1.06;letter-spacing:-2.9px;font-weight:750}
.intro h1 span{color:var(--red-text)}
.intro-copy{padding-bottom:5px;margin-right:135px;color:#adaeb7;line-height:1.65}
.intro-copy p{font-size:16px}
.intro-copy a{display:flex;align-items:center;gap:17px;font-size:14px;font-weight:600;color:#f5f5f7;margin-top:20px}
.intro-copy a:hover{color:var(--red-text)}
.intro-index{font-size:12px;letter-spacing:1.5px;position:absolute;right:0;bottom:46px;color:#adaeb7;writing-mode:vertical-rl}
.featured-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;margin-top:clamp(20px,3vw,38px)}
.featured-game{min-height:388px;position:relative;border-radius:12px;overflow:hidden;background:#1c1e23;border:0}
.feature-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.feature-shade{position:absolute;inset:0;background:linear-gradient(90deg,#111218ed 0%,#111218a3 40%,#11121800 90%),linear-gradient(0deg,#111218dd,transparent 65%)}
.feature-top{display:flex;align-items:center;justify-content:space-between;position:relative;padding:24px 28px}
.pill{font-size:12px;font-weight:650;letter-spacing:1px;border-radius:4px;padding:6px 10px;display:inline-block}
.pill-light{background:#242429;border:0;color:#f5f5f7;backdrop-filter:blur(8px)}
.feature-counter{font-size:12px;color:#ffffffc9;letter-spacing:2px}
.feature-copy{position:relative;padding:28px 32px 32px}
.micro-label{font-size:12px;letter-spacing:1.5px;color:#adaeb7}
.feature-copy .feature-title{font-weight:850;letter-spacing:-2.9px;line-height:1.12;font-size:clamp(35px,4.3vw,61px);margin:8px 0 12px;white-space:nowrap}
.feature-copy .feature-title span{color:var(--red-text);margin-left:9px}
.feature-copy>p:last-of-type{color:#adaeb7;font-size:16px;line-height:1.5}
.feature-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:46px;border-radius:6px;padding:12px 18px;font-size:14px;font-weight:650;line-height:1.3;transition:background .18s,color .18s,border-color .18s,transform .18s;border:0}
.button:hover{filter:brightness(1.08)}
.button-primary{background:var(--primary);color:#ffffff}
.button-primary:hover{background:#b91e2a}
.button-secondary{background:#242429;color:#f5f5f7;backdrop-filter:blur(8px)}
.button-secondary:hover{background:#303036;}
.button-light{background:#242429;color:#ffffff}
.button-light:hover{background:white}
.feature-note{background:#1b1b1f;border-radius:12px;color:#f5f5f7;padding:25px;display:flex;flex-direction:column}
.feature-note .eyebrow{color:#adaeb7;font-size:12px;letter-spacing:.4px;margin-top:24px}
.feature-note h2{font-size:36px;line-height:1.06;letter-spacing:-1.6px;font-weight:700;margin-top:14px}
.feature-note h2>span{color:var(--red-text)}
.feature-note-bottom{color:#adaeb7;margin-top:auto;padding-top:22px;display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:1.5}
.catalogue-section{padding-top:54px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}
.section-heading .eyebrow{color:#adaeb7;margin-bottom:12px}
.section-heading h2{font-size:32px;line-height:1.2;letter-spacing:-1.1px;font-weight:650;display:flex;align-items:center;gap:15px}
.count-badge{background:#242429;font-size:13px;line-height:1;border:0;border-radius:5px;padding:5px 7px;color:#adaeb7;letter-spacing:0}
.search-box{width:300px;display:flex;align-items:center;gap:8px;padding:0 12px;border:0;border-radius:7px;color:#adaeb7;background:#242429}
.search-box input{flex:1;width:100%;-webkit-appearance:none;appearance:none;box-shadow:none;border:0;background:none;outline:none;height:44px;padding:0;font-size:14px;min-width:0}
.search-box input::-webkit-search-cancel-button,.search-box input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}
.search-box input:focus-visible{box-shadow:none;outline:none}
.search-box:focus-within{outline:2px solid var(--primary);outline-offset:2px}
.search-box button{background:none;border:0;color:#adaeb7;display:grid;place-items:center;width:28px;height:28px;margin-right:-6px;padding:0;border-radius:50%;flex-shrink:0;cursor:pointer;transition:background .15s,color .15s}
.search-box button:hover{background:#ffffff14;color:#f5f5f7}
.search-box button[hidden]{display:none}
.catalogue-meta{font-size:12px;color:#adaeb7}
.game-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.game-card{background:#1b1b1f;border:0;border-radius:10px;overflow:hidden;transition:border-color .2s,transform .2s}
.game-card:hover{background:#25252b}
.card-art-link{display:block;position:relative;overflow:hidden;aspect-ratio:16/8.6;background:#29292a}
.card-art-link:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#191b2066,transparent 60%);pointer-events:none}
.card-art-link img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.game-card:hover .card-art-link img{transform:scale(1.035)}
.card-arrow{position:absolute;bottom:16px;right:18px;z-index:1;display:grid;place-items:center;width:37px;height:37px;background:#d62633;color:#ffffff;border-radius:50%;opacity:0;transform:translateY(7px);transition:all .2s}
.game-card:hover .card-arrow{opacity:1;transform:none}
.card-content{padding:22px}
.card-topline{display:flex;justify-content:space-between;font-size:12px;color:#adaeb7;margin-bottom:10px}
.card-topline>span:first-child{display:flex;align-items:center;gap:9px}
.card-topline i{width:2px;height:2px;background:#9299a7;border-radius:50%}
.card-content h3{font-size:24px;line-height:1.2;letter-spacing:-.6px;font-weight:650}
.card-content>p{margin-top:8px;color:#adaeb7;font-size:16px}
.card-bottom{display:flex;justify-content:space-between;align-items:center;border:0;margin-top:24px;padding-top:17px;font-size:12px;color:#adaeb7;gap:12px}
.card-bottom span,.card-bottom a{display:flex;align-items:center;gap:7px}
.card-bottom a{color:#f5f5f7;font-size:14px}
.search-empty{background:#1b1b1f;padding:70px 25px;text-align:center;border:0;border-radius:10px;color:#adaeb7}
.search-empty>svg{margin:0 auto 20px}
.search-empty h3{font-size:21px;color:#f5f5f7}
.search-empty p{margin:8px 0 23px}
.aid-section{border:0;border-radius:10px;background:#1b1b1f;margin-top:36px;padding:27px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.aid-main{display:flex;align-items:center;gap:25px}
.aid-logo{font-size:37px;font-weight:850;letter-spacing:-2.5px;white-space:nowrap;color:var(--red-text);display:block}
.aid-logo>span{font-size:19px;vertical-align:top;letter-spacing:0;margin-left:2px}
.aid-main .eyebrow{font-size:12px;letter-spacing:1.3px;color:#adaeb7;margin-bottom:7px}
.aid-main h2{font-size:19px;letter-spacing:-.3px;font-weight:600}
.aid-main p:last-child{color:#adaeb7;font-size:16px;margin-top:4px}
.aid-section .button{white-space:nowrap}
.how-section{padding-top:76px}
.section-note{font-size:14px;color:#adaeb7;text-align:right}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.steps-grid article{position:relative;padding:16px 24px 16px 0;border:0;border-radius:0;background:none;min-height:196px}
.steps-grid article>svg{color:var(--red-text);margin-bottom:25px}
.step-number{position:absolute;right:23px;top:21px;font-size:13px;font-family:monospace;color:#adaeb7}
.steps-grid h3{font-size:19px;letter-spacing:-.3px;font-weight:600}
.steps-grid p{font-size:16px;color:#adaeb7;line-height:1.65;margin-top:9px;max-width:300px}
.about-section{padding-top:77px;padding-bottom:77px;display:grid;grid-template-columns:1fr 1fr;gap:60px}
.about-section .eyebrow{color:#adaeb7;margin-bottom:19px}
.about-section h2{font-size:40px;line-height:1.17;letter-spacing:-1.5px;font-weight:600}
.about-section h2 span{color:var(--red-text)}
.about-copy>p{color:#adaeb7;line-height:1.8;margin-bottom:14px;font-size:16px}
.text-link{font-size:14px;color:var(--red-text);display:inline-flex;align-items:center;gap:12px;margin-top:11px}
.site-footer{border:0;background:#0b0b0d}
.footer-top{padding-block:32px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-top>p{font-size:14px;color:#adaeb7}
.footer-top>a:last-child{display:flex;align-items:center;gap:8px;font-size:14px;color:#adaeb7}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;border:0;padding-block:20px;font-size:12px;color:#adaeb7}
.small-link{font-size:14px;color:#adaeb7;display:inline-flex;align-items:center;gap:7px}
.breadcrumb{display:flex;gap:9px;align-items:center;font-size:14px;color:#adaeb7;padding-top:27px;margin-bottom:26px}
.breadcrumb a:hover{color:var(--red-text)}
.detail-hero{border-radius:12px;overflow:hidden;position:relative;min-height:435px;background:#242429}
.detail-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 35%}
.detail-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0d1016f0,#0d101692 55%,#0d101610),linear-gradient(0deg,#0d1016a6,transparent)}
.detail-hero-copy{position:relative;padding:45px;max-width:730px}
.detail-hero h1{font-size:clamp(36px,5vw,62px);line-height:1.05;letter-spacing:-2.4px;font-weight:750;margin:26px 0 18px}
.detail-hero p{font-size:16px;line-height:1.7;color:#adaeb7;max-width:560px}
.detail-hero .feature-actions{margin-top:26px}
.detail-body{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:58px;padding-top:44px;padding-bottom:20px}
.detail-section{padding-bottom:34px;margin-bottom:30px;border:0}
.detail-section h2{font-size:25px;line-height:1.2;letter-spacing:-.7px;margin-bottom:17px}
.detail-section>p{color:#adaeb7;line-height:1.8;font-size:16px}
.detail-note{border:0;border-radius:8px;background:#242429;padding:18px 20px;margin-top:20px;font-size:14px!important;color:#adaeb7!important}
.installation-list{list-style:none;padding:0;margin:0;display:grid;gap:20px;counter-reset:install}
.installation-list li{display:flex;gap:17px;color:#adaeb7;line-height:1.7;font-size:16px;counter-increment:install}
.installation-list li:before{content:counter(install,decimal-leading-zero);color:var(--red-text);font-size:13px;font-family:monospace;padding-top:3px;flex-shrink:0}
.download-panel{position:sticky;top:112px;align-self:start;border:0;border-radius:10px;background:#1b1b1f;padding:25px}
.download-panel .eyebrow{color:#adaeb7;font-size:12px}
.download-panel h2{font-size:29px;line-height:1.1;letter-spacing:-.7px;margin:17px 0 7px}
.download-panel>p{color:#adaeb7;font-size:14px;line-height:1.65}
.download-panel .button{width:100%;margin-top:22px}
.download-panel .button+.download-extra{margin-top:10px}
.download-panel .download-extra .release-size{opacity:.65;font-weight:500}
.details-list{margin-top:23px;font-size:14px}
.details-list>div{display:flex;justify-content:space-between;gap:14px;padding-block:11px;border:0}
.details-list dt{color:#adaeb7}
.details-list dd{margin:0;color:#f5f5f7;text-align:right}
.download-panel .source-note{font-size:12px;line-height:1.6;margin-top:17px;color:#adaeb7}
.detail-aid{margin:22px 0 45px}
.related-title{font-size:26px;margin-bottom:24px}
.related-block{padding-bottom:60px}
.related-card+.related-card{margin-top:14px}
.not-found{padding-block:100px;text-align:center}
.not-found h1{font-size:50px;margin-bottom:18px}
.not-found p{color:#adaeb7;margin-bottom:24px}

@media(min-width:1550px){.shell{width:min(1370px,calc(100% - 120px))}
.featured-game{min-height:420px}
.feature-copy{padding-top:44px}
.intro{padding-top:48px;padding-bottom:38px}
}

@media(max-width:1100px){.shell{width:calc(100% - 56px)}
.header-inner nav{gap:18px}
.intro-copy{margin-right:35px}
.feature-note{padding:22px}
.feature-note h2{font-size:34px}
.feature-copy{padding:38px 26px 26px}
.feature-copy .feature-title{font-size:43px}
.feature-actions{gap:9px}
.feature-actions .button{padding:12px 14px}
.featured-game{min-height:400px}
.aid-main{gap:17px}
.aid-main h2{font-size:18px}
.detail-body{grid-template-columns:minmax(0,1fr) 310px;gap:30px}
}

@media(max-width:800px){.shell{width:calc(100% - 40px)}
.site-header{height:75px}
.header-inner nav{display:none}
.intro{padding-top:35px;padding-bottom:29px}
.intro h1{font-size:52px;letter-spacing:-2px}
.intro-copy{max-width:260px;margin:0}
.intro-copy p{font-size:14px}
.intro-index{display:none}
.featured-grid{grid-template-columns:1fr}
.feature-note{display:none}
.featured-game{min-height:390px}
.feature-copy .feature-title{font-size:52px}
.feature-art{object-position:62% center}
.catalogue-section{padding-top:43px}
.section-heading h2{font-size:26px}
.search-box{width:235px}
.catalogue-meta{display:none}
.card-content{padding:18px}
.card-content h3{font-size:21px}
.card-bottom{gap:6px}
.aid-section{padding:23px;align-items:flex-start}
.aid-main{align-items:flex-start}
.aid-logo{font-size:29px}
.aid-main h2{max-width:290px;font-size:18px;line-height:1.35}
.aid-main p:last-child{max-width:300px;line-height:1.6}
.aid-section>.button{padding:11px 14px;min-height:44px;align-self:center}
.steps-grid{gap:12px}
.steps-grid article{padding:23px 19px}
.steps-grid h3{font-size:18px}
.about-section{gap:30px;padding-block:56px}
.about-section h2{font-size:32px}
.footer-top>p{display:none}
.footer-bottom{flex-direction:column;gap:6px}
.detail-body{grid-template-columns:1fr}
.download-panel{position:static;grid-row:1}
.detail-hero-copy{padding:32px}
.detail-hero{min-height:415px}
.detail-hero h1{font-size:48px}
.how-section{padding-top:55px}
}

@media(max-width:560px){.shell{width:calc(100% - 32px)}
.header-inner{gap:12px}
.brand-word{font-size:20px}
.brand-mark{width:34px;height:34px}
.telegram-link{padding:12px;gap:0}
.telegram-link span,.telegram-link>svg:last-child{display:none}
.intro{align-items:flex-start;flex-direction:column;gap:18px}
.intro h1{font-size:48px;letter-spacing:-2px}
.intro .eyebrow{font-size:12px;letter-spacing:1px;margin-bottom:15px}
.intro-copy{max-width:none;padding:0;display:flex;align-items:center;gap:16px}
.intro-copy p{font-size:14px;line-height:1.6;max-width:250px}
.intro-copy br{display:none}
.intro-copy a{font-size:14px;gap:7px;margin:0;line-height:1.4;min-width:85px}
.intro-copy a svg{width:14px;flex-shrink:0}
.featured-game{min-height:406px;border-radius:9px}
.feature-top{padding:20px}
.pill-light{font-size:11px;padding:5px 7px}
.feature-counter{font-size:12px}
.feature-copy{padding:42px 21px 24px}
.feature-copy .feature-title{font-size:clamp(25px,8vw,36px);letter-spacing:-1.6px}
.micro-label{font-size:11px;letter-spacing:1px}
.feature-copy>p:last-of-type{font-size:16px}
.feature-shade{background:linear-gradient(90deg,#111218c4,#11121844),linear-gradient(0deg,#111218f5,transparent 100%)}
.feature-actions{gap:10px;margin-top:22px;align-items:stretch;flex-direction:column}
.feature-actions .button{padding:12px;font-size:14px;min-height:46px;gap:8px}
.feature-actions .button svg{width:16px}
.section-heading{align-items:flex-start;flex-direction:column;margin-bottom:17px;gap:18px}
.section-heading h2{font-size:27px;letter-spacing:-1px}
.section-heading .eyebrow{font-size:12px;letter-spacing:1px;margin-bottom:10px}
.search-box{width:100%;background:#242429}
.game-grid{grid-template-columns:1fr;gap:20px}
.card-art-link{aspect-ratio:16/9}
.card-content{padding:21px}
.card-content h3{font-size:24px}
.card-arrow{opacity:1;transform:none;width:32px;height:32px}
.aid-section{margin-top:27px;padding:23px;flex-direction:column;gap:20px}
.aid-main{gap:17px}
.aid-main .eyebrow{font-size:11px;letter-spacing:.5px}
.aid-main h2{font-size:19px;line-height:1.35}
.aid-main p:last-child{font-size:14px;margin-top:8px}
.aid-section>.button{width:100%;align-self:auto;font-size:14px}
.section-note{text-align:left;font-size:14px}
.steps-grid{grid-template-columns:1fr;gap:12px}
.steps-grid article{padding:24px;min-height:0}
.steps-grid article>svg{margin-bottom:18px}
.steps-grid h3{font-size:20px}
.steps-grid p{max-width:none}
.about-section{grid-template-columns:1fr;gap:25px;padding-block:50px}
.about-section h2{font-size:36px}
.footer-top{padding-block:27px;gap:20px;align-items:flex-start}
.footer-top>a:last-child{font-size:14px;max-width:145px;line-height:1.5}
.footer-top>a:last-child svg{flex-shrink:0}
.footer-bottom{line-height:1.7;font-size:12px}
.detail-hero{min-height:435px}
.detail-hero-copy{padding:27px 22px}
.detail-hero h1{font-size:38px;letter-spacing:-1.3px;line-height:1.1;margin-top:30px}
.detail-hero p{font-size:16px}
.detail-body{padding-top:25px;gap:35px}
.detail-section h2{font-size:24px}
.breadcrumb{font-size:14px;white-space:nowrap;overflow:hidden}
.breadcrumb>span{overflow:hidden;text-overflow:ellipsis}
.search-empty h3{font-size:19px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{animation:none!important;transition:none!important}
}

.detail-eyebrow{color:var(--red-text);margin-bottom:17px}
.panel-source{margin-top:15px}
.related-card{display:flex;align-items:center;gap:27px;border:0;background:#1b1b1f;border-radius:10px;overflow:hidden;transition:border-color .2s}
.related-card:hover{background:#25252b}
.related-card>img{width:240px;height:140px;object-fit:cover}
.related-card>div{flex:1;padding-block:20px}
.related-card h3{font-size:23px;line-height:1.2;margin-top:10px;letter-spacing:-.5px}
.related-card p{color:#adaeb7;margin-top:6px}
.related-card>svg{color:var(--red-text);margin-right:28px;flex-shrink:0}
.related-card .eyebrow{color:#adaeb7}
.not-found .eyebrow{justify-content:center;color:var(--red-text);margin-bottom:20px}
.skip-link{position:fixed;top:10px;left:10px;z-index:100;background:var(--primary);color:#ffffff;padding:12px 18px;border-radius:5px;transform:translateY(-150%)}
.skip-link:focus{transform:none}
@media(max-width:560px){.related-card{gap:17px;align-items:stretch}
.related-card>img{width:100px;height:auto;min-height:155px}
.related-card>div{padding:18px 15px 18px 0}
.related-card h3{font-size:19px}
.related-card p{font-size:14px}
.related-card .eyebrow{font-size:11px;letter-spacing:.7px}
.related-card>svg{display:none}
.not-found h1{font-size:37px}
.footer-top{flex-wrap:wrap}
}

::selection{color:#ffffff}
.featured-game{display:flex;flex-direction:column;color:#ffffff}
.feature-copy{margin-top:auto}
.feature-copy .feature-title span{color:#ffffff}
.feature-top .pill-light,.detail-hero .pill-light{background:#ffffff1c;color:#ffffff}
.button-primary{color:#ffffff}
.button-light{background:#ffffff;color:var(--primary)}
.featured-game .button-secondary,.detail-hero .button-secondary{background:#ffffff20;color:#ffffff}
.featured-game .button-secondary:hover,.detail-hero .button-secondary:hover{background:#ffffff34}
.intro-copy{margin-right:0}
.intro-copy a{margin-top:0}
.feature-note{background:var(--primary);color:#ffffff}
.feature-note .aid-logo{font-size:50px;line-height:1;margin:0;letter-spacing:-3px;color:#ffffff}
.aid-services{display:flex;flex-direction:column;gap:2px;font-size:30px;line-height:1.2;font-weight:600;letter-spacing:-1px;margin-top:28px}
.feature-note-bottom{background:#ffffff;color:var(--primary);border-radius:6px;padding:13px 16px;font-size:14px;font-weight:650;gap:12px}
.feature-note-bottom:hover{background:#fff1f2}
.catalogue-section{padding-bottom:60px}
.card-bottom{justify-content:flex-end;margin-top:20px;padding-top:0}
.card-bottom a{color:var(--red-text)}
.card-content{min-height:120px;display:flex;flex-direction:column;justify-content:space-between}
.search-empty .button{margin-top:24px}
.detail-hero{display:flex;align-items:flex-end;background:#1b1d22;color:#ffffff}
.detail-hero-copy{width:100%}
.download-panel h2{margin-top:0}
.download-panel .button{margin-top:17px}
.footer-name{font-size:14px;font-weight:600}
.footer-bottom{padding-top:0}
@media(max-width:800px){
  .feature-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px}
  .feature-note .aid-logo{font-size:36px;letter-spacing:-2px}
  .aid-services{flex-direction:row;flex-wrap:wrap;gap:6px 16px;font-size:16px;letter-spacing:0;margin:0}
  .feature-note-bottom{margin:0;white-space:nowrap;padding:12px 14px}
}
@media(max-width:560px){
  .feature-note{grid-template-columns:1fr auto;gap:10px 12px;padding:20px}
  .feature-note .aid-logo{grid-column:1;grid-row:1;font-size:34px}
  .aid-services{grid-column:1;grid-row:2;font-size:14px;gap:5px 10px}
  .feature-note-bottom{grid-column:2;grid-row:1 / 3;font-size:14px;gap:7px;padding:12px}
  .feature-note-bottom svg{width:17px}
  .intro{flex-direction:row;align-items:flex-end}
  .intro h1{font-size:48px}
  .intro-copy a{min-width:0;font-size:14px}
  .featured-game{min-height:350px}
  .feature-copy{padding-top:25px}
  .catalogue-section{padding-bottom:40px}
}

/* Video player */
.video-overlay{background:#050507cc;backdrop-filter:blur(10px)}
.video-dialog{position:relative;display:block!important;width:min(1120px,calc(100vw - 32px),calc((100dvh - 120px)*1.77778))!important;max-width:none!important;padding:0!important;border:0!important;border-radius:14px!important;background:transparent!important;color:#f5f5f7;overflow:visible!important;box-shadow:none!important}
.modal-close{position:absolute;top:-50px;right:0;display:grid;place-items:center;width:40px;height:40px;color:#e3e3e8;background:#ffffff14;border:0;border-radius:50%;transition:background .15s,color .15s,transform .15s}
.modal-close:hover{background:var(--primary);color:white;transform:scale(1.06)}
.video-player{aspect-ratio:16/9;background:#070709;border-radius:14px;overflow:hidden;box-shadow:0 32px 120px #000000b3}
.video-dialog iframe{display:block;width:100%;height:100%;border:0;background:#070709}
.video-footer{position:absolute;left:0;right:0;bottom:-40px;display:flex;justify-content:flex-end}
.video-footer a{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#bcbcc5}
.video-footer a:hover{color:white}
.video-fallback{display:flex;min-height:100%;aspect-ratio:16/9;align-items:center;justify-content:center;gap:18px;padding:24px;text-align:center;color:#f5f5f7}
.video-fallback>svg:first-child{color:var(--red-text)}
/* AID product banners */
.feature-note.vpn-banner{display:flex;flex-direction:column;gap:0;background:linear-gradient(155deg,#d62633 35%,#b91727);color:#fff;padding:25px;border-radius:12px}
.vpn-brand{display:flex;align-items:center;justify-content:space-between;font-size:34px;line-height:1;font-weight:850;letter-spacing:-1.5px}
.feature-note.vpn-banner h2{font-size:clamp(60px,6.4vw,92px);line-height:.95;letter-spacing:-5px;margin:27px 0 20px;font-weight:850}
.vpn-banner .feature-note-bottom{width:100%;margin-top:auto;letter-spacing:0}
.home-pay{margin-top:18px}
.pay-banner{display:grid;grid-template-columns:1.1fr 1fr auto;gap:30px;align-items:center;padding:25px 32px;background:#f5f5f7;color:#19191d;border-radius:12px}
.pay-heading{display:flex;align-items:center;gap:25px}
.pay-brand{font-size:28px;line-height:1.1;font-weight:850;letter-spacing:-1.3px;white-space:nowrap}
.pay-brand b{display:block;color:#d62633;font-weight:850}
.pay-heading h2{font-size:26px;line-height:1.12;letter-spacing:-.9px;font-weight:650}
.pay-offer{display:flex;align-items:center;gap:19px;justify-content:center}
.pay-offer strong{font-size:82px;line-height:.95;letter-spacing:-6px;color:#d62633;font-weight:750;white-space:nowrap}
.pay-offer strong>span{font-size:53px;letter-spacing:-3px;margin-left:3px}
.pay-offer p{font-size:14px;line-height:1.45;color:#55555e}
.pay-button{background:#19191d;color:#fff;white-space:nowrap}
.pay-button:hover{background:#303036}
.pay-banner a:focus-visible{outline-color:#d62633}
.card-bottom{justify-content:space-between;gap:18px;margin-top:24px}
.buy-game-link,.card-bottom a.buy-game-link{display:inline-flex;align-items:center;gap:10px;color:#f5f5f7;font-size:14px;line-height:1.25}
.buy-game-link>svg:first-child{color:var(--red-text);flex-shrink:0}
.buy-game-link>span,.card-bottom .buy-game-link>span{display:block}
.buy-game-link small{display:block;color:#adaeb7;font-size:12px;margin-top:4px;font-weight:400}
.buy-game-link>svg:last-child{flex-shrink:0;color:#adaeb7}
.buy-game-link:hover>span{color:#ffffff}
.download-sidebar{position:sticky;top:112px;align-self:start;display:grid;gap:18px}
.download-sidebar .download-panel{position:static}
.buy-game-button{width:100%;background:#2b2b32;padding:14px;margin-top:25px;border-radius:7px;font-weight:600}
.buy-game-button>span{flex:1}
.buy-game-button:hover{background:#35353d}
.feature-note.vpn-banner-compact{display:grid;grid-template-columns:auto 1fr;gap:8px 15px;align-items:center;padding:22px}
.vpn-banner-compact .vpn-brand{font-size:26px}
.vpn-banner-compact .vpn-brand svg{display:none}
.feature-note.vpn-banner-compact h2{font-size:42px;letter-spacing:-2px;margin:0;justify-self:end}
.vpn-banner-compact .feature-note-bottom{grid-column:1/-1;margin-top:10px}
.detail-pay{margin:22px 0 45px}
@media(max-width:1100px){
  .pay-banner{gap:20px;padding:25px}
  .pay-heading{gap:18px}
  .pay-heading h2{font-size:23px}
  .pay-offer{gap:12px}
  .pay-offer strong{font-size:68px;letter-spacing:-4px}
  .pay-offer strong>span{font-size:44px;letter-spacing:-2px}
  .pay-button{padding:13px 15px}
}
@media(max-width:900px){
  .pay-banner{grid-template-columns:1fr auto;gap:22px}
  .pay-offer{grid-column:2;grid-row:1/3;flex-direction:column;align-items:flex-start;gap:8px}
  .pay-offer strong{font-size:80px}
  .pay-offer strong>span{font-size:52px}
  .pay-heading{gap:22px}
  .pay-button{justify-self:start;grid-column:1;grid-row:2}
  .card-bottom{align-items:flex-start;flex-wrap:wrap;gap:18px}
}
@media(max-width:800px){
  .feature-note.vpn-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:23px}
  .vpn-brand{font-size:32px}
  .vpn-brand svg{display:none}
  .feature-note.vpn-banner h2{font-size:44px;line-height:1;letter-spacing:-2px;margin:0}
  .vpn-banner .feature-note-bottom{width:auto;margin:0}
  .download-sidebar{position:static;grid-row:1}
  .feature-note.vpn-banner-compact .feature-note-bottom{grid-column:auto;margin:0}
  .feature-note.vpn-banner-compact h2{justify-self:start}
}
@media(max-width:560px){
  .feature-note.vpn-banner{grid-template-columns:auto 1fr auto;gap:9px;padding:19px}
  .vpn-brand{font-size:25px;letter-spacing:-1px}
  .feature-note.vpn-banner h2{font-size:34px;letter-spacing:-1.5px}
  .vpn-banner .feature-note-bottom{grid-column:3;grid-row:1;padding:11px 12px;gap:7px;font-size:14px}
  .home-pay{margin-top:16px}
  .pay-banner{padding:23px;grid-template-columns:minmax(0,1fr) auto;gap:22px 14px}
  .pay-heading{display:block}
  .pay-brand{font-size:19px;letter-spacing:-.6px}
  .pay-brand b{display:inline}
  .pay-heading h2{font-size:25px;margin-top:13px;letter-spacing:-.8px}
  .pay-offer{grid-row:1;align-self:end;gap:11px}
  .pay-offer strong{font-size:70px;letter-spacing:-4px}
  .pay-offer strong>span{font-size:44px}
  .pay-offer p{font-size:14px;line-height:1.5}
  .pay-button{grid-column:1/-1;width:100%;justify-self:stretch}
  .card-bottom{align-items:center;gap:12px}
  .buy-game-link,.card-bottom a.buy-game-link{gap:8px}
  .modal-close{width:38px;height:38px;top:-48px}
  .video-player{border-radius:10px}
  .video-footer{bottom:-36px}
  .video-footer a{font-size:13px}
}
@media(max-width:380px){
  .feature-note.vpn-banner{grid-template-columns:auto 1fr;gap:12px}
  .feature-note.vpn-banner h2{justify-self:end}
  .feature-note.vpn-banner .feature-note-bottom{grid-column:1/-1;grid-row:2;width:100%}
  .pay-banner{grid-template-columns:1fr;gap:18px}
  .pay-heading{display:flex;gap:22px}
  .pay-brand{font-size:22px}
  .pay-brand b{display:block}
  .pay-heading h2{margin:0;font-size:24px}
  .pay-offer{grid-column:1;grid-row:2;flex-direction:row;align-items:center;gap:20px;justify-content:flex-start}
  .pay-button{grid-row:3}
}

/* Game details and download actions */
.feature-copy .feature-description{max-width:430px;color:#e0e0e7;font-size:16px;line-height:1.55;margin-top:15px}
.detail-hero .detail-summary{color:#e0e0e7;max-width:520px;line-height:1.6}
.card-info{flex:1}
.card-description{color:#adaeb7;font-size:16px;line-height:1.55;margin-top:12px;max-width:440px}
.game-version{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px 10px;font-size:14px;line-height:1.5;margin-top:18px}
.game-version>span{color:#adaeb7}
.game-version>strong{font-weight:600;color:#f5f5f7}
.card-bottom{align-items:center;gap:12px}
.card-bottom a.card-download{color:white;white-space:nowrap;font-size:14px;gap:8px;min-height:48px;padding:13px 16px}
.buy-game-link,.card-bottom a.buy-game-link{min-height:54px;padding:10px 12px;border:1px solid transparent;border-radius:7px;transition:border-color .18s,background .18s,color .18s}
.buy-game-link:hover,.card-bottom a.buy-game-link:hover{border-color:var(--red-text);background:#ff4b590a;color:white}
.buy-game-link:focus-visible{border-color:var(--red-text)}
.buy-game-button{padding:14px}
.buy-game-button:hover{background:#35353d}
/* Refined product banners */
.vpn-devices{display:flex;align-items:center;gap:12px;margin:0 0 24px}
.vpn-devices>span{display:flex;align-items:center;gap:3px;color:#ffffff}
.vpn-devices p{font-size:16px;line-height:1.35;font-weight:500;letter-spacing:-.2px}
.vpn-banner .feature-note-bottom{min-height:47px;transition:background .18s,box-shadow .18s}
.vpn-banner .feature-note-bottom:hover{background:#fff;box-shadow:0 6px 20px #74091838}
.pay-banner{column-gap:34px;padding-block:28px}
.pay-brand{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;padding:10px 12px;background:#19191d;color:#fff;border-radius:6px;font-size:18px;letter-spacing:-.6px}
.pay-brand b{display:inline;color:#ff4b59}
.pay-heading{gap:20px}
.pay-heading h2{font-size:27px;letter-spacing:-.9px;line-height:1.15}
.pay-rate{display:flex;flex-direction:column;align-items:center;gap:4px}
.pay-rate>span{font-size:14px;line-height:1.2;color:#55555e;letter-spacing:0}
.pay-offer p{line-height:1.6}
.pay-offer p>b{color:#19191d;font-weight:600}
.pay-button{min-height:48px;transition:background .18s}
.pay-button:hover{background:#d62633}
@media(max-width:1100px){
  .card-bottom{flex-direction:column-reverse;align-items:stretch}
  .card-bottom a.card-download{width:100%}
  .card-bottom a.buy-game-link{justify-content:center}
  .pay-banner{column-gap:25px}
  .pay-heading{gap:16px}
  .pay-heading h2{font-size:23px}
}
@media(max-width:900px){
  .pay-offer{align-items:center}
  .pay-offer p{text-align:center}
}
@media(max-width:800px){
  .feature-note.vpn-banner:not(.vpn-banner-compact){grid-template-columns:auto 1fr auto;gap:8px 14px}
  .vpn-banner:not(.vpn-banner-compact) .vpn-brand{grid-column:1;grid-row:1}
  .feature-note.vpn-banner:not(.vpn-banner-compact) h2{grid-column:2;grid-row:1;justify-self:start}
  .vpn-devices{grid-column:1/3;grid-row:2;margin:3px 0 0;gap:10px}
  .vpn-devices p{font-size:14px}
  .vpn-banner:not(.vpn-banner-compact) .feature-note-bottom{grid-column:3;grid-row:1/3}
  .pay-heading h2{font-size:26px}
}
@media(max-width:560px){
  .feature-copy .feature-description{font-size:16px;max-width:290px}
  .feature-copy .feature-title{white-space:normal}
  .pay-banner{padding:23px;column-gap:18px}
  .pay-heading{display:block}
  .pay-brand{font-size:16px;padding:8px 10px}
  .pay-heading h2{font-size:24px;margin-top:14px}
  .pay-rate>span{font-size:14px}
  .pay-offer{align-self:end;gap:12px}
  .pay-offer p{font-size:14px}
  .card-description{font-size:16px}
  .card-bottom{gap:9px;margin-top:22px}
  .vpn-devices>span{display:none}
  .vpn-devices p{max-width:170px}
}
@media(max-width:400px){
  .pay-banner{grid-template-columns:1fr;gap:20px}
  .pay-heading{display:flex;align-items:center;gap:18px}
  .pay-brand{font-size:16px}
  .pay-heading h2{margin:0;font-size:23px}
  .pay-offer{grid-column:1;grid-row:2;flex-direction:row;gap:25px;justify-content:center}
  .pay-offer p{text-align:left}
  .pay-button{grid-row:3}
}
@media(max-width:380px){
  .feature-note.vpn-banner:not(.vpn-banner-compact){grid-template-columns:auto 1fr;gap:9px 14px}
  .feature-note.vpn-banner:not(.vpn-banner-compact) h2{justify-self:end}
  .vpn-devices{grid-column:1/-1;grid-row:2}
  .vpn-devices p{max-width:none}
  .feature-note.vpn-banner:not(.vpn-banner-compact) .feature-note-bottom{grid-column:1/-1;grid-row:3;margin-top:8px}
}

/* Navigation and community */
.header-inner .main-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.nav-order{padding:0;border:0;background:none;color:inherit;font-size:14px;line-height:1.5}
.nav-order:hover{color:var(--red-text)}
.tg-trigger{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 14px;border:0;border-radius:7px;background:#242429;color:#f5f5f7;font-size:14px;line-height:1.3;white-space:nowrap}
.tg-trigger:hover,.tg-trigger[data-state=open]{background:#303036}
.tg-trigger>svg:last-child{color:#adaeb7;transition:transform .18s}
.tg-trigger[data-state=open]>svg:last-child{transform:rotate(180deg)}
.tg-menu{width:220px;padding:6px!important;border:0!important;border-radius:10px!important;background:#242429!important;box-shadow:0 16px 48px #00000070}
.tg-menu [data-slot=dropdown-menu-item]{gap:12px;padding:13px 12px;border-radius:6px;color:#f5f5f7;cursor:pointer;font-size:15px}
.tg-menu [data-slot=dropdown-menu-item][data-highlighted]{background:#34343d;color:#fff}
.tg-menu [data-slot=dropdown-menu-item]>span{flex:1}
.tg-menu small{display:block;font-size:12px;color:#adaeb7;margin-top:3px}
.tg-menu [data-slot=dropdown-menu-item]>svg:first-child{color:var(--red-text)}
.footer-social{display:flex;align-items:center;gap:26px;font-size:14px;color:#adaeb7}
.footer-social a:hover{color:#fff}
.order-dialog{width:calc(100vw - 32px)!important;max-width:460px!important;display:block!important;padding:34px!important;border:0!important;border-radius:14px!important;background:#1b1b1f!important;box-shadow:0 30px 100px #00000099}
.order-close{position:absolute;right:17px;top:17px;display:grid;place-items:center;border:0;border-radius:50%;width:36px;height:36px;background:#ffffff09;color:#bcbcc5}
.order-close:hover{background:#34343d;color:white}
.order-stamp{display:block;font-size:82px;line-height:1;letter-spacing:-5px;font-weight:850;color:var(--red-text);margin:15px 0 27px}
.order-dialog [data-slot=dialog-title]{font-size:28px;letter-spacing:-.8px;line-height:1.15}
.order-dialog [data-slot=dialog-description]{font-size:16px;line-height:1.6;margin-top:14px;color:#bcbcc5}
.order-dialog>.button{width:100%;margin-top:30px}
.card-info{display:block}
.card-info:hover h3{color:var(--red-text)}
/* Game pages */
.game-page-nav{display:flex;align-items:center;gap:8px;padding-top:24px;overflow-x:auto;scrollbar-width:none}
.game-page-nav a{display:block;padding:11px 16px;border-radius:6px;color:#bcbcc5;font-size:14px;white-space:nowrap;background:#1b1b1f}
.game-page-nav a:hover{background:#29292f;color:#fff}
.game-detail-body{padding-top:38px;gap:50px}
.game-detail-content{min-width:0}
.game-detail-content .detail-section{padding-bottom:0;margin-bottom:42px}
.detail-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:19px}
.detail-section-heading h2{margin:0}
.steam-page-link{display:inline-flex;align-items:center;gap:8px;color:#f5f5f7;font-size:14px;padding:9px 12px;background:#242429;border-radius:6px}
.steam-page-link:hover{background:#34343d}
.game-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:25px 0 0;padding:22px;background:#1b1b1f;border-radius:9px}
.game-facts dt{font-size:12px;color:#adaeb7;margin-bottom:6px}
.game-facts dd{font-size:14px;color:#f5f5f7;margin:0;line-height:1.45}
.author-comment{padding:25px 28px;background:#1b1b1f;border-radius:11px;margin-bottom:42px}
.author-comment h2{font-size:14px;font-weight:500;line-height:1.4;color:#adaeb7}
.author-comment blockquote{font-size:25px;font-weight:600;letter-spacing:-.65px;line-height:1.35;margin:18px 0 24px;color:#f5f5f7}
.author-comment-meta{display:flex;align-items:center;gap:12px}
.author-monogram{display:grid;place-items:center;width:38px;height:38px;flex-shrink:0;border-radius:8px;background:#d62633;color:#fff;font-size:14px;font-weight:750;letter-spacing:-.6px}
.author-comment-meta b{display:block;font-size:14px;font-weight:600;line-height:1.3}
.author-comment-meta time{display:block;font-size:12px;color:#adaeb7;margin-top:4px}
.author-comment-meta>a{margin-left:auto;display:grid;place-items:center;width:38px;height:38px;border-radius:6px;background:#29292f;color:#d4d4db}
.author-comment-meta>a:hover{background:#37373f;color:white}
.release-history{display:grid;gap:10px}
.release-item{border:0!important;background:#1b1b1f;border-radius:9px;overflow:hidden}
.release-trigger{display:flex;align-items:center!important;justify-content:space-between;padding:19px 21px!important;text-decoration:none!important;gap:14px!important}
.release-trigger:hover{background:#222228}
.release-trigger>svg{color:#bcbcc5;flex-shrink:0}
.release-heading{display:block;flex:1;text-align:left;min-width:0}
.release-title{display:flex;flex-wrap:wrap;align-items:center;gap:9px 12px;font-size:17px;font-weight:600;color:#f5f5f7;line-height:1.3}
.release-latest{display:inline-block;font-size:12px;font-weight:400;color:#f5f5f7;background:#34343c;padding:4px 7px;border-radius:4px}
.release-heading time{display:block;font-size:13px;color:#adaeb7;margin-top:6px;font-weight:400}
.release-content{padding:0 21px 21px!important}
.release-compat{font-size:14px;line-height:1.4;color:#adaeb7;margin-bottom:17px}
.release-compat strong{color:#f5f5f7;font-weight:600;margin-left:6px}
.release-content ul{padding-left:18px;margin:0;display:grid;gap:7px;list-style:disc;color:#bcbcc5;font-size:16px;line-height:1.6}
.release-content li::marker{color:var(--red-text)}
.release-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:23px}
.release-actions .button{font-size:14px;min-height:42px;padding:12px 14px}
.release-source{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#d4d4db}
.release-source:hover{color:var(--red-text)}
.download-caption{display:block;font-size:12px;color:#adaeb7;margin-bottom:13px}
.download-panel h2{font-size:26px}
.version-history-link{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:14px;color:#d4d4db;margin-top:20px}
.version-history-link:hover{color:var(--red-text)}
.related-card p{max-width:650px;font-size:14px;line-height:1.6;padding-right:20px}
@media(max-width:1100px){
  .game-detail-body{gap:30px}
  .game-facts{grid-template-columns:1fr 1fr;gap:18px}
}

@media(max-width:800px){
  .game-detail-body{gap:36px}
  .game-facts{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:640px){
  html{scroll-padding-top:144px}
  .site-header{height:auto}
  .header-inner{height:auto;display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand tg" "nav nav";gap:18px 20px;padding-block:17px}
  .header-inner .brand{grid-area:brand}
  .header-inner .main-nav{grid-area:nav;justify-content:center;gap:35px;margin:0;font-size:14px}
  .header-inner .tg-trigger{grid-area:tg;justify-self:end}
  .nav-order{font-size:14px}
  .game-page-nav{gap:7px;padding-top:18px}
  .game-page-nav a{padding:10px 13px}
  .game-facts{grid-template-columns:1fr 1fr;padding:20px;gap:18px}
  .author-comment{padding:22px}
  .author-comment blockquote{font-size:23px}
  .release-trigger{padding:18px!important}
  .release-content{padding:0 18px 20px!important}
  .release-title{font-size:16px}
  .related-card p{display:none}
}
@media(max-width:480px){
  .game-detail-content .detail-section{margin-bottom:35px}
  .author-comment{margin-bottom:35px}
  .release-latest{font-size:12px}
  .release-actions{gap:15px}
  .order-dialog{padding:28px!important}
  .order-stamp{font-size:72px}
  .order-dialog [data-slot=dialog-title]{font-size:27px}
}
@media(max-width:360px){
  .header-inner{column-gap:8px}
  .header-inner .tg-trigger{gap:6px;padding-inline:10px}
}

/* ---- SEO-структура: крошки, заголовки, тексты ---- */
.breadcrumb-list{display:flex;align-items:center;gap:9px;list-style:none;margin:0;padding:0;min-width:0}
.breadcrumb-list li{display:flex;align-items:center;gap:9px;min-width:0}
.breadcrumb-list a{display:inline-flex;align-items:center;gap:6px;color:#adaeb7}
.breadcrumb-list a:hover{color:var(--red-text)}
.breadcrumb-list [aria-current]{color:#f5f5f7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.breadcrumb-list svg{flex:none;opacity:.6}
.feature-eyebrow{font-size:12px;font-weight:650;letter-spacing:1.5px;text-transform:uppercase;color:var(--red-text)}
.feature-copy .feature-title a{color:inherit}
.feature-copy .feature-title a:hover{color:inherit;opacity:.92}
.section-heading-text{min-width:0}
.section-heading h1{font-size:32px;line-height:1.2;letter-spacing:-1.1px;font-weight:650;display:flex;align-items:center;gap:15px}
.section-intro{color:#adaeb7;font-size:15px;line-height:1.6;margin-top:10px;max-width:720px}
.section-intro a{color:var(--red-text)}
.catalogue-page{padding-top:0}
.catalogue-page .section-heading{align-items:flex-end}
.search-box{margin:0}
.seo-about{padding:56px 0 30px}
.seo-about>*{max-width:820px}
.seo-about h2{font-size:25px;line-height:1.2;letter-spacing:-.7px;margin-bottom:16px}
.seo-about p{color:#adaeb7;line-height:1.8;font-size:16px;margin-bottom:14px}
.detail-hero .detail-eyebrow{font-size:12px;font-weight:650;letter-spacing:1.5px;text-transform:uppercase;color:var(--red-text);margin:0}
@media(max-width:900px){.section-heading h1{font-size:26px}}
@media(max-width:640px){.section-heading h1{font-size:27px;letter-spacing:-1px}.section-intro{font-size:14px}.seo-about{padding-top:36px}.breadcrumb-list li:first-child a span{display:none}}

/* ---- Статусы озвучек: архив / в работе ---- */
.status-pill{display:inline-block;vertical-align:middle;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:3px 8px;border-radius:4px;line-height:1.3}
.status-pill-archived{background:#3a3a44;color:#d5d5dc}
.status-pill-wip{background:#3b2f14;color:#f0c46a}
.detail-hero-archived>img{filter:grayscale(.55) brightness(.85)}
.status-notice{display:flex;gap:18px;align-items:flex-start;margin-top:22px;padding:22px 24px;border-radius:12px;background:#1b1b1f;border:1px solid #34343b;border-left:4px solid #6a6a78}
.status-notice-wip{border-left-color:#e0a83a}
.status-notice-mark{flex:none;display:grid;place-items:center;width:44px;height:44px;border-radius:10px;background:#242429;color:#adaeb7}
.status-notice-wip .status-notice-mark{color:#f0c46a}
.status-notice h2{font-size:19px;line-height:1.25;letter-spacing:-.4px;margin-bottom:8px}
.status-notice p{color:#adaeb7;font-size:15px;line-height:1.7;max-width:760px}
.status-notice-sign{margin-top:8px;font-size:14px;color:#f5f5f7;font-weight:600}
.download-panel-archived,.download-panel-wip{opacity:.92}
.download-panel-archived h2,.download-panel-wip h2{color:#d5d5dc}
.card-badge{position:absolute;top:14px;left:14px;z-index:1;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:5px 9px;border-radius:5px;background:#101012d9;color:#d5d5dc;backdrop-filter:blur(6px)}
.card-badge-wip{color:#f0c46a}
.game-card-archived .card-art-link img{filter:grayscale(.5) brightness(.9)}
.game-card-archived:hover .card-art-link img{filter:grayscale(.2) brightness(1)}
.related-card h3 .status-pill{margin-left:8px}
@media(max-width:640px){.status-notice{flex-direction:column;gap:12px;padding:18px}.status-notice p{font-size:14px}}

/* Yandex.Metrika: пиксель для браузеров без JS (инлайн-стили запрещены CSP) */
.ym-pixel{position:absolute;left:-9999px;width:1px;height:1px}
