.team-selection-modal{--desktop-columns:3;--mobile-columns:1;--overlay-color:rgba(0,0,0,.72);--modal-background-color:#24252b;--card-border-color:#53565f;--active-border-color:#f2b500;--button-background-color:#f2b500;--button-text-color:#111;--title-color:#fff;--card-text-color:#fff}.team-selection-modal__trigger{appearance:none;background:var(--button-background-color);border:0;border-radius:10px;color:var(--button-text-color);cursor:pointer;display:block;font-family:Barlow Condensed,sans-serif;font-weight:600;margin:0 auto;padding:14px 24px;transition:transform .2s ease,opacity .2s ease}.team-selection-modal__trigger:hover{opacity:.96;transform:translateY(-1px)}.team-selection-modal__overlay{align-items:center;background:var(--overlay-color);display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:9999}.team-selection-modal__overlay[hidden]{display:none!important}.team-selection-modal__dialog{background:var(--modal-background-color);border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.42);max-height:90vh;overflow:auto;padding:32px 34px 34px;position:relative;width:min(1220px,100%)}.team-selection-modal__close{align-items:center;appearance:none;background:transparent;border:0;color:transparent;cursor:pointer;display:flex;font-size:0;height:48px;justify-content:center;padding:0;position:absolute;right:12px;top:10px;width:48px}.team-selection-modal__close:hover{opacity:.85}.team-selection-modal__close:after,.team-selection-modal__close:before{background:#a8adb8;border-radius:2px;content:"";height:3px;position:absolute;width:24px}.team-selection-modal__close:before{transform:rotate(45deg)}.team-selection-modal__close:after{transform:rotate(-45deg)}.team-selection-modal__header{margin-bottom:28px;text-align:center}.team-selection-modal__brand{align-items:center;display:flex;justify-content:center;margin-bottom:10px}.team-selection-modal__brand-logo{border-radius:8px;display:block;height:68px;max-height:68px;max-width:68px;object-fit:contain;width:68px}.team-selection-modal__title{color:var(--title-color);font-size:clamp(28px,4vw,52px);font-weight:800;letter-spacing:.3px;line-height:1.05;margin:0;text-transform:uppercase}.team-selection-modal__grid{display:grid;gap:10px;grid-template-columns:repeat(var(--desktop-columns),minmax(0,1fr))}.team-selection-modal__card{cursor:pointer;display:block}.team-selection-modal__radio{opacity:0;pointer-events:none;position:absolute}.team-selection-modal__card-inner{align-items:center;background:#16171b;border:1px solid var(--card-border-color);border-radius:10px;display:flex;gap:12px;min-height:48px;padding:7px 10px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.team-selection-modal__card:hover .team-selection-modal__card-inner{border-color:#767b86;transform:translateY(-1px)}.team-selection-modal__radio:checked+.team-selection-modal__card-inner{border-color:var(--active-border-color);box-shadow:inset 0 0 0 1px rgba(242,181,0,.12)}.team-selection-modal__logo-wrap{align-items:center;background:transparent;border-radius:4px;display:flex;flex:0 0 32px;height:32px;justify-content:center;overflow:hidden;width:32px}.team-selection-modal__logo{display:block;height:100%;object-fit:contain;width:100%}.team-selection-modal__name{color:var(--card-text-color);flex:1 1 auto;font-size:14px;font-weight:400;line-height:1.2}.team-selection-modal__indicator{border:1px solid #707581;border-radius:50%;flex:0 0 16px;height:16px;margin-left:auto;position:relative;width:16px}.team-selection-modal__radio:checked+.team-selection-modal__card-inner .team-selection-modal__indicator{border-color:var(--active-border-color)}.team-selection-modal__radio:checked+.team-selection-modal__card-inner .team-selection-modal__indicator:after{background:var(--active-border-color);border-radius:50%;content:"";inset:3px;position:absolute}.team-selection-modal__error{color:#ffb3b3;font-size:14px;margin:18px 0 0;text-align:center}.team-selection-modal__footer{display:flex;justify-content:center;margin-top:34px}.team-selection-modal__continue{appearance:none;background:var(--button-background-color);border:0;border-radius:10px;color:var(--button-text-color);cursor:pointer;font:inherit;font-weight:800;min-width:80px;padding:12px 22px;text-transform:uppercase;transition:transform .2s ease,opacity .2s ease}.team-selection-modal__continue:hover{opacity:.96;transform:translateY(-1px)}@media (max-width:991px){.team-selection-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.team-selection-modal__overlay{padding:14px}.team-selection-modal__dialog{border-radius:14px;padding:24px 16px}.team-selection-modal__close{font-size:48px;height:48px;right:8px;top:2px;width:48px}.team-selection-modal__title{font-size:30px}.team-selection-modal__grid{grid-template-columns:repeat(var(--mobile-columns),minmax(0,1fr))}.team-selection-modal__card-inner{min-height:48px;padding:8px 10px}.team-selection-modal__name{font-size:14px}}