:root{
  --brm-primary:#6d3df5;
  --brm-primary-dark:#4a23c8;
  --brm-secondary:#ff3d98;
  --brm-accent:#ffc928;
  --brm-success:#21bf73;
  --brm-blue:#3978ff;
  --brm-ink:#17152c;
  --brm-text:#29263e;
  --brm-muted:#716d82;
  --brm-border:#eceaf5;
  --brm-surface:#f7f7fc;
  --brm-surface-2:#f0effa;
  --brm-white:#fff;
  --brm-danger:#f04455;
  --brm-radius-sm:12px;
  --brm-radius:18px;
  --brm-radius-lg:28px;
  --brm-shadow-sm:0 8px 24px rgba(38,28,90,.07);
  --brm-shadow:0 18px 55px rgba(47,31,111,.12);
  --brm-shadow-hover:0 22px 50px rgba(56,37,133,.18);
  --brm-container:1220px;
  --brm-header-height:74px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;direction:rtl}
body{margin:0;background:#fff;color:var(--brm-text);font-family:Tahoma,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.75;text-align:right;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--brm-primary);text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
a:hover{color:var(--brm-primary-dark)}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
h1,h2,h3,h4,h5,h6{color:var(--brm-ink);line-height:1.35;margin-top:0}
p{margin-top:0}
svg{display:block}
::selection{background:rgba(109,61,245,.18);color:var(--brm-ink)}

.brm-container{width:min(calc(100% - 32px),var(--brm-container));margin-inline:auto}
.site-main{min-height:60vh}
.page-shell{padding-block:26px 64px}
.home-shell{padding-block:18px 64px}
.brm-icon{width:1.25em;height:1.25em;flex:0 0 auto}
.brm-panel{background:#fff;border:1px solid var(--brm-border);border-radius:var(--brm-radius);box-shadow:var(--brm-shadow-sm)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus,.skip-link:focus{clip:auto!important;width:auto;height:auto;overflow:visible;top:10px;right:10px;z-index:999999;background:#fff;color:#111;padding:12px 16px;border-radius:10px;box-shadow:var(--brm-shadow)}

/* Buttons */
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:10px 20px;border:1px solid transparent;border-radius:12px;font-weight:800;line-height:1.2;text-align:center;transition:.22s ease}
.button:hover{transform:translateY(-2px)}
.button .brm-icon{width:19px;height:19px}
.button-primary{background:linear-gradient(135deg,var(--brm-primary),#8b55ff);color:#fff;box-shadow:0 10px 24px rgba(109,61,245,.24)}
.button-primary:hover{color:#fff;box-shadow:0 14px 30px rgba(109,61,245,.34)}
.button-accent{background:linear-gradient(135deg,var(--brm-accent),#ffad20);color:#302209;box-shadow:0 12px 25px rgba(255,193,38,.28)}
.button-accent:hover{color:#1f1606;box-shadow:0 15px 30px rgba(255,193,38,.4)}
.button-outline{background:#fff;border-color:rgba(109,61,245,.45);color:var(--brm-primary)}
.button-outline:hover{background:#f5f1ff;border-color:var(--brm-primary)}
.button-ghost{background:var(--brm-surface);color:var(--brm-text);border-color:var(--brm-border)}
.button-ghost:hover{background:#eeebff;color:var(--brm-primary)}
.button-small{min-height:38px;padding:8px 13px;border-radius:10px;font-size:13px}
.button-large{min-height:54px;padding:14px 25px;border-radius:14px;font-size:16px}
.button-disabled{background:#eeedf4;color:#898596;cursor:not-allowed;box-shadow:none}
.button-disabled:hover{transform:none}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,231,246,.88);box-shadow:0 4px 18px rgba(31,24,70,.035)}
.header-main{min-height:var(--brm-header-height);display:grid;grid-template-columns:minmax(220px,300px) minmax(280px,520px) auto;align-items:center;gap:30px}
.header-brand{justify-self:start}
.custom-logo-link{display:inline-flex;align-items:center}
.custom-logo{max-height:55px;width:auto}
.site-brand-fallback{display:inline-flex;align-items:center;gap:11px;color:var(--brm-ink)}
.site-brand-fallback:hover{color:var(--brm-primary)}
.site-brand-mark{width:49px;height:49px;display:grid;place-items:center;border:3px solid var(--brm-primary);border-radius:15px;color:var(--brm-primary);transform:rotate(-4deg);background:linear-gradient(145deg,#fff,#f5f0ff);box-shadow:0 8px 20px rgba(109,61,245,.14)}
.site-brand-mark .brm-icon{width:31px;height:31px}
.site-brand-copy{display:flex;flex-direction:column;line-height:1.15}
.site-brand-copy strong{font-size:22px;letter-spacing:.2px;color:var(--brm-primary);font-weight:900}
.site-brand-copy small{font-size:10px;color:var(--brm-muted);margin-top:5px;max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.header-search{width:100%}
.brm-search-form{position:relative;width:100%;display:flex;align-items:center}
.brm-search-input{width:100%;height:46px;padding:0 18px 0 54px;background:var(--brm-surface);border:1px solid transparent;border-radius:13px;color:var(--brm-text);outline:none;transition:.2s ease}
.brm-search-input:focus{background:#fff;border-color:rgba(109,61,245,.45);box-shadow:0 0 0 4px rgba(109,61,245,.09)}
.brm-search-input::placeholder{color:#aaa6b7}
.brm-search-submit{position:absolute;left:5px;top:5px;width:36px;height:36px;border:0;border-radius:10px;display:grid;place-items:center;background:var(--brm-primary);color:#fff;box-shadow:0 5px 12px rgba(109,61,245,.22)}
.brm-search-submit:hover{background:var(--brm-primary-dark)}
.brm-search-submit .brm-icon{width:18px;height:18px}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.icon-button{width:42px;height:42px;border:1px solid var(--brm-border);border-radius:12px;background:#fff;color:var(--brm-ink);display:grid;place-items:center}
.icon-button:hover{background:#f4f1ff;color:var(--brm-primary);border-color:#dcd4ff}
.icon-button .brm-icon{width:21px;height:21px}
.search-toggle{display:none}
.menu-toggle{display:none}
.menu-icon-close{display:none}
.menu-toggle[aria-expanded="true"] .menu-icon-open{display:none}
.menu-toggle[aria-expanded="true"] .menu-icon-close{display:block}
.mobile-search-panel{padding:0 0 12px;background:#fff}
.mobile-search-panel[hidden]{display:none}
.primary-navigation{border-top:1px solid rgba(236,234,245,.75)}
.nav-inner{display:flex;justify-content:center}
.primary-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:2px}
.primary-menu>li{position:relative}
.primary-menu>li>a{display:flex;align-items:center;min-height:48px;padding:0 16px;color:#3b384a;font-size:14px;font-weight:800;border-bottom:3px solid transparent}
.primary-menu>li.current-menu-item>a,.primary-menu>li.current-menu-ancestor>a,.primary-menu>li>a:hover{color:var(--brm-primary);border-bottom-color:var(--brm-primary)}
.primary-menu .sub-menu{position:absolute;right:0;top:100%;min-width:210px;list-style:none;margin:0;padding:9px;background:#fff;border:1px solid var(--brm-border);border-radius:0 0 14px 14px;box-shadow:var(--brm-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
.primary-menu li:hover>.sub-menu,.primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.primary-menu .sub-menu a{display:block;padding:9px 12px;border-radius:8px;color:var(--brm-text);font-size:13px;font-weight:700}
.primary-menu .sub-menu a:hover{background:#f4f1ff;color:var(--brm-primary)}

/* Ads */
.brm-ad-slot{position:relative;display:flex;align-items:center;justify-content:center;min-height:110px;margin-block:22px;padding:22px;border:1px solid #e7e5ed;border-radius:16px;background:#fafafd;overflow:hidden;text-align:center;clear:both}
.brm-ad-sidebar{min-height:280px;margin:0}
.brm-ad-footer{margin-top:45px;margin-bottom:0}
.brm-ad-label{position:absolute;top:6px;right:10px;font-size:10px;color:#9995a4;line-height:1}
.brm-ad-content{width:100%;min-width:0}
.brm-ad-content ins{max-width:100%}

/* Hero */
.home-hero{position:relative;min-height:370px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;overflow:hidden;border-radius:var(--brm-radius-lg);padding:46px 58px;background:
radial-gradient(circle at 16% 18%,rgba(255,255,255,.17) 0 3px,transparent 4px),
radial-gradient(circle at 84% 20%,rgba(255,202,40,.25) 0 8px,transparent 9px),
linear-gradient(125deg,#5420ed 0%,#7b2ff0 34%,#ec3f9d 66%,#ff8a1f 100%);box-shadow:0 24px 55px rgba(103,48,219,.25);isolation:isolate}
.home-hero::before{content:"";position:absolute;inset:auto -90px -170px auto;width:460px;height:460px;border-radius:50%;background:rgba(255,197,35,.17);z-index:-1}
.home-hero::after{content:"";position:absolute;width:170px;height:170px;left:48%;top:-90px;border:30px solid rgba(255,255,255,.06);border-radius:38px;transform:rotate(28deg);z-index:-1}
.hero-copy{position:relative;z-index:3;color:#fff;max-width:590px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;margin-bottom:16px;border-radius:999px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(6px)}
.hero-copy h1{margin:0 0 14px;color:#fff;font-size:clamp(35px,4.2vw,58px);font-weight:950;line-height:1.2;text-shadow:0 4px 20px rgba(50,10,100,.2)}
.hero-copy h1::after{content:"";display:inline-block;width:13px;height:13px;margin-right:10px;border-radius:50%;background:var(--brm-accent);box-shadow:16px -20px 0 rgba(255,255,255,.35),-4px -30px 0 rgba(255,82,163,.4)}
.hero-copy p{max-width:600px;margin-bottom:20px;color:rgba(255,255,255,.9);font-size:17px;font-weight:600}
.hero-search{max-width:500px;margin-bottom:18px}
.hero-search .brm-search-input{height:52px;background:#fff;border:0;padding-left:58px;box-shadow:0 12px 26px rgba(37,13,93,.17)}
.hero-search .brm-search-submit{width:42px;height:42px;top:5px;left:5px;background:var(--brm-primary)}
.hero-copy>.button{margin-top:2px}
.hero-art{position:relative;align-self:stretch;min-height:315px;display:grid;place-items:center;z-index:2}
.hero-featured-card{position:relative;width:min(82%,330px);height:315px;border-radius:28px;overflow:hidden;transform:rotate(-3deg) translateY(10px);box-shadow:0 32px 50px rgba(36,13,76,.35);border:4px solid rgba(255,255,255,.45);background:#211342}
.hero-featured-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(19,10,43,.88));pointer-events:none}
.hero-featured-card img{width:100%;height:100%;object-fit:cover}
.hero-featured-card>span{position:absolute;right:18px;left:18px;bottom:17px;z-index:2;color:#fff;font-weight:900;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-controller{width:min(100%,500px);filter:drop-shadow(0 28px 25px rgba(29,10,71,.35))}
.hero-orbit{position:absolute;border:2px solid rgba(255,255,255,.15);border-radius:50%}
.orbit-one{width:360px;height:360px}
.orbit-two{width:250px;height:250px;border-style:dashed;transform:rotate(25deg)}

/* Headings and sections */
.content-section{margin-top:34px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.section-heading h2{margin:2px 0 0;font-size:25px;font-weight:950}
.section-heading>a{font-size:13px;font-weight:800;color:var(--brm-primary);padding:7px 10px;border-radius:9px;background:#f4f0ff}
.section-kicker{display:block;color:var(--brm-secondary);font-size:11px;font-weight:900;letter-spacing:.2px}
.compact-heading{margin-bottom:13px}

/* Categories */
.category-ribbon{margin-top:24px}
.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}
.category-chip{display:flex;align-items:center;gap:13px;min-height:82px;padding:14px;border-radius:15px;border:1px solid transparent;color:var(--brm-text);transition:.22s ease}
.category-chip:hover{transform:translateY(-4px);box-shadow:var(--brm-shadow-sm);color:var(--brm-primary)}
.category-chip-icon{width:47px;height:47px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.62);box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}
.category-chip-icon .brm-icon{width:28px;height:28px}
.category-chip>span:last-child{display:flex;flex-direction:column;min-width:0}
.category-chip strong{font-size:13px;color:var(--brm-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.category-chip small{font-size:11px;color:var(--brm-muted);margin-top:4px}
.category-tone-1{background:#edf1ff;color:#3c6df1}.category-tone-2{background:#edfbf3;color:#20a85f}.category-tone-3{background:#f2efff;color:#6d3df5}.category-tone-4{background:#eef9f1;color:#2b9a55}.category-tone-5{background:#fff0f3;color:#e84b68}.category-tone-6{background:#f3f0ff;color:#6754c9}

/* Home grid */
.home-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 292px;gap:24px;align-items:start}
.home-main-column{min-width:0}
.home-sidebar{display:flex;flex-direction:column;gap:18px;margin-top:34px;position:sticky;top:142px}
.panel-title{margin:0 0 16px;font-size:17px;font-weight:950}
.sidebar-category-panel,.latest-mini-panel,.sidebar-search-panel,.download-info-panel{padding:19px}
.category-count-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}
.category-count-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 8px;border-radius:9px;color:var(--brm-text);font-size:13px;font-weight:700}
.category-count-list a:hover{background:#f5f2ff;color:var(--brm-primary)}
.category-count-list span{display:flex;align-items:center;gap:8px}
.category-count-list .brm-icon{width:17px;height:17px;color:var(--brm-primary)}
.category-count-list b{min-width:32px;padding:2px 7px;border-radius:7px;background:#f0ecff;color:var(--brm-primary);font-size:10px;text-align:center}
.newsletter-panel{position:relative;overflow:hidden;padding:24px;border-radius:17px;background:linear-gradient(135deg,#ffcb31,#ff9e20);box-shadow:var(--brm-shadow-sm);color:#44300b}
.newsletter-panel::after{content:"";position:absolute;width:110px;height:110px;left:-40px;bottom:-45px;border-radius:50%;background:rgba(255,255,255,.23)}
.newsletter-icon{width:48px;height:48px;display:grid;place-items:center;background:rgba(255,255,255,.6);border-radius:14px;margin-bottom:12px}
.newsletter-icon .brm-icon{width:27px;height:27px}
.newsletter-panel h2{font-size:18px;margin-bottom:7px;color:#3e2b08}
.newsletter-panel p{font-size:12px;margin:0;color:#5b4211}
.security-card{display:flex;align-items:flex-start;gap:13px;padding:20px;border-radius:17px;background:linear-gradient(135deg,#24bf70,#48d78d);color:#fff;box-shadow:0 14px 30px rgba(33,191,115,.19)}
.security-card>span{width:45px;height:45px;display:grid;place-items:center;background:rgba(255,255,255,.18);border-radius:13px;flex:0 0 auto}
.security-card .brm-icon{width:26px;height:26px}
.security-card strong{display:block;margin-bottom:5px;font-size:15px}
.security-card p{margin:0;color:rgba(255,255,255,.9);font-size:11px;line-height:1.7}

/* Cards */
.game-grid{display:grid;gap:16px}
.game-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.game-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.game-card{min-width:0;background:#fff;border:1px solid var(--brm-border);border-radius:15px;overflow:hidden;box-shadow:0 7px 22px rgba(46,35,96,.055);transition:.22s ease}
.game-card:hover{transform:translateY(-5px);box-shadow:var(--brm-shadow-hover);border-color:#ddd6ff}
.game-card-media{position:relative;display:block;aspect-ratio:4/4.65;overflow:hidden;background:#eeeaf8}
.game-card-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 67%,rgba(20,13,43,.16));opacity:0;transition:.2s ease}
.game-card:hover .game-card-media::after{opacity:1}
.game-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.game-card:hover .game-card-media img{transform:scale(1.035)}
.game-badge{position:absolute;top:10px;right:10px;z-index:2;padding:5px 9px;border-radius:7px;color:#fff;font-size:10px;font-weight:900;box-shadow:0 5px 12px rgba(0,0,0,.16)}
.game-badge.is-new{background:var(--brm-success)}
.game-badge.is-category{position:static;display:inline-flex;background:var(--brm-primary);box-shadow:none;margin-bottom:10px}
.game-card-body{padding:12px}
.game-card-title{font-size:14px;font-weight:900;margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-card-title a{color:var(--brm-ink)}
.game-card-title a:hover{color:var(--brm-primary)}
.game-card-meta{display:flex;align-items:center;justify-content:space-between;gap:7px;color:var(--brm-muted);font-size:10px;margin-bottom:11px}
.game-card-meta>span{display:flex;align-items:center;gap:4px}
.game-card-meta .brm-icon{width:13px;height:13px}
.game-rating{color:#f2ad00!important;font-weight:900}
.game-rating .brm-icon{fill:currentColor;stroke:currentColor}
.game-category{max-width:95px;padding:3px 7px;border-radius:6px;background:#f1eff7;color:#716b7e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-category:hover{background:#e9e4ff;color:var(--brm-primary)}
.game-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:9px;border-top:1px solid #f0eef5}
.game-size{display:flex;align-items:center;gap:4px;min-width:0;color:#716d80;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-size .brm-icon{width:12px;height:12px}
.game-card-footer .button{flex:0 0 auto;font-size:10px;min-height:31px;padding:6px 9px;border-radius:8px}

.mini-game-card{display:grid;grid-template-columns:63px minmax(0,1fr);gap:11px;align-items:center;padding:9px 0;border-bottom:1px solid #f0eef5}
.mini-game-card:last-child{border-bottom:0;padding-bottom:0}
.mini-game-card:first-of-type{padding-top:0}
.mini-game-media{width:63px;height:63px;border-radius:10px;overflow:hidden;background:#eee}
.mini-game-media img{width:100%;height:100%;object-fit:cover}
.mini-game-body{min-width:0}
.mini-game-body h3{font-size:12px;margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mini-game-body h3 a{color:var(--brm-ink)}
.mini-game-meta{display:flex;flex-wrap:wrap;gap:6px;color:var(--brm-muted);font-size:9px}
.mini-game-meta span{display:flex;align-items:center;gap:3px}
.mini-game-meta .brm-icon{width:11px;height:11px}

/* Trust strip */
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.trust-item{display:flex;align-items:center;gap:12px;min-height:92px;padding:16px;border-radius:15px;box-shadow:var(--brm-shadow-sm)}
.trust-item>span{width:47px;height:47px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.26);color:#fff;flex:0 0 auto}
.trust-item .brm-icon{width:27px;height:27px}
.trust-item strong{display:block;color:#fff;font-size:14px;margin-bottom:4px}
.trust-item small{display:block;color:rgba(255,255,255,.89);font-size:10px;line-height:1.5}
.trust-item.is-green{background:linear-gradient(135deg,#21ba6c,#50d896)}
.trust-item.is-yellow{background:linear-gradient(135deg,#ffbb1f,#ff8d25)}
.trust-item.is-blue{background:linear-gradient(135deg,#3978ff,#6549ea)}

/* Breadcrumbs */
.brm-breadcrumbs{margin-bottom:20px;color:var(--brm-muted);font-size:12px}
.brm-breadcrumbs ol{list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0}
.brm-breadcrumbs li{display:flex;align-items:center;gap:8px}
.brm-breadcrumbs li:not(:last-child)::after{content:"/";color:#c1bdcb}
.brm-breadcrumbs a{color:var(--brm-primary);font-weight:700}
.brm-breadcrumbs span{max-width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Archives */
.archive-hero{position:relative;min-height:255px;display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:center;overflow:hidden;margin-bottom:22px;padding:35px 46px;border-radius:var(--brm-radius-lg);background:linear-gradient(130deg,#4d20df,#7130e8 55%,#433ac9);color:#fff;box-shadow:0 18px 42px rgba(82,43,206,.21)}
.archive-hero::before{content:"";position:absolute;inset:-90px auto auto -100px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.06)}
.archive-hero h1{margin:0 0 10px;color:#fff;font-size:clamp(31px,4vw,48px);font-weight:950}
.archive-hero p,.archive-description{max-width:680px;margin:0;color:rgba(255,255,255,.86);font-size:14px}
.archive-description p:last-child{margin-bottom:0}
.archive-hero-copy{position:relative;z-index:2}
.archive-hero-art{justify-self:center;width:175px;height:175px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.18);border-radius:45px;background:rgba(255,255,255,.1);transform:rotate(-8deg);box-shadow:inset 0 0 50px rgba(255,255,255,.08)}
.archive-hero-art .brm-icon{width:105px;height:105px;color:#fff;transform:rotate(8deg)}
.archive-stats{display:flex;gap:10px;margin-top:18px}
.archive-stats span{display:flex;align-items:center;gap:7px;padding:7px 11px;border-radius:9px;background:rgba(255,255,255,.13);font-size:11px;font-weight:800}
.archive-stats .brm-icon{width:15px;height:15px}
.simple-archive-hero img{justify-self:center;max-height:210px;filter:drop-shadow(0 18px 16px rgba(22,10,76,.25))}
.archive-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding:13px 16px}
.archive-toolbar>div{display:flex;flex-direction:column}
.archive-toolbar strong{font-size:14px;color:var(--brm-ink)}
.archive-toolbar small{font-size:10px;color:var(--brm-muted)}
.archive-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:start}
.archive-results{min-width:0}
.site-sidebar{display:flex;flex-direction:column;gap:18px;position:sticky;top:142px}
.search-hero{display:grid;grid-template-columns:70px minmax(0,1fr) minmax(260px,410px);align-items:center;gap:22px;padding:25px;margin-bottom:22px}
.search-hero-icon{width:66px;height:66px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,var(--brm-primary),var(--brm-secondary));color:#fff}
.search-hero-icon .brm-icon{width:34px;height:34px}
.search-hero h1{font-size:25px;margin-bottom:4px}
.search-hero p{margin:0;color:var(--brm-muted);font-size:12px}

/* Pagination */
.brm-pagination{margin-top:28px}
.brm-pagination .page-numbers{list-style:none;display:flex;align-items:center;justify-content:center;gap:7px;padding:0;margin:0}
.brm-pagination li{margin:0}
.brm-pagination a,.brm-pagination span{min-width:40px;height:40px;display:grid;place-items:center;padding:0 10px;border:1px solid var(--brm-border);border-radius:10px;background:#fff;color:var(--brm-text);font-size:13px;font-weight:800;box-shadow:0 5px 14px rgba(47,37,91,.04)}
.brm-pagination .current{background:var(--brm-primary);border-color:var(--brm-primary);color:#fff;box-shadow:0 8px 18px rgba(109,61,245,.24)}
.brm-pagination a:hover{background:#f2eeff;border-color:#d8cffd;color:var(--brm-primary)}

/* Single */
.single-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:24px;align-items:start}
.single-game{min-width:0;display:flex;flex-direction:column;gap:22px}
.single-game-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr);overflow:hidden}
.single-cover{position:relative;min-height:420px;background:#171428}
.single-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(23,21,44,.14))}
.single-cover img{width:100%;height:100%;object-fit:cover}
.single-summary{padding:31px 27px;display:flex;flex-direction:column;justify-content:center}
.single-summary h1{font-size:clamp(28px,3.4vw,43px);font-weight:950;margin-bottom:13px}
.single-meta-line{display:flex;flex-wrap:wrap;gap:9px 14px;margin-bottom:22px;color:var(--brm-muted);font-size:11px}
.single-meta-line span{display:flex;align-items:center;gap:5px}
.single-meta-line .brm-icon{width:14px;height:14px}
.game-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:23px}
.game-facts>div{position:relative;min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px;padding:10px;border:1px solid #eeebf5;border-radius:11px;background:#faf9fd}
.game-facts>div>span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#eee9ff;color:var(--brm-primary)}
.game-facts .brm-icon{width:19px;height:19px}
.game-facts small{font-size:9px;color:var(--brm-muted);line-height:1.2}
.game-facts strong{min-width:0;font-size:11px;color:var(--brm-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.single-cta-group{display:grid;grid-template-columns:1fr;gap:9px}
.single-cta-group .button{width:100%}
.article-content,.comments-panel{padding:30px clamp(22px,4vw,45px)}
.content-tabs{display:flex;gap:22px;margin:-6px 0 24px;border-bottom:1px solid var(--brm-border);overflow-x:auto;scrollbar-width:thin}
.content-tabs .content-tab{position:relative;display:block;flex:0 0 auto;appearance:none;border:0;background:transparent;padding:0 3px 13px;color:var(--brm-muted);font:inherit;font-size:12px;font-weight:800;line-height:1.5;white-space:nowrap;cursor:pointer}
.content-tabs .content-tab:hover{color:var(--brm-primary)}
.content-tabs .content-tab:focus-visible{outline:3px solid rgba(109,61,245,.18);outline-offset:4px;border-radius:5px}
.content-tabs .content-tab.is-active{color:var(--brm-primary)}
.content-tabs .content-tab.is-active::after{content:"";position:absolute;right:0;left:0;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:var(--brm-primary)}
.tabs-ready .tab-panel[hidden]{display:none!important}
.tab-panel{min-width:0}
.tab-empty-state{display:flex;align-items:center;justify-content:center;gap:10px;min-height:130px;padding:24px;border:1px dashed #d9d2ef;border-radius:14px;background:#faf9fd;color:var(--brm-muted);text-align:center}
.tab-empty-state .brm-icon{width:25px;height:25px;color:var(--brm-primary)}
.tab-empty-state p{margin:0}
.comments-tab-panel .comments-area>*:first-child{margin-top:0}
.entry-content{color:#3e3a4c;font-size:16px;line-height:2}
.entry-content>*:first-child{margin-top:0}
.entry-content>*:last-child{margin-bottom:0}
.entry-content h2{font-size:25px;margin:34px 0 14px;padding-right:14px;border-right:4px solid var(--brm-primary)}
.entry-content h3{font-size:20px;margin:28px 0 12px}
.entry-content h4{font-size:17px;margin:24px 0 10px}
.entry-content p{margin-bottom:18px}
.entry-content ul,.entry-content ol{padding-right:22px;margin-bottom:20px}
.entry-content li{margin-bottom:7px}
.entry-content a{text-decoration:underline;text-underline-offset:3px}
.entry-content img{border-radius:14px;margin:20px auto}
.entry-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto;margin:22px 0;border:1px solid var(--brm-border);border-radius:12px}
.entry-content th,.entry-content td{padding:11px 13px;border-bottom:1px solid var(--brm-border);white-space:nowrap}
.entry-content blockquote{margin:24px 0;padding:16px 20px;border-right:4px solid var(--brm-secondary);border-radius:12px;background:#fff3f9;color:#554858}
.entry-content pre{max-width:100%;overflow:auto;direction:ltr;text-align:left;padding:16px;border-radius:12px;background:#17152c;color:#f3f1ff}
.entry-content iframe{max-width:100%;border-radius:14px}
.post-pages{margin-top:25px;padding-top:18px;border-top:1px solid var(--brm-border)}
.game-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.game-gallery a{aspect-ratio:16/10;overflow:hidden;border-radius:13px;background:#eee;box-shadow:var(--brm-shadow-sm)}
.game-gallery img{width:100%;height:100%;object-fit:cover;transition:.25s ease}
.game-gallery a:hover img{transform:scale(1.04)}
.post-tags{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:17px 20px}
.post-tags strong{font-size:12px}
.post-tags a{padding:5px 9px;border-radius:8px;background:#f3f0ff;color:var(--brm-primary);font-size:10px;font-weight:800}
.related-section{margin-top:5px}
.comments-panel{margin-top:3px}
.comment-list{list-style:none;padding:0;margin:0 0 25px}
.comment-list .comment{padding:16px 0;border-bottom:1px solid var(--brm-border)}
.comment-author{display:flex;align-items:center;gap:9px}
.comment-author img{border-radius:50%}
.comment-metadata{font-size:10px;color:var(--brm-muted);margin:4px 0 8px}
.comment-content{font-size:14px}
.comment-respond input:not([type=submit]),.comment-respond textarea{width:100%;padding:12px;border:1px solid var(--brm-border);border-radius:11px;background:#fafafd;outline:none}
.comment-respond input:focus,.comment-respond textarea:focus{border-color:var(--brm-primary);box-shadow:0 0 0 3px rgba(109,61,245,.08)}
.comment-form-cookies-consent{display:flex;align-items:flex-start;gap:8px}

/* Download */
.download-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:24px;align-items:start}
.download-main{min-width:0;display:flex;flex-direction:column;gap:20px}
.download-sidebar{display:flex;flex-direction:column;gap:18px;position:sticky;top:142px}
.download-header{display:grid;grid-template-columns:minmax(270px,.8fr) minmax(0,1.2fr);overflow:hidden}
.download-cover{min-height:260px;background:#eee}
.download-cover img{width:100%;height:100%;object-fit:cover}
.download-title-block{padding:28px;display:flex;flex-direction:column;justify-content:center}
.download-title-block .hero-eyebrow{align-self:flex-start;background:#f0ebff;color:var(--brm-primary);border-color:#dfd5ff}
.download-title-block h1{font-size:clamp(27px,3vw,39px);font-weight:950;margin-bottom:10px}
.download-title-block p{color:var(--brm-muted);font-size:13px;margin-bottom:15px}
.download-summary-chips{display:flex;flex-wrap:wrap;gap:7px}
.download-summary-chips span{display:flex;align-items:center;gap:5px;padding:6px 9px;border-radius:8px;background:var(--brm-surface);font-size:10px;color:#615c70;font-weight:700}
.download-summary-chips .brm-icon{width:14px;height:14px;color:var(--brm-primary)}
.download-safety{display:flex;align-items:flex-start;gap:17px;padding:22px;background:linear-gradient(135deg,#f1fff7,#fff);border-color:#caefd9}
.download-safety-icon{width:55px;height:55px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:var(--brm-success);color:#fff;box-shadow:0 10px 21px rgba(33,191,115,.2)}
.download-safety-icon .brm-icon{width:31px;height:31px}
.download-safety h2{font-size:18px;margin-bottom:8px;color:#147a47}
.download-safety ul{margin:0;padding-right:18px;color:#4f6659;font-size:12px}
.download-safety li{margin-bottom:4px}
.download-box{padding:32px}
.download-preparing{text-align:center;padding:12px 0 6px}
.download-preparing.is-hidden{display:none}
.countdown-ring{width:92px;height:92px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--brm-primary) 0 75%,#ece8ff 75% 100%);position:relative;box-shadow:0 12px 28px rgba(109,61,245,.16)}
.countdown-ring::before{content:"";position:absolute;inset:7px;border-radius:50%;background:#fff}
.countdown-ring span{position:relative;z-index:2;color:var(--brm-primary);font-size:30px;font-weight:950}
.download-preparing h2{font-size:21px;margin-bottom:5px}
.download-preparing p{margin:0;color:var(--brm-muted);font-size:12px}
.download-links[hidden]{display:none}
.download-links.is-ready{animation:brmFadeUp .45s ease both}
.download-links-heading{display:flex;align-items:center;gap:13px;margin-bottom:18px}
.download-links-heading>span{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:#eee9ff;color:var(--brm-primary)}
.download-links-heading .brm-icon{width:27px;height:27px}
.download-links-heading h2{font-size:20px;margin:0 0 3px}
.download-links-heading p{font-size:11px;color:var(--brm-muted);margin:0}
.download-server-list{display:flex;flex-direction:column;gap:10px}
.download-server{display:grid;grid-template-columns:48px minmax(0,1fr) 28px;align-items:center;gap:12px;padding:13px 15px;border:1px solid var(--brm-border);border-radius:13px;color:var(--brm-text);background:#fff;box-shadow:0 5px 15px rgba(48,38,92,.045)}
.download-server:hover{transform:translateY(-2px);box-shadow:var(--brm-shadow-sm);border-color:#d9d0ff;color:var(--brm-primary)}
.server-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;color:#fff}
.server-1 .server-icon{background:linear-gradient(135deg,var(--brm-primary),#8d59ff)}
.server-2 .server-icon{background:linear-gradient(135deg,var(--brm-blue),#31a7ff)}
.server-3 .server-icon{background:linear-gradient(135deg,var(--brm-success),#55d797)}
.server-icon .brm-icon{width:24px;height:24px}
.download-server strong{display:block;font-size:14px;color:var(--brm-ink)}
.download-server small{display:block;margin-top:2px;font-size:9px;color:var(--brm-muted)}
.server-arrow{font-size:18px;font-weight:900;color:#aaa4b7}
.download-actions-secondary{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
.download-unavailable{text-align:center;padding:35px}
.download-unavailable>span{width:65px;height:65px;display:grid;place-items:center;margin:0 auto 14px;border-radius:17px;background:#fff1f1;color:var(--brm-danger)}
.download-unavailable .brm-icon{width:34px;height:34px}
.download-unavailable h2{font-size:21px;margin-bottom:6px}
.download-unavailable p{margin:0;color:var(--brm-muted);font-size:12px}
.info-list{margin:0}
.info-list>div{display:flex;justify-content:space-between;gap:11px;padding:9px 0;border-bottom:1px solid #efedf4}
.info-list>div:last-child{border-bottom:0}
.info-list dt{font-size:10px;color:var(--brm-muted)}
.info-list dd{margin:0;max-width:150px;font-size:11px;font-weight:800;color:var(--brm-ink);text-align:left;white-space:normal;word-break:break-word}
.compact-related{margin-top:8px}

/* Standard pages / empty / 404 */
.page-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:24px;align-items:start}
.standard-page{overflow:hidden}
.standard-page-header{padding:30px 35px;border-bottom:1px solid var(--brm-border);background:linear-gradient(135deg,#faf8ff,#fff)}
.standard-page-header h1{font-size:35px;margin:2px 0 0}
.standard-page-image{max-height:420px;overflow:hidden}
.standard-page-image img{width:100%;height:420px;object-fit:cover}
.standard-page>.entry-content{padding:34px 40px}
.empty-state{grid-column:1/-1;text-align:center;padding:55px 30px}
.empty-state-icon{width:78px;height:78px;display:grid;place-items:center;margin:0 auto 16px;border-radius:22px;background:#f0ebff;color:var(--brm-primary)}
.empty-state-icon .brm-icon{width:40px;height:40px}
.empty-state h1{font-size:26px;margin-bottom:7px}
.empty-state p{color:var(--brm-muted);font-size:13px;margin-bottom:18px}
.empty-state .brm-search-form{max-width:520px;margin:0 auto 15px}
.error-page{display:grid;place-items:center;min-height:64vh}
.error-card{position:relative;width:min(100%,720px);overflow:hidden;text-align:center;padding:55px 35px;background:linear-gradient(145deg,#fff,#f8f5ff)}
.error-code{font-size:clamp(90px,18vw,160px);font-weight:950;line-height:1;color:#ece7ff;letter-spacing:-12px}
.error-controller{position:absolute;top:72px;left:50%;transform:translateX(-50%);color:var(--brm-primary)}
.error-controller .brm-icon{width:92px;height:92px}
.error-card h1{font-size:28px;margin-top:8px;margin-bottom:8px}
.error-card p{max-width:520px;margin:0 auto 18px;color:var(--brm-muted);font-size:13px}
.error-card .brm-search-form{max-width:480px;margin:0 auto 15px}

/* Widgets */
.widget{padding:19px}
.widget-title{font-size:17px;margin-bottom:15px}
.widget ul{list-style:none;padding:0;margin:0}
.widget li{padding:7px 0;border-bottom:1px solid var(--brm-border)}
.widget li:last-child{border-bottom:0}
.widget select{width:100%;padding:10px;border:1px solid var(--brm-border);border-radius:10px}

/* Footer */
.site-footer{position:relative;margin-top:18px;padding:54px 0 0;overflow:hidden;background:#17162a;color:#c7c4d4}
.footer-glow{position:absolute;right:10%;top:-210px;width:520px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(109,61,245,.25),transparent 70%);pointer-events:none}
.footer-grid{position:relative;display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:42px;padding-bottom:42px}
.site-footer .site-brand-fallback{margin-bottom:15px}
.site-footer .site-brand-copy strong{color:#fff}
.site-footer .site-brand-copy small{color:#8e8a9d}
.site-footer .site-brand-mark{border-color:#8d65ff;color:#8d65ff;background:#23213d}
.footer-about p{max-width:420px;color:#a8a5b5;font-size:12px;line-height:1.9}
.footer-title{color:#fff;font-size:15px;margin-bottom:15px}
.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}
.footer-links a{color:#aaa6b9;font-size:11px}
.footer-links a:hover{color:#fff;padding-right:3px}
.footer-note{font-size:10px;line-height:1.9;color:#8f8b9e}
.social-links{display:flex;gap:8px}
.social-links a{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#25233a;color:#c9c4db;border:1px solid #302e48}
.social-links a:hover{background:var(--brm-primary);border-color:var(--brm-primary);color:#fff;transform:translateY(-2px)}
.social-links .brm-icon{width:18px;height:18px}
.footer-bottom{position:relative;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #29273d;color:#8a8797;font-size:10px}
.footer-bottom p{margin:0}
.back-to-top{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:var(--brm-primary);color:#fff}
.back-to-top:hover{color:#fff;transform:translateY(-2px)}
.mobile-bottom-nav{display:none}

@keyframes brmFadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

/* Responsive */
@media (max-width:1120px){
  :root{--brm-container:1040px}
  .header-main{grid-template-columns:minmax(200px,270px) minmax(250px,1fr) auto;gap:18px}
  .primary-menu>li>a{padding-inline:11px;font-size:13px}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .home-content-grid{grid-template-columns:minmax(0,1fr) 270px}
  .game-grid-four{grid-template-columns:repeat(3,minmax(0,1fr))}
  .single-game-hero{grid-template-columns:1.1fr .9fr}
}

@media (max-width:920px){
  :root{--brm-header-height:68px}
  body{padding-bottom:72px}
  .header-main{grid-template-columns:minmax(0,1fr) auto;gap:10px}
  .header-search-desktop{display:none}
  .header-actions{display:flex}
  .search-toggle,.menu-toggle{display:grid}
.site-header{
  overflow:visible;
}

.primary-navigation{
  display:none;
  position:absolute;
  top:100%;
  right:0;
  left:0;
  width:100%;
  max-height:calc(100vh - var(--brm-header-height));
  padding:0;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  background:#fff;
  border-top:1px solid var(--brm-border);
  border-bottom:1px solid var(--brm-border);
  box-shadow:0 18px 38px rgba(22,17,52,.18);
  z-index:1200;
}

.primary-navigation.is-open{
  display:block;
  animation:brmFadeUp .18s ease;
}

.nav-inner{
  display:block;
  width:min(calc(100% - 20px),var(--brm-container));
  margin-inline:auto;
  padding:14px 0 calc(18px + env(safe-area-inset-bottom));
}

.primary-menu{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  width:100%;
  gap:6px;
  margin:0;
  padding:0;
}

.primary-menu > li{
  display:block;
  width:100%;
}

.primary-menu > li > a{
  display:flex;
  align-items:center;
  width:100%;
  min-height:48px;
  padding:10px 15px;
  border:0;
  border-radius:11px;
  background:#faf9fd;
  color:var(--brm-text);
  font-size:14px;
  font-weight:800;
}

.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a,
.primary-menu > li > a:hover,
.primary-menu > li > a:focus{
  border:0;
  background:#f0ebff;
  color:var(--brm-primary);
}

.primary-menu .sub-menu{
  position:static;
  display:block;
  min-width:0;
  width:100%;
  margin:4px 0 0;
  padding:3px 14px 7px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  opacity:1;
  visibility:visible;
  transform:none;
}

.primary-menu .sub-menu li{
  display:block;
  width:100%;
}

.primary-menu .sub-menu a{
  display:block;
  width:100%;
  padding:9px 13px;
  border-radius:9px;
  color:var(--brm-muted);
  font-size:13px;
  font-weight:700;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus{
  background:#f5f2ff;
  color:var(--brm-primary);
}
  .mobile-bottom-nav{position:fixed;right:0;left:0;bottom:0;z-index:1100;display:grid;grid-template-columns:repeat(5,1fr);min-height:66px;padding:6px max(8px,env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-top:1px solid var(--brm-border);box-shadow:0 -8px 25px rgba(30,22,72,.08)}
  .mobile-bottom-nav a,.mobile-bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;background:transparent;color:#777286;font-size:9px;font-weight:700}
  .mobile-bottom-nav .brm-icon{width:21px;height:21px}
  .mobile-bottom-nav .is-active,.mobile-bottom-nav a:hover,.mobile-bottom-nav button:hover{color:var(--brm-primary)}
  .home-hero{grid-template-columns:1fr;min-height:580px;padding:39px 38px}
  .hero-copy{max-width:660px}
  .hero-art{position:absolute;left:-15px;bottom:-45px;width:48%;min-height:350px;opacity:.9}
  .hero-featured-card{width:260px;height:305px}
  .home-content-grid,.archive-layout,.single-layout,.download-layout,.page-layout{grid-template-columns:1fr}
  .home-sidebar,.site-sidebar,.download-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
  .brm-ad-sidebar{min-height:180px}
  .game-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
  .archive-hero{grid-template-columns:minmax(0,1fr) 240px;padding:32px}
  .single-game-hero{grid-template-columns:1fr 340px}
  .single-cover{min-height:390px}
  .footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}
  .footer-grid>section:last-child{grid-column:2/4}
}

@media (max-width:700px){
  .brm-container{width:min(calc(100% - 20px),var(--brm-container))}
  .page-shell{padding-block:15px 40px}
  .home-shell{padding-block:10px 42px}
  .site-brand-mark{width:43px;height:43px;border-radius:13px}
  .site-brand-mark .brm-icon{width:27px;height:27px}
  .site-brand-copy strong{font-size:19px}
  .site-brand-copy small{max-width:145px;font-size:9px}
  .icon-button{width:39px;height:39px}
  .home-hero{min-height:650px;padding:30px 23px;border-radius:22px;align-items:start}
  .hero-copy h1{font-size:38px}
  .hero-copy p{font-size:14px}
  .hero-art{position:absolute;width:100%;height:320px;min-height:0;left:0;bottom:-20px}
  .hero-featured-card{height:285px;width:220px;transform:rotate(-2deg)}
  .hero-copy>.button{width:100%;max-width:260px}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:9px}
  .category-chip{min-height:73px;padding:10px;gap:9px}
  .category-chip-icon{width:40px;height:40px}
  .category-chip-icon .brm-icon{width:23px;height:23px}
  .category-chip strong{font-size:11px}
  .game-grid-four,.game-grid-three{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .game-card-media{aspect-ratio:4/5}
  .game-card-body{padding:9px}
  .game-card-title{font-size:12px}
  .game-card-footer{align-items:flex-end}
  .game-size{max-width:70px}
  .game-card-footer .button{font-size:9px;padding:5px 7px}
  .section-heading h2{font-size:21px}
  .section-heading>a{font-size:10px}
  .trust-strip{grid-template-columns:1fr}
  .trust-item{min-height:78px}
  .home-sidebar,.site-sidebar,.download-sidebar{grid-template-columns:1fr}
  .archive-hero{grid-template-columns:1fr;min-height:340px;padding:28px 23px;text-align:center}
  .archive-hero-art{width:125px;height:125px;margin-top:18px}
  .archive-hero-art .brm-icon{width:75px;height:75px}
  .archive-stats{justify-content:center}
  .simple-archive-hero img{max-height:150px}
  .archive-toolbar{align-items:flex-start;gap:12px}
  .search-hero{grid-template-columns:52px 1fr;padding:18px;gap:13px}
  .search-hero-icon{width:52px;height:52px;border-radius:14px}
  .search-hero-icon .brm-icon{width:26px;height:26px}
  .search-hero h1{font-size:19px}
  .search-hero-form{grid-column:1/-1}
  .single-game-hero{grid-template-columns:1fr}
  .single-cover{min-height:0;aspect-ratio:16/10}
  .single-summary{padding:24px 19px}
  .single-summary h1{font-size:29px}
  .game-facts{grid-template-columns:1fr 1fr}
  .article-content,.comments-panel{padding:23px 18px}
  .entry-content{font-size:15px;line-height:1.95}
  .entry-content h2{font-size:21px}
  .game-gallery{grid-template-columns:repeat(2,1fr)}
  .download-header{grid-template-columns:1fr}
  .download-cover{min-height:0;aspect-ratio:16/9}
  .download-title-block{padding:22px}
  .download-safety{flex-direction:column}
  .download-box{padding:24px 17px}
  .download-server{grid-template-columns:43px minmax(0,1fr) 20px;padding:11px}
  .server-icon{width:42px;height:42px}
  .technical-cover img{height:230px}
  .technical-table-wrap{padding:12px}
  .technical-table th,.technical-table td{font-size:11px;padding:11px 6px}
  .standard-page-header{padding:24px 20px}
  .standard-page-header h1{font-size:28px}
  .standard-page>.entry-content{padding:25px 19px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}
  .footer-about{grid-column:1/-1}
  .footer-grid>section:last-child{grid-column:auto}
  .footer-bottom{padding-block:12px;min-height:auto}
}

@media (max-width:420px){
  .header-main{min-height:64px}
  .site-brand-copy small{display:none}
  .site-brand-fallback{gap:8px}
  .site-brand-copy strong{font-size:17px}
  .site-brand-mark{width:39px;height:39px}
  .header-actions{gap:4px}
  .icon-button{width:37px;height:37px}
  .home-hero{min-height:620px;padding:26px 18px}
  .hero-copy h1{font-size:33px}
  .hero-search .brm-search-input{height:48px}
  .hero-art{bottom:-25px}
  .hero-featured-card{width:205px;height:270px}
  .category-chip{display:grid;grid-template-columns:38px 1fr}
  .category-chip-icon{width:38px;height:38px}
  .game-grid-four,.game-grid-three{gap:8px}
  .game-card-title{font-size:11px}
  .game-card-meta{font-size:9px}
  .game-category{max-width:65px}
  .game-card-footer{display:block}
  .game-size{max-width:100%;margin-bottom:7px}
  .game-card-footer .button{width:100%}
  .game-facts{grid-template-columns:1fr}
  .content-tabs{gap:15px}
  .download-actions-secondary{display:grid;grid-template-columns:1fr}
  .download-actions-secondary .button{width:100%}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>section:last-child{grid-column:auto}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}

@media print{
  .site-header,.site-footer,.mobile-bottom-nav,.site-sidebar,.home-sidebar,.download-sidebar,.brm-ad-slot,.single-cta-group,.download-actions-secondary,.content-tabs,.comments-tab-panel{display:none!important}
  body{padding:0;background:#fff;color:#000}
  .brm-container{width:100%}
  .single-layout,.download-layout,.page-layout{display:block}
  .brm-panel{box-shadow:none;border-color:#ddd}
}
