.login { justify-content: center; align-items: stretch; text-align: center; gap: 16px; }
.login .logo { font-size: 56px; }
.onb .progress { display: flex; gap: 4px; }
.onb .progress i { flex: 1; height: 4px; border-radius: 2px; background: var(--outline); }
.onb .progress i.on { background: var(--primary); }
/* Главный экран: карта на весь экран, оверлеи поверх, аварийка по центру снизу */
.screen.map-full { padding: 0; position: relative; height: calc(100vh - var(--nav-h)); height: calc(100dvh - var(--nav-h)); overflow: hidden; }
.map.full { position: absolute; inset: 0; height: 100%; min-height: 0; border: 0; border-radius: 0; }
.map-top { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; flex-direction: column; gap: 8px; z-index: 2; pointer-events: none; }
.map-top > * { pointer-events: auto; }
.counter { align-self: flex-start; background: color-mix(in srgb, var(--surface) 92%, transparent); color: var(--onSurface); padding: 6px 12px; border-radius: 999px; font-size: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.sos-btn { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 76px; height: 76px; border-radius: 50%; background: var(--primary); box-shadow: 0 6px 20px rgba(216,67,21,.45); display: flex; align-items: center; justify-content: center; z-index: 3; }
.sos-btn:active { transform: translateX(-50%) scale(.95); }
.banner { background: color-mix(in srgb, var(--secondary) 10%, var(--surface)); border-color: var(--secondary); }
.response { gap: 6px; }
.response .name { font-weight: 600; }
.pro { gap: 4px; }
.helper-card .big { font-size: 20px; font-weight: 700; }
.privacy { max-width: 720px; margin: 0 auto; padding: 24px 16px; line-height: 1.55; }
