@keyframes widgetFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.floating-widget{position:fixed;bottom:24px;left:24px;z-index:160;width:200px;min-height:160px;max-width:calc(100vw - 32px);pointer-events:none;box-sizing:border-box}.floating-widget--interactive{pointer-events:auto}.floating-widget-inner{animation:widgetFadeIn .4s ease}@media (prefers-reduced-motion:reduce){.floating-widget-inner{animation:none;opacity:1;transform:none}}.widget-box{background:#2b2f36;border-radius:20px;padding:16px;box-shadow:0 10px 30px rgba(0,0,0,.2);position:relative;text-align:center;min-height:120px;box-sizing:border-box}.widget-close{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;border:none;padding:0;background:rgba(0,0,0,.6);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;font-size:16px;transition:transform .2s ease,background .2s ease}.widget-close:hover{transform:rotate(90deg);background:rgba(0,0,0,.75)}.widget-title{font-weight:500;color:#fff;margin:0 0 8px;line-height:1.35}.widget-subtitle,.widget-title{font-size:13px;letter-spacing:-.02em}.widget-subtitle{font-weight:400;color:hsla(0,0%,100%,.7);margin:0 0 12px;line-height:1.4}.widget-button{width:100%;height:36px;border:none;border-radius:12px;font-size:14px;font-weight:500;color:#fff;background:linear-gradient(90deg,#e631c4,#5920cd);display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:inherit;box-sizing:border-box;text-decoration:none}.widget-button:hover{opacity:.9}@media (max-width:639px){.floating-widget{bottom:16px;left:16px;width:90%;max-width:280px}}.city-selector-modal__backdrop{position:fixed;inset:0;z-index:200;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.city-selector-modal--sheet .city-selector-modal__backdrop{align-items:flex-end;padding:0}.city-selector-modal__panel{width:100%;max-width:900px;max-height:min(90vh,720px);background:#fff;border-radius:28px;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden}.city-selector-modal--sheet .city-selector-modal__panel{max-width:none;max-height:85vh;border-radius:28px 28px 0 0;animation:city-sheet-up .28s ease-out}@keyframes city-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.city-selector-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-shrink:0}.city-selector-modal__title{margin:0;font-size:20px;font-weight:600;color:#111827;letter-spacing:-.02em}.city-selector-modal__close{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#f3f4f6;border-radius:50%;cursor:pointer;font-size:22px;line-height:1;color:#374151;transition:background .15s ease}.city-selector-modal__close:hover{background:#e5e7eb}.city-selector-modal__search-wrap{position:relative;margin-bottom:16px;flex-shrink:0}.city-selector-modal__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.city-selector-modal__search{width:100%;padding:12px 14px 12px 44px;border:none;border-radius:12px;font-size:15px;box-sizing:border-box;outline:none;background:#f1f3f5;color:#111827;-webkit-appearance:none;-moz-appearance:none;appearance:none}.city-selector-modal__search::placeholder{color:#9ca3af}.city-selector-modal__search:focus{background:#e9ecef}.city-selector-modal__chips{display:flex;flex-wrap:wrap;gap:8px 10px;margin-bottom:20px;flex-shrink:0;align-content:flex-start}.city-selector-modal__chip{flex:0 0 auto;width:max-content;max-width:100%;padding:8px 12px;border-radius:16px;background:#f1f3f5;border:none;font-size:14px;font-weight:500;color:#111827;cursor:pointer;font-family:inherit;transition:background .15s ease,box-shadow .15s ease}.city-selector-modal__chip:hover{background:#e5e7eb}.city-selector-modal__chip--active{background:#007bea;color:#fff}.city-selector-modal__chip--active:hover{background:#0066c7;color:#fff}.city-selector-modal__scroll{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:4px}.city-selector-modal__letters{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px 24px;gap:20px 24px}@media (max-width:900px){.city-selector-modal__letters{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.city-selector-modal__letters{grid-template-columns:1fr}}.city-selector-modal__letter-col{min-width:0}.city-selector-modal__letter-title{font-size:15px;font-weight:700;color:#111827;margin:0 0 10px;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.city-selector-modal__city{display:block;width:100%;text-align:left;padding:8px 10px;margin:0 -10px;border:none;background:transparent;border-radius:8px;font-size:14px;color:#374151;cursor:pointer;font-family:inherit;transition:background .12s ease}.city-selector-modal__city:hover{background:#f3f4f6}.city-selector-modal__city--active{background:#eff6ff;color:#007bea;font-weight:600}.city-selector-modal__empty{padding:24px;text-align:center;color:#6b7280;font-size:14px}.city-list-skeleton__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.city-list-skeleton__chip{width:96px;height:36px;border-radius:16px;background:linear-gradient(90deg,#f1f3f5 25%,#e9ecef 50%,#f1f3f5 75%);background-size:200% 100%;animation:city-sk 1.2s ease-in-out infinite}.city-list-skeleton__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media (max-width:900px){.city-list-skeleton__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.city-list-skeleton__grid{grid-template-columns:1fr}}.city-list-skeleton__letter{height:18px;width:28px;border-radius:4px;margin-bottom:12px;background:#e5e7eb}.city-list-skeleton__row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.city-list-skeleton__dot{width:8px;height:8px;border-radius:50%;background:#e5e7eb;flex-shrink:0}.city-list-skeleton__line{height:12px;flex:1 1;border-radius:4px;background:linear-gradient(90deg,#f1f3f5 25%,#e9ecef 50%,#f1f3f5 75%);background-size:200% 100%;animation:city-sk 1.2s ease-in-out infinite}@keyframes city-sk{0%{background-position:200% 0}to{background-position:-200% 0}}