.accessible-country-list{background:var(--glass-bg-l1,#141928f2);width:320px;max-height:calc(100vh - 160px);-webkit-backdrop-filter:var(--blur-medium);border:1px solid var(--glass-border-medium,#ffffff1a);z-index:100;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex;position:fixed;top:80px;left:20px;box-shadow:0 20px 50px #00000080}.list-header{justify-content:space-between;align-items:center;display:flex}.list-header h2{color:var(--text-primary,#f9fafb);margin:0;font-size:16px;font-weight:600}.country-count{color:var(--text-muted,#6b7280);background:var(--glass-bg-l2,#ffffff0d);border-radius:10px;padding:2px 8px;font-size:12px}.country-filter{box-sizing:border-box;background:var(--glass-bg-l2,#ffffff0d);border:1px solid var(--glass-border-medium,#ffffff1a);width:100%;color:var(--text-primary,#f9fafb);border-radius:8px;outline:2px solid #0000;padding:10px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.country-filter:focus{border-color:var(--accent-cyan,#00f3ff);box-shadow:0 0 0 2px #00f3ff33}@media (forced-colors:active){.country-filter:focus{outline:2px solid buttontext}}.country-filter::placeholder{color:var(--text-muted,#6b7280)}.country-listbox{border:1px solid var(--glass-border-light,#ffffff0d);border-radius:8px;max-height:400px;margin:0;padding:0;list-style:none;overflow-y:auto}.country-listbox::-webkit-scrollbar{width:6px}.country-listbox::-webkit-scrollbar-track{background:0 0}.country-listbox::-webkit-scrollbar-thumb{background:var(--glass-border-medium,#ffffff1a);border-radius:3px}.country-item{cursor:pointer;border-bottom:1px solid var(--glass-border-light,#ffffff0d);outline:2px solid #0000;grid-template-columns:28px 1fr auto 20px;align-items:center;gap:10px;padding:10px 12px;transition:background-color .12s,border-color .12s;display:grid}.country-item:last-child{border-bottom:none}.country-item:hover,.country-item:focus{background:var(--glass-bg-hover,#ffffff0d)}.country-item.selected{border-left:3px solid var(--accent-cyan,#00f3ff);background:#00f3ff1a}.country-flag{font-size:18px;line-height:1}.country-name{color:var(--text-primary,#f9fafb);font-size:14px;font-weight:500}.country-code{color:var(--text-muted,#6b7280);font-size:11px;font-family:var(--font-mono,ui-monospace, monospace);background:var(--glass-bg-l2,#ffffff0d);border-radius:4px;padding:2px 6px}.selected-indicator{color:var(--accent-cyan,#00f3ff);font-weight:700}.list-instructions{background:var(--glass-bg-l2,#ffffff08);text-align:center;border-radius:6px;padding:8px 12px}.list-instructions p{color:var(--text-muted,#6b7280);margin:0;font-size:12px}@media (width<=767px){.accessible-country-list{width:auto;max-height:calc(100vh - 200px);top:70px;left:10px;right:10px}.country-listbox{max-height:300px}}@media (prefers-contrast:high){.country-item:focus{outline-offset:-2px;outline:2px solid}}@media (prefers-reduced-motion:reduce){.country-item{transition:none}}[data-theme=light] .accessible-country-list{background:var(--panel-bg);-webkit-backdrop-filter:none;backdrop-filter:none;border-color:var(--glass-border)}[data-theme=light] .country-filter{background:var(--glass-bg-subtle);border-color:var(--glass-border);color:var(--text-primary)}[data-theme=light] .country-item{border-color:var(--glass-border-subtle)}[data-theme=light] .country-name{color:var(--text-primary)}[data-theme=light] .country-count,[data-theme=light] .country-code{color:var(--text-muted);background:var(--surface-2)}[data-theme=light] .country-item.selected{background:color-mix(in srgb, var(--accent-cyan) 10%, transparent);border-left:3px solid #09c}[data-theme=light] .selected-indicator{color:#09c}[data-theme=light] .list-instructions p{color:var(--text-tertiary)}
