: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%}}
