:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#162136;background:#dce7f7}*{box-sizing:border-box}body{margin:0;min-width:320px}button,select{font:inherit;cursor:pointer}.app-shell{min-height:100vh;display:grid;place-items:start center;padding:28px;background:radial-gradient(circle at top,#f7fbff,transparent 35%),#dce7f7}.phone-frame{width:min(430px,100%);min-height:calc(100vh - 56px);border-radius:38px;background:#f7f9fd;box-shadow:0 30px 90px #142c5033;padding:22px 18px 92px;position:relative;overflow:hidden}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.eyebrow{display:block;color:#64758f;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px}.app-header h1{margin:0;font-size:28px;letter-spacing:-.04em}.language-select{display:flex;align-items:center;gap:7px;padding:9px;border-radius:16px;background:#fff;border:1px solid #e2e9f4}.language-select select{border:0;background:transparent;outline:0;font-weight:800;color:#162136}.search-bar{margin:18px 0;display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:20px;color:#6b7b94;background:#fff;border:1px solid #e2e9f4}.modules-stack{display:grid;gap:18px}.hero-card{min-height:220px;display:flex;flex-direction:column;justify-content:space-between;gap:22px;padding:22px;border-radius:30px;color:#fff;background:linear-gradient(135deg,#115ee6,#44a3ff);background-size:cover;background-position:center;overflow:hidden}.hero-card span{font-size:13px;font-weight:800;opacity:.9;text-transform:uppercase;letter-spacing:.05em}.hero-card h2{margin:8px 0;font-size:30px;line-height:1.05;letter-spacing:-.05em}.hero-card p{margin:0;color:#ffffffe0;line-height:1.45}.emergency-button{width:fit-content;border:0;padding:12px 16px;border-radius:16px;background:#ff3158;color:#fff;font-weight:800}.module-section{background:#fff;border:1px solid #e2e9f4;border-radius:28px;padding:18px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.section-title h2{margin:0 0 4px;font-size:21px;letter-spacing:-.03em}.section-title p{margin:0;color:#6b7b94;line-height:1.4}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-card{min-height:104px;display:grid;align-content:space-between;gap:12px;padding:16px;border:0;border-radius:22px;background:#f2f6fd;color:#19304f;text-align:left}.category-card span{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:#fff;color:#1769ff}.category-card strong{font-size:15px}.promo-strip{padding:14px;margin-bottom:12px;border-radius:18px;background:#eef5ff;color:#1b5ccb;font-weight:700}.object-list{display:grid;gap:12px}.object-list.compact .object-card{grid-template-columns:1fr}.object-list.compact .object-card img{display:none}.object-card{display:grid;grid-template-columns:108px 1fr;gap:12px;padding:10px;border:1px solid #edf1f7;border-radius:22px;background:#fff}.object-card img{width:108px;height:104px;object-fit:cover;border-radius:18px}.object-card strong,.route-card strong{display:block;margin:4px 0;font-size:17px}.object-card p,.route-card p{margin:0 0 10px;color:#6b7b94;line-height:1.4;font-size:14px}.object-card span{display:inline-flex;align-items:center;gap:5px;color:#41536e;font-size:13px}.route-list{display:grid;gap:12px}.route-card{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:14px;border-radius:20px;background:#f6f8fc}.route-number{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#1769ff;color:#fff}.route-card button,.prompt-list button{border:0;border-radius:14px;padding:10px 12px;background:#fff;color:#1769ff;font-weight:800}.ai-card{display:flex;gap:16px;padding:20px;border-radius:28px;background:#162136;color:#fff}.ai-card h2{margin:0 0 6px;font-size:22px}.ai-card p{margin:0 0 12px;color:#ffffffbf;line-height:1.4}.ai-card small{color:#ffffff85}.prompt-list{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.prompt-list button{background:#ffffff1f;color:#fff}.state-card{padding:18px;border-radius:20px;background:#fff;color:#6b7b94;border:1px solid #e2e9f4}.state-card.error{color:#bb2442;background:#fff0f3;border-color:#ffd0da}.bottom-nav{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px;border-radius:24px;background:#ffffffeb;border:1px solid #e2e9f4;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 14px 40px #142c501f}.bottom-nav button{display:grid;place-items:center;gap:4px;border:0;background:transparent;color:#7a899f;font-size:11px;font-weight:800}.bottom-nav button.active{color:#1769ff}@media(max-width:460px){.app-shell{padding:0}.phone-frame{min-height:100vh;border-radius:0;width:100%}}.app-shell{padding:0;background:#eef4fb}.phone-frame{width:min(414px,100%);min-height:100vh;border-radius:0;background:#fff;box-shadow:none;padding:0 20px 92px}.modules-stack{gap:0}.home-top-module{position:relative;min-height:42px;padding-top:18px;z-index:1}.home-blue-shape{position:absolute;top:-120px;right:-108px;width:300px;height:300px;border-radius:0 0 0 120px;background:#d9e5ff;transform:rotate(-8deg);z-index:-1}.home-header-row{display:flex;justify-content:flex-end;align-items:center;gap:10px}.home-page-label{display:none}.compact-language{padding:6px 8px;border-radius:12px;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.compact-language select{font-size:12px}.city-intro-module{position:relative;margin-top:-4px;padding:0 150px 4px 0;z-index:2}.city-intro-module h1{margin:0;color:#303238;font-size:34px;line-height:.96;letter-spacing:-.045em;font-weight:900}.city-intro-module h1 span{display:block}.emergency-action-module{position:relative;min-height:66px;margin-top:-62px;display:flex;justify-content:flex-end;align-items:flex-start;z-index:3;pointer-events:none}.emergency-action-module button{pointer-events:auto;width:156px;min-height:78px;border:0;border-radius:11px;background:#ff101e;color:#fff;box-shadow:0 18px 38px #ff101e38;display:grid;grid-template-columns:1fr;place-items:center;gap:2px;padding:12px 14px;font-size:18px;line-height:.95;font-weight:900;letter-spacing:-.02em;text-align:center}.emergency-action-module button svg{display:none}.weather-widget-module{position:relative;display:grid;grid-template-columns:82px minmax(0,1fr) 18px;gap:8px;align-items:end;margin-top:2px;padding:0 0 18px;color:#33373f;border-bottom:0}.weather-date{display:grid;gap:3px}.weather-date strong{color:#fa3139;font-size:12px;line-height:1}.weather-date span{color:#fa3139;font-size:11px;font-weight:800}.weather-metrics{display:grid;grid-template-columns:repeat(5,minmax(34px,1fr));gap:8px;align-items:end}.weather-metrics div{min-width:0;display:grid;gap:5px}.weather-metrics small{color:#8790a2;font-size:8px;line-height:1.05;white-space:normal}.weather-metrics strong{display:inline-flex;align-items:center;gap:2px;color:#51555f;font-size:10px;line-height:1;font-weight:900;white-space:nowrap}.weather-icon{align-self:end;color:#a8d4ff;margin-bottom:-1px}.module-section{margin-top:22px;padding:0;border:0;border-radius:0;background:transparent}.section-title{margin-bottom:14px}.section-title h2{font-size:24px;line-height:1;color:#303238}.section-title p{display:none}.category-grid{gap:8px}.category-card{min-height:150px;padding:18px;border-radius:6px;background:#fff;box-shadow:0 8px 22px #28304021;justify-items:center;text-align:center}.category-card span{width:78px;height:78px;border-radius:20px;background:transparent;color:#22aee7}.category-card span svg{width:58px;height:58px;stroke-width:1.6}.category-card strong{color:#303238;font-size:18px;line-height:1}.object-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.object-card{display:grid;grid-template-columns:1fr;gap:8px;padding:0;border:0;border-radius:6px;box-shadow:none;background:transparent}.object-card img{width:100%;height:118px;border-radius:6px;box-shadow:0 6px 18px #2830402e}.object-card p,.object-card span{display:none}.object-card strong{margin:0;font-size:16px;color:#303238}.bottom-nav{position:fixed;left:max(10px,calc(50% - 197px));right:max(10px,calc(50% - 197px));bottom:10px}@media(min-width:461px){.phone-frame{min-height:900px}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;color:#2d3139}.phone-frame{color:#2d3139;overflow-x:hidden}.home-top-module{min-height:36px;padding-top:16px;z-index:1}.home-blue-shape{top:-142px;right:-112px;width:292px;height:292px;border-radius:0 0 0 104px;background:#dce7ff;transform:rotate(-7deg);z-index:-1}.city-intro-module{margin-top:0;padding:0 166px 10px 0;z-index:3}.city-intro-module h1{color:#2d3037;font-size:29px;line-height:1.04;letter-spacing:-.035em;font-weight:800}.emergency-action-module{position:absolute;top:47px;right:20px;z-index:5;min-height:0;margin:0;display:block;pointer-events:none}.emergency-action-module button{pointer-events:auto;width:156px;min-height:76px;border-radius:10px;box-shadow:0 16px 30px #ff101e33;font-size:17px;line-height:.96;letter-spacing:-.025em}.weather-widget-module{position:relative;z-index:4;display:grid;grid-template-columns:74px minmax(0,1fr) 18px;gap:6px;align-items:end;margin:2px 0 18px;padding:10px 0 14px;background:#fff;color:#33373f;border:0;border-bottom:1px solid rgba(226,232,242,.55)}.weather-date strong{color:#f0444e;font-size:11px;line-height:1;font-weight:700}.weather-date span{color:#f0444e;font-size:10px;line-height:1.05;font-weight:700}.weather-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;align-items:end}.weather-metrics small{color:#8b94a5;font-size:7.5px;line-height:1.05;font-weight:600}.weather-metrics strong{min-width:0;color:#4c515b;font-size:10px;line-height:1;font-weight:700;gap:1px}.weather-metrics strong svg{flex:0 0 auto;opacity:.75}.weather-icon{color:#acd7ff;align-self:end;margin-bottom:1px}.weather-status{position:absolute;right:0;bottom:-3px;color:#a0a8b6;font-size:8px;line-height:1;font-weight:700}.module-section{margin-top:18px}.section-title h2{font-size:22px;line-height:1.05;font-weight:800;letter-spacing:-.025em}.category-card{min-height:142px;border-radius:8px;box-shadow:0 7px 18px #2830401c}.category-card strong{font-size:17px;font-weight:800;letter-spacing:-.02em}@media(max-width:380px){.phone-frame{padding-left:16px;padding-right:16px}.city-intro-module{padding-right:150px}.city-intro-module h1{font-size:26px}.emergency-action-module{right:16px}.emergency-action-module button{width:142px;min-height:70px;font-size:16px}.weather-widget-module{grid-template-columns:66px minmax(0,1fr) 16px;gap:5px}.weather-metrics{gap:4px}.weather-metrics small{font-size:7px}.weather-metrics strong{font-size:9px}}:root{--app-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--app-text: #20242c;--app-muted: #7a8495;--app-soft-line: rgba(215, 223, 235, .72);--app-blue-soft: #dce8ff;--app-blue: #2563eb;--app-danger: #f3162d;font-family:var(--app-font);text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.phone-frame{padding:max(14px,env(safe-area-inset-top)) clamp(16px,4.8vw,22px) calc(92px + env(safe-area-inset-bottom));isolation:isolate}.home-top-module{position:relative;min-height:clamp(44px,12vw,54px);padding-top:clamp(8px,2.5vw,14px);z-index:2}.home-blue-shape{top:clamp(-172px,-34vw,-126px);right:clamp(-126px,-29vw,-92px);width:clamp(260px,74vw,326px);height:clamp(260px,74vw,326px);border-radius:0 0 0 clamp(84px,25vw,126px);background:radial-gradient(circle at 26% 18%,rgba(255,255,255,.78),transparent 26%),linear-gradient(135deg,#eaf2ff,#d5e4ff 54%,#c4d7ff);transform:rotate(-7deg) translateZ(0);box-shadow:inset 0 -30px 70px #4876d221}.home-glow-orb{position:absolute;top:clamp(50px,13vw,72px);right:clamp(72px,21vw,108px);width:clamp(46px,14vw,72px);height:clamp(46px,14vw,72px);border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.78),rgba(255,255,255,.1) 62%,transparent 70%);filter:blur(.2px);opacity:.72;pointer-events:none;z-index:-1}.home-header-row{justify-content:space-between;gap:10px}.home-brand-lockup{display:inline-flex;align-items:center;gap:7px;min-width:0;color:#7c8799;font-size:clamp(10px,2.7vw,11px);line-height:1;font-weight:900;letter-spacing:.075em}.home-brand-mark{width:22px;height:22px;display:grid;place-items:center;border-radius:9px;color:#2563eb;background:#ffffffb8;border:1px solid rgba(226,234,246,.8);box-shadow:0 10px 24px #21427814}.home-brand-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-language{height:40px;min-width:76px;padding:0 10px;border-radius:16px;border:1px solid rgba(226,234,246,.78);background:#ffffffc2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 14px 34px #2142781a}.compact-language select{font-size:12px;font-weight:900;letter-spacing:.015em}.city-intro-module{margin-top:clamp(0px,1.4vw,4px);padding:0 clamp(140px,41vw,178px) clamp(8px,2.6vw,14px) 0;z-index:4}.city-intro-kicker{display:inline-block;margin-bottom:7px;color:#768195;font-size:clamp(10px,2.6vw,11px);line-height:1;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.city-intro-module h1{color:var(--app-text);font-size:clamp(27px,7.4vw,36px);line-height:.98;letter-spacing:-.05em;font-weight:850;text-wrap:balance}.emergency-action-module{z-index:6}.emergency-action-module button,.emergency-action-module a{border:0;text-decoration:none;color:#fff;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#ff394b,#f0132a 48%,#dd001f);box-shadow:0 20px 40px #ee122a42,inset 0 1px #ffffff47;transition:transform .18s ease,box-shadow .18s ease}.emergency-action-module button:active,.emergency-action-module a:active{transform:translateY(1px) scale(.99)}.emergency-action-module.header-floating{position:absolute;top:clamp(50px,13vw,64px);right:clamp(16px,4.8vw,22px);min-height:0;margin:0;display:block;pointer-events:none}.emergency-action-module.header-floating button,.emergency-action-module.header-floating a{pointer-events:auto;width:clamp(132px,40vw,164px);min-height:clamp(66px,18vw,80px);display:grid;grid-template-columns:auto 1fr;align-items:center;justify-items:start;gap:9px;padding:13px clamp(12px,3.8vw,16px);border-radius:clamp(16px,4.3vw,20px);font-size:clamp(14px,4.2vw,18px);line-height:.95;font-weight:900;letter-spacing:-.035em;text-align:left}.emergency-action-module.standalone{position:relative;margin:14px 0 0;min-height:0;display:block}.emergency-action-module.standalone button,.emergency-action-module.standalone a{width:100%;min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:18px;padding:14px 16px;font-size:15px;font-weight:900}.emergency-action-icon{width:clamp(28px,7.4vw,34px);height:clamp(28px,7.4vw,34px);display:grid;place-items:center;border-radius:12px;background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff2e}.weather-widget-module{z-index:5;grid-template-columns:clamp(62px,18vw,78px) minmax(0,1fr) clamp(18px,5vw,22px);gap:clamp(5px,1.7vw,8px);margin:0 0 clamp(14px,4vw,22px);padding:clamp(9px,2.6vw,13px) 0 clamp(12px,3.4vw,16px);background:linear-gradient(180deg,#fffffff0,#ffffffc7);border-bottom:1px solid var(--app-soft-line)}.weather-date strong,.weather-date span{color:#ee3244}.weather-date strong{font-size:clamp(10px,2.8vw,12px);font-weight:850}.weather-date span{font-size:clamp(9px,2.55vw,10.5px)}.weather-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(3px,1.3vw,7px)}.weather-metrics small{color:#909aaa;font-size:clamp(6.8px,1.95vw,8px);font-weight:750;letter-spacing:-.01em}.weather-metrics strong{color:#444b58;font-size:clamp(8.5px,2.45vw,10.5px);font-weight:850;letter-spacing:-.02em}.weather-icon{width:clamp(16px,4.7vw,21px);height:clamp(16px,4.7vw,21px);color:#99cbff}.weather-status{right:0;bottom:-4px;color:#9aa4b3;font-size:clamp(7px,2vw,8px);font-weight:800}@media(max-width:360px){.city-intro-module{padding-right:128px}.emergency-action-module.header-floating button,.emergency-action-module.header-floating a{width:126px;grid-template-columns:1fr;justify-items:center;text-align:center;gap:5px;padding:10px 11px}.emergency-action-icon{display:none}.weather-metrics small:nth-child(n){letter-spacing:-.035em}}@media(min-width:520px){.phone-frame{width:414px}}:root{--app-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--app-text: #2f333a;--app-muted: #7d8796;--app-soft-line: rgba(224, 230, 240, .86);--app-danger: #ff0f1f;font-family:var(--app-font);text-rendering:optimizeLegibility}.phone-frame{--page-x: clamp(20px, 5vw, 24px);padding:max(12px,env(safe-area-inset-top)) var(--page-x) calc(88px + env(safe-area-inset-bottom));background:#fff;color:var(--app-text);overflow-x:hidden}.home-top-module{min-height:30px;padding-top:10px}.home-blue-shape{top:-132px;right:-112px;width:286px;height:286px;border-radius:0 0 0 96px;background:#dce8ff;box-shadow:none;transform:rotate(-7deg)}.home-glow-orb,.home-brand-lockup,.home-brand-mark,.home-brand-text{display:none!important}.home-header-row{justify-content:flex-end;min-height:30px}.home-header-spacer{flex:1 1 auto}.compact-language{height:34px;min-width:70px;padding:0 9px;border-radius:14px;background:#ffffffdb;border:1px solid rgba(219,226,238,.9);box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.compact-language select{color:#252a33;font-size:12px;font-weight:650;letter-spacing:0}.city-intro-module{margin-top:-2px;padding:0 clamp(148px,39vw,166px) 8px 0;z-index:4}.city-intro-kicker{display:none}.city-intro-module h1{color:#303238;font-size:clamp(28px,7.1vw,32px);line-height:1.03;letter-spacing:-.036em;font-weight:700}.emergency-action-module.header-floating{top:46px;right:var(--page-x)}.emergency-action-module.header-floating button,.emergency-action-module.header-floating a{width:clamp(142px,38vw,156px);min-height:clamp(70px,17.5vw,78px);display:grid;grid-template-columns:1fr;place-items:center;gap:0;padding:12px 14px;border-radius:10px;background:var(--app-danger);box-shadow:none;color:#fff;font-size:clamp(16px,4.3vw,18px);line-height:.95;font-weight:700;letter-spacing:-.018em;text-align:center}.emergency-action-icon{display:none}.weather-widget-module{position:relative;z-index:5;width:auto;margin:0 calc(var(--page-x) * -1) 18px;padding:10px var(--page-x) 12px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:8px;align-items:end;background:#fff;border:0;border-bottom:1px solid var(--app-soft-line)}.weather-date{gap:3px}.weather-date strong{color:#ff3b45;font-size:11px;line-height:1;font-weight:650}.weather-date span{color:#ff3b45;font-size:10px;line-height:1.05;font-weight:600}.weather-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;width:100%;align-items:end}.weather-metrics div{min-width:0;gap:4px}.weather-metrics small{color:#8c94a2;font-size:clamp(7px,2.05vw,8.5px);line-height:1.05;font-weight:500;letter-spacing:0}.weather-metrics strong{min-width:0;color:#444850;font-size:clamp(9px,2.45vw,11px);line-height:1;font-weight:600;letter-spacing:0;gap:2px}.weather-metrics strong svg{color:#9acfff;stroke-width:1.8}.weather-icon{display:none}.weather-status{position:absolute;right:var(--page-x);bottom:-4px;color:#9aa3b0;font-size:8px;font-weight:500}.section-title h2{color:#303238;font-size:22px;line-height:1.08;font-weight:700;letter-spacing:-.025em}.category-card strong{color:#303238;font-size:17px;font-weight:700;letter-spacing:-.015em}.object-card strong,.route-card strong,.bottom-nav button{font-weight:650}@media(max-width:380px){.phone-frame{--page-x: 18px}.city-intro-module{padding-right:140px}.emergency-action-module.header-floating button,.emergency-action-module.header-floating a{width:136px;min-height:68px;font-size:15.5px}.weather-widget-module{grid-template-columns:54px minmax(0,1fr);gap:6px}.weather-metrics{gap:3px}}
