:root {
  --surface-0: #080808;
  --surface-1: rgba(19, 19, 19, .74);
  --surface-2: rgba(255, 255, 255, .055);
  --edge-soft: rgba(255, 255, 255, .11);
  --edge-bright: rgba(255, 255, 255, .25);
  --ease-spring: cubic-bezier(.2, .85, .25, 1);
}

html { background:#080808; }
body {
  background:
    radial-gradient(ellipse at 12% 8%, rgba(255,255,255,.075), transparent 27%),
    radial-gradient(ellipse at 88% 2%, rgba(255,255,255,.055), transparent 24%),
    radial-gradient(ellipse at 52% 72%, rgba(78,78,86,.07), transparent 34%),
    #080808 !important;
}
body::before {
  content:""; position:fixed; z-index:-1; inset:0; pointer-events:none;
  background:linear-gradient(120deg, transparent 18%, rgba(255,255,255,.018) 48%, transparent 76%);
  animation:none!important;
}

/* Blur is deliberately limited to three small composited surfaces. */
.topbar {
  position:sticky; top:0; z-index:40;
  background:rgba(9,9,9,.72)!important;
  border-bottom-color:rgba(255,255,255,.1)!important;
}
.filters {
  position:relative; isolation:isolate;
  background:rgba(16,16,16,.7)!important;
  border-color:var(--edge-soft)!important;
  box-shadow:0 14px 35px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.035);
}
.modal {
  background:rgba(13,13,13,.86)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 35px 100px rgba(0,0,0,.55), inset 0 1px rgba(255,255,255,.055)!important;
}
.modal::backdrop { background:rgba(0,0,0,.62); backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px); }
@supports (backdrop-filter:blur(1px)) {
  @media (min-width:931px) {
    .topbar { backdrop-filter:blur(12px) saturate(108%)!important; -webkit-backdrop-filter:blur(12px) saturate(108%)!important; }
    .filters { backdrop-filter:blur(9px) saturate(106%)!important; -webkit-backdrop-filter:blur(9px) saturate(106%)!important; }
    .modal { backdrop-filter:blur(13px) saturate(106%)!important; -webkit-backdrop-filter:blur(13px) saturate(106%)!important; }
  }
}

/* Static glass cards: depth without per-card background sampling. */
.launcher-game,.recruit-card,.stat,.admin-panel,.live-metrics div {
  background:linear-gradient(145deg,rgba(255,255,255,.068),rgba(255,255,255,.018))!important;
  border-color:var(--edge-soft)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.035)!important;
}
.launcher-game,.recruit-card { transition:transform .28s var(--ease-spring),border-color .25s ease,background .25s ease!important; }
.launcher-game:hover,.recruit-card:hover {
  transform:translateY(-3px)!important;
  border-color:var(--edge-bright)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.028))!important;
}
.launcher-game:active,.primary:active,.secondary:active,.oauth-button:active { transform:translateY(1px) scale(.985)!important; }
.recruit-card::before { width:2px!important; opacity:.8; }
.recruit-card h3 { letter-spacing:-.35px; }.card-body { line-height:1.72; }

/* Inputs and menus use one consistent monochrome language. */
.picker-trigger,.country-trigger,.country-search,form input,form select,form textarea {
  background:rgba(5,5,5,.55)!important;
  border-color:rgba(255,255,255,.12)!important;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease!important;
}
.picker-trigger:hover,.country-trigger:hover,form input:focus,form select:focus,form textarea:focus {
  border-color:rgba(255,255,255,.38)!important;
  box-shadow:0 0 0 3px rgba(255,255,255,.045)!important;
  outline:none;
}
.picker-menu,.country-options,.advanced-content {
  background:rgba(12,12,12,.96)!important;
  border-color:rgba(255,255,255,.13)!important;
  box-shadow:0 20px 45px rgba(0,0,0,.42)!important;
}

/* Onboarding is visually calm, with quick one-time movement only. */
.wizard-modal { background:rgba(12,12,12,.91)!important; }
.wizard-aside { background:linear-gradient(155deg,rgba(255,255,255,.065),transparent 46%),#090909!important; }
.wizard-aside li.active { background:rgba(255,255,255,.075)!important; }
.wizard-choices button,.mode-choices button,.rank-horizontal-selector,.wizard-slider-block {
  background:rgba(255,255,255,.025)!important;
  border-color:rgba(255,255,255,.11)!important;
}
.wizard-choices button:hover,.mode-choices button:hover { transform:translateY(-2px); border-color:rgba(255,255,255,.28)!important; }
.wizard-choices button.selected,.mode-choices button.selected { background:#ededeb!important; color:#090909!important; border-color:#ededeb!important; }
.wizard-step.step-transition { animation:polish-step .32s ease-out both!important; }
@keyframes polish-step { from { opacity:0; transform:translateX(9px); } to { opacity:1; transform:none; } }

/* OAuth and admin affordances. */
.oauth-button { background:rgba(255,255,255,.035)!important; }.oauth-button:hover { background:rgba(255,255,255,.09)!important; }
.admin-heading { background:linear-gradient(100deg,rgba(255,255,255,.025),transparent 56%); border-radius:12px 12px 0 0; padding-left:18px!important; padding-right:18px!important; }
.admin-stat-grid .stat { background:linear-gradient(150deg,rgba(255,255,255,.075),rgba(255,255,255,.018))!important; }
.admin-panel { overflow:auto; background:rgba(12,12,12,.82)!important; }
.data-table th { backdrop-filter:blur(7px); -webkit-backdrop-filter:blur(7px); background:rgba(14,14,14,.9)!important; }

:focus-visible { outline:2px solid rgba(255,255,255,.8)!important; outline-offset:3px; }
[hidden] { display:none!important; }

@media (max-width:930px) {
  .topbar,.filters,.modal,.data-table th { backdrop-filter:none!important; -webkit-backdrop-filter:none!important; }
  .topbar { position:relative; }
}
@media (max-width:610px) {
  .wrap { padding-left:16px!important; padding-right:16px!important; }
  .modal { border-radius:14px; }
  .launcher-game:hover,.recruit-card:hover { transform:none!important; }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { animation:none!important; transition-duration:.001ms!important; scroll-behavior:auto!important; }
}

/* 2026-07 unified onboarding, publishing and moderation surfaces */
.filters{grid-template-columns:minmax(280px,1.6fr) minmax(155px,.62fr) minmax(170px,.75fr) minmax(150px,.62fr) auto!important}
.filters>label{min-width:0}.filters .custom-picker{min-width:0}.filters .picker-trigger{width:100%}
.advanced-content{width:min(650px,calc(100vw - 36px));grid-template-columns:minmax(330px,1.5fr) minmax(130px,.65fr) auto!important;align-items:end!important;padding:18px!important}
.filter-rank-control>span{display:block;color:var(--muted);font-size:11px;font-weight:700;margin:0 0 9px}.filter-rank-control>select{display:none!important}
.rank-filter-empty{height:48px;margin:0;padding:14px;border:1px dashed rgba(255,255,255,.13);border-radius:11px;color:var(--muted);font-size:12px}
.lobby-rank-values{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-bottom:9px}.lobby-rank-values>span{display:flex;align-items:center;gap:7px;min-width:0}.lobby-rank-values>span:last-child{justify-content:flex-end}.lobby-rank-values img,.lobby-rank-values svg{width:25px;height:25px;object-fit:contain}.lobby-rank-values b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lobby-rank-values i{color:var(--muted)}
.lobby-dual{position:relative;height:24px}.lobby-dual::before,.lobby-dual-fill{content:"";position:absolute;left:0;right:0;top:10px;height:4px;border-radius:9px;background:rgba(255,255,255,.13)}.lobby-dual-fill{left:var(--low);right:calc(100% - var(--high));background:#f3f3f0}.lobby-dual input{position:absolute;inset:0;width:100%;height:24px;margin:0;background:none!important;pointer-events:none;appearance:none;-webkit-appearance:none}.lobby-dual input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:4px solid #101010;border-radius:50%;background:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.45);pointer-events:auto}.lobby-dual input::-moz-range-thumb{width:11px;height:11px;border:4px solid #101010;border-radius:50%;background:#fff;pointer-events:auto}
.guest-gate{margin:18px 0 0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:linear-gradient(100deg,rgba(255,255,255,.07),rgba(255,255,255,.018));box-shadow:inset 0 1px rgba(255,255,255,.05)}.guest-gate div{display:grid;gap:5px}.guest-gate b{font-size:15px}.guest-gate span{font-size:12px;color:var(--muted)}
.report-button{border:0;background:none;color:var(--muted);font-size:11px;padding:6px 8px;border-radius:8px}.report-button:hover{background:rgba(255,255,255,.08);color:#fff}.host{display:grid!important;gap:1px;font-weight:700}.host small{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:600}
.wizard-modal{width:min(1180px,calc(100vw - 34px))!important;min-height:min(690px,calc(100vh - 34px))!important}.wizard-modal:not([open]){display:none}.wizard-modal[open]{display:block!important;padding:34px 48px 92px 348px!important}.wizard-modal .wizard-aside{width:300px!important}.wizard-modal .wizard-top,.wizard-modal .wizard-step,.wizard-modal .wizard-nav,.wizard-modal .wizard-auth-gate{margin-left:0!important;padding-left:0!important;padding-right:0!important}.wizard-modal .wizard-nav{position:absolute!important;left:348px!important;right:48px!important;bottom:28px!important;margin:0!important;padding:0!important;background:none!important}.wizard-modal .wizard-step h2{font-size:clamp(34px,4vw,54px)!important;letter-spacing:-.045em}.wizard-modal .wizard-step>p{font-size:14px!important;margin-bottom:26px!important}.wizard-top{padding-top:0!important}.wizard-top .micro{font-size:11px!important}.wizard-top #wizard-progress{margin-left:auto;display:flex;align-items:center;gap:9px;min-width:150px}.wizard-top #wizard-progress b,.wizard-top #wizard-progress small{font-size:11px}.wizard-top #wizard-progress i{position:relative;display:block;width:92px;height:2px;background:rgba(255,255,255,.14);overflow:hidden}.wizard-top #wizard-progress i span{position:absolute;inset:0 auto 0 0;background:#fff;transition:width .65s cubic-bezier(.2,.8,.2,1)}.wizard-choices button,.mode-choices button{min-height:62px!important}.wizard-step.step-transition{animation:polish-step .62s cubic-bezier(.16,1,.3,1) both!important}
.publish-modal{width:min(1030px,calc(100vw - 34px))!important;max-width:none!important;padding:0!important;overflow:hidden}.publish-layout{display:grid;grid-template-columns:285px 1fr;min-height:650px}.publish-layout>aside{padding:48px 34px;background:linear-gradient(155deg,rgba(255,255,255,.07),transparent 46%),#090909;border-right:1px solid rgba(255,255,255,.1)}.publish-layout>aside h2{font-size:35px;margin:15px 0 18px}.publish-layout>aside>p:not(.micro){color:var(--muted);font-size:13px;line-height:1.7}.publish-layout>aside ol{list-style:none;padding:30px 0 0;margin:30px 0 0;border-top:1px solid rgba(255,255,255,.1);display:grid;gap:12px}.publish-layout>aside li{display:flex;align-items:center;gap:13px;padding:12px;border-radius:11px;background:rgba(255,255,255,.025)}.publish-layout>aside i{font-size:10px;color:var(--muted)}.publish-layout>aside span{font-size:12px;font-weight:700}.publish-layout>form{padding:48px}.publish-layout .form-grid{gap:18px}.publish-layout form label>span{font-size:11px;font-weight:700;letter-spacing:.03em}.publish-layout input,.publish-layout textarea,.publish-layout .picker-trigger{min-height:51px}.publish-layout textarea{min-height:118px}.publish-submit{height:54px;margin-top:6px}.auth-modal{width:min(650px,calc(100vw - 28px))!important}.oauth-actions{gap:12px!important}.oauth-button{min-height:68px!important;font-size:14px!important}.oauth-mark{width:32px!important;height:32px!important}.oauth-auto{text-align:center;color:var(--muted);font-size:11px;line-height:1.5;margin:12px 0 4px}.report-modal{width:min(530px,calc(100vw - 28px))!important}.report-modal form{display:grid;gap:15px;margin-top:24px}.report-modal textarea{width:100%}
@media(max-width:1120px){.filters{grid-template-columns:minmax(260px,1.4fr) 1fr 1fr auto!important}.filters>label:has(#region-filter){grid-column:2/3}.advanced-filters{grid-column:3/5}.filters .search{grid-row:span 2}}
@media(max-width:930px){.filters{grid-template-columns:1fr 1fr!important}.filters .search{grid-column:1/-1;grid-row:auto}.advanced-filters{grid-column:1/-1}.advanced-content{position:relative!important;inset:auto!important;width:100%!important;grid-template-columns:1fr!important}.wizard-modal[open]{display:block!important;padding:28px 24px 22px!important}.wizard-modal .wizard-nav{position:sticky!important;left:auto!important;right:auto!important;bottom:-1px!important;margin:18px 0 0!important;padding:13px 0 0!important;background:linear-gradient(to bottom,transparent,rgba(11,11,11,.93) 32%)!important}.wizard-aside{display:none!important}.publish-layout{grid-template-columns:1fr}.publish-layout>aside{display:none}.publish-layout>form{padding:42px 28px}}
@media(max-width:610px){.filters{grid-template-columns:1fr!important}.filters>label,.advanced-filters{grid-column:1!important}.publish-layout .form-grid{grid-template-columns:1fr}.publish-layout .wide{grid-column:auto!important}.guest-gate{align-items:flex-start;flex-direction:column}.wizard-modal .wizard-top #wizard-progress{min-width:112px}.wizard-top #wizard-progress i{width:58px}}
.admin-stat-grid{grid-template-columns:repeat(5,minmax(130px,1fr))!important}.admin-tabs{padding:6px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(255,255,255,.025);width:max-content;max-width:100%;overflow:auto}.admin-tabs button{min-height:36px;padding:0 15px!important;border:0!important;border-radius:8px!important}.report-actions{min-width:190px}.report-actions .admin-action{margin:0 5px 6px 0}.status.open{color:#e6b75c}.status.dismissed{color:#8c9290}.admin-email{color:var(--muted)}
@media(max-width:930px){.admin-stat-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:930px) and (min-width:611px){.recruitment-grid.guest-limited>.recruit-card:nth-child(n+3){display:none}}
@media(max-width:610px){.recruitment-grid.guest-limited>.recruit-card:nth-child(n+2){display:none}}

/* Preference-led homepage and balanced day/night presets. */
:root{--bg:#f4f6fb;--text:#182033;--muted:#687086;--line:rgba(24,32,51,.12);--card:rgba(255,255,255,.78);--lime:#6d5dfc;--lime-deep:#5546e8;--navy:#eef1f8;--edge-soft:rgba(24,32,51,.11);--edge-bright:rgba(85,70,232,.34);color-scheme:light}
html{background:#f4f6fb!important}
body:not(.dark){background:radial-gradient(circle at 12% 4%,rgba(109,93,252,.12),transparent 27%),radial-gradient(circle at 90% 8%,rgba(48,184,208,.1),transparent 25%),linear-gradient(180deg,#f8f9fd,#f1f4fa 58%,#f7f8fc)!important;color:var(--text)}
body:not(.dark)::before{background:linear-gradient(120deg,transparent 16%,rgba(255,255,255,.72) 49%,transparent 78%)!important;opacity:.55}
body:not(.dark) .topbar{background:rgba(249,250,253,.76)!important;border-color:rgba(24,32,51,.09)!important}
body:not(.dark) .filters,body:not(.dark) .modal,body:not(.dark) .recruit-card,body:not(.dark) .launcher-game,body:not(.dark) .launcher-more,body:not(.dark) .live-metrics div,body:not(.dark) .stat,body:not(.dark) .admin-panel,body:not(.dark) .notice{background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(246,248,253,.72))!important;border-color:rgba(24,32,51,.11)!important;box-shadow:0 16px 42px rgba(39,48,78,.07),inset 0 1px rgba(255,255,255,.9)!important}
body:not(.dark) .picker-trigger,body:not(.dark) .country-trigger,body:not(.dark) form input,body:not(.dark) form select,body:not(.dark) form textarea{background:rgba(248,249,253,.9)!important;border-color:rgba(24,32,51,.14)!important;color:#182033!important}
body:not(.dark) .picker-menu,body:not(.dark) .country-options,body:not(.dark) .advanced-content{background:rgba(252,253,255,.98)!important;border-color:rgba(24,32,51,.13)!important;box-shadow:0 22px 48px rgba(31,40,70,.16)!important}
body:not(.dark) .picker-menu button,body:not(.dark) .advanced-content,body:not(.dark) .custom-picker{color:#182033}body:not(.dark) .picker-menu button:hover,body:not(.dark) .picker-menu button.selected{background:rgba(85,70,232,.09);border-color:rgba(85,70,232,.17)}
body:not(.dark) .primary{background:#20283b!important;color:#fff!important}body:not(.dark) .secondary,body:not(.dark) .circle-button,body:not(.dark) .language-button,body:not(.dark) .account-button{background:rgba(255,255,255,.72)!important;color:#20283b!important;border-color:rgba(24,32,51,.14)!important}
body:not(.dark) .wizard-choices button,body:not(.dark) .mode-choices button,body:not(.dark) .wizard-slider-block,body:not(.dark) .rank-horizontal-selector{background:rgba(255,255,255,.72)!important;border-color:rgba(24,32,51,.12)!important;color:#182033!important}body:not(.dark) .wizard-choices button.selected,body:not(.dark) .mode-choices button.selected{background:#252d42!important;color:#fff!important;border-color:#252d42!important}
body:not(.dark) .tag{background:#eef1f8;color:#4e586f}body:not(.dark) .card-timeframe span:last-child{color:#566079}body:not(.dark) .sync-status i{box-shadow:0 0 0 3px rgba(75,180,115,.17)}
body:not(.dark) .brand,body:not(.dark) .brand-word,body:not(.dark) .brand-word em{color:#20283b!important}body:not(.dark) .brand-icon{color:#6758ef!important}body:not(.dark) .launcher-head h1 em{color:#59657e!important;opacity:.62!important}.wizard-aside,.wizard-aside-brand{color:#f4f6fb!important}.wizard-aside-brand b{color:#f4f6fb!important}
body:not(.dark) .wizard-simple{background:rgba(247,249,253,.97)!important}body.dark .wizard-simple{background:rgba(22,31,51,.96)!important}
body.dark{--bg:#111827;--text:#f3f5fb;--muted:#aeb7cb;--line:rgba(196,210,241,.14);--card:rgba(28,38,61,.76);--lime:#9b8cff;--lime-deep:#c0b7ff;--navy:#0e1627;--edge-soft:rgba(196,210,241,.14);--edge-bright:rgba(155,140,255,.46);color-scheme:dark;background:radial-gradient(circle at 10% 2%,rgba(92,75,190,.28),transparent 28%),radial-gradient(circle at 90% 6%,rgba(13,148,177,.2),transparent 27%),radial-gradient(circle at 55% 82%,rgba(74,92,145,.18),transparent 34%),linear-gradient(180deg,#121a2c,#101827 58%,#131b2d)!important}
body.dark::before{background:linear-gradient(120deg,transparent 18%,rgba(166,180,255,.035) 48%,transparent 76%)!important}
body.dark .topbar{background:rgba(16,24,42,.72)!important;border-color:rgba(196,210,241,.11)!important}body.dark .filters,body.dark .modal{background:rgba(23,32,53,.83)!important;border-color:rgba(196,210,241,.15)!important}body.dark .launcher-game,body.dark .launcher-more,body.dark .recruit-card,body.dark .stat,body.dark .admin-panel,body.dark .live-metrics div{background:linear-gradient(145deg,rgba(38,50,78,.86),rgba(24,33,55,.72))!important;border-color:rgba(196,210,241,.14)!important}body.dark .picker-menu,body.dark .country-options,body.dark .advanced-content{background:rgba(25,34,56,.98)!important;border-color:rgba(196,210,241,.15)!important}body.dark .picker-trigger,body.dark form input,body.dark form select,body.dark form textarea{background:rgba(12,20,36,.57)!important;border-color:rgba(196,210,241,.15)!important}

/* Preferred game stays visible; the rest unfold without changing page geometry. */
.game-launcher-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.launcher-preferred{grid-column:span 2;border-color:color-mix(in srgb,var(--lime-deep) 38%,transparent)!important}.launcher-preferred::after{content:"PREFERRED";font-size:7px;letter-spacing:.12em;color:var(--lime-deep);margin-left:auto}.launcher-more{min-height:66px;display:flex;align-items:center;justify-content:center;gap:12px;padding:11px 15px;border:1px dashed var(--edge-soft);border-radius:13px;background:var(--card);color:var(--text);font:750 11px inherit;cursor:pointer}.launcher-more b{font-size:18px;font-weight:400}.launcher-extra.collapsed{display:none!important}.launcher-extra:not(.collapsed){animation:more-game-in .36s ease-out both}@keyframes more-game-in{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}

/* Two-page preference wizard. */
.wizard-simple[open]{width:min(1050px,calc(100vw - 34px))!important;min-height:640px!important;padding:34px 46px 92px 318px!important}.wizard-simple .wizard-aside{width:270px!important}.wizard-simple .wizard-simple-page{display:none}.wizard-simple .wizard-simple-page.active{display:block;animation:polish-step .58s cubic-bezier(.16,1,.3,1) both}.wizard-simple .wizard-simple-page h2{font-size:clamp(38px,4.2vw,56px);letter-spacing:-.05em;margin:14px 0 8px}.wizard-simple .wizard-simple-page>p{max-width:650px;color:var(--muted);font-size:13px;line-height:1.65;margin:0 0 28px}.simple-block{margin-top:24px}.simple-block>span{display:block;margin-bottom:10px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.wizard-simple .language-choices{grid-template-columns:repeat(3,1fr)}.wizard-simple .continent-choices{grid-template-columns:repeat(3,1fr)}.simple-game-choices{grid-template-columns:repeat(2,1fr)!important}.simple-game-choices button{display:grid;grid-template-columns:38px 1fr auto;align-items:center;text-align:left;gap:10px;min-height:76px!important}.simple-game-choices .game-icon{width:32px;height:32px}.simple-game-choices button>i{font-style:normal;font-size:17px}.wizard-simple .wizard-nav{left:318px!important;right:46px!important}.auth-skip{margin-top:10px;min-height:45px}

/* Publishing dropdowns: one controlled layer, solid menu, no visual pile-up. */
.publish-layout .form-grid{align-items:start}.publish-layout form label{position:relative;min-width:0}.publish-modal .custom-picker{z-index:2}.publish-modal .custom-picker.open{z-index:90}.publish-modal .picker-menu{z-index:100;max-height:0;background:rgba(20,27,45,.99)!important}.publish-modal .custom-picker.open .picker-menu{max-height:220px}.publish-modal .picker-trigger{min-height:51px;border-radius:10px}.publish-modal .custom-picker[data-for="form-rank"] .picker-trigger{min-height:54px}.publish-modal .custom-picker[data-for="form-rank"] .rank-icon{width:24px;height:24px;flex:0 0 24px}.publish-modal .custom-picker[data-for="form-rank"] .picker-menu button{min-height:40px}.publish-modal .form-message{position:relative;z-index:1}
body:not(.dark) .publish-modal .picker-menu{background:rgba(252,253,255,.995)!important}

@media(max-width:930px){.game-launcher-grid{grid-template-columns:repeat(3,1fr)}.launcher-preferred{grid-column:span 2}.wizard-simple[open]{min-height:0!important;padding:28px 24px 22px!important}.wizard-simple .wizard-nav{left:auto!important;right:auto!important}.simple-game-choices{grid-template-columns:1fr 1fr!important}}
@media(max-width:610px){.game-launcher-grid{grid-template-columns:repeat(2,1fr)}.launcher-preferred{grid-column:span 2}.launcher-preferred::after{display:none}.wizard-simple[open]{position:fixed!important;inset:12px 18px auto!important;width:auto!important;max-height:calc(100dvh - 24px)!important;margin:0!important;transform:none!important}.wizard-simple .language-choices,.wizard-simple .continent-choices,.simple-game-choices{grid-template-columns:1fr!important}.wizard-simple .wizard-simple-page h2{font-size:34px}.simple-game-choices button{min-height:62px!important}}

/* Readability, account preferences and tactile controls. */
html{scroll-behavior:smooth!important}body{font-size:16px;font-weight:560}.topbar nav a,.link-button,.account-button,.language-button,.preference-button{font-size:13px!important;font-weight:750!important}.preference-button{height:36px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:var(--card);color:var(--text);cursor:pointer;white-space:nowrap}.micro{font-size:11px!important}.filters label>span,.publish-layout form label>span,form label>span{font-size:12px!important;font-weight:800!important}.picker-trigger,form input,form textarea,form select{font-size:14px!important;font-weight:650!important}.recruit-card h3{font-size:18px!important;font-weight:850!important}.card-body{font-size:13px!important;font-weight:560!important}.tag,.card-timeframe,.card-bottom,.host{font-size:11px!important;font-weight:700!important}.section-title h2{font-weight:900!important}.footer p{font-size:12px!important;font-weight:650!important}
body:not(.dark) .brand-script .brand-word{color:#172036!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;-webkit-text-fill-color:#172036!important;text-shadow:none!important}body:not(.dark) .brand-script .brand-icon{color:#6658f5!important}.footer .brand,.footer .brand span{color:#172036!important}.dark .footer .brand,.dark .footer .brand span{color:#f5f7ff!important}
.filters .search{min-height:58px;padding:5px 7px 5px 42px;border:1px solid var(--edge-soft);border-radius:12px;background:rgba(255,255,255,.48)!important;display:flex!important;align-items:center}.filters .search>span{left:17px!important;bottom:auto!important;top:50%;transform:translateY(-50%);font-size:20px}.filters .search input{height:46px!important;padding:0 13px!important;border:0!important;border-radius:8px!important;background:rgba(255,255,255,.72)!important;box-shadow:inset 0 0 0 1px rgba(24,32,51,.07)!important}.dark .filters .search{background:rgba(8,15,29,.42)!important}.dark .filters .search input{background:rgba(9,17,32,.68)!important;color:#f5f7ff!important}.advanced-filters>summary{min-height:48px;padding:0 16px;border:1px solid var(--edge-soft)!important;border-radius:11px!important;background:rgba(255,255,255,.6)!important;font-size:13px!important;font-weight:850!important;box-shadow:inset 0 1px rgba(255,255,255,.75)}.dark .advanced-filters>summary{background:rgba(9,17,32,.62)!important}.advanced-filters[open]>summary{border-color:var(--edge-bright)!important;transform:translateY(-1px)}
.publish-layout>aside{color:#f4f6fb!important}.publish-layout>aside h2,.publish-layout>aside p,.publish-layout>aside li,.publish-layout>aside span{color:#f4f6fb!important}.publish-layout>aside>p:not(.micro){color:rgba(244,246,251,.7)!important}.publish-layout>aside li{background:rgba(255,255,255,.065)!important}.publish-layout>aside i{color:rgba(244,246,251,.55)!important}
.rank-icon-real{object-fit:contain;transform:scale(1.18);transform-origin:center}.tag.rank{gap:7px;overflow:visible}.tag.rank .rank-icon{width:22px!important;height:22px!important}.picker-trigger .rank-icon,.picker-menu .rank-icon{width:22px!important;height:22px!important;flex:0 0 22px!important}

/* Animated preferred-game disclosure. */
.launcher-extra-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;max-height:0;opacity:0;overflow:hidden;transform:translateY(-10px);transition:max-height .58s cubic-bezier(.16,1,.3,1),opacity .32s ease,transform .52s cubic-bezier(.16,1,.3,1),margin .45s ease;margin-top:-9px}.launcher-extra-grid.is-open{max-height:360px;opacity:1;transform:none;margin-top:0}.launcher-more b{transition:transform .42s cubic-bezier(.2,.9,.25,1)}.launcher-more.expanded b{transform:rotate(180deg)}

/* Publish rank interval and player-count sliders. */
.publish-native-control,.filter-native-control{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}.publish-rank-slider{padding:12px 13px 10px;border:1px solid var(--edge-soft);border-radius:12px;background:rgba(255,255,255,.45)}.dark .publish-rank-slider{background:rgba(8,16,31,.46)}.publish-range-values{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:9px;margin-bottom:10px}.publish-range-values>span{display:flex;align-items:center;gap:8px;min-width:0}.publish-range-values>span:last-child{justify-content:flex-end}.publish-range-values b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.publish-range-values .rank-icon{width:24px;height:24px}.publish-dual{position:relative;height:25px;margin:0 5px}.publish-dual::before,.publish-dual>span{content:"";position:absolute;left:0;right:0;top:10px;height:5px;border-radius:8px;background:rgba(77,88,117,.18)}.publish-dual>span{left:var(--low);right:calc(100% - var(--high));background:linear-gradient(90deg,#7466ff,#4aa9d8)}.publish-dual input{position:absolute;inset:0;width:100%;height:25px;margin:0;background:none!important;appearance:none;-webkit-appearance:none;pointer-events:none}.publish-dual input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:19px;height:19px;border:4px solid #fff;border-radius:50%;background:#20283b;box-shadow:0 0 0 1px rgba(32,40,59,.28);pointer-events:auto}.publish-dual input::-moz-range-thumb{width:12px;height:12px;border:4px solid #fff;border-radius:50%;background:#20283b;pointer-events:auto}.publish-rank-nodes{display:flex;justify-content:space-between;gap:3px;margin-top:8px}.publish-rank-nodes span{width:25px;height:25px;display:grid;place-items:center;opacity:.38;border-radius:7px;overflow:hidden;transition:opacity .2s,background .2s,transform .2s}.publish-rank-nodes span.in-range{opacity:1;background:rgba(107,92,246,.1);transform:translateY(-1px)}.publish-rank-nodes .rank-icon{width:21px;height:21px}.publish-needed-slider{padding:12px 13px 9px;border:1px solid var(--edge-soft);border-radius:12px;background:rgba(255,255,255,.45)}.dark .publish-needed-slider{background:rgba(8,16,31,.46)}.publish-needed-slider>div:first-child{display:flex;justify-content:space-between;align-items:center}.publish-needed-slider>div span{font-size:11px;color:var(--muted)}.publish-needed-slider>div b{font-size:20px}.publish-needed-slider input,.filter-needed-slider input{width:100%;height:24px;margin:5px 0 0;accent-color:#6658f5}.needed-scale{display:flex;justify-content:space-between;margin-top:-2px}.needed-scale span{font-size:9px!important}.filter-needed-slider{min-width:180px;padding:6px 8px 4px}.filter-needed-slider>div{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:10px}.filter-needed-slider b{color:var(--text);font-size:12px}

/* Branded OAuth actions follow the official light/Blurple treatments. */
.oauth-actions{gap:14px!important}.oauth-button{min-height:76px!important;border-radius:14px!important;padding:0 20px!important;font-size:15px!important;font-weight:800!important}.oauth-button[data-oauth-provider="google"]{background:#fff!important;color:#1f1f1f!important;border-color:#d7dbe4!important;box-shadow:0 9px 24px rgba(31,35,48,.09)!important}.oauth-button[data-oauth-provider="discord"]{background:#5865f2!important;color:#fff!important;border-color:#5865f2!important;box-shadow:0 10px 26px rgba(88,101,242,.28)!important}.oauth-button b{font-size:13px!important}.oauth-mark{width:34px!important;height:34px!important;border:0!important;border-radius:9px!important;background:#fff!important;display:grid!important;place-items:center!important}.oauth-mark svg{width:24px;height:24px}.discord-mark{background:rgba(255,255,255,.14)!important;color:#fff!important}.discord-mark svg{width:26px;height:26px}

/* Short, GPU-cheap liquid press with a tiny particle burst. */
button,.oauth-button,.launcher-game{position:relative;overflow:hidden;transform-origin:center}.liquid-press{animation:liquid-press .5s cubic-bezier(.2,1.35,.3,1)!important}.button-particles{position:absolute!important;z-index:20;width:4px;height:4px;border-radius:50%;pointer-events:none;background:currentColor;box-shadow:12px -8px currentColor,-11px -6px currentColor,9px 10px currentColor,-8px 11px currentColor;animation:particle-pop .52s ease-out both}@keyframes liquid-press{0%{transform:scale(1)}35%{transform:scale(.95,.92)}70%{transform:scale(1.025,1.04)}100%{transform:scale(1)}}@keyframes particle-pop{0%{opacity:.55;transform:scale(.25)}100%{opacity:0;transform:scale(1.35)}}.recruitment-grid.live-refresh{animation:live-board-pulse .42s ease-out}@keyframes live-board-pulse{0%{opacity:.78;transform:translateY(3px)}100%{opacity:1;transform:none}}

@media(max-width:930px){.launcher-extra-grid{grid-template-columns:repeat(3,1fr)}.publish-rank-nodes{overflow-x:auto;justify-content:flex-start}.publish-rank-nodes span{flex:0 0 25px}}
@media(max-width:610px){body{font-size:15px}.launcher-extra-grid{grid-template-columns:repeat(2,1fr)}.top-actions{gap:5px}.preference-button{max-width:74px;overflow:hidden;text-overflow:ellipsis;padding:0 8px}.oauth-actions{grid-template-columns:1fr!important}.oauth-button{min-height:66px!important}.publish-rank-nodes{display:none}.filter-needed-slider{min-width:0}.section-title h2{font-size:38px!important}}

/* 2026-07-12 interaction, onboarding and control-center refinement. */
.button-confetti{position:absolute;z-index:30;width:1px;height:1px;pointer-events:none;overflow:visible}.button-confetti i{position:absolute;width:5px;height:2px;border-radius:1px;background:var(--confetti);box-shadow:0 0 4px color-mix(in srgb,var(--confetti) 45%,transparent);animation:confetti-piece .72s cubic-bezier(.1,.75,.2,1) both}@keyframes confetti-piece{0%{opacity:0;transform:translate(0,0) rotate(0) scale(.4)}18%{opacity:1}100%{opacity:0;transform:translate(var(--dx),var(--dy)) rotate(var(--spin)) scale(.9)}}

/* Preferred games can span several cards while preserving the same expandable launcher. */
.launcher-preferred-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.launcher-preferred-grid .launcher-preferred{grid-column:span 2}.launcher-extra-grid{grid-column:1/-1}

/* A brighter, readable navigation rail and clearer three-step progress. */
.wizard-simple .wizard-aside{background:radial-gradient(circle at 14% 8%,rgba(146,132,255,.46),transparent 31%),radial-gradient(circle at 80% 78%,rgba(40,174,201,.2),transparent 35%),linear-gradient(165deg,#20284d,#11192e 72%)!important;border-color:rgba(207,218,255,.2)!important}.wizard-simple .wizard-aside>p{color:rgba(239,243,255,.8)!important;font-size:12px!important;max-width:190px!important}.wizard-simple .wizard-aside li{min-height:48px!important;border:1px solid transparent!important;border-radius:11px;color:rgba(226,232,255,.58)!important;padding:0 12px!important}.wizard-simple .wizard-aside li.active{background:rgba(255,255,255,.13)!important;border-color:rgba(255,255,255,.22)!important;color:#fff!important;box-shadow:inset 0 1px rgba(255,255,255,.13)}.wizard-simple .wizard-aside li.complete:not(.active){color:rgba(226,232,255,.82)!important}.wizard-simple .wizard-aside li.complete i{color:#72e1ad}.wizard-simple .wizard-aside>small{color:rgba(222,229,255,.48)!important}
.wizard-simple #wizard-progress{padding:7px 9px;border:1px solid var(--edge-soft);border-radius:999px;background:var(--card);min-width:165px!important}.wizard-simple #wizard-progress i{height:5px!important;border-radius:99px;background:rgba(93,104,142,.15)!important}.wizard-simple #wizard-progress i span{border-radius:99px;background:linear-gradient(90deg,#6b5df5,#3cb9d1)!important}.wizard-simple #wizard-progress b,.wizard-simple #wizard-progress small{color:var(--text)!important}.simple-game-choices button.selected{box-shadow:0 11px 28px rgba(68,63,133,.19)!important}.wizard-success-modal[open]{padding:0 0 0 318px!important;min-height:640px!important}.preference-success{min-height:638px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:60px;animation:polish-step .72s cubic-bezier(.16,1,.3,1) both}.preference-success h2{font-size:clamp(36px,4vw,56px);letter-spacing:-.045em;margin:12px 0}.preference-success>p:not(.micro){max-width:570px;color:var(--muted);font-size:14px;line-height:1.8}.success-enter{min-width:210px;min-height:54px;margin-top:24px}.success-check{width:100px;height:100px;margin-bottom:18px}.success-check svg{width:100%;height:100%;overflow:visible}.success-check circle{fill:rgba(106,94,245,.11);stroke:#695cf4;stroke-width:3;stroke-dasharray:170;animation:success-ring .85s ease-out both}.success-check path{fill:none;stroke:#695cf4;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:success-tick .58s .62s cubic-bezier(.2,1,.3,1) forwards}@keyframes success-ring{from{stroke-dashoffset:170;transform:rotate(-80deg);transform-origin:center}to{stroke-dashoffset:0;transform:none}}@keyframes success-tick{to{stroke-dashoffset:0}}

/* Native range inputs stay transparent; the visible horizontal rail owns the presentation. */
body .publish-dual input,body .lobby-dual input{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;min-height:0!important;border-radius:0!important}.publish-rank-slider{min-height:142px;padding:14px 16px 12px!important}.publish-dual{height:32px;margin:2px 10px 0}.publish-dual::before,.publish-dual>span{top:14px}.publish-dual input{height:32px!important}.publish-dual input::-webkit-slider-runnable-track,.lobby-dual input::-webkit-slider-runnable-track{height:5px;background:transparent}.publish-dual input::-moz-range-track,.lobby-dual input::-moz-range-track{height:5px;background:transparent}.publish-rank-nodes{margin-top:13px;padding:8px 3px 0;border-top:1px solid var(--edge-soft)}
.publish-needed-slider{position:relative;overflow:hidden;padding:14px 15px 12px!important;background:linear-gradient(135deg,rgba(108,92,245,.1),rgba(50,184,207,.07))!important}.publish-needed-slider::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-70px;top:-80px;background:rgba(108,92,245,.12);pointer-events:none}.publish-needed-slider input[type=range]{accent-color:#6558f3}.needed-bubbles{display:grid!important;grid-template-columns:repeat(9,1fr);gap:5px;margin-top:4px}.needed-bubbles button{min-width:0;height:24px;padding:0;border:1px solid var(--edge-soft);border-radius:8px;background:rgba(255,255,255,.34);color:var(--muted);font:750 8px inherit;overflow:visible}.dark .needed-bubbles button{background:rgba(10,18,34,.45)}.needed-bubbles button.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#6659f4,#40a9d2);transform:translateY(-2px);box-shadow:0 4px 10px rgba(82,77,205,.22)}.needed-bubbles button span{color:inherit!important}
.voice-url-field{gap:9px!important}.voice-platform-chooser{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.voice-platform-chooser>input{display:none!important}.voice-platform-chooser button{min-height:38px;padding:6px;border:1px solid var(--edge-soft);border-radius:9px;background:rgba(255,255,255,.38);color:var(--muted);font:780 10px inherit}.dark .voice-platform-chooser button{background:rgba(9,16,31,.48)}.voice-platform-chooser button.selected{background:#242c43;color:#fff;border-color:#242c43;box-shadow:0 7px 18px rgba(27,36,62,.2)}.dark .voice-platform-chooser button.selected{background:#7467f5;border-color:#7467f5}

/* Advanced lobby controls are always visible, matching the compact horizontal reference. */
.filters{grid-template-columns:minmax(280px,1.45fr) repeat(3,minmax(145px,.62fr))!important}.advanced-filters{grid-column:1/-1!important;width:100%;position:static!important}.advanced-filters>summary{display:none!important}.advanced-content{position:static!important;inset:auto!important;width:100%!important;max-height:none!important;opacity:1!important;pointer-events:auto!important;transform:none!important;animation:none!important;display:grid!important;grid-template-columns:minmax(360px,1.45fr) minmax(220px,.8fr) auto!important;gap:18px!important;padding:13px 15px!important;border-radius:14px!important;box-shadow:none!important}.advanced-content .reset{align-self:center;min-height:40px;padding:8px 14px!important}

/* Admin uses the same blue-violet night glass system as the public lobby. */
body.admin-dark,.admin-dark .admin-shell{--bg:#111827;--text:#f3f5fb;--muted:#aeb7cb;--line:rgba(196,210,241,.14);--card:rgba(28,38,61,.76);--lime:#9b8cff;--lime-deep:#c0b7ff;background:radial-gradient(circle at 8% 0,rgba(92,75,190,.28),transparent 28%),radial-gradient(circle at 92% 5%,rgba(13,148,177,.2),transparent 26%),linear-gradient(180deg,#121a2c,#101827 60%,#131b2d)!important;color:#f3f5fb}.admin-dark .admin-header{background:rgba(16,24,42,.72);border-color:rgba(196,210,241,.12)}.admin-dark .admin-heading{background:linear-gradient(115deg,rgba(112,97,237,.13),rgba(37,168,196,.05) 54%,transparent)!important;border-color:rgba(196,210,241,.13)!important}.admin-dark .admin-stat-grid .stat{background:linear-gradient(145deg,rgba(41,53,82,.92),rgba(24,34,57,.76))!important;border:1px solid rgba(196,210,241,.14)!important;color:#f3f5fb!important;box-shadow:0 18px 42px rgba(2,8,23,.18)!important}.admin-dark .admin-panel{background:rgba(22,31,52,.86)!important;border-color:rgba(196,210,241,.15)!important}.admin-dark .data-table th{background:rgba(17,25,43,.96)!important;color:#aeb7cb!important}.admin-dark .data-table td{background:rgba(28,38,61,.66)!important;color:#eef2ff!important;border-color:rgba(196,210,241,.11)!important}.admin-dark .data-table tr:hover td{background:rgba(47,59,91,.78)!important}.admin-dark .admin-tabs{background:rgba(20,29,49,.72)!important}.admin-dark .admin-tabs button.active{background:#7568f5!important;color:#fff!important}.admin-dark .admin-action{background:rgba(12,20,36,.72)!important;color:#eef2ff!important;border-color:rgba(196,210,241,.17)!important}.admin-dark .admin-action.danger{color:#ff9b9b!important}

@media(max-width:930px){.launcher-preferred-grid{grid-template-columns:repeat(3,1fr)}.advanced-content{grid-template-columns:1fr!important}.wizard-success-modal[open]{padding:24px!important}.preference-success{min-height:560px;padding:35px 20px}}
@media(max-width:610px){.launcher-preferred-grid{grid-template-columns:repeat(2,1fr)}.launcher-preferred-grid .launcher-preferred{grid-column:span 1}.voice-platform-chooser{grid-template-columns:1fr 1fr}.needed-bubbles{gap:3px}.needed-bubbles button{height:21px}.advanced-content{padding:12px!important}.publish-rank-slider{min-height:116px}.preference-success h2{font-size:34px}}

/* 2026-07-12 catalog, lobby and publishing layout pass. */
.lobby-filter-row{position:relative;display:grid!important;grid-template-columns:minmax(270px,1.45fr) minmax(150px,.75fr) minmax(150px,.75fr) minmax(125px,.55fr) minmax(165px,.72fr) minmax(145px,.65fr)!important;gap:10px!important;align-items:end;padding:12px!important;overflow:visible!important}.lobby-filter-row>label,.lobby-filter-row>.rank-filter-dropdown{grid-column:auto!important;min-width:0}.lobby-filter-row .search{grid-row:auto!important}.lobby-filter-row .search input{min-height:50px}.lobby-filter-row .custom-picker,.lobby-filter-row .picker-trigger{width:100%;min-width:0}.rank-filter-dropdown{position:relative!important;width:auto!important;z-index:12}.rank-filter-dropdown>summary{display:flex!important;height:50px;align-items:center;justify-content:space-between;gap:8px;padding:0 13px;border:1px solid var(--edge-soft);border-radius:11px;background:rgba(255,255,255,.35);color:var(--text);font-size:11px;font-weight:800;cursor:pointer;list-style:none;white-space:nowrap;overflow:hidden}.dark .rank-filter-dropdown>summary{background:rgba(10,18,34,.48)}.rank-filter-dropdown>summary::-webkit-details-marker{display:none}.rank-filter-dropdown>summary span{overflow:hidden;text-overflow:ellipsis}.rank-filter-dropdown[open]>summary{border-color:var(--edge-bright);box-shadow:0 0 0 3px rgba(108,92,245,.09)}.rank-filter-dropdown .advanced-content{position:absolute!important;top:calc(100% + 8px)!important;right:0!important;left:auto!important;width:min(430px,calc(100vw - 32px))!important;display:grid!important;grid-template-columns:1fr auto!important;gap:12px!important;padding:15px!important;border:1px solid var(--edge-soft)!important;border-radius:14px!important;background:rgba(248,250,255,.97)!important;box-shadow:0 22px 55px rgba(32,41,74,.18)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.dark .rank-filter-dropdown .advanced-content{background:rgba(22,31,52,.97)!important;box-shadow:0 22px 55px rgba(1,7,20,.34)!important}.rank-filter-dropdown .filter-rank-control{min-width:300px}.rank-filter-dropdown .reset{align-self:center}.rank-filter-empty{height:auto;min-height:54px;display:grid;place-items:center}.lobby-rank-values b{font-size:13px!important;font-weight:850}.lobby-rank-values img,.lobby-rank-values svg{width:28px;height:28px}.filter-native-control{position:static!important;opacity:1!important;pointer-events:auto!important;width:100%!important;height:auto!important}

.publish-modal{width:min(1120px,calc(100vw - 28px))!important;max-height:calc(100dvh - 24px)!important;overflow:auto!important;background:rgba(247,249,253,.96)!important}.dark .publish-modal{background:rgba(22,31,52,.96)!important}.publish-layout{grid-template-columns:270px minmax(0,1fr)!important;min-height:0!important}.publish-layout>aside{position:sticky;top:0;align-self:start;min-height:min(760px,calc(100dvh - 26px));background:radial-gradient(circle at 18% 8%,rgba(108,92,245,.25),transparent 34%),linear-gradient(165deg,#20284d,#11192e 75%)!important;color:#f5f7ff}.publish-layout>aside>p:not(.micro){color:rgba(235,240,255,.72)!important;font-size:14px!important;font-weight:650!important}.publish-layout>aside li{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.08);min-height:48px}.publish-layout>aside li span{font-size:13px!important}.publish-layout>form{padding:34px 42px 36px!important}.publish-form-grid{gap:15px 18px!important}.publish-form-grid>label:has(#form-needed){grid-column:1/-1}.publish-form-grid>label>span{font-size:12px!important;font-weight:850!important;color:var(--muted)}.publish-form-grid .picker-trigger,.publish-form-grid input,.publish-form-grid textarea{border-radius:12px!important}.publish-form-grid .custom-picker.open{z-index:120}.rank-field{display:block!important}.rank-field>span{display:block;margin-bottom:7px}.rank-field>.custom-picker{display:none!important}.publish-rank-slider{min-height:112px!important;padding:16px 18px!important;border-radius:15px!important;background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(237,240,249,.7))!important}.dark .publish-rank-slider{background:linear-gradient(135deg,rgba(38,50,78,.78),rgba(20,29,49,.72))!important}.publish-range-values{margin:0 0 12px!important}.publish-range-values>span:last-child{justify-content:flex-end}.publish-range-values b{font-size:14px!important;font-weight:850}.publish-range-values .rank-icon{width:30px!important;height:30px!important}.publish-dual{margin:0 4px!important}.publish-dual::before,.publish-dual>span{height:5px!important}.publish-dual>span{background:linear-gradient(90deg,#6459f1,#36accb)!important}.rank-not-applicable{min-height:78px;display:flex;align-items:center;gap:14px}.rank-not-applicable>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(107,92,246,.11);color:#6b5cf6;font-size:22px}.rank-not-applicable div{display:grid;gap:5px}.rank-not-applicable b{font-size:14px;color:var(--text)}.rank-not-applicable small{font-size:11px;color:var(--muted)}.needed-dropdown-field{grid-column:1/-1}.voice-url-field .voice-platform-chooser{display:none!important}.publish-submit{font-size:15px!important;font-weight:850!important;letter-spacing:.02em}.publish-layout textarea{min-height:105px!important}

.launcher-extra-wrap{grid-column:1/-1;display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;transition:grid-template-rows .42s cubic-bezier(.2,.8,.2,1),opacity .25s ease}.launcher-extra-wrap.is-open{grid-template-rows:auto;opacity:1;overflow:visible}.more-game-search{height:48px;display:flex;align-items:center;gap:9px;margin:4px 0 10px;padding:0 14px;border:1px solid var(--edge-soft);border-radius:12px;background:var(--card);color:var(--muted)}.more-game-search input,.wizard-game-search input{width:100%;border:0!important;background:transparent!important;box-shadow:none!important;outline:0;color:var(--text);font:700 13px inherit}.launcher-extra-wrap .launcher-extra-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.launcher-extra[hidden]{display:none!important}.steam-game-icon{border-radius:7px;object-fit:cover!important}.wizard-game-search{display:flex;align-items:center;gap:9px;min-height:48px;margin:0 0 12px;padding:0 13px;border:1px solid var(--edge-soft);border-radius:12px;background:var(--card);color:var(--muted)}.simple-game-choices{max-height:350px;overflow:auto;padding-right:5px}.simple-game-choices button{animation:none!important}.continent-choices button.selected{animation:continent-select .34s cubic-bezier(.2,1.25,.3,1) both}@keyframes continent-select{0%{transform:scale(.97)}65%{transform:scale(1.025)}100%{transform:scale(1)}}

.admin-dark .admin-main{background:transparent!important}.admin-dark .admin-heading{border-radius:18px!important;padding:24px!important;background:linear-gradient(135deg,rgba(47,60,94,.78),rgba(28,39,65,.68))!important;box-shadow:0 18px 50px rgba(2,8,23,.15)}.admin-dark .admin-subtabs{margin:12px 0 18px;display:flex;gap:7px}.admin-dark .admin-subtabs button{min-height:38px;padding:0 14px;border:1px solid rgba(196,210,241,.14);border-radius:9px;background:rgba(25,35,58,.72);color:#aeb7cb;font:800 11px inherit}.admin-dark .admin-subtabs button.active{background:#7467f5;color:#fff;border-color:#7467f5}.admin-dark .ip-value,.admin-dark .country-value{display:inline-flex;align-items:center;min-height:28px;padding:5px 8px;border-radius:7px;background:rgba(116,103,245,.11);color:#dbe1ff;font-size:12px;font-weight:800}.admin-dark .country-value{background:rgba(46,177,198,.11);color:#a9ebf4}.admin-dark .data-table{font-size:12px!important}.admin-dark .data-table th{font-size:10px!important;font-weight:850!important}.admin-dark .data-table td{font-weight:620;line-height:1.55}

@media(max-width:1180px){.lobby-filter-row{grid-template-columns:1.2fr repeat(2,.7fr) repeat(3,.58fr)!important}.launcher-extra-wrap .launcher-extra-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:930px){.lobby-filter-row{grid-template-columns:1fr 1fr 1fr!important}.lobby-filter-row .search{grid-column:1/-1!important}.rank-filter-dropdown .advanced-content{right:auto!important;left:0!important}.publish-layout{grid-template-columns:1fr!important}.publish-layout>aside{display:none!important}.launcher-extra-wrap .launcher-extra-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:610px){.lobby-filter-row{grid-template-columns:1fr!important}.lobby-filter-row>*{grid-column:1!important}.rank-filter-dropdown .advanced-content{position:fixed!important;left:14px!important;right:14px!important;top:auto!important;bottom:14px!important;width:auto!important;grid-template-columns:1fr!important}.rank-filter-dropdown .filter-rank-control{min-width:0}.publish-layout>form{padding:40px 18px 24px!important}.publish-form-grid{grid-template-columns:1fr!important}.publish-form-grid>label{grid-column:1!important}.launcher-extra-wrap .launcher-extra-grid{grid-template-columns:repeat(2,1fr)}}
.launcher-extra-wrap{display:block!important;grid-template-rows:none!important;max-height:0;opacity:0;overflow:hidden!important;transition:max-height .48s cubic-bezier(.2,.8,.2,1),opacity .25s ease!important}.launcher-extra-wrap.is-open{max-height:1800px;opacity:1;overflow:visible!important}
.launcher-game{min-height:76px!important;padding:14px 16px!important}.launcher-game>span{font-size:13px!important;font-weight:850!important;line-height:1.25}.launcher-game .game-icon{width:34px!important;height:34px!important}.launcher-preferred::after{font-size:8px!important;font-weight:850}.launcher-more{font-size:13px!important;font-weight:850!important}

/* Readability, complete icon framing and predictable overlay stacking. */
.wizard-simple .wizard-aside-brand b{font-size:22px!important}.wizard-simple .wizard-aside>p{font-size:14px!important;line-height:1.75!important;max-width:205px!important}.wizard-simple .wizard-aside li span{font-size:12px!important;font-weight:820!important}.wizard-simple .wizard-aside li i{font-size:9px!important}.wizard-simple .wizard-aside>small{font-size:8px!important}.simple-game-choices .game-icon,.launcher-game .game-icon{object-fit:contain!important;object-position:center!important;padding:2px;background:rgba(255,255,255,.72);border-radius:8px}.dark .simple-game-choices .game-icon,.dark .launcher-game .game-icon{background:rgba(255,255,255,.1)}.steam-game-icon{object-fit:contain!important}.simple-game-choices button>span{font-size:12px!important;font-weight:800!important}.simple-game-choices{scrollbar-gutter:stable}.rank-filter-dropdown[open]>summary span{transform:none!important;rotate:none!important}.rank-filter-dropdown>summary b{transform:none!important;rotate:none!important;font-size:13px}.lobby-filter-row>label,.lobby-filter-row>.rank-filter-dropdown{height:76px;align-content:end}.lobby-filter-row>label>span,.rank-filter-dropdown::before{font-size:11px!important;font-weight:850!important}.rank-filter-dropdown>summary,.lobby-filter-row .picker-trigger,.lobby-filter-row .search{height:50px!important;min-height:50px!important;border-radius:11px!important;border-color:var(--edge-soft)!important}.filters{z-index:80!important;overflow:visible!important}.filters .custom-picker{z-index:90}.filters .custom-picker.open{z-index:260!important}.filters .picker-menu{z-index:270!important}.recruitment-grid,.board-meta,.guest-gate,.empty{position:relative;z-index:1}.rank-filter-dropdown{z-index:150!important}.rank-filter-dropdown[open]{z-index:280!important}.rank-filter-dropdown .advanced-content{z-index:290!important}.report-button{display:inline-flex!important;align-items:center;justify-content:center;min-width:52px;min-height:30px;padding:6px 10px!important;border:1px solid var(--edge-soft)!important;background:rgba(255,255,255,.5)!important;color:var(--text)!important;font-size:11px!important;font-weight:850!important}.dark .report-button{background:rgba(255,255,255,.07)!important}.report-button:hover{border-color:#e46f7c!important;color:#c84656!important}.launcher-extra-grid:empty::after{content:"没有找到匹配的游戏";grid-column:1/-1;padding:28px;text-align:center;color:var(--muted);font-size:13px;font-weight:750}
