.country-select{position:relative}.country-select-button{width:100%;min-height:48px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.65rem;padding:.65rem .8rem;border:1px solid var(--glass-stroke);border-radius:var(--r-sm,10px);color:var(--ink);background:rgba(255,255,255,.025);font:inherit;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s}.country-select-button:hover{border-color:rgba(212,175,55,.28);background:rgba(255,255,255,.04)}.country-select-button:focus-visible,.country-select.is-open .country-select-button{outline:0;border-color:var(--gold-2);box-shadow:0 0 0 3px rgba(212,175,55,.12)}.country-select-button img{width:28px;height:20px;border-radius:3px;object-fit:cover;box-shadow:0 3px 10px rgba(0,0,0,.3)}.country-select-button small{color:var(--ink-mute);font-size:.7rem;font-weight:750;letter-spacing:.06em}.country-select-button svg{width:16px;color:var(--ink-mute);transition:transform .2s}.country-select.is-open .country-select-button svg{transform:rotate(180deg)}.country-select-popover{position:absolute;z-index:80;top:calc(100% + 7px);left:0;right:0;overflow:hidden;border:1px solid var(--glass-stroke-strong,var(--glass-stroke));border-radius:var(--r-md,14px);background:rgba(12,12,12,.98);box-shadow:0 24px 70px rgba(0,0,0,.55);backdrop-filter:blur(20px)}.country-select-popover[hidden]{display:none}.country-search-wrap{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.45rem;padding:.6rem;border-bottom:1px solid var(--glass-stroke)}.country-search-wrap>svg{width:16px;margin-left:.35rem;color:var(--ink-mute)}.country-search-wrap .input{min-height:38px;border:0;background:transparent;box-shadow:none}.country-options{max-height:280px;overflow-y:auto;padding:.35rem;scrollbar-color:rgba(212,175,55,.26) transparent}.country-options [role=option]{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem;min-height:42px;padding:.5rem .6rem;border:0;border-radius:8px;color:var(--ink-soft);background:transparent;font:inherit;text-align:left;cursor:pointer}.country-options [role=option]:hover,.country-options [role=option].is-active{color:var(--ink);background:rgba(255,255,255,.055)}.country-options [role=option][aria-selected=true]{color:var(--gold-1);background:var(--gold-grad-soft)}.country-options img{width:28px;height:20px;border-radius:3px;object-fit:cover}.country-options small{color:var(--ink-mute);font-size:.68rem;font-weight:750;letter-spacing:.06em}.country-flag-empty{width:28px;height:20px;display:grid;place-items:center;border:1px solid var(--glass-stroke);border-radius:3px}.country-flag-empty svg{width:12px}.country-no-results{padding:1.2rem;color:var(--ink-mute);font-size:.8rem;text-align:center}@media(max-width:520px){.country-select-popover{position:fixed;z-index:1000;left:12px;right:12px;top:auto;bottom:12px}.country-options{max-height:min(52vh,390px)}}
