.wa-city-page{min-width:100%;height:100vh;overflow:hidden}.wa-city-page .header-logo{text-align:center;padding:12px 0}.wa-city-page .header-logo img{display:block;height:33px;width:auto;margin:0 auto}.wa-city-hero{height:100%;background-image:url("/x-assets/img/wa-hero.jpg");background-size:cover;background-position:center top;background-repeat:no-repeat}.wa-city-content{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:16px 16px 0 0;padding:16px 16px calc(32px + env(safe-area-inset-bottom))}.wa-city-title{margin:0 0 16px;font-size:18px;line-height:normal;font-weight:700;color:#333}.wa-city-list{display:grid;gap:8px}.wa-city-card{height:54px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;background:#fff;border:1px solid #d3dffb;border-radius:16px;padding:0 16px;color:#333}.wa-city-card:active{transform:translateY(1px)}.wa-city-card.hidden-city{display:none}.wa-city-name{display:inline-block;font-size:16px;font-weight:600;line-height:1.2}.wa-city-arrow{display:inline-block;color:#333;font-size:24px;line-height:1;transform:translateY(-1px)}.wa-city-more{margin-top:8px;width:100%;height:54px;border:0;background:#1b5ae7;color:#fff;border-radius:16px;font-size:16px;font-weight:600;line-height:1.2}.wa-city-loader{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.72);z-index:20;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.wa-city-loader-spinner{width:42px;height:42px;border-radius:50%;border:4px solid #d3dffb;border-top-color:#1b5ae7;animation:wa-city-spin .8s linear infinite}@keyframes wa-city-spin{to{transform:rotate(360deg)}}.wa-city-page.is-submitting .wa-city-loader{opacity:1;visibility:visible;pointer-events:all}.wa-city-page.is-expanded{height:auto;min-height:100vh;overflow:visible}.wa-city-page.is-expanded .wa-city-hero{display:none}.wa-city-page.is-expanded .wa-city-content{position:static;border-radius:0;background:transparent;padding:16px 16px 24px}