.site-main:has(.match-page-shell){background:#13131a;padding-top:0}:is(html:has(.match-page-shell),body:has(.match-page-shell)){scrollbar-gutter:auto;background:#13131a}.match-page-shell{--match-max-width:1120px;--match-action-bar-offset:72px;--match-brand:var(--header-btn-face,#6c5298);--match-accent:#a693c8;--match-accent-soft:#7a5dac24;--match-accent-border:#8b72b647;--match-surface:#ffffff0f;--match-surface-raised:#ffffff14;--match-border:#ffffff1a;--match-text-muted:#ffffff9e;--match-team-a:var(--duel-zone-a,#2273c3);--match-team-b:var(--duel-zone-b,#ee522b);--match-field-bg:#2a2631;--match-field-bg-hover:#312d39;--match-field-border:#fff3;--match-field-border-hover:#ffffff52;--match-field-border-focus:#9b83c3;--match-field-focus-ring:0 0 0 3px #8a6eb947;color:#ffffffeb;background:#13131a;flex:auto;min-height:0;font-family:Outfit,sans-serif;font-size:18px;position:relative}.match-page-shell>.seo-landing-hero-ambient{top:calc(-1 * var(--site-header-offset,56px));height:calc(clamp(320px, 42vh, 480px) + var(--site-header-offset,56px));z-index:0;pointer-events:none;position:absolute;left:0;right:0;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0% 48%,#0000 76%);mask-image:linear-gradient(#000 0% 48%,#0000 76%)}.match-page{z-index:1;max-width:var(--match-max-width);padding:calc(var(--site-header-offset,56px) + 28px) var(--page-gutter,20px) calc(var(--match-action-bar-offset,72px) + 20px);margin:0 auto;position:relative}.match-page--wizard{padding-bottom:48px}.match-page-shell--wizard-locked{overflow:hidden}.match-stepper{justify-content:center;align-items:flex-start;margin-bottom:32px;display:flex}.match-stepper__step{flex-direction:column;flex:none;align-items:center;gap:10px;min-width:72px;display:flex}.match-stepper__circle{font-variant-numeric:tabular-nums;color:#ffffff73;background:#ffffff0a;border:2px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:600;transition:border-color .2s,background .2s,color .2s;display:flex}.match-stepper__check{display:block}.match-stepper__connector{background:#ffffff24;flex:1;align-self:flex-start;min-width:24px;height:2px;margin-top:17px;transition:background .25s}.match-stepper__connector.is-done{background:linear-gradient(90deg, var(--match-brand), var(--match-accent))}.match-stepper__title{text-align:center;color:var(--match-text-muted);font-size:16px;font-weight:500;line-height:1.3;transition:color .2s,font-weight .2s}.match-stepper__step.is-active .match-stepper__circle{border-color:var(--match-brand);background:var(--match-brand);color:#fff;box-shadow:0 0 0 3px var(--match-accent-soft)}.match-stepper__step.is-active .match-stepper__title{color:#ffffffeb;font-weight:600}.match-stepper__step.is-done .match-stepper__circle{color:#59cf94;background:#3b9b6b2e;border-color:#3b9b6b}.match-stepper__step.is-done .match-stepper__title{color:#ffffff8c}@media (max-width:479px){.match-stepper__step{gap:8px;min-width:56px}.match-stepper__circle{width:30px;height:30px;font-size:13px}.match-stepper__connector{min-width:16px;margin-top:14px}.match-stepper__title{font-size:14px}.match-stepper__check{width:14px;height:14px}}.match-wizard-header{margin-bottom:28px}.match-wizard-header h1{letter-spacing:-.02em;margin:0 0 8px;font-size:clamp(32px,4.5vw,40px);font-weight:700}.match-wizard-header p{color:var(--match-text-muted);margin:0;font-size:18px;line-height:1.5}.match-confirm{z-index:60;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.match-confirm__scrim{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;opacity:0;background:#13131ad1;border:none;margin:0;padding:0;animation:.22s forwards match-confirm-scrim-in;position:absolute;inset:0}.match-confirm__scrim:disabled{cursor:default}.match-confirm__dialog{z-index:1;opacity:0;width:min(100%,420px);animation:.32s cubic-bezier(.22,1,.36,1) forwards match-confirm-slide-in;position:relative;transform:translateY(28px)}.match-confirm__panel{border:1px solid var(--match-border);background:var(--match-surface);border-radius:16px;padding:22px 24px;box-shadow:0 24px 64px #00000073,inset 0 0 0 1px #ffffff0a}@keyframes match-confirm-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes match-confirm-slide-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.match-confirm__scrim,.match-confirm__dialog{opacity:1;animation:none;transform:none}}.match-confirm__title{color:#fffffff2;margin:0 0 10px;font-size:18px;font-weight:700;line-height:1.35}.match-confirm__message{color:var(--match-text-muted);margin:0 0 20px;font-size:15px;line-height:1.5}.match-confirm__actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.match-confirm__confirm{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 18px;font-family:inherit;font-size:15px;font-weight:600;line-height:1.2;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.match-confirm__confirm:disabled{opacity:.65;cursor:default}.match-confirm__confirm--danger{color:#fff;background:#ae2929;border-color:#c62f2f}.match-confirm__confirm--danger:hover:not(:disabled){background:#c62f2f;border-color:#d24141}.match-confirm__confirm--primary{color:#fff;background:var(--match-accent);border-color:var(--match-accent-border)}.match-confirm__confirm--primary:hover:not(:disabled){filter:brightness(1.08)}.match-btn-loader{flex-shrink:0;font-size:.95em;line-height:1}.header-btn--with-loader{justify-content:center;align-items:center;gap:8px;display:inline-flex}.match-action-btn.is-loading{cursor:wait}.match-wizard-panel{position:relative}.match-wizard-overlay{top:var(--site-header-offset,56px);z-index:20;justify-content:center;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.match-wizard-overlay__scrim{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#13131acc;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 7% 93%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 7% 93%,#0000 100%)}.match-wizard-overlay__content{z-index:1;text-align:center;width:min(100%,680px);max-width:680px;padding:24px;position:relative}.match-wizard-overlay__title{color:#ffffffeb;margin:0 0 16px;font-size:18px;font-weight:600;line-height:1.4}.match-wizard-overlay__panel{text-align:left;align-items:stretch;gap:16px;display:flex}.match-wizard-overlay__panel--auth{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:8px 0 4px}.match-wizard-overlay__summary{border:1px solid var(--match-accent-border);background:var(--match-surface-raised);border-radius:16px;flex:280px;min-width:0;overflow:hidden;box-shadow:0 12px 32px #00000047,inset 0 0 0 1px #ffffff0a}.match-wizard-overlay__summary-hero{min-height:108px;padding:14px 16px 16px;position:relative;overflow:hidden}.match-wizard-overlay__summary-bg{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.match-wizard-overlay__summary-bg--gradient{object-fit:unset}.match-wizard-overlay__summary-hero-shade{pointer-events:none;background:linear-gradient(#0a0a0c33 0%,#0a0a0c8c 52%,#0a0a0ce6 100%);position:absolute;inset:0}.match-wizard-overlay__summary-hero-top{z-index:1;flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex;position:relative}.match-wizard-overlay__summary-chip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.02em;text-transform:uppercase;color:#ffffffe0;background:#00000047;border:1px solid #ffffff29;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.match-wizard-overlay__summary-map{z-index:1;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 12px #00000073;margin:0;font-size:clamp(22px,4vw,28px);font-weight:700;line-height:1.15;position:relative}.match-wizard-overlay__summary-body{background:#0000002e;border-top:1px solid #ffffff14;padding:14px 16px 16px}.match-wizard-overlay__summary-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.match-wizard-overlay__summary-status{color:var(--match-accent);align-items:center;font-size:13px;font-weight:600;line-height:1.3;display:inline-flex}.match-wizard-overlay__summary-status.is-created{color:#70adeb}.match-wizard-overlay__summary-status.is-provisioning{color:#f5ca47}.match-wizard-overlay__summary-status.is-waiting{color:#ad90df}.match-wizard-overlay__summary-status.is-live{color:#59cf94}.match-wizard-overlay__summary-status.is-muted{color:#ffffff8c;box-shadow:none}.match-wizard-overlay__summary-status.is-error{color:#f38468}.match-wizard-overlay__summary-players{color:var(--match-text-muted);white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.match-wizard-overlay__summary-players i{opacity:.85;font-size:12px}.match-wizard-overlay__actions{flex-direction:column;flex:none;justify-content:center;align-items:stretch;gap:12px;min-width:220px;display:flex}.match-wizard-overlay__btn{border-radius:var(--header-radius,10px);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;width:100%;min-width:0;padding:10px 18px;font-family:inherit;font-size:16px;font-weight:600;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.match-wizard-overlay__btn:disabled{opacity:.45;cursor:not-allowed}.match-wizard-overlay__btn--primary{background:var(--header-btn-face,var(--match-brand));color:#fff;border-color:#0000;box-shadow:0 4px 16px #5d458759}.match-wizard-overlay__btn--primary:hover:not(:disabled){background:var(--header-btn-face-hover,#7b60a9);transform:translateY(-1px)}.match-wizard-overlay__btn--danger{color:#f89e77;background:#57261959;border-color:#d94a2666}.match-wizard-overlay__btn--danger:hover:not(:disabled){color:#ffb08f;background:#6f302080;border-color:#dd5c3c8c}.match-wizard-overlay__btn-icon{opacity:.9;justify-content:center;align-items:center;width:18px;font-size:15px;display:flex}@media (max-width:599px){.match-wizard-overlay__panel{flex-direction:column}.match-wizard-overlay__actions{width:100%;min-width:0}}.match-mode-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.match-mode-card{border:2px solid var(--match-border);background:var(--match-surface);color:inherit;text-align:left;cursor:pointer;border-radius:16px;flex-direction:column;gap:10px;padding:20px;font-family:inherit;transition:border-color .2s,background .2s,transform .15s;display:flex}.match-mode-card:hover{background:var(--match-surface-raised);transform:translateY(-2px)}.match-mode-card.is-selected{border-color:var(--match-brand);background:var(--match-accent-soft);box-shadow:0 0 0 1px var(--match-accent-border)}.match-mode-card__title{font-size:22px;font-weight:700}.match-mode-card__desc{color:var(--match-text-muted);font-size:17px;line-height:1.45}.match-mode-card__meta{color:var(--match-accent);text-transform:uppercase;letter-spacing:.04em;font-size:14px;font-weight:600}.match-map-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;display:grid}.match-map-card{aspect-ratio:4/3;cursor:pointer;color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:14px;padding:0;font-family:inherit;transition:box-shadow .2s,transform .2s,filter .2s;position:relative;overflow:hidden}.match-map-card:hover:not(.is-selected){transform:translateY(-2px)}.match-map-card.is-selected{z-index:1;filter:saturate(1.05)brightness(1.05);box-shadow:0 0 0 3px var(--match-brand), 0 0 0 5px var(--match-accent-border), 0 10px 28px #5d458780;transform:scale(1.03)}.match-map-card__overlay{border-radius:inherit;pointer-events:none;background:linear-gradient(#0a0a0c1f 0%,#0a0a0c73 55%,#0a0a0cb8 100%);transition:background .2s,box-shadow .2s;position:absolute;inset:0}.match-map-card.is-selected .match-map-card__overlay{background:linear-gradient(#8b72b61f 0%,#0a0a0c33 50%,#0a0a0c80 100%);box-shadow:inset 0 0 0 2px #a693c88c}.match-map-card:not(.is-selected) .match-map-card__overlay{background:linear-gradient(#0a0a0c47 0%,#0a0a0c94 55%,#0a0a0cd1 100%)}.match-map-card:not(.is-selected){filter:saturate(.75)brightness(.82)}.match-map-card__name{z-index:1;text-transform:capitalize;text-shadow:0 1px 4px #0009;font-size:16px;font-weight:600;position:absolute;bottom:10px;left:10px;right:10px}.match-map-card__check{z-index:1;background:var(--match-brand);opacity:0;border:2px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:700;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:8px;right:8px;transform:scale(.85);box-shadow:0 2px 8px #00000059}.match-map-card.is-selected .match-map-card__check{opacity:1;transform:scale(1)}.match-map-card.is-selected .match-map-card__name{color:#fff;font-weight:700}.match-field{box-sizing:border-box;color:#fff;border:1.5px solid var(--match-field-border);background:var(--match-field-bg);width:100%;min-height:44px;box-shadow:none;border-radius:10px;outline:none;padding:10px 14px;font-family:Outfit,sans-serif;font-size:17px;transition:border-color .15s,background-color .15s,box-shadow .15s}.match-field:hover:not(:disabled):not(:focus):not(:focus-visible){border-color:var(--match-field-border-hover);background:var(--match-field-bg-hover)}.match-field:focus,.match-field:focus-visible{border-color:var(--match-field-border-focus);box-shadow:var(--match-field-focus-ring);background:#2f2a37}.match-field:disabled{opacity:.55;cursor:not-allowed;background:#232027;border-color:#ffffff1a}.match-params-form{border:1px solid var(--match-border);background:var(--match-surface);border-radius:16px;width:100%;overflow:hidden}.match-params-form__group{flex-direction:column;gap:16px;padding:22px 24px;display:flex}.match-params-form__group+.match-params-form__group{border-top:1px solid var(--match-border)}.match-params-form__title{letter-spacing:.07em;text-transform:uppercase;color:var(--match-accent);margin:0;font-size:13px;font-weight:700}.match-params-form__hint{color:var(--match-text-muted);margin:0;font-size:15px;line-height:1.45}.match-params-form__group--split{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:stretch;gap:0;display:grid}.match-params-form__split-main{border-right:1px solid var(--match-border);flex-direction:column;gap:0;min-width:0;padding-right:28px;display:flex}.match-params-form__split-main .match-params-form__block+.match-params-form__block{border-top:1px solid var(--match-border);margin-top:22px;padding-top:22px}.match-params-form__block{flex-direction:column;gap:14px;min-width:0;display:flex}.match-params-form__split-col{flex-direction:column;gap:14px;min-width:0;padding-left:28px;display:flex}.match-params-form__split-col .match-location-card__body{max-width:none}.match-params-control{flex-direction:column;gap:14px;display:flex}@media (max-width:679px){.match-params-form__group--split{grid-template-columns:1fr}.match-params-form__split-main{border-right:none;border-bottom:1px solid var(--match-border);padding-bottom:22px;padding-right:0}.match-params-form__split-main .match-params-form__block+.match-params-form__block{margin-top:20px;padding-top:20px}.match-params-form__split-col{padding-top:6px;padding-left:0}}.match-rounds-control__pair{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-items:start;gap:10px 16px;display:grid}.match-rounds-control__label--win{grid-area:1/1}.match-rounds-control__label-row{align-items:center;gap:4px;max-width:100%;display:inline-flex}.match-rounds-control__label-row--max{grid-area:1/2}.match-rounds-control__label,.match-rounds-control__field .match-stepper-field__label,.match-rounds-control__stepper{min-width:0}.match-rounds-control__stepper--win{grid-area:2/1}.match-rounds-control__stepper--max{grid-area:2/2}.match-rounds-control__stepper .match-stepper-field__control{width:100%;max-width:none;min-height:44px}.match-rounds-control__stepper .match-stepper-field__btn{flex-basis:44px;height:44px;font-size:20px}.match-rounds-control__stepper .match-stepper-field__value{font-size:22px}.match-field-help{flex-shrink:0;align-items:center;display:inline-flex;position:relative}.match-field-help__btn{color:#ffffff6b;cursor:help;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:14px;line-height:1;transition:color .15s;display:inline-flex}.match-field-help__btn:hover,.match-field-help__btn:focus-visible{color:var(--match-accent);outline:none}.match-field-help__tooltip{opacity:0;visibility:hidden;pointer-events:none;z-index:5;white-space:normal;text-align:left;width:max-content;max-width:min(240px,70vw);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.match-field-help:hover .match-field-help__tooltip,.match-field-help:focus-within .match-field-help__tooltip{opacity:1;visibility:visible}.match-rounds-control--compact .match-field-help__btn{width:16px;height:16px;font-size:12px}.match-rounds-control--compact{gap:10px}.match-rounds-control--compact .match-rounds-control__pair{gap:6px 12px}.match-rounds-control--compact .match-stepper-field__label,.match-rounds-control--compact .match-rounds-control__label{font-size:12px;font-weight:500}.match-rounds-control--compact .match-stepper-field__control{min-height:36px}.match-rounds-control--compact .match-stepper-field__btn{flex-basis:36px;height:36px;font-size:16px}.match-rounds-control--compact .match-stepper-field__value{font-size:16px}@media (max-width:479px){.match-rounds-control__pair{grid-template-rows:auto auto auto auto;grid-template-columns:1fr;gap:8px}.match-rounds-control__label--win{grid-area:1/1}.match-rounds-control__label-row--max{grid-area:3/1}.match-rounds-control__stepper--win{grid-area:2/1}.match-rounds-control__stepper--max{grid-area:4/1}}.match-stepper-field{flex-direction:column;gap:12px;display:flex}.match-stepper-field__head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.match-stepper-field__label{color:var(--match-text-muted);font-size:14px;font-weight:500}.match-stepper-field__hint{color:var(--match-text-muted);font-size:13px}.match-chip-row{flex-wrap:wrap;gap:8px;display:flex}.match-chip{border:1.5px solid var(--match-border);color:var(--match-text-muted);font-variant-numeric:tabular-nums;cursor:pointer;background:#0003;border-radius:999px;padding:6px 14px;font-family:inherit;font-size:15px;font-weight:600;transition:border-color .15s,background .15s,color .15s}.match-chip:hover{color:#ffffffd9;border-color:#ffffff47}.match-chip.is-selected{border-color:var(--match-brand);background:var(--match-accent-soft);color:#fff;box-shadow:0 0 0 1px var(--match-accent-border)}.match-stepper-field__control{border:1.5px solid var(--match-field-border);background:var(--match-field-bg);border-radius:12px;align-items:center;gap:0;width:100%;max-width:320px;display:flex;overflow:hidden}.match-stepper-field__btn{color:#ffffffbf;cursor:pointer;background:0 0;border:none;flex:0 0 52px;height:52px;font-size:22px;font-weight:500;line-height:1;transition:background .15s,color .15s}.match-stepper-field__btn:hover:not(:disabled){color:#fff;background:#ffffff14}.match-stepper-field__btn:disabled{opacity:.3;cursor:not-allowed}.match-stepper-field__value{text-align:center;font-variant-numeric:tabular-nums;color:#fff;letter-spacing:-.02em;flex:1;font-size:28px;font-weight:700}.match-team-size{flex-direction:column;display:flex}.match-team-size__pair{grid-template-rows:auto auto;grid-template-columns:1fr auto 1fr;align-items:start;gap:10px 20px;display:grid}.match-team-size__label--a{color:var(--match-team-a);grid-area:1/1}.match-team-size__label--b{color:var(--match-team-b);grid-area:1/3}.match-team-size__stepper{min-width:0}.match-team-size__stepper--a{grid-area:2/1}.match-team-size__vs{font-family:var(--duel-brand-display,"New Rocker", "Bebas Neue", cursive);letter-spacing:.08em;text-transform:uppercase;color:#ffffff94;-webkit-user-select:none;user-select:none;grid-area:2/2;place-self:center;padding:0 6px;font-size:22px;font-style:normal;font-weight:400;line-height:1}.match-team-size__stepper--b{grid-area:2/3}.match-team-size__stepper .match-stepper-field__control{width:100%;max-width:none;min-height:40px}.match-team-size__stepper--a .match-stepper-field__control{border-top:2px solid var(--match-team-a)}.match-team-size__stepper--b .match-stepper-field__control{border-top:2px solid var(--match-team-b)}.match-team-size__stepper .match-stepper-field__btn{flex-basis:40px;height:40px;font-size:18px}.match-team-size__stepper .match-stepper-field__value{font-size:20px}@media (max-width:479px){.match-team-size__pair{column-gap:12px}.match-team-size__vs{padding:0 4px;font-size:20px}.match-team-size__stepper .match-stepper-field__btn{flex-basis:36px;height:36px;font-size:16px}.match-team-size__stepper .match-stepper-field__control{min-height:36px}.match-team-size__stepper .match-stepper-field__value{font-size:18px}}.match-location-card{flex-direction:column;gap:10px;display:flex}.match-location-card__body{border:1.5px solid var(--match-accent-border);background:#00000038;border-radius:12px;align-items:center;gap:14px;max-width:360px;padding:14px 16px;display:flex}.match-location-card__icon{flex-shrink:0;font-size:28px;line-height:1}.match-location-card__text{flex-direction:column;gap:2px;display:flex}.match-location-card__name{color:#fff;font-size:18px;font-weight:700}.match-location-card__meta{color:var(--match-text-muted);font-size:14px}.match-wizard-nav{border-top:1px solid var(--match-border);justify-content:space-between;align-items:center;gap:12px;margin-top:32px;padding-top:24px;display:flex}.match-wizard-nav__right{align-items:center;display:flex}.match-wizard-nav .header-btn--with-icon,.match-wizard-nav .header-btn--with-arrow{gap:12px;padding-left:20px;padding-right:18px}.match-wizard-nav__icon,.match-wizard-nav__arrow{opacity:.92;flex:none;line-height:1}.match-wizard-nav__icon{font-size:1.1em}.match-wizard-nav__arrow{font-size:1.2em;transform:translateY(.5px)}.match-btn-danger{border-radius:var(--header-radius,10px);color:#f89e77;cursor:pointer;background:#57261959;border:1px solid #d94a2666;padding:10px 18px;font-family:inherit;font-size:16px;font-weight:600;transition:background .15s,border-color .15s}.match-btn-danger:hover:not(:disabled){color:#ffb08f;background:#6f302080;border-color:#dd5c3c8c}.match-btn-danger:disabled{opacity:.45;cursor:not-allowed}.match-btn-ghost{border-radius:var(--header-radius,10px);border:1px solid var(--match-border);color:#ffffffd9;cursor:pointer;background:0 0;padding:10px 18px;font-family:inherit;font-size:16px;transition:background .15s}.match-btn-ghost:hover:not(:disabled){background:var(--match-surface)}.match-btn-ghost:disabled{opacity:.45;cursor:not-allowed}.match-lobby-header{margin-bottom:20px}.match-lobby-header h1{margin:0 0 4px;font-size:clamp(28px,4vw,36px);font-weight:700}.match-lobby-code{color:var(--match-accent);letter-spacing:.06em;font-family:JetBrains Mono,monospace;font-size:16px}.match-status-bar{background:var(--match-surface);border:1px solid var(--match-border);border-radius:14px;margin-bottom:20px;padding:14px 18px}.match-status-bar__main{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.match-status-bar__label{font-size:18px;font-weight:600}.match-status-bar__sub{color:var(--match-text-muted);margin-top:6px;font-size:16px}.match-status-bar--provisioning{border-color:var(--match-accent-border)}.match-status-bar--error{background:#ff505014;border-color:#ff646459}.match-status-bar--success{border-color:#64dc8c59}.match-timeline{gap:0;margin-top:14px;display:flex}.match-timeline__step{color:var(--match-text-muted);text-align:center;flex-direction:column;flex:1;align-items:center;gap:6px;font-size:14px;display:flex;position:relative}.match-timeline__step:not(:last-child):after{content:"";z-index:0;background:#ffffff1f;width:100%;height:2px;position:absolute;top:10px;left:50%}.match-timeline__dot{z-index:1;background:#ffffff1f;border:2px solid #fff3;border-radius:50%;width:20px;height:20px;position:relative}.match-timeline__step.is-active .match-timeline__dot{background:var(--match-brand);border-color:var(--match-accent)}.match-timeline__step.is-done .match-timeline__dot{background:#30a66b;border-color:#39c680}.match-timeline__step.is-active{color:#ffffffe6;font-weight:600}.match-progress{margin-top:12px}.match-progress__track{background:#ffffff1a;border-radius:999px;height:6px;overflow:hidden}.match-progress__fill{background:linear-gradient(90deg, var(--match-brand), var(--match-accent));border-radius:999px;height:100%;transition:width .4s}.match-progress__label{color:var(--match-text-muted);justify-content:space-between;margin-top:6px;font-size:15px;display:flex}.match-lobby-grid{grid-template-columns:1fr 300px;gap:20px;margin-bottom:20px;display:grid}@media (max-width:860px){.match-lobby-grid{grid-template-columns:1fr}}.match-teams{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:560px){.match-teams{grid-template-columns:1fr}}.match-team{background:var(--match-surface);border:1px solid var(--match-border);border-radius:16px;padding:16px}.match-team--a{border-top:3px solid var(--match-team-a)}.match-team--b{border-top:3px solid var(--match-team-b)}.match-team h2{text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px;font-size:16px;font-weight:700}.match-team--a h2{color:var(--match-team-a)}.match-team--b h2{color:var(--match-team-b)}.match-teams--neutral .match-team--a,.match-teams--neutral .match-team--b{border-top-color:var(--match-accent)}.match-teams--neutral .match-team--a h2,.match-teams--neutral .match-team--b h2{color:var(--match-accent)}.match-slots{flex-direction:column;gap:8px;display:flex}.match-slot-row{align-items:center;gap:8px;display:flex}.match-slot-row .match-slot{flex:1;min-width:0}.match-slot{box-sizing:border-box;height:56px;color:inherit;cursor:pointer;text-align:left;background:#0003;border:1px dashed #ffffff2e;border-radius:12px;align-items:center;gap:10px;padding:0 12px 0 10px;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.match-slot:hover:not(:disabled){background:#ffffff0f}.match-slot.is-filled{cursor:default;border-style:solid}.match-slot.is-connected{background:#64dc8c0f;border-color:#64dc8c80}.match-slot.is-bot{cursor:pointer;background:#648cff0f;border-color:#8cb4ff59}.match-slot-avatar{object-fit:cover;border-radius:8px;flex-shrink:0;width:36px;height:36px}.match-slot-avatar--placeholder{color:var(--match-text-muted);background:#ffffff14;justify-content:center;align-items:center;font-size:18px;display:flex}.match-slot-avatar--placeholder.match-slot-avatar--bot{color:#b4d2fff2;background:#ffffff1a;font-size:14px}.match-slot-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:17px;line-height:1.2;overflow:hidden}.match-slot-check{color:#6ee7a0;flex-shrink:0;justify-content:center;align-items:center;width:14px;font-size:12px;display:flex}.match-slot-check--placeholder{visibility:hidden}.match-slot.is-bot .match-slot-check{color:#ffffff80;font-size:14px}.match-slot-bot-btn{color:#b4d2fff2;cursor:pointer;box-sizing:border-box;background:#648cff14;border:1px dashed #8cb4ff59;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:56px;padding:0;font-family:inherit;font-size:14px;display:flex}.match-slot-bot-btn:hover:not(:disabled){background:#648cff29}.match-slot-bot-icon{color:#b4d2fff2;background:#648cff33;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.match-slot-bot-remove{color:#ffffff80;font-size:18px}.match-slot-adjust{border:1px solid var(--match-border);color:var(--match-text-muted);cursor:pointer;background:0 0;border-radius:8px;margin-top:10px;padding:4px 14px;font-family:inherit;font-size:15px}.match-slot-adjust:hover:not(:disabled){background:var(--match-surface-raised)}.match-settings-card{background:var(--match-surface);border:1px solid var(--match-border);border-radius:16px;height:fit-content;padding:16px}.match-settings-card h2{text-transform:uppercase;letter-spacing:.05em;color:var(--match-text-muted);margin:0 0 14px;font-size:16px;font-weight:700}.match-settings-card__list{flex-direction:column;gap:10px;margin:0 0 14px;padding:0;list-style:none;display:flex}.match-settings-card__item{justify-content:space-between;gap:12px;font-size:16px;display:flex}.match-settings-card__item dt{color:var(--match-text-muted)}.match-settings-card__item dd{text-align:right;margin:0;font-weight:600}.match-settings-edit{border-top:1px solid var(--match-border);margin-top:14px;padding-top:14px}.match-settings-edit label{color:var(--match-text-muted);flex-direction:column;gap:6px;margin-bottom:12px;font-size:15px;display:flex}.match-settings-edit select,.match-settings-edit input{width:100%}.match-spectators{background:var(--match-surface);border:1px solid var(--match-border);border-radius:14px;margin-bottom:20px;padding:16px}.match-spectators h3{margin:0 0 10px;font-size:17px;font-weight:600}.match-spectator-list{flex-wrap:wrap;gap:8px;margin:0 0 12px;display:flex}.match-spectator-chip{background:#ffffff14;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:16px;display:inline-flex}.match-spectator-chip img{border-radius:50%;width:22px;height:22px}.match-invite-row{border-top:1px solid var(--match-border);flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;padding-top:12px;display:flex}.match-invite-row p{color:var(--match-text-muted);flex:1;min-width:180px;margin:0;font-size:16px}.match-action-bar{z-index:1003;padding:12px var(--page-gutter,20px);padding-bottom:max(12px, env(safe-area-inset-bottom));border-top:1px solid var(--match-border);-webkit-backdrop-filter:blur(12px);background:#13131aeb;position:fixed;bottom:0;left:0;right:0}.match-action-bar__inner{max-width:var(--match-max-width);flex-wrap:wrap;justify-content:flex-end;gap:10px;margin:0 auto;display:flex}.match-hint,.match-error{background:var(--match-surface);border:1px solid var(--match-border);border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:17px}.match-error{color:#ffb4b4;border-color:#ff646459}.match-hint{color:var(--match-text-muted)}.match-page--lobby{--match-lobby-center-width:360px;padding-bottom:28px}.match-lobby-arena{grid-template-columns:minmax(0, 1fr) var(--match-lobby-center-width) minmax(0, 1fr);align-items:start;gap:20px;width:100%;margin-bottom:0;display:grid}.match-lobby-flank{align-self:start;width:100%;min-width:0;display:flex}.match-lobby-flank .match-teams--single{flex-direction:column;width:100%;min-width:0;display:flex}.match-lobby-flank .match-team{box-sizing:border-box;flex-direction:column;width:100%;min-width:0;padding:18px;display:flex}.match-lobby-flank .match-slots,.match-lobby-flank .match-slot-row,.match-lobby-flank .match-slots>.match-slot{width:100%}.match-lobby-center{min-width:0;width:var(--match-lobby-center-width);flex-direction:column;justify-content:flex-start;justify-self:center;align-items:stretch;gap:0;max-width:100%;display:flex}.match-lobby-center__panel{border:1px solid var(--match-border);background:var(--match-surface);border-radius:16px;width:100%;max-width:none;overflow:hidden}.match-lobby-center__panel>*+*{border-top:1px solid var(--match-border)}.match-lobby-teams-mobile{display:none}.match-lobby-header--compact{border-bottom:1px solid var(--match-border);margin-bottom:32px;padding-bottom:28px;display:block}.match-lobby-header__main{flex-wrap:wrap;align-items:center;gap:14px;min-width:0;display:flex}.match-lobby-header__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:inline-flex}.match-server-report-btn{border:1px solid var(--match-border);color:#ffffffc7;cursor:pointer;background:#ffffff08;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;line-height:1.2;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.match-server-report-btn:hover:not(:disabled){color:#fff;background:#ffffff14;border-color:#ffffff38}.match-server-report-btn:disabled{opacity:.45;cursor:not-allowed}.match-server-report-btn.is-success{color:#aaf5c3f2;border-color:#78dc9659}.match-lobby-header--compact h1{flex:0 auto;min-width:0;margin:0;font-size:clamp(22px,3vw,28px);font-weight:700;line-height:1.15}.match-lobby-status-badge{letter-spacing:.01em;white-space:nowrap;box-shadow:none;border:none;border-radius:8px;flex-shrink:0;align-items:center;margin:0;padding:10px 16px;font-size:15px;font-weight:600;line-height:1.2;display:inline-flex}.match-lobby-status-badge__label{line-height:1.2}.match-lobby-status--created,.match-lobby-status-badge.match-lobby-status--created{color:#e8dff6;background:#6e4ca947}.match-lobby-status--provisioning,.match-lobby-status-badge.match-lobby-status--provisioning{color:#fde68a;background:#8c61178c}.match-lobby-status--waiting,.match-lobby-status-badge.match-lobby-status--waiting{color:#dbeafe;background:#17448c8c}.match-lobby-status--live,.match-lobby-status-badge.match-lobby-status--live{color:#bbf7d0;background:#1c5f34a6}.match-lobby-status--muted,.match-lobby-status-badge.match-lobby-status--muted{color:#d4d4d8;background:#3d3d42bf}.match-lobby-status--error,.match-lobby-status-badge.match-lobby-status--error{color:#fecaca;background:#841f1fa6}.match-lobby-status{box-shadow:none;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:10px;margin:0;padding:10px 16px;font-size:15px;font-weight:600;display:inline-flex}.match-error--inline{margin-bottom:12px}.match-hint--inline{margin-bottom:12px;padding:10px 14px;font-size:15px}@media (max-width:959px){.match-lobby-arena{grid-template-columns:1fr}.match-lobby-flank{display:none}.match-lobby-teams-mobile{display:block}.match-lobby-center{justify-self:stretch;width:100%}.match-lobby-center__panel{max-width:none}}.match-map-hero{border:1px solid var(--match-border);background:var(--match-surface);border-radius:18px;overflow:hidden}.match-lobby-center__panel .match-map-hero{background:0 0;border:none;border-radius:0}.match-map-hero__media{aspect-ratio:2;contain:layout style paint;background-position:50%;background-size:cover;min-height:140px;position:relative}.match-map-hero__bg{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.match-map-hero__bg--gradient{object-fit:unset}.match-map-hero__change:disabled{opacity:.55;cursor:not-allowed}.match-map-hero__overlay{background:linear-gradient(#0a0a0c26 0%,#0a0a0c8c 55%,#0a0a0ce0 100%);position:absolute;inset:0}.match-map-hero__content{z-index:1;flex-direction:column;justify-content:flex-end;gap:8px;padding:12px;display:flex;position:absolute;inset:0}.match-map-hero__badges{flex-wrap:wrap;gap:6px;display:flex}.match-map-hero__badge{letter-spacing:.03em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.match-map-hero__title{text-transform:capitalize;text-shadow:0 2px 12px #0009;margin:0;font-size:20px;font-weight:700}.match-map-hero__change{color:#fff;cursor:pointer;background:#0006;border:1px solid #fff3;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.match-map-hero__change:hover{border-color:var(--match-accent-border);background:#ffffff1f}.match-map-hero__change-wrap{align-self:flex-start;position:relative}.match-map-hero__change.is-open{border-color:var(--match-accent-border);background:#ffffff24}.match-map-select{z-index:20;border:1px solid var(--match-border);background:#221f29;border-radius:12px;min-width:min(220px,100%);max-width:280px;max-height:240px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 12px 32px #00000073}.match-map-select--floating{min-width:0;max-width:none;position:fixed;top:auto;left:auto}.match-map-select__option{color:#ffffffe6;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-family:inherit;font-size:14px;font-weight:500;transition:background .12s;display:flex}.match-map-select__option:hover{background:#ffffff14}.match-map-select__option.is-selected{background:var(--match-accent-soft)}.match-map-select__thumb{background-position:50%;background-size:cover;border:1px solid #ffffff1f;border-radius:6px;flex-shrink:0;width:48px;height:28px}.match-map-select__name{text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize;flex:1;min-width:0;overflow:hidden}.match-map-select__check{color:var(--match-accent);flex-shrink:0;font-size:12px}.match-map-hero__picker{display:none}.match-map-grid--compact{scroll-snap-type:x mandatory;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.match-map-grid--compact .match-map-card{scroll-snap-align:start;aspect-ratio:4/3;flex:0 0 120px}.match-map-grid--compact .match-map-card__name{font-size:13px}.match-lobby-settings{background:var(--match-surface);border:1px solid var(--match-border);border-radius:16px;padding:14px 16px}.match-lobby-settings--compact{padding:10px 12px}.match-lobby-settings--compact .match-lobby-settings__row{flex-wrap:wrap;gap:10px 12px;margin-bottom:10px;display:flex}.match-lobby-settings--compact .match-lobby-settings__row:last-child{margin-bottom:0}.match-lobby-settings--compact .match-lobby-settings__row--mode{align-items:flex-end}.match-lobby-settings--compact .match-lobby-settings__row--rounds{margin-bottom:10px;display:block}.match-lobby-settings--compact .match-lobby-settings__cell{flex:140px;min-width:0}.match-lobby-settings--compact .match-lobby-settings__cell--location{flex:0 auto}.match-lobby-settings--compact .match-lobby-settings__cell--teams{flex:100%}.match-lobby-settings--compact .match-lobby-settings__label{margin-bottom:6px;font-size:11px}.match-lobby-settings--compact .match-stepper-field{gap:6px}.match-lobby-settings--compact .match-stepper-field__head{margin-bottom:0}.match-lobby-settings--compact .match-stepper-field__label{font-size:12px;font-weight:500}.match-lobby-settings--compact .match-stepper-field__hint{display:none}.match-lobby-settings--compact .match-stepper-field__control{min-height:36px}.match-lobby-settings--compact .match-stepper-field__btn{width:32px;height:32px;font-size:16px}.match-lobby-settings--compact .match-stepper-field__value{min-width:2ch;font-size:16px}.match-lobby-settings--compact .match-chip-row{gap:4px}.match-lobby-settings--compact .match-chip{padding:5px 10px;font-size:12px}.match-lobby-settings--compact .match-mode-segment__btn{padding:6px 10px;font-size:12px}.match-lobby-settings--compact .match-team-pick-switch__option{gap:6px;min-height:36px;padding:8px 10px;font-size:13px;line-height:1.3}.match-lobby-settings--compact .match-team-pick-switch__icon{font-size:12px}.match-lobby-settings--compact .match-team-size__stepper .match-stepper-field__control{min-height:34px}.match-lobby-settings--compact .match-location-card{padding:8px 12px;font-size:13px}.match-lobby-settings--in-panel{background:0 0;border:none;border-radius:0;padding:10px 12px}.match-lobby-settings--in-panel .match-lobby-settings__row{margin-bottom:8px}.match-lobby-settings--in-panel .match-lobby-settings__row--mode{flex-wrap:nowrap;align-items:flex-end;gap:8px}.match-lobby-settings--in-panel .match-lobby-settings__cell--location{flex:none}.match-lobby-settings--in-panel .match-lobby-settings__label{margin-bottom:6px;font-size:11px}.match-lobby-settings--in-panel .match-chip-row{display:none}.match-location-pill{border:1px solid var(--match-border);color:#ffffffe0;white-space:nowrap;background:#ffffff0a;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.match-location-pill__icon{opacity:.75;font-size:11px}.match-lobby-center__panel .match-map-hero__badges{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.match-lobby-center__panel .match-map-hero__badges::-webkit-scrollbar{display:none}.match-lobby-settings.is-readonly{opacity:.88}.match-lobby-settings__title{text-transform:uppercase;letter-spacing:.06em;color:var(--match-text-muted);margin:0 0 12px;font-size:15px;font-weight:700}.match-lobby-settings__group{margin-bottom:14px}.match-lobby-settings__group:last-child{margin-bottom:0}.match-lobby-settings__label{color:var(--match-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.match-lobby-settings__rounds{flex-direction:column;gap:10px;display:flex}.match-mode-segment{flex-wrap:wrap;gap:8px;display:flex}.match-mode-segment__btn{text-align:center;flex:auto;justify-content:center;min-width:0;font-size:14px}.match-team-pick-switch{width:100%;max-width:420px}.match-team-pick-switch__track{background:#231f28;border:1.5px solid #ffffff2e;border-radius:12px;grid-template-columns:1fr 1fr;align-items:stretch;gap:0;padding:4px;display:grid;position:relative;box-shadow:inset 0 1px 2px #00000059}.match-team-pick-switch__thumb{pointer-events:none;background:#ffffff1a;border-radius:8px;width:calc(50% - 4px);transition:transform .2s;position:absolute;top:4px;bottom:4px;left:4px;box-shadow:0 0 0 1px #ffffff24,0 2px 8px #00000038}.match-team-pick-switch.is-lobby-pick .match-team-pick-switch__thumb{transform:translate(100%)}.match-team-pick-switch__option{z-index:1;letter-spacing:.01em;color:#ffffff6b;cursor:pointer;text-align:center;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 16px;font-family:inherit;font-size:15px;font-weight:600;line-height:1.3;transition:color .2s;display:flex;position:relative}.match-team-pick-switch__icon{opacity:.75;flex-shrink:0;font-size:14px;line-height:1;transition:opacity .2s}.match-team-pick-switch__option.is-active .match-team-pick-switch__icon{opacity:1}.match-team-pick-switch__option.is-active{color:#fff}.match-team-pick-switch__option:hover:not(:disabled):not(.is-active){color:#ffffff9e}.match-team-pick-switch__option:focus-visible{outline:2px solid var(--match-accent-border);outline-offset:2px}.match-team-pick-switch.is-disabled .match-team-pick-switch__option{cursor:default;opacity:.72}.match-lobby-settings.is-readonly .match-stepper-field__btn,.match-lobby-settings.is-readonly .match-chip,.match-lobby-settings.is-readonly .match-team-pick-switch__option{pointer-events:none}.match-teams--single{grid-template-columns:1fr;width:100%}.match-teams--single .match-team{height:auto}.match-team__head{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:12px;display:flex}.match-team__head-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.match-team__slot-controls{align-items:center;gap:4px;display:inline-flex}.match-team__slot-btn{border:1px solid var(--match-border);color:#fffc;cursor:pointer;background:#ffffff0a;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-family:inherit;font-size:12px;transition:background .15s,border-color .15s;display:inline-flex}.match-team__slot-btn:hover:not(:disabled){background:var(--match-surface-raised);border-color:#ffffff2e}.match-team__slot-btn:disabled{opacity:.35;cursor:not-allowed}.match-slot.is-blocked{opacity:.45;cursor:not-allowed;border-color:#ffffff14}.match-slot.is-blocked:hover:not(:disabled){background:#0003}.match-slot.is-self{border-color:var(--match-accent-border);background:var(--match-accent-soft)}.match-team__head h2{margin:0;font-size:15px}.match-team__side{opacity:.75;font-weight:500}.match-team__count{font-variant-numeric:tabular-nums;color:var(--match-text-muted);background:#ffffff0f;border-radius:999px;padding:3px 8px;font-size:13px;font-weight:600}.match-spectators--row{border:none;border-top:1px solid var(--match-border);background:0 0;border-radius:0;margin:0;padding:10px 12px}.match-spectators__row{flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;display:flex}.match-spectators__label{letter-spacing:.05em;text-transform:uppercase;color:var(--match-text-muted);white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.match-spectators__label i{opacity:.75;font-size:10px}.match-spectators--row .match-spectators__count{font-variant-numeric:tabular-nums;color:#ffffff8c;background:#ffffff0d;border-radius:999px;flex-shrink:0;padding:2px 6px;font-size:11px;font-weight:600}.match-spectators__controls{flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.match-spectators__slot-btn{border:1px solid var(--match-border);color:#ffffffbf;cursor:pointer;background:#ffffff0a;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-family:inherit;font-size:11px;transition:background .15s,border-color .15s;display:inline-flex}.match-spectators__slot-btn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff2e}.match-spectators__slot-btn:disabled{opacity:.35;cursor:not-allowed}.match-spectators__items{scrollbar-width:none;flex:auto;align-items:center;gap:10px;min-width:0;display:flex;overflow-x:auto}.match-spectators__items::-webkit-scrollbar{display:none}.match-spectator-watch-btn{border:1px solid var(--match-border);color:#ffffff73;cursor:pointer;background:#ffffff0a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:11px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.match-spectator-watch-btn:hover:not(:disabled){color:#ffffffb8;background:#ffffff14;border-color:#ffffff2e}.match-spectator-person{color:#ffffffd1;flex-shrink:0;align-items:center;gap:5px;max-width:120px;font-size:12px;display:inline-flex}.match-spectator-person.is-self{color:var(--match-accent)}.match-spectator-person__avatar{object-fit:cover;border-radius:999px;flex-shrink:0;width:18px;height:18px}.match-spectator-person__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.match-spectators--board{background:var(--match-surface);border:1px solid var(--match-border);border-radius:14px;margin:0;padding:12px 16px}.match-spectators__head-actions{align-items:center;gap:8px;display:flex}.match-spectators__count{font-variant-numeric:tabular-nums;color:var(--match-text-muted);background:#ffffff0f;border-radius:999px;padding:3px 8px;font-size:13px;font-weight:600}.match-spectator-slots{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;display:grid}.match-spectator-slot{min-height:44px;color:inherit;text-align:left;background:#0003;border:1px dashed #ffffff2e;border-radius:12px;align-items:center;gap:8px;padding:8px 10px;font-family:inherit;transition:border-color .15s,background .15s;display:flex}button.match-spectator-slot.is-empty{cursor:pointer}button.match-spectator-slot.is-empty:hover:not(:disabled){background:#ffffff0f;border-color:#ffffff47}.match-spectator-slot.is-filled{border-style:solid}.match-spectator-slot.is-self{border-color:var(--match-accent-border);background:var(--match-accent-soft)}.match-spectator-slot__icon{width:28px;height:28px;color:var(--match-text-muted);background:#ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;display:flex}.match-spectator-slot__avatar{object-fit:cover;border-radius:8px;flex-shrink:0;width:28px;height:28px}.match-spectator-slot__name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.match-spectators--strip{background:var(--match-surface);border:1px solid var(--match-border);border-radius:14px;padding:12px 16px}.match-spectators__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.match-spectators__head h3{text-transform:uppercase;letter-spacing:.05em;color:var(--match-text-muted);align-items:center;gap:8px;margin:0;font-size:14px;font-weight:700;display:flex}.match-spectators__join{border:1px solid var(--match-border);color:#ffffffd9;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:13px;transition:background .15s;display:inline-flex}.match-spectators__join:hover:not(:disabled){background:var(--match-surface-raised)}.match-spectators__empty{color:var(--match-text-muted);font-size:14px}.match-action-bar--center{-webkit-backdrop-filter:none;background:0 0;border:none;padding:12px;position:static}.match-action-bar__center-layout{flex-direction:column;gap:10px;width:100%;display:flex}.match-action-bar__center-primary{flex-direction:column;gap:0;width:100%;display:flex}.match-action-bar__center-primary>.match-action-btn--primary{justify-content:center;width:100%}.match-action-bar__center-utilities{flex-direction:column;gap:8px;width:100%;display:flex}.match-action-bar__inner--center .match-action-bar__center-utilities .match-action-btn{justify-content:center;width:100%;padding:14px 16px;font-size:15px}.match-action-bar__inner--center .match-action-bar__center-utilities .match-action-btn__icon{font-size:16px}.match-action-bar__center-leave{justify-content:center;width:100%;margin-top:-2px;display:flex}.match-action-bar__center-leave .match-action-btn{color:var(--match-text-muted);background:0 0;border:none;padding:6px 10px;font-size:13px;font-weight:500}.match-action-bar__center-leave .match-action-btn:hover:not(:disabled){color:#ffb4b4;background:0 0;border:none}.match-action-bar--center .match-action-bar__center-primary .match-action-btn__label:not(.match-action-btn__label--short){display:none}.match-action-bar--center .match-action-bar__center-primary .match-action-btn__label--short{display:inline}.match-action-bar__start-group{flex-direction:column;align-items:stretch;width:100%;display:flex}.match-action-bar__inner--center .match-action-bar__start-group .match-action-btn--primary{justify-content:center;width:100%;padding:13px 16px;font-size:16px}.match-action-bar__inner--center .match-action-bar__start-group .match-action-btn--primary .match-action-btn__icon{width:18px;font-size:16px}.match-action-bar__start-group--with-hint .match-action-btn--primary{border-bottom-right-radius:0;border-bottom-left-radius:0}.match-action-bar__start-hint{color:var(--match-text-muted);text-align:center;border-radius:0 0 var(--header-radius,10px) var(--header-radius,10px);background:#ffffff0a;border:1px solid #ffffff1f;border-top:none;margin:0;padding:10px 14px;font-size:14px;line-height:1.4}.match-action-bar__inner--center{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;padding:0}.match-action-bar__inner--center .match-action-btn{justify-content:center;min-width:0;padding:8px 12px;font-size:14px}.match-action-bar__inner--center .match-action-btn--primary{padding:9px 14px;font-size:15px}.match-action-btn--copied{color:#b8f0ce;background:#6ee7a01f;border-color:#6ee7a073}.match-action-btn--copied .match-action-btn__icon{color:#6ee7a0}.match-action-bar__inner{justify-content:space-between;align-items:center}.match-action-bar__secondary,.match-action-bar__primary{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.match-action-btn{border-radius:var(--header-radius,10px);border:1px solid var(--match-border);color:#ffffffe0;cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.match-action-btn:hover:not(:disabled){background:var(--match-surface);border-color:#ffffff2e}.match-action-btn:disabled{opacity:.45;cursor:not-allowed}.match-action-btn--primary{background:var(--header-btn-face,var(--match-brand));color:#fff;border-color:#0000;box-shadow:0 4px 16px #5d458759}.match-action-btn--primary:hover:not(:disabled){background:var(--header-btn-face-hover,#7b60a9);border-color:#0000;transform:translateY(-1px)}.match-action-btn__icon{opacity:.9;justify-content:center;align-items:center;width:18px;font-size:15px;display:flex}.match-action-btn__label--short{display:none}@media (max-width:560px){.match-action-btn{padding:10px 12px;font-size:14px}.match-action-btn__label:not(.match-action-btn__label--short){display:none}.match-action-btn__label--short{display:inline}.match-action-bar__inner{gap:8px}}.match-action-btn--danger{color:#f89e77;background:#57261959;border-color:#d94a2673}.match-action-btn--danger:hover:not(:disabled){color:#ffb08f;background:#6f302080;border-color:#dd5c3c8c}.match-server-loader{border:1px solid var(--match-border);text-align:center;background:#ffffff08;border-radius:14px;flex-direction:column;align-items:center;gap:14px;padding:28px 20px;display:flex}.match-lobby-center__panel .match-server-loader,.match-lobby-center__panel .match-server-error,.match-lobby-center__panel .match-server-connect,.match-lobby-center__panel .match-connection-progress{background:0 0;border:none;border-radius:0}.match-lobby-center__panel .match-server-loader,.match-lobby-center__panel .match-server-error{padding:16px 14px}.match-lobby-center__panel .match-connection-progress{padding:12px 14px}.match-lobby-center__panel .match-connection-progress .match-progress{margin-top:0}.match-lobby-center__panel .match-server-connect{gap:10px;padding:12px 14px}.match-server-loader__ring{border:3px solid #ffffff1f;border-top-color:var(--match-accent);border-radius:50%;width:56px;height:56px;animation:.9s linear infinite match-server-spin}@keyframes match-server-spin{to{transform:rotate(360deg)}}.match-server-loader__title{margin:0;font-size:18px;font-weight:600}.match-server-loader__hint{color:var(--match-text-muted);margin:0;font-size:14px}.match-server-loader__steps{flex-direction:column;gap:8px;width:100%;max-width:320px;margin:8px 0 0;padding:0;list-style:none;display:flex}.match-server-loader__step{color:var(--match-text-muted);align-items:center;gap:10px;font-size:14px;display:flex}.match-server-loader__step.is-active{color:var(--match-accent);font-weight:600}.match-server-loader__step.is-done{color:#64dc8ce6}.match-server-loader__step-dot{background:#fff3;border-radius:50%;flex-shrink:0;width:10px;height:10px}.match-server-loader__step.is-active .match-server-loader__step-dot{background:var(--match-accent);box-shadow:0 0 10px var(--match-accent-border)}.match-server-loader__step.is-done .match-server-loader__step-dot{background:#64dc8ce6}.match-server-connect{flex-direction:column;gap:8px;display:flex}.match-server-connect__label{color:var(--match-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:13px}.match-server-connect__copy-row{align-items:stretch;gap:8px;width:100%;display:flex}.match-server-connect__row{align-items:stretch;gap:8px;display:flex}.match-server-connect__input{box-sizing:border-box;border:1px solid var(--match-border);color:#fff;background:#00000040;border-radius:10px;flex:1;min-width:0;height:44px;padding:0 12px;font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.2}.match-server-connect__copy{box-sizing:border-box;border:1px solid var(--match-border);color:#fff;cursor:pointer;background:#ffffff0f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}.match-server-connect__copy:hover{background:#ffffff1a}.match-server-connect__join{box-sizing:border-box;justify-content:center;align-items:center;gap:8px;width:100%;text-decoration:none;display:inline-flex}.match-lobby-center__panel .match-server-connect__join{min-height:46px}.match-server-error{text-align:center;background:#ff505014;border:1px solid #ff646459;border-radius:14px;flex-direction:column;align-items:center;gap:12px;padding:20px;display:flex}.match-lobby-center__panel .match-server-error{background:0 0;border:none}.match-server-error__icon{color:#f89e77;font-size:24px}.match-server-error__text{color:#ffffffe6;margin:0}.match-lobby-status-badge--compact{border-radius:6px;flex:none;padding:4px 9px;font-size:12px;font-weight:600}
