:root{--ground:#f4f6fc;--surface:#ffffff;--surface-2:#eef1fa;--line:rgba(16,22,51,0.1);--line-2:rgba(16,22,51,0.18);--text:#10142b;--text-2:#4f5877;--text-3:#69718e;--brand:#3d53e0;--brand-soft:#e7ebff;--brand-ink:#3d53e0;--grad-brand:linear-gradient(135deg,#3d53e0,#6b4be8 55%,#9b5cf6);--warm:#d6491f;--warm-ink:#c8431f;--warm-soft:#ffede7;--grad-warm:linear-gradient(135deg,#c8431f,#d95c22);--mint:#0fa96e;--mint-soft:#e1f7ee;--danger:#e11d48;--shadow-card:0 1px 2px rgba(16,22,51,0.05),0 8px 24px -12px rgba(16,22,51,0.18);--shadow-lift:0 2px 6px rgba(16,22,51,0.07),0 24px 48px -20px rgba(16,22,51,0.3);--r-lg:22px;--r-md:16px;--r-sm:12px;--tabbar:78px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--ground:#080b16;--surface:#131828;--surface-2:#1b2135;--line:rgba(255,255,255,0.1);--line-2:rgba(255,255,255,0.18);--text:#f4f6fc;--text-2:#9aa3c4;--text-3:#6e7796;--brand-soft:rgba(107,75,232,0.24);--brand-ink:#b4beff;--warm-soft:rgba(255,107,74,0.18);--warm-ink:#ff8f74;--mint-soft:rgba(15,169,110,0.2);--shadow-card:0 1px 2px rgba(0,0,0,0.5),0 10px 30px -14px rgba(0,0,0,0.8);--shadow-lift:0 2px 8px rgba(0,0,0,0.5),0 28px 56px -24px rgba(0,0,0,0.9)}}:root[data-theme=dark]{--ground:#080b16;--surface:#131828;--surface-2:#1b2135;--line:rgba(255,255,255,0.1);--line-2:rgba(255,255,255,0.18);--text:#f4f6fc;--text-2:#9aa3c4;--text-3:#6e7796;--brand-soft:rgba(107,75,232,0.24);--brand-ink:#b4beff;--warm-soft:rgba(255,107,74,0.18);--warm-ink:#ff8f74;--mint-soft:rgba(15,169,110,0.2);--shadow-card:0 1px 2px rgba(0,0,0,0.5),0 10px 30px -14px rgba(0,0,0,0.8);--shadow-lift:0 2px 8px rgba(0,0,0,0.5),0 28px 56px -24px rgba(0,0,0,0.9)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--ground);color:var(--text);font-family:var(--font-body),system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;padding-bottom:calc(var(--tabbar) + env(safe-area-inset-bottom))}h1,h2,h3{font-family:var(--font-display),var(--font-body),system-ui,sans-serif;letter-spacing:-.02em;text-wrap:balance;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}input,select,textarea{font-size:16px}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:6px}.page{max-width:720px;margin:0 auto;padding:0 16px}@media (min-width:768px){body{padding-bottom:40px}.page{max-width:940px;padding:0 24px}}@media (min-width:1180px){.page{max-width:1180px}}.eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-3)}.muted{color:var(--text-2);font-size:14px}.stack{flex-direction:column;gap:14px}.row,.stack{display:flex}.row{align-items:center;gap:10px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}}.mapSkeleton{height:220px;border-radius:var(--r-md);background:var(--surface-2);border:1px solid var(--line)}.leaflet-container{font:inherit;background:var(--surface-2)}.leaflet-popup-content-wrapper{border-radius:14px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-card)}.leaflet-popup-tip{background:var(--surface)}.leaflet-control-attribution{background:color-mix(in srgb,var(--surface) 80%,transparent)!important;color:var(--text-2);font-size:10px}.leaflet-control-attribution a{color:var(--text-2)}:root.in-max body,:root.in-telegram body{padding-top:env(safe-area-inset-top)}:root.in-max,:root.in-max body,:root.in-telegram,:root.in-telegram body{overscroll-behavior-y:none}:root.in-max .page,:root.in-telegram .page{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}