@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.premium-picker,.touch-target{display:flex;align-items:center;justify-content:center}.touch-target{min-height:60px;min-width:60px}.premium-picker{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;pointer-events:none;opacity:0;transition:opacity .35s cubic-bezier(.16,1,.3,1)}.premium-picker.show{pointer-events:auto;opacity:1}.premium-picker__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:fadeIn .35s cubic-bezier(.16,1,.3,1);transition:opacity .3s ease-out}.premium-picker__modal{position:relative;width:90%;max-width:480px;max-height:80vh;background:#fff;border-radius:14px;box-shadow:0 25px 80px rgba(0,0,0,.2),0 10px 30px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden;transform:scale(.95);opacity:0;transition:all .3s cubic-bezier(.32,.72,0,1)}.premium-picker.show .premium-picker__modal{transform:scale(1);opacity:1}html.dark .premium-picker__modal{background:#1c1c1e;box-shadow:0 25px 80px rgba(0,0,0,.6)}.premium-picker__swipe-handle{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:36px;height:5px;background:rgba(120,120,128,.3);border-radius:100px;display:none;touch-action:none;z-index:2}.premium-picker__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid rgba(60,60,67,.1);flex-shrink:0;cursor:grab;user-select:none;-webkit-user-select:none}.premium-picker__header:active{cursor:grabbing}html.dark .premium-picker__header{border-bottom-color:rgba(84,84,88,.35)}.premium-picker__title{font-size:17px;font-weight:600;color:#000;letter-spacing:-.01em;line-height:1.3;margin:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,sans-serif}html.dark .premium-picker__title{color:#fff}.premium-picker__subtitle{font-size:13px;color:#8e8e93;margin:2px 0 0;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,sans-serif}html.dark .premium-picker__subtitle{color:#98989d}.premium-picker__close{position:relative;width:30px;height:30px;padding:0;border-radius:50%;border:0;background:rgba(120,120,128,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0;color:#8e8e93;margin-top:2px}.premium-picker__close:hover{background:rgba(120,120,128,.2)}.premium-picker__close:active{transform:scale(.9)}html.dark .premium-picker__close{background:rgba(120,120,128,.24);color:#98989d}.premium-picker__search-wrapper{position:relative;padding:12px 16px;flex-shrink:0}.premium-picker__search-icon{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:#8e8e93;pointer-events:none}html.dark .premium-picker__search-icon{color:#636366}.premium-picker__search{width:100%;height:36px;padding:0 12px 0 36px;font-size:17px;border:0;border-radius:10px;background:rgba(120,120,128,.12);color:#000;transition:all .2s ease;outline:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,sans-serif}.premium-picker__search::placeholder{color:#8e8e93}.premium-picker__search:focus{background:rgba(120,120,128,.18)}html.dark .premium-picker__search{background:rgba(120,120,128,.24);color:#fff}html.dark .premium-picker__search::placeholder{color:#636366}.premium-picker__letters{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px 12px;border-bottom:1px solid rgba(60,60,67,.1);flex-shrink:0}html.dark .premium-picker__letters{border-bottom-color:rgba(84,84,88,.35)}.premium-picker__letter{width:32px;height:32px;border-radius:8px;border:0;background:rgba(120,120,128,.08);color:#007aff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,sans-serif}.premium-picker__letter.active,.premium-picker__letter:hover{background:#007aff;color:#fff}.premium-picker__section{padding:12px 16px 8px;flex-shrink:0}.premium-picker__section-label{font-size:13px;font-weight:600;color:#8e8e93;text-transform:uppercase;letter-spacing:.02em;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,sans-serif}.premium-picker__recent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.premium-picker__recent-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:12px;border:0;background:rgba(120,120,128,.06);cursor:pointer;transition:all .15s ease}.premium-picker__recent-card:hover{background:rgba(120,120,128,.12)}.premium-picker__recent-card:active{transform:scale(.96)}.premium-picker__recent-flag{width:36px;height:36px}.premium-picker__recent-name{font-size:12px;font-weight:500;color:#000;text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,sans-serif}html.dark .premium-picker__recent-name{color:#fff}.premium-picker__list-container{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;min-height:0;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;scroll-behavior:smooth;will-change:scroll-position}.premium-picker__list{padding:4px 0}.premium-picker__list::-webkit-scrollbar{width:0;display:none}.premium-picker__region-header{font-size:13px;font-weight:600;color:#8e8e93;text-transform:uppercase;letter-spacing:.02em;padding:16px 20px 6px;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,sans-serif}html.dark .premium-picker__region-header{color:#98989d}.premium-picker__country{display:flex;align-items:center;gap:14px;padding:11px 20px;border-radius:0;border:0;background:0 0;cursor:pointer;transition:background-color .15s ease;width:100%;text-align:left;min-height:52px;position:relative}.premium-picker__country::after{content:"";position:absolute;bottom:0;left:70px;right:20px;height:.5px;background:rgba(60,60,67,.12)}.premium-picker__country:last-child::after{display:none}html.dark .premium-picker__country::after{background:rgba(84,84,88,.35)}.premium-picker__country.focused,.premium-picker__country:hover{background:rgba(120,120,128,.08)}.premium-picker__country:active{background:rgba(120,120,128,.12)}.premium-picker__country.selected{background:rgba(0,122,255,.06)}html.dark .premium-picker__country.focused,html.dark .premium-picker__country:hover{background:rgba(120,120,128,.16)}html.dark .premium-picker__country.selected{background:rgba(10,132,255,.12)}.premium-picker__flag-circle{width:36px!important;height:36px!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0;box-shadow:0 0 0 .5px rgba(0,0,0,.08)}.premium-picker__country-flag{width:36px;height:36px;flex-shrink:0}.premium-picker__country-info{flex:1;min-width:0}.premium-picker__country-name{font-size:17px;font-weight:400;color:#000;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,sans-serif}.premium-picker__country.selected .premium-picker__country-name{font-weight:500}html.dark .premium-picker__country-name{color:#fff}.premium-picker__country-iso{font-size:13px;color:#8e8e93;font-weight:400;margin-top:1px}html.dark .premium-picker__country-iso{color:#98989d}.premium-picker__country-currency,.premium-picker__country-iso,.premium-picker__no-results p{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,sans-serif}.premium-picker__country-currency{padding:3px 8px;border-radius:6px;background:rgba(120,120,128,.08);color:#8e8e93;font-size:13px;font-weight:600;flex-shrink:0}.premium-picker__country.selected .premium-picker__country-currency{background:rgba(0,122,255,.1);color:#007aff}html.dark .premium-picker__country-currency{background:rgba(120,120,128,.2);color:#98989d}html.dark .premium-picker__country.selected .premium-picker__country-currency{background:rgba(10,132,255,.2);color:#0a84ff}.premium-picker__country-check{color:#007aff;flex-shrink:0;width:18px;height:18px}html.dark .premium-picker__country-check{color:#0a84ff}.premium-picker__no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:#8e8e93;text-align:center}.premium-picker__no-results svg{margin-bottom:12px;opacity:.4}.premium-picker__no-results p{font-size:15px;margin:0}html.dark .premium-picker__no-results{color:#636366}.flag-circle{border-radius:50%!important;object-fit:cover!important;width:28px!important;height:28px!important;box-shadow:0 0 0 .5px rgba(0,0,0,.08);flex-shrink:0}@media (max-width:767px){.premium-picker{align-items:flex-end}.premium-picker__modal{width:100%;max-width:100%;height:92vh;max-height:92vh;border-radius:14px 14px 0 0;box-shadow:0-10px 50px rgba(0,0,0,.25);transform:translateY(100%);padding-top:8px}.premium-picker__modal--source{height:auto;max-height:60vh;min-height:300px}.premium-picker.show .premium-picker__modal{transform:translateY(0)}.premium-picker__swipe-handle{display:block}.premium-picker__header{padding:16px 20px 14px;cursor:grab;touch-action:none}.premium-picker__close{width:30px;height:30px}.premium-picker__title{font-size:17px}.premium-picker__search-wrapper{padding:0 16px 10px}.premium-picker__search{height:36px;font-size:17px}.premium-picker__letters{display:none}.premium-picker__section{padding:10px 16px 6px}.premium-picker__recent-grid{grid-template-columns:repeat(3,1fr)}.premium-picker__country{padding:11px 16px;min-height:52px}.premium-picker__country::after{left:66px;right:16px}.premium-picker__list{padding:4px 0 env(safe-area-inset-bottom,20px)}}.route-select .flag.flag-circle,.route-select img.flag-circle{width:28px!important;height:28px!important;border-radius:50%!important;object-fit:cover!important;font-size:inherit!important;line-height:inherit!important;box-shadow:0 0 0 .5px rgba(0,0,0,.08);flex-shrink:0!important;margin-right:0!important}@media (min-width:768px){.route-select .flag.flag-circle,.route-select img.flag-circle{width:28px!important;height:28px!important}}@media (min-width:1024px){.route-select .flag.flag-circle,.route-select img.flag-circle{width:30px!important;height:30px!important}}.premium-picker__section-label{display:block;font-size:0.7rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-tertiary,#94a3b8);padding:0.75rem 1rem 0.25rem;margin-top:0.5rem;border-top:1px solid var(--border-default,#e2e8f0)}.premium-picker__section-label:first-child{border-top:none;margin-top:0;padding-top:0.25rem}
