/*
      QUST RUST landing.
      Бэкенд не трогаем: PHP остаётся, сложные разделы открываются полноценными страницами.
    */
    :root{
      --rust:#d97c2b;
      --rust-dark:#8f4218;
      --ash:#0a0a0c;
      --panel:rgba(17,17,20,.82);
      --rail-offset:96px;
      --safe-top:env(safe-area-inset-top, 0px);
      --safe-right:env(safe-area-inset-right, 0px);
      --safe-bottom:env(safe-area-inset-bottom, 0px);
      --safe-left:env(safe-area-inset-left, 0px);
      --scrap:polygon(0 10px,10px 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 10px),calc(100% - 10px) 100%,18px 100%,0 calc(100% - 18px));
      --bite:polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,14px 100%,0 calc(100% - 14px));
    }
    *{box-sizing:border-box}
    html{background:var(--ash);scroll-behavior:auto;color-scheme:dark}
    body{
      margin:0;
      overflow:hidden;
      background:#0a0a0c;
      color:#f2f2f0;
      font-family:Roboto,sans-serif;
      --landing-scene-beat:0;
      --landing-scene-energy:.08;
    }
    .siteReactiveScene{
      position:fixed;
      inset:0;
      z-index:0;
      overflow:hidden;
      pointer-events:none;
      contain:layout paint style;
    }
    .siteReactiveScene::before,
    .siteReactiveScene::after{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
    }
    .siteReactiveScene::before{
      background:
        radial-gradient(circle at 14% 18%, rgba(217,124,43,.16), transparent 24%),
        radial-gradient(circle at 84% 14%, rgba(112,148,174,.12), transparent 24%),
        radial-gradient(circle at 50% 74%, rgba(217,124,43,.08), transparent 28%),
        linear-gradient(180deg, rgba(6,8,12,.08), rgba(7,10,14,.22) 44%, rgba(4,6,10,.58));
      opacity:calc(.82 + (var(--landing-scene-energy) * .24));
      transform:scale(calc(1 + (var(--landing-scene-beat) * .06)));
      transform-origin:center center;
    }
    .siteReactiveScene::after{
      background:
        linear-gradient(90deg, rgba(6,8,12,.56), transparent 18%, transparent 82%, rgba(6,8,12,.56)),
        linear-gradient(180deg, rgba(255,255,255,.018), transparent 18%, transparent 78%, rgba(4,6,10,.62)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.016) 0 1px, transparent 1px 72px);
      opacity:calc(.84 + (var(--landing-scene-energy) * .08));
    }
    .siteReactiveScene__canvas{
      display:block;
      width:100vw;
      height:100vh;
      opacity:.96;
      transform:translateZ(0);
      will-change:transform,opacity;
    }
    html.landing-lite body{
      --landing-scene-beat:0;
      --landing-scene-energy:.03;
      background:#09090b;
    }
    html.landing-lite .siteReactiveScene,
    html.landing-lite .particle-field,
    html.landing-lite .scroll-dots{
      display:none !important;
    }
    html.landing-lite .siteReactiveScene__canvas{
      opacity:0;
    }
    html.landing-lite .snap-shell{
      scroll-snap-type:none;
      scroll-padding-top:calc(var(--rail-offset, 96px) + 10px);
      overscroll-behavior-y:auto;
      scrollbar-width:auto;
    }
    html.landing-lite .snap-shell::-webkit-scrollbar{width:8px}
    html.landing-lite .snap-section{
      min-height:auto;
      background:linear-gradient(180deg, rgba(10,10,12,.72), rgba(10,10,12,.88));
    }
    html.landing-lite .snap-section::before,
    html.landing-lite .snap-section::after{
      display:none;
    }
    html.landing-lite .section-media{
      opacity:.22;
      transform:none;
      filter:none;
    }
    html.landing-lite .section-media::after{
      opacity:.12;
    }
    html.landing-lite .reveal,
    html.landing-lite .reveal.is-visible{
      opacity:1;
      transform:none;
      transition:none;
    }
    html.landing-lite .section-rail,
    html.landing-lite .rust-panel,
    html.landing-lite .steam-group-launcher,
    html.landing-lite .community-card,
    html.landing-lite .base-card,
    html.landing-lite .news-card,
    html.landing-lite .product-card,
    html.landing-lite .webchat-widget__panel{
      box-shadow:0 12px 28px rgba(0,0,0,.2);
      backdrop-filter:none !important;
      -webkit-backdrop-filter:none !important;
    }
    html.landing-lite .community-card:hover,
    html.landing-lite .steam-group-launcher:hover,
    html.landing-lite .base-card:hover,
    html.landing-lite .news-card:hover,
    html.landing-lite .ip-plate:hover,
    html.landing-lite .section-rail__link:hover,
    html.landing-lite .section-rail__action:hover,
    html.landing-lite .webchat-launcher:hover{
      transform:none;
      filter:none;
    }
    html.landing-lite .radio-dial{
      transform:none;
      box-shadow:inset 0 0 18px rgba(0,0,0,.7),0 0 16px rgba(217,124,43,.12);
      transition:none;
    }
    html.landing-lite .equalizer span,
    html.landing-lite .webchat-launcher__pulse,
    html.landing-lite .particle-field i{
      animation:none !important;
      box-shadow:none;
    }
    html.landing-lite .equalizer span{
      opacity:.56;
      transform:scaleY(calc(.24 + var(--bar-level)));
    }
    html.landing-lite .brand-logo{
      filter:drop-shadow(0 14px 28px rgba(0,0,0,.48));
    }
    html.landing-lite .webchat-widget:not([hidden]) .webchat-widget__panel{
      animation:none;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0 0 auto 0;
      z-index:70;
      height:calc(var(--rail-offset, 96px) + var(--safe-top) + 22px);
      pointer-events:none;
      background:
        linear-gradient(180deg,rgba(10,10,12,.98) 0%,rgba(10,10,12,.92) 58%,rgba(10,10,12,.72) 82%,rgba(10,10,12,0) 100%);
    }
    button,a{-webkit-tap-highlight-color:transparent}
    .skip-link{
      position:fixed;
      left:18px;
      top:14px;
      z-index:120;
      transform:translateY(-180%);
      padding:12px 16px;
      background:rgba(217,124,43,.96);
      color:#120905;
      font-family:Oswald,sans-serif;
      font-weight:800;
      letter-spacing:.08em;
      text-transform:uppercase;
      clip-path:var(--bite);
      box-shadow:0 18px 36px rgba(0,0,0,.32);
      transition:transform .2s ease;
    }
    .skip-link:focus-visible{transform:translateY(0)}
    .snap-shell{
      position:relative;
      z-index:1;
      height:100vh;
      height:100dvh;
      overflow-y:auto;
      overflow-x:hidden;
      scroll-snap-type:none;
      scroll-padding-top:var(--rail-offset, 96px);
      scroll-padding-bottom:clamp(18px, 3vh, 36px);
      scrollbar-gutter:stable both-edges;
      overscroll-behavior-y:contain;
      -webkit-overflow-scrolling:touch;
      scrollbar-color:var(--rust) #111;
      scrollbar-width:thin;
    }
    .snap-shell::-webkit-scrollbar{width:10px}
    .snap-shell::-webkit-scrollbar-track{background:#111}
    .snap-shell::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--rust),#5b2410)}
    .snap-section{
      position:relative;
      z-index:0;
      min-height:100vh;
      min-height:100svh;
      overflow:visible;
      scroll-snap-align:none;
      scroll-snap-stop:normal;
      scroll-margin-top:var(--rail-offset, 96px);
      isolation:isolate;
      display:block;
      background:
        radial-gradient(circle at 12% 18%,rgba(217,124,43,.09),transparent 25rem),
        radial-gradient(circle at 86% 72%,rgba(116,45,15,.14),transparent 30rem),
        linear-gradient(180deg, rgba(10,10,12,.46), rgba(10,10,12,.72));
    }
    .snap-section.is-active{
      z-index:4;
    }
    .snap-section::before{
      content:"";
      position:absolute;
      inset:-10%;
      z-index:-3;
      opacity:calc(.32 + (var(--landing-scene-energy) * .16));
      transform:translate3d(0,calc(var(--parallax,0)*1px),0) scale(calc(1 + (var(--landing-scene-beat) * .03)));
      background:
        radial-gradient(circle at 18% 16%, rgba(255,204,152,.12), transparent 22rem),
        radial-gradient(circle at 82% 12%, rgba(112,144,172,.08), transparent 24rem),
        linear-gradient(120deg, rgba(255,255,255,.03), transparent 34%),
        linear-gradient(0deg, rgba(255,255,255,.022) 0 1px, transparent 1px 34px);
      transition:transform .08s linear;
    }
    .snap-section::after{
      content:"";
      position:absolute;
      inset:0;
      z-index:-2;
      pointer-events:none;
      background-image:
        radial-gradient(circle at 20% 10%,rgba(255,255,255,.12) 0 1px,transparent 1.5px),
        radial-gradient(circle at 80% 30%,rgba(255,255,255,.08) 0 1px,transparent 1.6px),
        linear-gradient(120deg,transparent 0 46%,rgba(217,124,43,.08) 46% 48%,transparent 48% 100%);
      background-size:7px 7px,11px 11px,210px 210px;
      mix-blend-mode:screen;
      opacity:calc(.11 + (var(--landing-scene-energy) * .07));
    }
    .section-media{
      position:absolute;
      inset:0;
      z-index:-4;
      background:
        radial-gradient(circle at 18% 16%, rgba(255,204,152,.08), transparent 22rem),
        radial-gradient(circle at 82% 18%, rgba(112,144,172,.06), transparent 24rem);
      background-position:center;
      background-size:cover;
      background-image:none!important;
      filter:saturate(.9) contrast(1.08);
      opacity:.44;
      transform:scale(1.05);
    }
    .section-media::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg, rgba(8,10,14,.12), rgba(8,10,14,.48) 56%, rgba(6,8,12,.76)),
        radial-gradient(circle at 50% 30%, rgba(255,212,162,.06), transparent 30rem);
      opacity:calc(.18 + (var(--landing-scene-energy) * .06));
    }
    .container-rust{
      position:relative;
      z-index:1;
      width:min(1400px,calc(100vw - 40px - var(--safe-left) - var(--safe-right)));
      margin-inline:auto;
      padding:
        clamp(92px,9vh,132px)
        max(0px,var(--safe-right))
        calc(clamp(28px,4.2vh,56px) + var(--safe-bottom))
        max(0px,var(--safe-left));
    }
    .centered{
      display:grid;
      min-height:calc(100vh - 18px);
      min-height:calc(100svh - 18px);
      place-items:center;
      text-align:center;
      padding-block:clamp(94px,10vh,138px) clamp(36px,5.6vh,72px);
    }
    .section-title{
      position:relative;
      display:inline-flex;
      align-items:center;
      gap:16px;
      margin-bottom:clamp(22px,3.2vh,38px);
      color:#f4f1ea;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1.9rem,4.2vw,4.1rem);
      letter-spacing:.08em;
      text-transform:uppercase;
      text-shadow:0 10px 34px rgba(0,0,0,.8);
    }
    .section-title::before{
      content:"";
      width:clamp(38px,8vw,112px);
      height:4px;
      clip-path:var(--bite);
      background:linear-gradient(90deg,var(--rust),transparent);
      box-shadow:0 0 22px rgba(217,124,43,.65);
    }
    body.is-landing-audio-reactive .section-title::before{
      box-shadow:0 0 28px rgba(217,124,43,.78);
      background:linear-gradient(90deg, rgba(255,213,166,.92), rgba(217,124,43,.92), transparent);
    }
    .section-kicker{
      color:rgba(239,230,218,.66);
      font-family:Oswald,sans-serif;
      letter-spacing:.18em;
      text-transform:uppercase;
    }
    .rust-panel,.rust-card,.rust-button,.tag,.ip-plate{clip-path:var(--scrap)}
    .rust-panel,.rust-card{
      position:relative;
      border:1px solid rgba(217,124,43,.28);
      background:
        linear-gradient(135deg,rgba(255,255,255,.065),transparent 42%),
        linear-gradient(180deg,rgba(24,24,28,.88),rgba(9,9,11,.9));
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 30px 70px rgba(0,0,0,.38);
    }
    .rust-card::before,.rust-panel::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(90deg,transparent,rgba(217,124,43,.16),transparent),
        radial-gradient(circle at 10% 20%,rgba(255,255,255,.08),transparent 14rem);
      opacity:.38;
      mix-blend-mode:screen;
    }
    .rust-button{
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:48px;
      padding:0 24px;
      border:1px solid rgba(217,124,43,.62);
      background:linear-gradient(180deg,rgba(217,124,43,.92),rgba(125,48,14,.95));
      color:#130b06;
      font-family:Oswald,sans-serif;
      font-weight:800;
      letter-spacing:.08em;
      text-transform:uppercase;
      text-decoration:none;
      transition:transform .22s ease,filter .22s ease,box-shadow .22s ease;
      box-shadow:0 12px 28px rgba(217,124,43,.22);
      touch-action:manipulation;
    }
    .rust-button:hover{transform:translateY(-3px);filter:brightness(1.1);box-shadow:0 20px 44px rgba(217,124,43,.34)}
    .rust-button--ghost{
      background:rgba(15,15,18,.76);
      color:#f0e5d4;
      border-color:rgba(255,255,255,.2);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
    }
    .rust-button--ghost:hover{border-color:rgba(217,124,43,.72);color:#fff}
    .tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:36px;
      padding:0 14px;
      border:1px solid rgba(255,255,255,.18);
      background:rgba(255,255,255,.045);
      color:rgba(246,241,232,.82);
      font-family:Oswald,sans-serif;
      text-transform:uppercase;
      letter-spacing:.1em;
    }
    .tag.is-active{border-color:rgba(217,124,43,.78);background:rgba(217,124,43,.16);color:#fff}
    .reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}
    .reveal.is-visible{opacity:1;transform:translateY(0)}
    .hero .section-media{
      opacity:.64;
    }
    .brand-logo{
      margin:0;
      max-width:min(92vw,980px);
      font-family:"Russo One",sans-serif;
      font-size:clamp(3.3rem,10.2vw,9.6rem);
      line-height:.82;
      letter-spacing:.04em;
      text-transform:uppercase;
      background:linear-gradient(180deg,#fff8e6 0%,#b7b2a8 28%,#3f4145 52%,#f49a42 54%,#672609 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      filter:drop-shadow(0 22px 45px rgba(0,0,0,.82));
    }
    .hero-subtitle{
      margin:20px auto 0;
      max-width:660px;
      color:rgba(238,232,221,.8);
      font-family:Oswald,sans-serif;
      font-size:clamp(.98rem,1.6vw,1.32rem);
      letter-spacing:.1em;
      text-transform:uppercase;
    }
    .ip-plate{
      display:inline-flex;
      align-items:center;
      gap:14px;
      margin-top:28px;
      padding:13px 18px;
      border:1px dashed rgba(217,124,43,.72);
      background:rgba(10,10,12,.78);
      color:#f8eadb;
      font-family:Oswald,sans-serif;
      font-size:clamp(.9rem,1.4vw,1.1rem);
      letter-spacing:.08em;
      transition:border-color .2s ease,transform .2s ease;
      text-decoration:none;
    }
    .ip-plate:hover{transform:translateY(-2px);border-color:rgba(255,180,94,.95)}
    .ip-plate--connect{
      justify-content:center;
      min-width:min(100%, 430px);
      background:
        linear-gradient(135deg,rgba(217,124,43,.22),rgba(10,10,12,.92) 58%),
        rgba(10,10,12,.82);
      box-shadow:0 20px 44px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.035);
    }
    .ip-plate__label{
      font-family:Oswald,sans-serif;
      font-weight:700;
      letter-spacing:.11em;
      text-transform:uppercase;
    }
    .ip-plate__icon,
    .ip-plate__arrow{
      color:var(--rust);
      filter:drop-shadow(0 0 10px rgba(217,124,43,.32));
    }
    .ip-plate,
    .section-rail__link,
    .section-rail__action,
    .modal-close,
    .radio-dial,
    .tag,
    .community-card{
      touch-action:manipulation;
    }
    :where(a,button,input,select,textarea,[tabindex]):focus-visible{
      outline:2px solid rgba(255,209,168,.95);
      outline-offset:3px;
      box-shadow:0 0 0 4px rgba(217,124,43,.22);
    }
    .online-chip{
      display:grid;
      gap:14px;
      width:min(560px,100%);
      margin:28px auto 0;
      padding:18px 22px 20px;
      background:
        linear-gradient(135deg,rgba(217,124,43,.16),rgba(12,12,14,.9) 55%),
        rgba(10,10,12,.84);
      border:1px solid rgba(217,124,43,.34);
      clip-path:var(--scrap);
      box-shadow:0 18px 50px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.03);
      text-align:left;
    }
    .online-chip__countWrap{
      display:grid;
      gap:8px;
      align-content:start;
      justify-items:start;
      min-width:max-content;
    }
    .online-chip__eyebrow{
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:#fff0dd;
      font-family:Oswald,sans-serif;
      font-size:.84rem;
      font-weight:700;
      letter-spacing:.18em;
      text-transform:uppercase;
    }
    .online-chip__eyebrow i{
      color:var(--rust);
      filter:drop-shadow(0 0 10px rgba(217,124,43,.5));
    }
    .online-chip__row{
      display:grid;
      grid-template-columns:auto minmax(0,1fr);
      align-items:center;
      gap:18px;
    }
    .online-chip strong{
      color:#fff;
      font-family:"Russo One",sans-serif;
      font-size:clamp(2.1rem,4.8vw,3.8rem);
      line-height:.9;
      min-width:3ch;
      text-shadow:0 12px 32px rgba(0,0,0,.45);
    }
    .online-chip__status{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:28px;
      padding:0 10px;
      border:1px solid rgba(217,124,43,.24);
      background:rgba(255,255,255,.035);
      clip-path:var(--bite);
      color:rgba(247,233,214,.8);
      font-family:Oswald,sans-serif;
      font-size:.72rem;
      letter-spacing:.14em;
      text-transform:uppercase;
      transition:opacity .25s ease,transform .25s ease,max-height .25s ease,padding .25s ease,border-width .25s ease;
    }
    .online-chip__status::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--rust);
      box-shadow:0 0 0 0 rgba(217,124,43,.45);
      animation:onlinePulse 1.7s infinite;
    }
    .online-chip__details{
      display:grid;
      gap:10px;
      min-width:0;
    }
    .online-chip__meter{
      position:relative;
      overflow:hidden;
      height:14px;
      border:1px solid rgba(255,255,255,.12);
      clip-path:var(--bite);
      background:
        linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 16px),
        linear-gradient(180deg,rgba(255,255,255,.08),rgba(0,0,0,.18));
      background-size:16px 100%,100% 100%;
    }
    .online-chip__fill{
      display:block;
      height:100%;
      width:0;
      background:linear-gradient(90deg,#f7b56c 0%, var(--rust) 52%, #6f2e10 100%);
      box-shadow:0 0 24px rgba(217,124,43,.5);
      transition:width .45s ease;
    }
    .online-chip__scan{
      position:absolute;
      top:-1px;
      bottom:-1px;
      left:-36%;
      width:34%;
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);
      transform:skewX(-22deg);
      pointer-events:none;
      opacity:0;
    }
    .online-chip__labels{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .online-chip__labels span{
      color:rgba(239,230,218,.7);
      font-family:Oswald,sans-serif;
      letter-spacing:.16em;
      text-transform:uppercase;
      font-size:.8rem;
    }
    .online-chip.is-loading .online-chip__fill{
      width:26%;
      background-size:200% 100%;
      animation:onlineBarPulse 1.65s ease-in-out infinite;
    }
    .online-chip.is-loading .online-chip__scan{
      opacity:1;
      animation:onlineScan 1.85s ease-in-out infinite;
    }
    .online-chip.is-ready .online-chip__status{
      opacity:0;
      transform:translateY(-6px);
      max-height:0;
      padding-top:0;
      padding-bottom:0;
      border-width:0;
      overflow:hidden;
    }
    .online-chip.is-error .online-chip__status{
      border-color:rgba(255,123,95,.26);
      color:rgba(255,216,211,.88);
    }
    .online-chip.is-error .online-chip__status::before{
      background:#ff7b5f;
      box-shadow:none;
      animation:none;
    }
    .online-chip.is-error .online-chip__fill{
      width:0 !important;
      animation:none;
      box-shadow:none;
    }
    @keyframes onlinePulse{
      0%{box-shadow:0 0 0 0 rgba(217,124,43,.48)}
      70%{box-shadow:0 0 0 10px rgba(217,124,43,0)}
      100%{box-shadow:0 0 0 0 rgba(217,124,43,0)}
    }
    @keyframes onlineScan{
      0%{left:-36%}
      100%{left:112%}
    }
    @keyframes onlineBarPulse{
      0%,100%{width:22%;filter:saturate(.9)}
      50%{width:46%;filter:saturate(1.15)}
    }
    .particle-field{position:absolute;inset:0;z-index:-1;pointer-events:none;overflow:hidden}
    .particle-field i{position:absolute;width:2px;height:18px;background:rgba(217,124,43,.36);animation:ember 8s linear infinite}
    .particle-field i:nth-child(1){left:12%;top:80%;animation-delay:-1s}
    .particle-field i:nth-child(2){left:28%;top:92%;animation-delay:-4s}
    .particle-field i:nth-child(3){left:54%;top:88%;animation-delay:-2.4s}
    .particle-field i:nth-child(4){left:73%;top:86%;animation-delay:-6s}
    .particle-field i:nth-child(5){left:88%;top:78%;animation-delay:-3s}
    @keyframes ember{0%{transform:translateY(0) rotate(18deg);opacity:0}12%{opacity:1}82%{opacity:.55}100%{transform:translateY(-95vh) rotate(18deg);opacity:0}}
    .server-stack{display:grid;gap:18px;width:min(680px,100%)}
    .server-card{display:grid;grid-template-columns:1fr auto;gap:18px;padding:22px}
    .server-card h3,.news-card h3,.product-card h3{font-family:"Russo One",sans-serif;letter-spacing:.03em}
    .status-dot{display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:999px;background:#35e07a;box-shadow:0 0 18px rgba(53,224,122,.9)}
    .status-dot.is-off{background:#e44949;box-shadow:0 0 18px rgba(228,73,73,.72)}
    .chat-stage{
      display:grid;
      grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
      gap:clamp(18px,3vw,30px);
      align-items:stretch;
    }
    .chat-shell{
      min-height:clamp(340px,46vh,430px);
      padding:clamp(18px,2.4vw,24px);
      display:grid;
      grid-template-rows:auto 1fr auto;
      gap:14px;
    }
    .chat-shell__head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }
    .chat-shell__meta{
      display:grid;
      gap:8px;
      min-width:0;
    }
    .chat-shell__meta h3{
      margin:0;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1.3rem,1.8vw,1.9rem);
      letter-spacing:.05em;
      text-transform:uppercase;
    }
    .chat-shell__meta p{
      margin:0;
      max-width:40rem;
      color:rgba(239,230,218,.68);
      font-size:.94rem;
      line-height:1.48;
    }
    .chat-shell__tools{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .chat-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:34px;
      padding:0 12px;
      border:1px solid rgba(217,124,43,.28);
      background:rgba(217,124,43,.08);
      color:#fff7ea;
      clip-path:var(--bite);
      font-family:Oswald,sans-serif;
      font-size:.88rem;
      letter-spacing:.12em;
      text-transform:uppercase;
      white-space:nowrap;
    }
    .chat-pill i{color:var(--rust)}
    .chat-feed{
      position:relative;
      overflow:auto;
      max-height:min(44vh,420px);
      padding-right:8px;
      display:grid;
      align-content:start;
      gap:12px;
      overscroll-behavior:contain;
      scrollbar-gutter:stable;
      scrollbar-width:thin;
      scrollbar-color:rgba(217,124,43,.54) rgba(255,255,255,.06);
    }
    .chat-feed::-webkit-scrollbar{width:8px}
    .chat-feed::-webkit-scrollbar-track{background:rgba(255,255,255,.04)}
    .chat-feed::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(217,124,43,.78),rgba(94,38,16,.9))}
    .chat-entry{
      display:grid;
      grid-template-columns:60px minmax(0,1fr);
      gap:16px;
      align-items:start;
      padding:13px;
      border:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,0,0,.08));
      clip-path:var(--scrap);
      transition:border-color .22s ease,transform .22s ease,background .22s ease;
    }
    .chat-entry:hover{
      border-color:rgba(217,124,43,.34);
      transform:translateY(-2px);
      background:linear-gradient(180deg,rgba(217,124,43,.07),rgba(0,0,0,.08));
    }
    .chat-entry__avatar{
      width:60px;
      height:60px;
      object-fit:cover;
      clip-path:var(--bite);
      border:1px solid rgba(217,124,43,.28);
      background:#15161a;
    }
    .chat-entry__body{
      min-width:0;
      display:grid;
      gap:10px;
    }
    .chat-entry__line{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
      min-width:0;
    }
    .chat-entry__name{
      font-family:Oswald,sans-serif;
      font-size:.98rem;
      font-weight:700;
      letter-spacing:.04em;
      color:#fff;
    }
    .chat-entry__channel,
    .chat-entry__time{
      color:rgba(239,230,218,.45);
      font-family:Oswald,sans-serif;
      font-size:.78rem;
      letter-spacing:.14em;
      text-transform:uppercase;
      white-space:nowrap;
    }
    .chat-entry__text{
      color:rgba(244,239,232,.86);
      font-size:.94rem;
      line-height:1.5;
      white-space:pre-wrap;
      word-break:break-word;
    }
    .chat-entry__reply{
      padding-left:12px;
      border-left:2px solid rgba(217,124,43,.28);
      color:rgba(239,230,218,.6);
      font-size:.92rem;
      line-height:1.45;
    }
    .chat-entry__reply b{
      color:#fff0dc;
      font-family:Oswald,sans-serif;
      font-weight:700;
      letter-spacing:.06em;
      text-transform:uppercase;
    }
    .chat-empty{
      min-height:100%;
      display:grid;
      place-items:center;
      text-align:center;
      padding:26px;
      border:1px dashed rgba(217,124,43,.3);
      clip-path:var(--scrap);
      color:rgba(239,230,218,.7);
      background:rgba(0,0,0,.12);
    }
    .chat-empty__title{
      font-family:"Russo One",sans-serif;
      font-size:1.3rem;
      text-transform:uppercase;
      color:#fff4e6;
    }
    .chat-empty__text{
      margin-top:8px;
      line-height:1.6;
    }
    .chat-side{
      display:grid;
      gap:16px;
      align-content:start;
    }
    .chat-side__card{
      padding:16px;
      min-height:0;
    }
    .chat-side__card h3{
      margin:0 0 10px;
      font-family:"Russo One",sans-serif;
      font-size:1.02rem;
      letter-spacing:.05em;
      text-transform:uppercase;
    }
    .chat-side__card p{
      margin:0;
      color:rgba(239,230,218,.7);
      font-size:.92rem;
      line-height:1.5;
    }
    .chat-stats{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
    }
    .chat-stat{
      padding:12px;
      clip-path:var(--bite);
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
    }
    .chat-stat__value{
      font-family:"Russo One",sans-serif;
      font-size:1.18rem;
      color:#fff3e1;
    }
    .chat-stat__label{
      margin-top:6px;
      color:rgba(239,230,218,.5);
      font-family:Oswald,sans-serif;
      font-size:.7rem;
      letter-spacing:.14em;
      text-transform:uppercase;
    }
    .chat-channel-list{
      display:grid;
      gap:10px;
    }
    .chat-channel{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.035);
      clip-path:var(--bite);
    }
    .chat-channel__title{
      font-family:Oswald,sans-serif;
      font-weight:700;
      letter-spacing:.05em;
      text-transform:uppercase;
      color:#fff3e6;
      font-size:.92rem;
    }
    .chat-channel__desc{
      margin-top:4px;
      color:rgba(239,230,218,.58);
      font-size:.84rem;
      line-height:1.38;
    }
    .chat-channel__count{
      color:var(--rust);
      font-family:"Russo One",sans-serif;
      font-size:1.05rem;
      white-space:nowrap;
    }
    .webchat-stage{
      display:grid;
      grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
      gap:clamp(18px,3vw,30px);
      align-items:stretch;
    }
    .webchat-shell{
      min-height:clamp(340px,46vh,430px);
      padding:clamp(18px,2.4vw,24px);
      display:grid;
      grid-template-rows:auto 1fr auto;
      gap:14px;
    }
    .webchat-shell__head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }
    .webchat-shell__meta{
      display:grid;
      gap:8px;
      min-width:0;
    }
    .webchat-shell__meta h3{
      margin:0;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1.26rem,1.75vw,1.85rem);
      letter-spacing:.05em;
      text-transform:uppercase;
    }
    .webchat-shell__meta p{
      margin:0;
      max-width:40rem;
      color:rgba(239,230,218,.68);
      font-size:.94rem;
      line-height:1.48;
    }
    .webchat-shell__tools{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .webchat-preview-feed{
      position:relative;
      overflow:auto;
      max-height:min(44vh,420px);
      display:grid;
      align-content:start;
      gap:10px;
      padding-right:8px;
      overscroll-behavior:contain;
      scrollbar-gutter:stable;
      scrollbar-width:thin;
      scrollbar-color:rgba(217,124,43,.54) rgba(255,255,255,.06);
    }
    .webchat-preview-feed::-webkit-scrollbar{width:8px}
    .webchat-preview-feed::-webkit-scrollbar-track{background:rgba(255,255,255,.04)}
    .webchat-preview-feed::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(217,124,43,.78),rgba(94,38,16,.9))}
    .webchat-preview-entry{
      display:grid;
      grid-template-columns:56px minmax(0,1fr);
      gap:12px;
      align-items:start;
      padding:13px;
      border:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,0,0,.08));
      clip-path:var(--scrap);
      transition:border-color .22s ease, transform .22s ease, background .22s ease;
    }
    .webchat-preview-entry:hover{
      border-color:rgba(217,124,43,.34);
      transform:translateY(-2px);
      background:linear-gradient(180deg,rgba(217,124,43,.07),rgba(0,0,0,.08));
    }
    .webchat-preview-entry__avatar{
      width:56px;
      height:56px;
      object-fit:cover;
      clip-path:var(--bite);
      border:1px solid rgba(217,124,43,.28);
      background:#15161a;
    }
    .webchat-preview-entry__body{
      min-width:0;
      display:grid;
      gap:8px;
    }
    .webchat-preview-entry__meta{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      min-width:0;
    }
    .webchat-preview-entry__name{
      font-family:Oswald,sans-serif;
      font-size:.96rem;
      font-weight:700;
      letter-spacing:.04em;
      color:#fff;
    }
    .webchat-preview-entry__time{
      color:rgba(239,230,218,.45);
      font-family:Oswald,sans-serif;
      font-size:.78rem;
      letter-spacing:.14em;
      text-transform:uppercase;
      white-space:nowrap;
    }
    .webchat-preview-entry__text{
      color:rgba(244,239,232,.86);
      font-size:.93rem;
      line-height:1.46;
      white-space:pre-wrap;
      word-break:break-word;
    }
    .webchat-source{
      display:inline-flex;
      align-items:center;
      min-height:26px;
      padding:0 10px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.045);
      clip-path:var(--bite);
      color:#fff1de;
      font-family:Oswald,sans-serif;
      font-size:.72rem;
      font-weight:700;
      letter-spacing:.14em;
      text-transform:uppercase;
      white-space:nowrap;
    }
    .webchat-source--game{
      border-color:rgba(217,124,43,.42);
      background:rgba(217,124,43,.12);
      color:#ffddbd;
    }
    .webchat-source--web{
      border-color:rgba(121,184,255,.34);
      background:rgba(121,184,255,.12);
      color:#d9ecff;
    }
    .news-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,1fr);gap:22px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding:8px 4px 18px;scrollbar-color:var(--rust) rgba(255,255,255,.1)}
    .news-card{min-height:clamp(340px,48vh,410px);scroll-snap-align:start;padding:18px}
    .news-thumb{display:grid;place-items:center;min-height:clamp(170px,24vh,210px);margin-bottom:20px;color:rgba(255,255,255,.35);font-size:3.4rem;background:linear-gradient(135deg,rgba(217,124,43,.2),transparent),radial-gradient(circle at 70% 35%,rgba(255,255,255,.12),transparent 9rem),#111216;clip-path:var(--scrap)}
    .top-grid{display:grid;grid-template-columns:minmax(300px,.84fr) minmax(420px,1.16fr);gap:clamp(24px,5vw,74px);align-items:start}
    .top-showcase{display:grid;gap:18px;align-content:start}
    .top-copy__text{min-height:4.8em}
    .top-switcher{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      overflow:visible;
      overscroll-behavior-x:contain;
      scroll-snap-type:x proximity;
      padding:2px 4px 8px 0;
      scrollbar-color:rgba(217,124,43,.55) rgba(255,255,255,.08);
    }
    .top-selectWrap{
      display:none;
      gap:8px;
      color:rgba(255,220,190,.72);
      font-family:Oswald,sans-serif;
      font-size:.76rem;
      font-weight:700;
      letter-spacing:.14em;
      text-transform:uppercase;
    }
    .top-select{
      width:100%;
      min-height:46px;
      padding:0 44px 0 14px;
      border:1px solid rgba(217,124,43,.48);
      border-radius:0;
      background:#121216;
      color:#fff6eb;
      font:700 .92rem Oswald,sans-serif;
    }
    .top-tab{
      display:inline-flex;
      align-items:center;
      gap:10px;
      min-height:42px;
      padding:0 15px;
      clip-path:var(--bite);
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.03);
      color:rgba(245,237,226,.78);
      font-family:Oswald,sans-serif;
      font-size:.86rem;
      font-weight:700;
      letter-spacing:.08em;
      text-transform:uppercase;
      white-space:nowrap;
      scroll-snap-align:start;
      flex:0 0 auto;
      transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
    }
    .top-tab:hover{
      transform:translateY(-1px);
      border-color:rgba(217,124,43,.36);
      color:#fff;
    }
    .top-tab.is-active{
      color:#fff6eb;
      border-color:rgba(217,124,43,.56);
      background:linear-gradient(180deg,rgba(217,124,43,.22),rgba(24,19,15,.92));
      box-shadow:0 14px 34px rgba(0,0,0,.22);
    }
    .top-tab__icon{
      width:18px;
      height:18px;
      object-fit:contain;
      filter:drop-shadow(0 0 12px rgba(217,124,43,.22));
      opacity:.94;
      flex:0 0 auto;
    }
    .top-spotlight{
      display:grid;
      grid-template-columns:auto minmax(0,1fr);
      gap:16px;
      align-items:center;
      padding:18px;
      transition:opacity .22s ease,transform .22s ease;
    }
    .top-spotlight__iconWrap{
      display:grid;
      place-items:center;
      width:70px;
      min-width:70px;
      height:70px;
      clip-path:var(--bite);
      border:1px solid rgba(217,124,43,.24);
      background:radial-gradient(circle at 50% 35%,rgba(255,239,214,.16),transparent 55%),linear-gradient(180deg,rgba(217,124,43,.16),rgba(13,13,16,.94));
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
    }
    .top-spotlight__iconWrap img{
      width:36px;
      height:36px;
      object-fit:contain;
      filter:drop-shadow(0 0 14px rgba(217,124,43,.28));
    }
    .top-spotlight__iconWrap i{
      color:#f4c38d;
      font-size:1.6rem;
      filter:drop-shadow(0 0 16px rgba(217,124,43,.24));
    }
    .top-spotlight__eyebrow{
      color:rgba(239,230,218,.54);
      font-family:Oswald,sans-serif;
      font-size:.74rem;
      font-weight:700;
      letter-spacing:.18em;
      text-transform:uppercase;
    }
    .top-spotlight__value{
      margin-top:6px;
      color:#fff7ec;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1.12rem,2vw,1.78rem);
      line-height:1.05;
      text-transform:uppercase;
    }
    .top-spotlight__hint{
      margin:8px 0 0;
      color:rgba(239,230,218,.72);
      line-height:1.52;
    }
    .top-shell{
      position:relative;
      overflow:hidden;
      transition:opacity .22s ease,transform .22s ease;
    }
    .top-shell::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(135deg,rgba(217,124,43,.08),transparent 28%,transparent 72%,rgba(255,255,255,.03));
      pointer-events:none;
    }
    .top-shell__status{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
    }
    .top-shell__badge,
    .top-shell__pulse{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:34px;
      padding:0 12px;
      clip-path:var(--bite);
      border:1px solid rgba(255,255,255,.1);
      font-family:Oswald,sans-serif;
      font-size:.76rem;
      font-weight:700;
      letter-spacing:.14em;
      text-transform:uppercase;
    }
    .top-shell__badge{
      color:#fff5e9;
      background:rgba(255,255,255,.035);
      border-color:rgba(217,124,43,.2);
    }
    .top-shell__pulse{
      color:rgba(244,233,219,.68);
      background:rgba(255,255,255,.024);
    }
    .top-shell__pulse::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--rust);
      box-shadow:0 0 0 0 rgba(217,124,43,.45);
      animation:topPulse 1.7s ease-out infinite;
    }
    .top-showcase.is-switching .top-spotlight,
    .top-shell.is-switching{
      opacity:.74;
      transform:translateY(8px);
    }
    .rating-table{
      position:relative;
      z-index:1;
      width:100%;
      border-collapse:collapse;
      font-family:Oswald,sans-serif;
    }
    .rating-table th,.rating-table td{padding:18px 14px;border-bottom:1px dashed rgba(255,255,255,.18);text-align:left}
    .rating-table th{color:rgba(239,230,218,.52);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase}
    .rating-table td{color:#f7efe4;font-size:clamp(1rem,1.6vw,1.25rem)}
    .rating-table tbody tr{
      cursor:pointer;
      transition:background .18s ease,transform .18s ease;
      animation:topRowReveal .42s cubic-bezier(.2,.8,.2,1) both;
      animation-delay:calc(var(--top-row-index, 0) * .055s);
    }
    .rating-table tbody tr:hover{
      background:rgba(255,255,255,.035);
      transform:translateX(3px);
    }
    .top-rank{
      color:#fff5e8;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1rem,1.5vw,1.18rem);
    }
    .top-player{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
      max-width:100%;
    }
    .top-player__avatar{
      width:42px;
      height:42px;
      flex:0 0 auto;
      clip-path:var(--bite);
      border:1px solid rgba(255,255,255,.12);
      background:#0f1013 center/cover no-repeat;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
      overflow:hidden;
      display:grid;
      place-items:center;
      color:rgba(244,233,219,.72);
      font-size:1rem;
    }
    .top-player__avatar img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .top-player__name{
      display:block;
      min-width:0;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      color:#fff6ea;
    }
    .top-value{
      color:#ffd6a8;
      font-family:"Russo One",sans-serif;
      font-size:clamp(.96rem,1.45vw,1.14rem);
      letter-spacing:.02em;
    }
    .top-row--empty td{
      color:rgba(239,230,218,.66);
      justify-content:flex-start;
    }
    .top-row--empty td::before{
      display:none;
    }
    @keyframes topRowReveal{
      from{opacity:0;transform:translateY(12px)}
      to{opacity:1;transform:translateY(0)}
    }
    @keyframes topPulse{
      0%{box-shadow:0 0 0 0 rgba(217,124,43,.42)}
      70%{box-shadow:0 0 0 10px rgba(217,124,43,0)}
      100%{box-shadow:0 0 0 0 rgba(217,124,43,0)}
    }
    .bases-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:dense;gap:20px}
    .base-card{position:relative;min-height:clamp(220px,33vh,280px);overflow:hidden;clip-path:var(--scrap);background:#111;border:1px solid rgba(217,124,43,.26);transition:transform .25s ease,filter .25s ease}
    .base-card:nth-child(2),.base-card:nth-child(5){min-height:clamp(250px,37vh,330px)}
    .base-card:hover{transform:scale(1.02);filter:brightness(1.12)}
    .base-card__image{position:absolute;inset:0;background-position:center;background-size:cover;opacity:.78;transition:transform .35s ease}
    .base-card:hover .base-card__image{transform:scale(1.08)}
    .base-card__bar{position:absolute;inset:auto 0 0 0;display:flex;justify-content:space-between;gap:14px;padding:16px 18px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.92) 20%);font-family:Oswald,sans-serif;font-weight:700}
    .base-card--empty{display:grid;place-items:center;padding:28px;text-align:center;background:linear-gradient(135deg,rgba(217,124,43,.16),rgba(12,12,14,.9));color:rgba(239,230,218,.78)}
    .base-card--empty:hover{transform:none;filter:none}
    .base-card__empty-icon{font-size:2.5rem;color:var(--rust);filter:drop-shadow(0 0 22px rgba(217,124,43,.45))}
    .base-card__empty-title{margin-top:14px;font-family:"Russo One",sans-serif;font-size:1.35rem;text-transform:uppercase;color:#fff}
    .base-card__empty-text{margin-top:8px;font-family:Roboto,sans-serif;line-height:1.55}
    #bases.is-empty{min-height:70svh}
    .market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
    .product-card{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(0,1fr);gap:20px;align-items:center;padding:18px}
    .product-icon{display:grid;place-items:center;aspect-ratio:1.2/1;font-size:3rem;color:var(--rust);background:radial-gradient(circle,rgba(217,124,43,.18),transparent 60%),#101114;clip-path:var(--bite)}
    .radio-receiver{width:min(720px,100%);padding:clamp(22px,4vw,42px);text-align:center}
    .radio-dial{display:inline-grid;place-items:center;width:96px;height:96px;margin:26px auto;border:1px solid rgba(217,124,43,.7);border-radius:999px;background:radial-gradient(circle,rgba(255,235,204,.18),transparent 50%),linear-gradient(180deg,#2b241e,#0f0f12);color:#fff3df;font-size:2rem;transform:translateZ(0) scale(calc(1 + (var(--landing-scene-beat) * .065)));box-shadow:inset 0 0 28px rgba(0,0,0,.8),0 0 calc(28px + (var(--landing-scene-energy) * 18px)) rgba(217,124,43,calc(.18 + (var(--landing-scene-energy) * .2)));transition:transform .16s ease,box-shadow .16s ease}
    .equalizer{display:flex;justify-content:center;align-items:end;gap:8px;height:68px;margin:22px auto}
    .equalizer span{--bar-level:.3;width:10px;height:56px;clip-path:var(--bite);background:linear-gradient(180deg,rgba(255,220,173,.96),rgba(217,124,43,.94));transform-origin:center bottom;transform:scaleY(calc(.18 + var(--bar-level) + (var(--landing-scene-beat) * .72)));opacity:calc(.34 + (var(--landing-scene-energy) * .48));box-shadow:0 0 0 1px rgba(255,255,255,.04),0 0 calc(8px + (var(--landing-scene-energy) * 16px)) rgba(217,124,43,.18);animation:eq .95s cubic-bezier(.42,0,.18,1) infinite alternate;will-change:transform,opacity,box-shadow}
    .equalizer span:nth-child(1){--bar-level:.14}
    .equalizer span:nth-child(2){--bar-level:.34;animation-delay:.08s}
    .equalizer span:nth-child(3){--bar-level:.56;animation-delay:.18s}
    .equalizer span:nth-child(4){--bar-level:.26;animation-delay:.3s}
    .equalizer span:nth-child(5){--bar-level:.62;animation-delay:.42s}
    .equalizer span:nth-child(6){--bar-level:.38;animation-delay:.56s}
    @keyframes eq{from{transform:scaleY(calc(.16 + var(--bar-level) + (var(--landing-scene-beat) * .58)));opacity:calc(.32 + (var(--landing-scene-energy) * .38))}to{transform:scaleY(calc(.4 + var(--bar-level) + (var(--landing-scene-beat) * .98)));opacity:calc(.58 + (var(--landing-scene-energy) * .32))}}
    input[type=range]{accent-color:var(--rust)}
    .community-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
    .community-card{display:grid;gap:18px;min-height:clamp(280px,36vh,340px);align-content:center;padding:clamp(22px,4vw,48px);text-decoration:none;color:#fff;transition:transform .25s ease,border-color .25s ease}
    .community-card:hover{transform:translateY(-6px);border-color:rgba(217,124,43,.74)}
    .community-card h3{
      font-size:clamp(2rem,2.4vw,3rem)!important;
      line-height:.96;
    }
    .community-card p{
      font-size:clamp(.96rem,1vw,1.08rem)!important;
      line-height:1.55;
    }
    .community-card--steam{
      background:
        linear-gradient(145deg,rgba(34,74,101,.24),rgba(12,14,18,.94) 58%),
        var(--panel);
    }
    .steam-community-card__visual{
      position:relative;
      display:flex;
      width:max-content;
      align-items:flex-end;
    }
    .steam-community-card__visual img{
      display:block;
      width:88px;
      height:88px;
      object-fit:cover;
      border:1px solid rgba(124,187,225,.34);
      border-radius:6px;
      box-shadow:0 16px 32px rgba(0,0,0,.34);
    }
    .steam-community-card__visual i{
      display:grid;
      width:34px;
      height:34px;
      margin:0 0 -5px -12px;
      place-items:center;
      color:#fff;
      background:#1b2838;
      border:1px solid rgba(255,255,255,.18);
      border-radius:50%;
      box-shadow:0 8px 18px rgba(0,0,0,.4);
      font-size:1.05rem;
    }
    .steam-community-card__stats{
      display:flex;
      flex-wrap:wrap;
      gap:8px 18px;
      color:rgba(222,234,242,.72);
      font-family:Oswald,sans-serif;
      font-size:.84rem;
      letter-spacing:.05em;
      text-transform:uppercase;
    }
    .steam-community-card__stats > span{
      display:inline-flex;
      align-items:center;
      gap:6px;
    }
    .steam-community-card__stats > span + span{
      padding-left:18px;
      border-left:1px solid rgba(124,187,225,.22);
    }
    .steam-community-card__stats strong{
      color:#fff;
      font-family:"Russo One",sans-serif;
      font-size:1rem;
      letter-spacing:0;
    }
    .steam-community-card__stats i{
      width:7px;
      height:7px;
      border-radius:50%;
      background:#55d69e;
      box-shadow:0 0 10px rgba(85,214,158,.48);
    }
    .site-footer{position:relative;z-index:5;min-height:auto;padding:34px 20px 42px;scroll-snap-align:none;text-align:center;background:#070708;border-top:1px solid rgba(217,124,43,.22)}
    .site-footer a{display:inline-flex;align-items:center;min-height:44px}
    .section-rail{
      position:fixed;
      top:calc(18px + var(--safe-top));
      left:50%;
      z-index:75;
      width:min(1360px,calc(100vw - 30px - var(--safe-left) - var(--safe-right)));
      display:grid;
      grid-template-columns:auto minmax(0,1fr) auto;
      align-items:center;
      justify-items:stretch;
      gap:16px;
      padding:14px 18px;
      border:1px solid rgba(217,124,43,.26);
      background:
        linear-gradient(180deg,rgba(26,24,22,.9),rgba(10,10,12,.92)),
        linear-gradient(90deg,rgba(217,124,43,.06),transparent 30%,transparent 70%,rgba(217,124,43,.04));
      clip-path:var(--scrap);
      box-shadow:0 24px 60px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.03);
      backdrop-filter:none;
      transform:translateX(-50%);
    }
    .section-rail::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(90deg,transparent,rgba(217,124,43,.1),transparent),
        repeating-linear-gradient(90deg,transparent 0 18px,rgba(255,255,255,.018) 18px 19px);
      opacity:.4;
      mix-blend-mode:screen;
    }
    .section-rail__brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      width:auto;
      max-width:240px;
      position:relative;
      left:auto;
      top:auto;
      transform:none;
      justify-self:start;
    }
    .section-rail__logo{
      width:42px;
      height:42px;
      object-fit:cover;
      clip-path:var(--bite);
      border:1px solid rgba(217,124,43,.34);
      background:#0f0f12;
      box-shadow:0 8px 18px rgba(0,0,0,.34);
    }
    .section-rail__brand-copy{
      display:grid;
      gap:2px;
      min-width:0;
    }
    .section-rail__eyebrow{
      color:#fff3e4;
      font-family:"Russo One",sans-serif;
      font-size:.9rem;
      letter-spacing:.08em;
      text-transform:uppercase;
      white-space:nowrap;
    }
    .section-rail__sub{
      color:rgba(239,230,218,.55);
      font-family:Oswald,sans-serif;
      font-size:.72rem;
      letter-spacing:.24em;
      text-transform:uppercase;
      white-space:nowrap;
    }
    .section-rail__nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-width:0;
      width:100%;
      max-width:none;
      overflow-x:auto;
      overflow-y:hidden;
      padding:4px 0;
      scroll-padding-inline:18px;
      scroll-snap-type:x proximity;
      scrollbar-width:none;
      mask-image:none;
    }
    .section-rail__nav::-webkit-scrollbar{display:none}
    .section-rail__selectWrap{display:none;min-width:0;position:relative}
    .section-rail__selectWrap > span{
      position:absolute;
      width:1px;
      height:1px;
      padding:0;
      margin:-1px;
      overflow:hidden;
      clip:rect(0,0,0,0);
      white-space:nowrap;
      border:0;
    }
    .section-rail__selectWrap::after{
      content:"";
      position:absolute;
      right:15px;
      top:50%;
      width:8px;
      height:8px;
      border-right:2px solid rgba(255,222,185,.82);
      border-bottom:2px solid rgba(255,222,185,.82);
      pointer-events:none;
      transform:translateY(-68%) rotate(45deg);
    }
    .section-rail__select{
      width:100%;
      min-height:44px;
      padding:0 38px 0 14px;
      border:1px solid rgba(217,124,43,.52);
      border-radius:0;
      appearance:none;
      background:linear-gradient(180deg,rgba(217,124,43,.16),rgba(22,17,15,.84));
      color:#fff3e4;
      font-family:Oswald,sans-serif;
      font-size:.84rem;
      font-weight:700;
      letter-spacing:.08em;
      text-transform:uppercase;
      clip-path:var(--bite);
    }
    .section-rail__select option{background:#141215;color:#fff3e4}
    .section-rail__link,
    .section-rail__action{
      position:relative;
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 14px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.045);
      color:rgba(245,239,230,.8);
      font-family:Oswald,sans-serif;
      font-size:.84rem;
      letter-spacing:.08em;
      text-transform:uppercase;
      clip-path:var(--bite);
      transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease;
      white-space:nowrap;
      scroll-snap-align:start;
    }
    .section-rail__action > i{
      margin-right:8px;
      font-size:.92em;
    }
    .section-rail__link:hover,
    .section-rail__action:hover{
      transform:translateY(-2px);
      border-color:rgba(217,124,43,.5);
      color:#fff;
      background:rgba(217,124,43,.1);
    }
    .section-rail__link.is-active{
      border-color:rgba(217,124,43,.88);
      background:linear-gradient(180deg,rgba(217,124,43,.24),rgba(112,48,18,.26));
      color:#fff7ee;
      box-shadow:0 12px 30px rgba(217,124,43,.16);
    }
    .section-rail__actions{
      width:auto;
      position:relative;
      right:auto;
      top:auto;
      transform:none;
      display:grid;
      grid-auto-flow:column;
      grid-auto-columns:max-content;
      align-items:center;
      gap:10px;
      justify-content:flex-end;
      justify-self:end;
      min-width:0;
    }
    .section-rail__action--utility{
      min-width:42px;
      padding:0 10px;
      font-size:0;
      letter-spacing:0;
    }
    .section-rail__action--utility::before{
      content:"\2191";
      color:currentColor;
      font-family:"Russo One",sans-serif;
      font-size:1rem;
      line-height:1;
    }
    .section-rail__action--store,
    .section-rail__action--cabinet{
      padding-inline:15px;
    }
    .section-rail__action--cabinet{
      max-width:200px;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .section-rail__action--lite{
      border-color:rgba(167,198,220,.2);
      background:rgba(118,150,172,.08);
      color:#edf5ff;
    }
    .section-rail__action--lite.is-active{
      border-color:rgba(144,201,246,.58);
      background:linear-gradient(180deg,rgba(110,152,182,.3),rgba(40,58,76,.4));
      color:#fff;
      box-shadow:0 12px 28px rgba(112,166,210,.18);
    }
    .section-rail__action--accent{
      border-color:rgba(217,124,43,.74);
      background:linear-gradient(180deg,rgba(217,124,43,.92),rgba(125,48,14,.95));
      color:#150d07;
      font-weight:800;
      box-shadow:0 12px 30px rgba(217,124,43,.18);
    }
    .section-rail__action--accent:hover{
      color:#120905;
      background:linear-gradient(180deg,rgba(235,144,62,.96),rgba(145,58,18,.96));
    }
    .scroll-dots{position:fixed;top:50%;right:22px;z-index:40;display:grid;gap:12px;transform:translateY(-50%)}
    .scroll-dots button{width:14px;height:14px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);clip-path:var(--bite);transition:transform .2s ease,background .2s ease,border-color .2s ease}
    .scroll-dots button.is-active{transform:scale(1.35);border-color:rgba(217,124,43,.95);background:var(--rust);box-shadow:0 0 22px rgba(217,124,43,.75)}
    .toast{position:fixed;left:calc(50% + ((var(--safe-left) - var(--safe-right)) / 2));bottom:calc(30px + var(--safe-bottom));z-index:80;transform:translate(-50%,120%);padding:14px 18px;clip-path:var(--bite);background:rgba(217,124,43,.95);color:#0b0806;font-family:Oswald,sans-serif;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:0;transition:transform .26s ease,opacity .26s ease}
    .toast.is-visible{opacity:1;transform:translate(-50%,0)}
    .modal-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:calc(2.5vh + var(--safe-top)) calc(2.5vw + var(--safe-right)) calc(2.5vh + var(--safe-bottom)) calc(2.5vw + var(--safe-left));background:rgba(0,0,0,.9);backdrop-filter:blur(8px);overscroll-behavior:contain}
    .modal-shell{position:relative;display:flex;width:95vw;height:95vh;border:1px solid rgba(217,124,43,.52);background:#070708;clip-path:var(--scrap);box-shadow:0 28px 90px rgba(0,0,0,.8);overflow:hidden}
    .modal-shell iframe{flex:1 1 auto;width:100%;height:100%;min-height:0;border:0;background:#0a0a0c;display:block;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
    .modal-close{position:absolute;top:12px;right:12px;z-index:2;width:48px;height:48px;border:1px solid rgba(255,255,255,.24);background:rgba(12,12,14,.9);color:#fff;clip-path:var(--bite);font-size:1.2rem}
    .modal-close:hover{color:var(--rust);border-color:rgba(217,124,43,.72)}
    .vote-modal-shell{
      width:min(920px,95vw);
      max-height:min(92vh, calc(100dvh - 32px));
      height:auto;
      display:flex;
      flex-direction:column;
      padding:clamp(22px,3vw,32px);
      overflow:hidden;
      background:
        radial-gradient(circle at 16% 10%,rgba(217,124,43,.14),transparent 18rem),
        linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,0,0,.18)),
        #09090b;
    }
    .vote-modal-shell::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(transparent 0,transparent calc(100% - 1px),rgba(255,255,255,.04) 100%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 1px,transparent 1px 52px);
      opacity:.18;
      mix-blend-mode:screen;
    }
    .vote-modal-content{
      position:relative;
      z-index:1;
      display:grid;
      gap:18px;
      flex:1 1 auto;
      min-height:0;
      margin-top:30px;
      overflow:auto;
      padding-right:6px;
      overscroll-behavior:contain;
      -webkit-overflow-scrolling:touch;
    }
    .vote-modal-state{
      display:grid;
      place-items:center;
      gap:10px;
      min-height:280px;
      padding:28px;
      color:rgba(239,230,218,.78);
      text-align:center;
      clip-path:var(--scrap);
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.03);
    }
    .vote-modal-state i{
      color:var(--rust);
      font-size:1.45rem;
    }
    .vote-modal-state strong{
      font-family:"Russo One",sans-serif;
      font-size:1.1rem;
      text-transform:uppercase;
      letter-spacing:.06em;
      color:#fff;
    }
    .vote-hero{
      display:grid;
      grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);
      gap:16px;
    }
    .vote-card{
      position:relative;
      padding:18px;
      clip-path:var(--scrap);
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.03);
      overflow:hidden;
    }
    .vote-card::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:linear-gradient(135deg,rgba(217,124,43,.18),transparent 44%);
      opacity:.85;
    }
    .vote-card > *{
      position:relative;
      z-index:1;
    }
    .vote-eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-family:Oswald,sans-serif;
      font-size:.82rem;
      letter-spacing:.18em;
      text-transform:uppercase;
      color:rgba(239,230,218,.66);
    }
    .vote-eyebrow i{color:var(--rust)}
    .vote-title{
      margin-top:10px;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1.45rem,2.5vw,2.1rem);
      line-height:1.05;
      text-transform:uppercase;
      color:#fff;
    }
    .vote-text{
      margin-top:12px;
      color:rgba(239,230,218,.82);
      line-height:1.62;
      font-size:.98rem;
    }
    .vote-reward{
      display:inline-flex;
      align-items:center;
      gap:10px;
      margin-top:16px;
      padding:10px 14px;
      font-family:Oswald,sans-serif;
      letter-spacing:.08em;
      text-transform:uppercase;
      color:#fff0de;
      background:rgba(217,124,43,.12);
      border:1px solid rgba(217,124,43,.36);
      clip-path:var(--bite);
    }
    .vote-stats{
      display:grid;
      gap:12px;
    }
    .vote-stat{
      padding:16px;
      clip-path:var(--bite);
      border:1px solid rgba(255,255,255,.1);
      background:rgba(0,0,0,.28);
    }
    .vote-stat__label{
      display:block;
      color:rgba(239,230,218,.56);
      font-family:Oswald,sans-serif;
      letter-spacing:.16em;
      text-transform:uppercase;
      font-size:.76rem;
    }
    .vote-stat__value{
      display:block;
      margin-top:6px;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1.1rem,2vw,1.55rem);
      color:#fff;
    }
    .vote-grid{
      display:grid;
      grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
      gap:16px;
      min-height:0;
    }
    .vote-steps{
      margin:16px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .vote-step{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:12px;
      align-items:start;
    }
    .vote-step__num{
      display:grid;
      place-items:center;
      width:34px;
      height:34px;
      clip-path:var(--bite);
      border:1px solid rgba(217,124,43,.45);
      background:rgba(217,124,43,.12);
      color:#fff;
      font-family:"Russo One",sans-serif;
      font-size:.9rem;
    }
    .vote-step__body strong{
      display:block;
      color:#fff;
      font-family:Oswald,sans-serif;
      text-transform:uppercase;
      letter-spacing:.08em;
    }
    .vote-step__body span{
      display:block;
      margin-top:4px;
      color:rgba(239,230,218,.76);
      line-height:1.55;
      font-size:.94rem;
    }
    .vote-note{
      margin-top:16px;
      padding:14px 16px;
      clip-path:var(--scrap);
      border:1px solid rgba(217,124,43,.28);
      background:rgba(217,124,43,.08);
      color:rgba(255,241,223,.9);
      line-height:1.55;
    }
    .vote-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .vote-head h3{
      margin:0;
      font-family:"Russo One",sans-serif;
      font-size:1.08rem;
      text-transform:uppercase;
      color:#fff;
    }
    .vote-head small{
      color:rgba(239,230,218,.56);
      font-family:Oswald,sans-serif;
      letter-spacing:.14em;
      text-transform:uppercase;
    }
    .vote-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:16px;
    }
    .vote-list{
      display:grid;
      gap:10px;
      max-height:min(42vh,420px);
      min-height:220px;
      overflow:auto;
      padding-right:6px;
      overscroll-behavior:contain;
      scrollbar-width:thin;
      scrollbar-color:var(--rust) rgba(255,255,255,.08);
    }
    .vote-list::-webkit-scrollbar{width:8px}
    .vote-list::-webkit-scrollbar-track{background:rgba(255,255,255,.04)}
    .vote-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--rust),#5b2410)}
    .vote-row{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:12px;
      align-items:center;
      padding:12px 14px;
      clip-path:var(--bite);
      border:1px solid rgba(255,255,255,.08);
      background:rgba(0,0,0,.22);
    }
    .vote-row__avatar{
      width:44px;
      height:44px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.12);
      background:#101114;
      clip-path:var(--bite);
    }
    .vote-row__avatar img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .vote-row__name{
      font-family:Oswald,sans-serif;
      font-size:1rem;
      letter-spacing:.04em;
      color:#fff;
    }
    .vote-row__meta{
      margin-top:3px;
      color:rgba(239,230,218,.54);
      font-size:.82rem;
      letter-spacing:.08em;
      text-transform:uppercase;
    }
    .vote-row__when{
      color:rgba(239,230,218,.7);
      font-family:Oswald,sans-serif;
      letter-spacing:.08em;
      text-transform:uppercase;
      font-size:.82rem;
      white-space:nowrap;
    }
    @media (max-width: 900px){
      .vote-hero,
      .vote-grid{
        grid-template-columns:1fr;
      }
      .vote-list{
        max-height:min(36vh,360px);
      }
    }
    @media (max-width: 640px){
      .vote-modal-shell{
        width:100vw;
        max-height:100dvh;
        height:100dvh;
        clip-path:none;
        padding:18px 14px 20px;
      }
      .vote-modal-content{
        margin-top:34px;
      }
      .vote-row{
        grid-template-columns:44px 1fr;
      }
      .vote-row__when{
        grid-column:2;
        justify-self:start;
      }
    }    @media (max-width:1180px){
      .section-rail{
        padding:12px 136px 12px 118px;
        gap:10px;
      }
      .section-rail__brand,
      .section-rail__actions{
        width:clamp(150px,16vw,198px);
      }
      .section-rail__link,
      .section-rail__action{
        min-height:40px;
        padding:0 14px;
        font-size:.86rem;
      }
      .brand-logo{font-size:clamp(3rem,9.6vw,7.8rem)}
      .hero-subtitle{max-width:38rem}
      .chat-stage,
      .webchat-stage{
        gap:clamp(16px,2.6vw,24px);
      }
      .community-grid{gap:22px}
      .news-card{min-height:clamp(320px,44vh,390px)}
      .base-card{min-height:clamp(210px,30vh,258px)}
      .base-card:nth-child(2),.base-card:nth-child(5){min-height:clamp(228px,33vh,296px)}
    }
    @media (max-width:1024px){
      .top-grid,.community-grid,.chat-stage,.webchat-stage{grid-template-columns:1fr}
      .top-copy__text{min-height:auto}
      .top-switcher{max-width:100%}
      .bases-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .market-grid{grid-template-columns:1fr}
      .section-rail{padding:12px 126px 12px 108px}
      .section-rail__nav{max-width:none}
      .section-rail__brand,
      .section-rail__actions{width:auto}
      .section-rail__brand-copy{display:none}
      .section-rail__brand,.section-rail__actions{justify-content:center}
      .brand-logo{font-size:clamp(3rem,9vw,7.2rem)}
      .hero-subtitle{font-size:clamp(.92rem,1.45vw,1.16rem)}
    }
    @media (max-width:1320px){
      .section-rail__nav{
        justify-content:flex-start;
        padding-inline:2px 18px;
      }
    }
    @media (max-width:860px){
      .container-rust{
        width:min(1400px,calc(100vw - 30px - var(--safe-left) - var(--safe-right)));
        padding-top:110px;
      }
      .centered{
        padding-block:112px calc(32px + var(--safe-bottom));
      }
      .brand-logo{font-size:clamp(2.8rem,12vw,5.8rem)}
      .hero-subtitle{
        max-width:32rem;
        font-size:.92rem;
        letter-spacing:.08em;
      }
      .ip-plate--connect{
        width:min(100%, 420px);
      }
      .online-chip{
        width:min(100%, 560px);
        padding:16px 18px 18px;
      }
      .chat-shell,.webchat-shell{
        min-height:auto;
      }
      .chat-side{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
      .community-card{
        min-height:240px;
        padding:22px;
      }
      .community-card h3{
        font-size:clamp(1.7rem,5vw,2.4rem)!important;
      }
    }
    @media (max-width:720px){
      body{overflow:auto}
      .snap-shell{scroll-snap-type:none}
      .container-rust{
        width:min(1400px,calc(100vw - 26px - var(--safe-left) - var(--safe-right)));
        padding-top:118px;
      }
      .section-rail{
        top:calc(10px + var(--safe-top));
        width:calc(100vw - 16px - var(--safe-left) - var(--safe-right));
        grid-template-columns:1fr;
        gap:10px;
        padding:10px 10px calc(10px + max(0px,var(--safe-bottom)) * 0);
      }
      .section-rail__brand,
      .section-rail__actions{
        position:static;
        transform:none;
      }
      .section-rail__brand{justify-content:center}
      .section-rail__brand-copy{display:none}
      .section-rail__logo{width:38px;height:38px}
      .section-rail__nav{justify-content:flex-start;padding:0 0 2px;gap:8px}
      .section-rail__link,
      .section-rail__action{min-height:38px;padding:0 13px;font-size:.8rem}
      .section-rail__actions{width:100%;justify-content:center;gap:8px}
      .section-rail__actions > *{flex:1 1 0}
      .scroll-dots{display:none}
      .scroll-dots button{width:10px;height:10px}
      .server-card,.product-card,.chat-entry{grid-template-columns:1fr}
      .webchat-preview-entry{grid-template-columns:1fr}
      .news-slider{grid-auto-columns:calc(100vw - 46px)}
      .bases-grid{grid-template-columns:1fr}
      .chat-shell,.webchat-shell{padding:18px}
      .chat-shell__head,.webchat-shell__head{align-items:flex-start;flex-direction:column}
      .chat-shell__tools,.webchat-shell__tools{justify-content:flex-start}
      .chat-entry__avatar,.webchat-preview-entry__avatar{width:52px;height:52px}
      .chat-stats{grid-template-columns:1fr 1fr}
      .online-chip{
        width:min(100%,520px);
        padding:16px;
      }
      .brand-logo{font-size:clamp(2.8rem,14vw,5.4rem)}
      .hero-subtitle{max-width:34rem;font-size:.92rem;letter-spacing:.08em}
      .ip-plate{font-size:.9rem;padding:12px 15px}
      .ip-plate--connect{
        gap:12px;
      }
      .online-chip__row{
        grid-template-columns:1fr;
        gap:12px;
      }
      .online-chip strong{
        min-width:0;
      }
      .chat-side{
        grid-template-columns:1fr;
      }
      .community-card{
        min-height:220px;
        gap:14px;
      }
      .community-card h3{
        font-size:clamp(1.54rem,6vw,2.05rem)!important;
      }
      .community-card p{
        font-size:.92rem!important;
        line-height:1.5;
      }
      .rating-table,.rating-table thead,.rating-table tbody,.rating-table tr,.rating-table th,.rating-table td{display:block}
      .rating-table thead{display:none}
      .rating-table tr{padding:12px 0;border-bottom:1px dashed rgba(255,255,255,.2)}
      .rating-table td{display:flex;justify-content:space-between;gap:18px;border-bottom:0;padding:8px 0}
      .rating-table td::before{content:attr(data-label);color:rgba(239,230,218,.52);letter-spacing:.12em;text-transform:uppercase}
      .top-shell .rating-table td{align-items:center}
      .top-shell .rating-table td:nth-child(2){justify-content:flex-start}
      .modal-overlay{padding:0}
      .modal-shell{width:100vw;height:100vh;clip-path:none}
    }
    @media (max-width:640px){
      .container-rust{padding-top:112px}
      .centered{padding-block:124px calc(82px + var(--safe-bottom))}
      .section-title{
        margin-bottom:16px;
        font-size:clamp(1.45rem,7vw,2.2rem);
      }
      .section-kicker{
        letter-spacing:.13em;
      }
      .top-showcase{gap:14px}
      .top-tab{
        min-height:38px;
        padding-inline:12px;
        font-size:.76rem;
        letter-spacing:.07em;
      }
      .top-tab__icon{
        width:16px;
        height:16px;
      }
      .top-spotlight{
        grid-template-columns:1fr;
        gap:12px;
        padding:16px;
      }
      .top-spotlight__iconWrap{
        width:56px;
        min-width:56px;
        height:56px;
      }
      .top-shell__status{
        align-items:flex-start;
        margin-bottom:10px;
      }
      .top-shell__pulse{
        display:none;
      }
      .top-player{
        max-width:min(210px,58vw);
      }
      .chat-shell,.webchat-shell{
        padding:16px;
        gap:12px;
      }
      .chat-shell__meta h3,.webchat-shell__meta h3{
        font-size:1.05rem;
      }
      .chat-shell__meta p,.webchat-shell__meta p{
        font-size:.86rem;
        line-height:1.42;
      }
      .chat-pill{
        min-height:32px;
        padding:0 10px;
        font-size:.74rem;
        letter-spacing:.1em;
      }
      .chat-feed,.webchat-preview-feed{
        max-height:min(38vh,280px);
        gap:10px;
      }
      .chat-entry,.webchat-preview-entry{
        padding:11px;
      }
      .chat-entry__text,.webchat-preview-entry__text{
        font-size:.88rem;
        line-height:1.42;
      }
      .news-slider{
        grid-auto-columns:calc(100vw - 34px - var(--safe-left) - var(--safe-right));
        gap:16px;
      }
      .news-card{
        min-height:300px;
        padding:16px;
      }
      .news-thumb{
        min-height:140px;
        margin-bottom:16px;
        font-size:2.6rem;
      }
      .base-card,
      .base-card:nth-child(2),
      .base-card:nth-child(5){
        min-height:220px;
      }
      .product-card{
        gap:14px;
        padding:16px;
      }
      .radio-receiver{
        padding:18px;
      }
    }
    @media (max-height:900px){
      .container-rust{padding-top:86px;padding-bottom:24px}
      .centered{padding-block:88px 30px}
      .section-title{margin-bottom:18px;font-size:clamp(1.75rem,3.2vw,3.3rem)}
      .brand-logo{font-size:clamp(2.9rem,8.6vw,7rem)}
      .hero-subtitle{font-size:clamp(.9rem,1.35vw,1.1rem)}
      .online-chip strong{font-size:clamp(1.9rem,4vw,3.2rem)}
      .chat-shell,.webchat-shell{min-height:min(380px,calc(100svh - 250px))}
      .chat-feed,.webchat-preview-feed{max-height:min(40vh,360px)}
      .news-card{min-height:320px}
      .news-thumb{min-height:150px}
      .community-card{min-height:240px}
    }
    @media (max-height:760px){
      .container-rust{padding-top:80px;padding-bottom:22px}
      .centered{padding-block:84px 24px}
      .brand-logo{font-size:clamp(2.6rem,7vw,5.8rem)}
      .hero-subtitle{font-size:.88rem;letter-spacing:.08em}
      .online-chip strong{font-size:clamp(1.7rem,3.6vw,2.8rem)}
      .chat-shell__meta h3,.webchat-shell__meta h3{font-size:clamp(1.12rem,1.65vw,1.6rem)}
      .chat-shell,.webchat-shell{min-height:min(320px,calc(100svh - 220px))}
      .chat-feed,.webchat-preview-feed{max-height:min(36vh,300px)}
      .section-title{font-size:clamp(1.5rem,3vw,2.6rem)}
      .radio-dial{width:84px;height:84px}
      .equalizer{height:52px;margin:18px auto}
    }
    @media (max-width:520px){
      .section-rail__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
      .section-rail__action--utility{display:none !important}
      .container-rust{padding-top:102px}
      .centered{padding-block:120px calc(84px + var(--safe-bottom))}
      .section-rail__nav{padding-right:2px}
      .section-rail__link{min-height:36px;padding:0 12px;font-size:.76rem}
      .section-rail__sub{display:none}
      .section-rail__logo{width:34px;height:34px}
      .brand-logo{font-size:clamp(2.4rem,13vw,4.4rem)}
      .hero-subtitle{font-size:.84rem}
      .ip-plate{
        width:100%;
        justify-content:center;
      }
      .ip-plate__label{
        letter-spacing:.08em;
      }
      .online-chip{
        margin-top:22px;
        padding:14px;
      }
      .online-chip__labels{display:grid;gap:8px}
      .chat-stats{grid-template-columns:1fr}
      .chat-entry__avatar,.webchat-preview-entry__avatar{width:48px;height:48px}
      .community-card{
        min-height:200px;
        padding:18px;
      }
      .community-card h3{
        font-size:1.42rem!important;
      }
      .community-card p{
        font-size:.88rem!important;
      }
      .toast{
        width:min(calc(100vw - 24px - var(--safe-left) - var(--safe-right)), 360px);
        text-align:center;
      }
    }
    @media (max-width:520px), (max-height:760px){
      .hero [data-hero-promo]{
        display:none!important;
      }
    }
    @media (hover:none){
      .rust-button:hover,
      .ip-plate:hover,
      .chat-entry:hover,
      .webchat-preview-entry:hover,
      .community-card:hover,
      .base-card:hover{
        transform:none;
      }
      .base-card:hover{
        filter:none;
      }
      .base-card:hover .base-card__image{
        transform:none;
      }
    }
    @media (pointer:coarse){
      .section-rail__link,
      .section-rail__action,
      .rust-button,
      .tag,
      .ip-plate,
      .modal-close{
        min-height:44px;
      }
      .radio-dial{
        width:104px;
        height:104px;
      }
    }
    .section-rail__actions{
      width:auto;
      gap:10px;
    }
    .section-rail__actions .section-rail__action{
      display:inline-flex;
    }
    .section-rail__action--store{
      border-color:rgba(217,124,43,.88);
      background:linear-gradient(180deg,rgba(235,146,66,.98),rgba(138,58,18,.98));
      color:#170d06;
      font-weight:900;
      box-shadow:0 16px 34px rgba(217,124,43,.22);
    }
    .section-rail__action--store:hover{
      color:#120904;
      background:linear-gradient(180deg,rgba(247,160,82,.98),rgba(159,67,22,.98));
    }
    .section-rail__action--cabinet{
      border-color:rgba(255,255,255,.16);
      background:rgba(255,255,255,.05);
      color:#fff3e4;
    }
    .community-switcher{
      display:grid;
      gap:18px;
    }
    .community-switcher--simple{
      gap:22px;
    }
    .community-switcher__head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:18px 24px;
      flex-wrap:wrap;
    }
    .community-switcher__intro{
      margin:10px 0 0;
      max-width:56rem;
      color:rgba(239,230,218,.7);
      font-size:.95rem;
      line-height:1.5;
    }
    .community-switcher__tabs{
      display:inline-flex;
      flex-wrap:wrap;
      gap:10px;
      padding:8px;
      border:1px solid rgba(255,255,255,.08);
      clip-path:var(--scrap);
      background:rgba(5,5,7,.54);
      backdrop-filter:none;
    }
    .community-tab{
      min-height:42px;
      padding:0 18px;
      border:1px solid rgba(255,255,255,.1);
      clip-path:var(--bite);
      background:rgba(255,255,255,.04);
      color:rgba(246,239,231,.74);
      font-family:Oswald,sans-serif;
      font-size:.84rem;
      font-weight:700;
      letter-spacing:.16em;
      text-transform:uppercase;
      transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
    }
    .community-tab:hover{
      transform:translateY(-2px);
      border-color:rgba(217,124,43,.42);
      color:#fff;
    }
    .community-tab.is-active{
      border-color:rgba(217,124,43,.8);
      background:linear-gradient(180deg,rgba(217,124,43,.2),rgba(111,48,18,.24));
      color:#fff6ea;
      box-shadow:0 10px 22px rgba(217,124,43,.15);
    }
    .community-showcase{
      display:grid;
      grid-template-columns:minmax(0,1.16fr) minmax(280px,.84fr);
      gap:clamp(18px,3vw,30px);
      align-items:stretch;
    }
    .community-showcase__lead{
      min-height:clamp(340px,44vh,430px);
      display:grid;
      align-content:space-between;
      gap:clamp(18px,2.6vw,30px);
      padding:clamp(22px,3vw,34px);
    }
    .community-showcase__hero{
      display:grid;
      gap:14px;
      max-width:48rem;
    }
    .community-showcase__hero h3{
      margin:0;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1.8rem,2.7vw,3.2rem);
      line-height:.96;
      text-transform:uppercase;
    }
    .community-showcase__hero p{
      margin:0;
      max-width:44rem;
      color:rgba(239,230,218,.76);
      font-size:1rem;
      line-height:1.62;
    }
    .community-showcase__stats{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
    }
    .community-showcase__stat{
      position:relative;
      display:grid;
      gap:8px;
      min-height:116px;
      padding:16px 18px;
      border:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
      clip-path:var(--bite);
      overflow:hidden;
    }
    .community-showcase__stat::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(110deg,transparent 0%,rgba(217,124,43,.08) 38%,rgba(255,214,173,.16) 50%,rgba(217,124,43,.06) 62%,transparent 100%);
      transform:translateX(-120%);
      animation:communitySweep 5.8s ease-in-out infinite;
      pointer-events:none;
    }
    .community-showcase__statValue{
      position:relative;
      z-index:1;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1.7rem,2.6vw,3rem);
      line-height:.94;
      text-transform:uppercase;
      color:#fff6e8;
    }
    .community-showcase__statLabel{
      position:relative;
      z-index:1;
      color:rgba(255,220,190,.76);
      font-family:Oswald,sans-serif;
      font-size:.76rem;
      font-weight:700;
      letter-spacing:.18em;
      text-transform:uppercase;
    }
    .community-showcase__statMeta{
      position:relative;
      z-index:1;
      color:rgba(239,230,218,.64);
      font-size:.88rem;
      line-height:1.44;
    }
    .community-showcase__stat.is-loading .community-showcase__statValue,
    .community-showcase__stat.is-loading .community-showcase__statMeta{
      color:rgba(239,230,218,.3);
    }
    .community-showcase__actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
    }
    .community-showcase__rail{
      display:grid;
      gap:14px;
      align-content:start;
    }
    .community-showcase__railTitle{
      color:rgba(255,220,190,.68);
      font-family:Oswald,sans-serif;
      font-size:.78rem;
      font-weight:700;
      letter-spacing:.18em;
      text-transform:uppercase;
    }
    .community-note{
      display:grid;
      gap:10px;
      min-height:0;
      padding:18px 20px;
      align-content:start;
    }
    .community-note__eyebrow{
      color:rgba(255,220,190,.68);
      font-family:Oswald,sans-serif;
      font-size:.72rem;
      font-weight:700;
      letter-spacing:.18em;
      text-transform:uppercase;
    }
    .community-note h4{
      margin:0;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1rem,1.1vw,1.2rem);
      line-height:1.08;
      text-transform:uppercase;
    }
    .community-note p{
      margin:0;
      color:rgba(239,230,218,.72);
      font-size:.94rem;
      line-height:1.5;
    }
    .community-note__count{
      display:inline-flex;
      align-items:center;
      width:max-content;
      max-width:100%;
      min-height:34px;
      padding:0 12px;
      border:1px solid rgba(217,124,43,.24);
      background:rgba(217,124,43,.08);
      color:#fff5e8;
      font-family:Oswald,sans-serif;
      font-size:.82rem;
      font-weight:700;
      letter-spacing:.14em;
      text-transform:uppercase;
      clip-path:var(--bite);
    }
    .community-note.is-loading .community-note__count{
      color:rgba(255,245,232,.46);
    }
    @keyframes communitySweep{
      0%,12%{transform:translateX(-120%)}
      44%,100%{transform:translateX(120%)}
    }
    .webchat-widget[hidden]{display:none!important}
    body.is-webchat-open{overflow:hidden}
    body.is-webchat-open .snap-shell{overflow:hidden}
    body.is-modal-open .snap-shell{overflow:hidden}
    .webchat-launcher{
      position:fixed;
      right:max(20px,calc(20px + var(--safe-right)));
      bottom:max(22px,calc(22px + var(--safe-bottom)));
      z-index:82;
      min-width:min(340px,calc(100vw - 28px - var(--safe-left) - var(--safe-right)));
      display:inline-grid;
      grid-template-columns:auto minmax(0,1fr) auto;
      align-items:center;
      gap:12px;
      padding:14px 16px;
      border:1px solid rgba(217,124,43,.34);
      clip-path:var(--scrap);
      background:linear-gradient(180deg,rgba(18,18,20,.96),rgba(8,8,10,.94));
      box-shadow:0 26px 60px rgba(0,0,0,.42);
      backdrop-filter:none;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
      color:#fff7ef;
      transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,opacity .24s ease;
    }
    .webchat-launcher:hover{
      transform:translateY(-3px);
      border-color:rgba(217,124,43,.62);
      box-shadow:0 30px 72px rgba(0,0,0,.5);
    }
    .webchat-launcher[aria-expanded="true"]{
      opacity:0;
      pointer-events:none;
      transform:translateY(10px);
    }
    .webchat-launcher__pulse{
      width:12px;
      height:12px;
      border-radius:999px;
      background:#d97c2b;
      box-shadow:0 0 0 0 rgba(217,124,43,.54);
      animation:webchatPulse 1.9s ease-out infinite;
    }
    .webchat-launcher__copy{
      display:grid;
      gap:4px;
      min-width:0;
      text-align:left;
    }
    .webchat-launcher__eyebrow{
      color:rgba(255,220,190,.7);
      font-family:Oswald,sans-serif;
      font-size:.72rem;
      font-weight:700;
      letter-spacing:.16em;
      text-transform:uppercase;
    }
    .webchat-launcher__copy strong{
      display:block;
      min-width:0;
      color:#fff8ef;
      font-family:Oswald,sans-serif;
      font-size:1rem;
      font-weight:700;
      letter-spacing:.03em;
      line-height:1.08;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .webchat-launcher__count{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:46px;
      height:38px;
      padding:0 10px;
      border:1px solid rgba(255,255,255,.12);
      clip-path:var(--bite);
      background:rgba(255,255,255,.05);
      font-family:"Russo One",sans-serif;
      font-size:1rem;
    }
    .webchat-widget{
      position:fixed;
      inset:0;
      z-index:90;
      display:grid;
      align-items:center;
      justify-items:end;
      padding:26px max(26px,var(--safe-right)) 26px max(26px,var(--safe-left));
    }
    .webchat-widget__scrim{
      position:absolute;
      inset:0;
      border:0;
      background:rgba(3,3,4,.76);
      backdrop-filter:none;
    }
    .webchat-widget__panel{
      position:relative;
      z-index:1;
      width:min(640px,calc(100vw - 44px - var(--safe-left) - var(--safe-right)));
      min-height:min(760px,calc(100dvh - 44px - var(--safe-top) - var(--safe-bottom)));
      max-height:calc(100dvh - 44px - var(--safe-top) - var(--safe-bottom));
      display:grid;
      grid-template-rows:auto minmax(0,1fr);
      gap:14px;
      padding:18px;
      overflow:hidden;
      background:
        radial-gradient(circle at 12% 10%,rgba(217,124,43,.1),transparent 18rem),
        linear-gradient(180deg,rgba(24,24,28,.94),rgba(8,8,10,.98));
      contain:layout paint;
    }
    .webchat-widget:not([hidden]) .webchat-widget__panel{
      animation:webchatWidgetReveal .28s cubic-bezier(.2,.9,.24,1) both;
    }
    .webchat-widget__head{
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      grid-template-areas:"meta tools";
      gap:12px 14px;
      align-items:center;
    }
    .webchat-widget__head--compact{align-items:center}
    .webchat-widget__meta{
      grid-area:meta;
      display:grid;
      gap:0;
      min-width:0;
    }
    .webchat-widget__meta h2{
      margin:0;
      font-family:"Russo One",sans-serif;
      font-size:clamp(1.42rem,2vw,1.9rem);
      text-transform:uppercase;
      line-height:1;
    }
    .webchat-widget__tools{
      grid-area:tools;
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      align-self:center;
    }
    .webchat-widget .modal-close{
      position:static;
      inset:auto;
      width:46px;
      height:46px;
      flex:0 0 auto;
      border-color:rgba(255,255,255,.18);
      background:rgba(12,12,14,.88);
      box-shadow:0 10px 20px rgba(0,0,0,.24);
    }
    .webchat-widget__body{
      min-height:0;
      display:grid;
      grid-template-rows:minmax(0,1fr);
    }
    .webchat-widget__body--frame{
      gap:0;
    }
    .webchat-widget__frameWrap{
      min-height:0;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
      border-radius:20px;
      background:
        linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.006)),
        rgba(7,7,9,.96);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
    }
    .webchat-widget__frame{
      display:block;
      width:100%;
      min-height:0;
      height:100%;
      border:0;
      background:#0a0a0c;
    }
    .webchat-preview-feed--widget{
      max-height:none;
      min-height:0;
      padding-right:2px;
    }
    .webchat-widget__stats{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px;
    }
    @keyframes webchatWidgetReveal{
      from{
        opacity:0;
        transform:translate3d(0,24px,0) scale(.985);
      }
      to{
        opacity:1;
        transform:translate3d(0,0,0) scale(1);
      }
    }
    @keyframes webchatPulse{
      0%{box-shadow:0 0 0 0 rgba(217,124,43,.54)}
      70%{box-shadow:0 0 0 12px rgba(217,124,43,0)}
      100%{box-shadow:0 0 0 0 rgba(217,124,43,0)}
    }
    @media (max-width:1180px){
      .section-rail__actions{
        width:auto;
      }
    }
    @media (max-width:1024px){
      .community-switcher__head{
        align-items:flex-start;
      }
      .community-showcase{
        grid-template-columns:1fr;
      }
    }
    @media (max-width:860px){
      .community-switcher__tabs{
        width:100%;
      }
      .community-tab{
        flex:1 1 0;
        justify-content:center;
      }
    }
    @media (max-width:720px){
      .section-rail__actions{
        width:100%;
        grid-auto-flow:column;
        grid-auto-columns:minmax(0,1fr);
        justify-content:center;
        gap:8px;
      }
      .section-rail__action--utility{
        display:none !important;
      }
      .section-rail__action--store,
      .section-rail__action--cabinet{
        width:100%;
      }
      .community-showcase__lead{
        min-height:auto;
      }
      .community-showcase__stats{
        grid-template-columns:1fr;
      }
      .community-showcase__stat{
        min-height:104px;
      }
      .community-showcase__hero h3{
        font-size:clamp(1.56rem,6vw,2.3rem);
      }
      .community-showcase__hero p,
      .community-note p{
        font-size:.92rem;
      }
      .webchat-launcher{
        right:max(10px,calc(10px + var(--safe-right)));
        left:max(10px,calc(10px + var(--safe-left)));
        bottom:max(12px,calc(12px + var(--safe-bottom)));
        min-width:0;
      }
      .webchat-widget{
        align-items:end;
        justify-items:stretch;
        padding:0;
      }
      .webchat-widget__panel{
        width:100%;
        max-height:min(88svh,820px);
        min-height:min(88svh,820px);
        padding:16px;
        border-left:0;
        border-right:0;
        border-bottom:0;
        clip-path:polygon(0 18px,18px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%);
      }
      .webchat-widget__head{
        gap:10px;
      }
      .webchat-widget__tools{
        flex-direction:column-reverse;
        align-items:flex-end;
      }
    }
    @media (max-width:520px){
      .section-rail__actions{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        grid-auto-flow:row;
      }
      .webchat-launcher__copy strong{
        font-size:.86rem;
      }
      .webchat-launcher__count{
        min-width:40px;
        height:34px;
      }
      .webchat-widget__meta h2{
        font-size:clamp(1.16rem,7.4vw,1.52rem);
      }
      .webchat-widget__frameWrap{
        border-radius:16px;
      }
    }
    @media (max-width:1180px){
      .section-rail{
        padding:12px 14px;
      }
      .section-rail__actions .section-rail__action--utility,
      .section-rail__actions .section-rail__action--store{
        display:none;
      }
      .section-rail__action--lite{
        width:42px;
        min-width:42px;
        padding:0;
        font-size:0;
      }
      .section-rail__action--lite > i{
        margin:0;
        font-size:1rem;
      }
      .webchat-launcher{
        right:max(12px,calc(12px + var(--safe-right)));
        left:auto;
        width:auto;
        min-width:0;
        grid-template-columns:auto auto auto;
        gap:8px;
        padding:10px 12px;
      }
      .webchat-launcher__copy{
        display:block;
      }
      .webchat-launcher__copy strong{
        display:none;
      }
      .webchat-launcher__count{
        min-width:34px;
        height:32px;
        padding:0 8px;
        font-size:.88rem;
      }
    }
    @media (max-width:900px){
      .section-rail{
        grid-template-columns:auto minmax(0,1fr);
        gap:8px 12px;
      }
      .section-rail__brand{
        grid-column:1;
        grid-row:1;
      }
      .section-rail__actions{
        grid-column:2;
        grid-row:1;
      }
      .section-rail__nav{
        grid-column:1 / -1;
        grid-row:2;
        justify-content:center;
        width:100%;
        max-width:none;
        padding-inline:0;
      }
      .section-rail__actions .section-rail__action--store{
        display:inline-flex;
      }
    }
    @media (max-width:720px){
      .section-rail{
        grid-template-columns:1fr;
      }
      .section-rail__brand{
        grid-column:1;
        grid-row:1;
      }
      .section-rail__nav{
        grid-column:1;
        grid-row:2;
        justify-content:flex-start;
      }
      .section-rail__actions{
        grid-column:1;
        grid-row:3;
      }
      .section-rail__actions .section-rail__action--store{
        display:inline-flex;
      }
      .section-rail__action--lite{
        width:100%;
        min-width:0;
        padding:0 13px;
        font-size:.8rem;
      }
      .section-rail__action--lite > i{
        margin-right:8px;
        font-size:.92em;
      }
      .top-switcher{
        display:none;
      }
      .top-selectWrap{
        display:grid;
      }
      .top-selectWrap > span{
        position:absolute;
        width:1px;
        height:1px;
        padding:0;
        margin:-1px;
        overflow:hidden;
        clip:rect(0,0,0,0);
        white-space:nowrap;
        border:0;
      }
      .top-showcase{
        gap:12px;
      }
      [data-top-title]{
        margin-top:8px !important;
        font-size:2.35rem !important;
        line-height:.98 !important;
      }
      .top-copy__text{
        min-height:0;
        margin-top:8px !important;
      }
      .hero .centered{
        place-items:start center;
        padding-top:calc(var(--rail-offset, 118px) + 12px);
      }
    }
    @media (max-width:520px){
      .webchat-launcher{
        right:max(10px,calc(10px + var(--safe-right)));
        left:auto;
        width:auto;
        min-width:0;
        grid-template-columns:auto auto auto;
        gap:8px;
        padding:10px 12px;
      }
      .webchat-launcher__copy{
        display:block;
      }
      .webchat-launcher__copy strong{
        display:none;
      }
      .webchat-launcher__count{
        min-width:34px;
        height:32px;
        padding:0 8px;
        font-size:.88rem;
      }
      [data-top-title]{
        font-size:2.15rem !important;
      }
    }
    @media (max-width:720px){
      .section-rail{
        grid-template-columns:auto minmax(0,1fr);
        gap:8px 10px;
      }
      .section-rail__brand{
        grid-column:1;
        grid-row:1;
        justify-content:flex-start;
      }
      .section-rail__nav{display:none}
      .section-rail__selectWrap{
        display:block;
        grid-column:2;
        grid-row:1;
      }
      .section-rail__actions{
        grid-column:1 / -1;
        grid-row:2;
        display:grid;
        grid-template-columns:minmax(0,1fr) minmax(0,1.45fr) 44px;
        grid-auto-flow:row;
        grid-auto-columns:auto;
        gap:7px;
      }
      .section-rail__actions .section-rail__action{
        width:100%;
        min-width:0;
        min-height:40px;
        padding-inline:10px;
        overflow:hidden;
        text-overflow:ellipsis;
      }
      .section-rail__action--lite{
        width:44px;
        min-width:44px;
        padding:0;
        font-size:0;
      }
      .section-rail__action--lite > i{
        margin:0;
        font-size:1rem;
      }
      .section-rail__action--lite > span{display:none}
    }
    .hero,
    .hero .centered{
      min-height:calc(100svh - 72px);
    }
    @media (max-width:720px){
      .hero,
      .hero .centered{
        min-height:calc(100svh - 36px);
      }
    }
    @media (max-width:360px) and (max-height:760px){
      .hero .centered{padding-bottom:24px}
      .hero-quick-actions{display:none!important}
    }
    .steam-group-launcher{
      position:fixed;
      left:max(20px,calc(20px + var(--safe-left)));
      bottom:max(22px,calc(22px + var(--safe-bottom)));
      z-index:81;
      display:grid;
      grid-template-columns:auto minmax(0,1fr) auto;
      align-items:center;
      gap:12px;
      width:min(330px,calc(100vw - 28px - var(--safe-left) - var(--safe-right)));
      min-height:70px;
      padding:11px 12px;
      overflow:hidden;
      color:#f4f8fb;
      background:linear-gradient(110deg,rgba(25,55,77,.96),rgba(8,13,19,.96) 58%);
      border:1px solid rgba(102,192,244,.3);
      clip-path:var(--scrap);
      box-shadow:0 26px 60px rgba(0,0,0,.42);
      box-sizing:border-box;
      text-decoration:none;
      -webkit-font-smoothing:antialiased;
      transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
    }
    .steam-group-launcher:hover{
      color:#fff;
      border-color:rgba(102,192,244,.64);
      box-shadow:0 30px 72px rgba(0,0,0,.5);
      transform:translateY(-3px);
    }
    .steam-group-launcher__visual{
      position:relative;
      display:block;
      width:50px;
      height:50px;
    }
    .steam-group-launcher__visual img{
      display:block;
      width:48px;
      height:48px;
      object-fit:cover;
      border:1px solid rgba(124,187,225,.36);
      border-radius:6px;
    }
    .steam-group-launcher__visual > i{
      position:absolute;
      right:-2px;
      bottom:-2px;
      display:grid;
      width:22px;
      height:22px;
      place-items:center;
      color:#fff;
      background:#1b2838;
      border:1px solid rgba(255,255,255,.2);
      border-radius:50%;
      font-size:.7rem;
    }
    .steam-group-launcher__copy{
      display:grid;
      min-width:0;
      gap:2px;
      text-align:left;
    }
    .steam-group-launcher__eyebrow{
      color:#66c0f4;
      font-family:Oswald,sans-serif;
      font-size:.66rem;
      font-weight:700;
      letter-spacing:.12em;
      line-height:1.1;
      text-transform:uppercase;
    }
    .steam-group-launcher__copy > strong{
      overflow:hidden;
      color:#fff;
      font-family:Oswald,sans-serif;
      font-size:.98rem;
      line-height:1.12;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .steam-group-launcher__stats{
      display:flex;
      min-width:0;
      align-items:center;
      gap:5px 12px;
      color:rgba(218,231,240,.68);
      font-family:Oswald,sans-serif;
      font-size:.68rem;
      line-height:1.2;
      white-space:nowrap;
    }
    .steam-group-launcher__stats > span{
      display:inline-flex;
      min-width:0;
      align-items:center;
      gap:4px;
    }
    .steam-group-launcher__stats b{
      color:#fff;
      font-size:.74rem;
      letter-spacing:0;
    }
    .steam-group-launcher__online i{
      width:6px;
      height:6px;
      flex:0 0 6px;
      border-radius:50%;
      background:#55d69e;
      box-shadow:0 0 9px rgba(85,214,158,.48);
    }
    .steam-group-launcher__action{
      display:grid;
      width:34px;
      height:34px;
      place-items:center;
      color:#dff3ff;
      background:rgba(102,192,244,.12);
      border:1px solid rgba(102,192,244,.22);
      clip-path:var(--bite);
      font-size:.78rem;
    }
    .steam-group-launcher.is-loading [data-steam-group-members],
    .steam-group-launcher.is-loading [data-steam-group-online]{opacity:.5}
    .steam-group-launcher.is-error .steam-group-launcher__online i,
    .steam-group-launcher.is-stale .steam-group-launcher__online i{
      background:#d99a56;
      box-shadow:0 0 9px rgba(217,154,86,.36);
    }
    @media (max-width:1180px){
      .steam-group-launcher{
        left:max(12px,calc(12px + var(--safe-left)));
        width:min(260px,calc(100vw - 28px - var(--safe-left) - var(--safe-right)));
        min-height:60px;
        gap:9px;
        padding:9px 10px;
      }
      .steam-group-launcher__visual{width:42px;height:42px}
      .steam-group-launcher__visual img{width:40px;height:40px}
      .steam-group-launcher__action{width:30px;height:30px}
    }
    @media (max-width:720px){
      .steam-group-launcher{
        left:max(10px,calc(10px + var(--safe-left)));
        bottom:max(12px,calc(12px + var(--safe-bottom)));
        width:min(214px,calc(100vw - 166px - var(--safe-left) - var(--safe-right)));
        min-width:0;
      }
      .steam-group-launcher__action{display:none}
      .steam-group-launcher__label{font-size:0}
      .steam-group-launcher__label::after{
        content:attr(data-short);
        font-size:.62rem;
      }
    }
    @media (max-width:360px){
      .steam-group-launcher{grid-template-columns:auto minmax(0,1fr);gap:7px}
      .steam-group-launcher__copy > strong{display:none}
      .steam-group-launcher__stats{gap:7px}
    }
    @media (prefers-reduced-motion:reduce){
      *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
    }
