.lang-currency-modal,.lang-currency-modal *,.lang-currency-modal *:before,.lang-currency-modal *:after{box-sizing:border-box}.lang-currency-modal-overlay{--lc-accent: #2563eb;--lc-accent-strong: #1d4ed8;--lc-accent-soft: #eff6ff;--lc-ink: #172033;--lc-muted: #64748b;--lc-line: #e2e8f0;--lc-surface: #ffffff;--lc-surface-soft: #f8fafc;padding:clamp(16px,3vw,36px);background:radial-gradient(circle at 18% 18%,rgba(59,130,246,.18),transparent 32%),radial-gradient(circle at 82% 78%,rgba(14,165,233,.13),transparent 30%),#0f172a9e;-webkit-backdrop-filter:blur(14px) saturate(.9);backdrop-filter:blur(14px) saturate(.9);z-index:100000;animation:lcBackdropIn .22s ease-out both}.lang-currency-modal-overlay .lang-currency-modal{position:relative;isolation:isolate;width:min(1080px,100%);max-width:1080px;max-height:min(88dvh,840px);overflow:hidden;display:flex;flex-direction:column;color:var(--lc-ink);background:linear-gradient(180deg,#eff6ffbd 0,#fffffffa 172px),var(--lc-surface);border:1px solid rgba(255,255,255,.82);border-radius:28px;box-shadow:0 34px 90px #02081747,0 10px 30px #0f172a24,inset 0 1px #ffffffe6;animation:lcDialogIn .34s cubic-bezier(.16,1,.3,1) both}.lang-currency-modal-overlay .lang-currency-modal:before{content:"";position:absolute;z-index:-1;top:-120px;right:-90px;width:330px;height:260px;border-radius:50%;background:radial-gradient(circle,#60a5fa29,#60a5fa00 70%);pointer-events:none}@keyframes lcBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes lcDialogIn{0%{opacity:0;transform:translateY(20px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}.lang-currency-modal .lc-modal-topbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px 14px}.lang-currency-modal .lc-modal-identity{min-width:0;display:flex;align-items:center;gap:12px}.lang-currency-modal .lc-modal-identity-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#60a5fa,#2563eb 52%,#1d4ed8);border:1px solid rgba(255,255,255,.55);border-radius:14px;box-shadow:0 9px 20px #2563eb3d,inset 0 1px #ffffff59}.lang-currency-modal .lc-modal-identity-icon svg{width:22px;height:22px}.lang-currency-modal .lc-modal-brand{display:block;margin:0 0 1px;color:var(--lc-accent);font-size:10px;font-weight:800;line-height:1.2;letter-spacing:.16em;text-transform:uppercase}.lang-currency-modal .lc-modal-title{margin:0;color:var(--lc-ink);font-size:20px;font-weight:750;line-height:1.25;letter-spacing:-.025em}.lang-currency-modal .lc-modal-close-btn,.lang-currency-modal .modal-close-btn{position:static;width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;padding:0;color:#475569;background:#ffffffb8;border:1px solid rgba(148,163,184,.22);border-radius:14px;box-shadow:0 3px 12px #0f172a0d;cursor:pointer;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.lang-currency-modal .lc-modal-close-btn svg,.lang-currency-modal .modal-close-btn svg{width:19px;height:19px}.lang-currency-modal .lc-modal-close-btn:hover,.lang-currency-modal .modal-close-btn:hover{color:var(--lc-ink);background:#fff;border-color:#cbd5e1;box-shadow:0 6px 18px #0f172a17;transform:translateY(-1px)}.lang-currency-modal .lc-modal-close-btn:focus-visible,.lang-currency-modal .modal-close-btn:focus-visible,.lang-currency-modal .lc-tab:focus-visible,.lang-currency-modal .lc-item:focus-visible,.lang-currency-modal .lc-option:focus-visible,.lang-currency-modal .lc-apply-btn:focus-visible{outline:3px solid rgba(59,130,246,.28);outline-offset:3px}.lang-currency-modal .lc-tabs{position:relative;flex:0 0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 26px;padding:7px;overflow:visible;background:#e2e8f08f;border:1px solid rgba(203,213,225,.58);border-radius:18px}.lang-currency-modal .lc-tab{min-width:0;min-height:48px;display:flex;align-items:center;justify-content:center;gap:9px;margin:0;padding:10px 14px;color:#64748b;background:transparent;border:1px solid transparent;border-radius:12px;font-family:inherit;font-size:14px;font-weight:650;line-height:1.25;cursor:pointer;transition:color .17s ease,background .17s ease,border-color .17s ease,box-shadow .17s ease,transform .17s ease}.lang-currency-modal .lc-tab:after,.lang-currency-modal .lc-tab.active:after{content:none}.lang-currency-modal .lc-tab:hover{color:#334155;background:#ffffff8c}.lang-currency-modal .lc-tab.active{color:var(--lc-accent-strong);background:#fffffff5;border-color:#ffffffe6;box-shadow:0 5px 16px #0f172a14,0 1px 2px #0f172a0f;transform:translateY(-1px)}.lang-currency-modal .lc-tab-icon{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;color:#64748b;background:#ffffff9e;border-radius:9px;transition:color .17s ease,background .17s ease}.lang-currency-modal .lc-tab-icon svg{width:16px;height:16px}.lang-currency-modal .lc-tab.active .lc-tab-icon{color:var(--lc-accent);background:var(--lc-accent-soft)}.lang-currency-modal .lc-tab-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lang-currency-modal .lc-content{flex:1 1 auto;min-height:0;padding:28px 26px 26px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#cbd5e1 transparent;scrollbar-width:thin;animation:lcPanelIn .26s ease-out both}@keyframes lcPanelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.lang-currency-modal .lc-content::-webkit-scrollbar{width:10px}.lang-currency-modal .lc-content::-webkit-scrollbar-thumb{background:#cbd5e1;background-clip:padding-box;border:3px solid transparent;border-radius:999px}.lang-currency-modal .lc-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.lang-currency-modal .lc-section-header:after{content:"";width:52px;height:4px;flex:0 0 52px;margin-top:13px;background:linear-gradient(90deg,var(--lc-accent),#38bdf8);border-radius:999px;box-shadow:0 3px 8px #2563eb2e}.lang-currency-modal .lc-content h2,.lang-currency-modal .lc-section-title{margin:0;color:var(--lc-ink);font-size:clamp(20px,2.25vw,26px);font-weight:750;line-height:1.25;letter-spacing:-.035em}.lang-currency-modal .lc-landmark-hint{max-width:760px;margin:7px 0 0;color:var(--lc-muted);font-size:14px;line-height:1.55}.lang-currency-modal .lc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.lang-currency-modal .lc-item,.lang-currency-modal .lc-option{--lc-index: 0;position:relative;min-width:0;min-height:76px;display:flex;align-items:center;gap:12px;padding:12px;padding-inline-end:42px;overflow:hidden;color:var(--lc-ink);background:#ffffffe0;border:1px solid var(--lc-line);border-radius:16px;box-shadow:0 2px 8px #0f172a09;text-align:left;font-family:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;animation:lcCardIn .32s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--lc-index) * 22ms)}@keyframes lcCardIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.lang-currency-modal .lc-item:before,.lang-currency-modal .lc-option:before{content:"";position:absolute;inset:0;z-index:0;opacity:0;background:linear-gradient(135deg,#2563eb16,#0ea5e906);transition:opacity .18s ease;pointer-events:none}.lang-currency-modal .lc-item:after,.lang-currency-modal .lc-option:after{content:"\2713";position:absolute;z-index:2;top:50%;inset-inline-end:13px;width:22px;height:22px;display:grid;place-items:center;color:transparent;background:#fff;border:1px solid #d8e1ec;border-radius:50%;font-size:12px;font-weight:800;line-height:1;transform:translateY(-50%);transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.lang-currency-modal .lc-item:hover,.lang-currency-modal .lc-option:hover{border-color:#93c5fd;box-shadow:0 9px 22px #2563eb1a;transform:translateY(-2px)}.lang-currency-modal .lc-item:hover:before,.lang-currency-modal .lc-option:hover:before,.lang-currency-modal .lc-item.selected:before,.lang-currency-modal .lc-option.selected:before{opacity:1}.lang-currency-modal .lc-item.selected,.lang-currency-modal .lc-option.selected,.lang-currency-modal .lc-landmark-pill.selected{padding:12px;padding-inline-end:42px;color:var(--lc-accent-strong);background:#f8fbff;border:1px solid #60a5fa;box-shadow:0 8px 22px #2563eb1f,inset 0 0 0 1px #93c5fd3d}.lang-currency-modal .lc-item.selected:after,.lang-currency-modal .lc-option.selected:after{color:#fff;background:linear-gradient(145deg,#3b82f6,#2563eb);border-color:#2563eb;box-shadow:0 4px 10px #2563eb47;transform:translateY(-50%) scale(1.04)}.lang-currency-modal .lc-item-badge{position:relative;z-index:1;width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;padding:4px;overflow:hidden;color:#475569;background:linear-gradient(145deg,#f8fafc,#eef2f7);border:1px solid rgba(203,213,225,.78);border-radius:13px;font-size:12px;font-weight:800;line-height:1;letter-spacing:.04em;transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.lang-currency-modal .lc-item--currency .lc-item-badge{color:#0f766e;background:linear-gradient(145deg,#f0fdfa,#ccfbf1);border-color:#b6eee5;letter-spacing:-.03em}.lang-currency-modal .lc-native-badge svg{width:20px;height:20px}.lang-currency-modal .lc-landmark-icon{color:#7c3aed;background:linear-gradient(145deg,#faf5ff,#f3e8ff);border-color:#e9d5ff}.lang-currency-modal .lc-landmark-icon svg{width:23px;height:23px}.lang-currency-modal .selected .lc-item-badge{color:var(--lc-accent-strong);background:#fff;border-color:#bfdbfe;box-shadow:0 5px 13px #2563eb1a}.lang-currency-modal .lc-item-copy{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px}.lang-currency-modal .lc-item-title,.lang-currency-modal .lc-option-name{display:block;max-width:100%;overflow:hidden;color:var(--lc-ink);font-size:14px;font-weight:680;line-height:1.3;text-overflow:ellipsis;white-space:nowrap;transition:color .18s ease}.lang-currency-modal .lc-item-subtitle,.lang-currency-modal .lc-option-sub{display:block;max-width:100%;margin:0;overflow:hidden;color:var(--lc-muted);font-size:11px;font-weight:600;line-height:1.35;letter-spacing:.035em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.lang-currency-modal .lc-item.selected .lc-item-title,.lang-currency-modal .lc-option.selected .lc-option-name,.lang-currency-modal .lc-landmark-pill.selected .lc-item-title{color:var(--lc-accent-strong)}.lang-currency-modal .lc-landmark-pill{min-height:78px;text-align:left}.lang-currency-modal .lc-landmark-pill .lc-item-title{overflow:visible;text-overflow:initial;white-space:normal}.lang-currency-modal .lc-landmark-actions{display:flex;align-items:center;justify-content:flex-end;margin:24px 0 0;padding:20px 0 0;border-top:1px solid #edf2f7}.lang-currency-modal .lc-apply-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 22px;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb 60%,#1d4ed8);border:1px solid rgba(29,78,216,.64);border-radius:14px;box-shadow:0 10px 22px #2563eb3d,inset 0 1px #ffffff3d;font-family:inherit;font-size:14px;font-weight:750;line-height:1;cursor:pointer;transition:background .17s ease,box-shadow .17s ease,transform .17s ease}.lang-currency-modal .lc-apply-btn svg{width:17px;height:17px}.lang-currency-modal .lc-apply-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 13px 28px #2563eb52,inset 0 1px #ffffff38;transform:translateY(-2px)}.lang-currency-modal .lc-apply-btn:active{box-shadow:0 6px 14px #2563eb3d;transform:translateY(0)}@media (max-width: 900px){.lang-currency-modal .lc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 680px){.lang-currency-modal-overlay{align-items:flex-end;padding:0}.lang-currency-modal-overlay .lang-currency-modal{width:100%;max-width:none;max-height:92dvh;border-width:1px 0 0;border-radius:26px 26px 0 0;box-shadow:0 -18px 54px #0208173d;animation-name:lcSheetIn}@keyframes lcSheetIn{0%{opacity:.6;transform:translateY(42px)}to{opacity:1;transform:translateY(0)}}.lang-currency-modal .lc-modal-topbar{padding:18px 18px 12px}.lang-currency-modal .lc-modal-identity-icon,.lang-currency-modal .lc-modal-close-btn,.lang-currency-modal .modal-close-btn{width:39px;height:39px;flex-basis:39px;border-radius:13px}.lang-currency-modal .lc-tabs{grid-template-columns:repeat(3,minmax(0,1fr));margin:0 18px;overflow:visible}.lang-currency-modal .lc-tab{min-height:62px;flex-direction:column;gap:5px;padding:7px 5px;font-size:11.5px}.lang-currency-modal .lc-tab-icon{width:25px;height:25px;flex-basis:25px}.lang-currency-modal .lc-tab-label{display:-webkit-box;overflow:hidden;line-height:1.15;text-align:center;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lang-currency-modal .lc-content{padding:24px 18px calc(22px + env(safe-area-inset-bottom,0px))}.lang-currency-modal .lc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lang-currency-modal .lc-item,.lang-currency-modal .lc-option,.lang-currency-modal .lc-item.selected,.lang-currency-modal .lc-option.selected,.lang-currency-modal .lc-landmark-pill.selected{min-height:74px;gap:10px;padding:10px;padding-inline-end:36px;border-radius:15px}.lang-currency-modal .lc-item:after,.lang-currency-modal .lc-option:after{inset-inline-end:10px;width:20px;height:20px}.lang-currency-modal .lc-item-badge{width:39px;height:39px;flex-basis:39px;border-radius:12px;font-size:11px}}@media (max-width: 390px){.lang-currency-modal .lc-section-header:after{display:none}.lang-currency-modal .lc-item,.lang-currency-modal .lc-option,.lang-currency-modal .lc-item.selected,.lang-currency-modal .lc-option.selected,.lang-currency-modal .lc-landmark-pill.selected{min-height:68px}.lang-currency-modal .lc-apply-btn{width:100%}}@media (max-width: 360px){.lang-currency-modal .lc-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.lang-currency-modal-overlay,.lang-currency-modal-overlay .lang-currency-modal,.lang-currency-modal .lc-content,.lang-currency-modal .lc-item,.lang-currency-modal .lc-option{animation:none}.lang-currency-modal .lc-tab,.lang-currency-modal .lc-item,.lang-currency-modal .lc-option,.lang-currency-modal .lc-apply-btn,.lang-currency-modal .lc-modal-close-btn,.lang-currency-modal .modal-close-btn{transition-duration:.01ms}}
/*# sourceMappingURL=language-currency-modal.css.map */
