@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary:#1c4474;--primary-hover:#153459;--primary-light:#ebf3fb;--accent:#27ae60;--accent-hover:#219653;--danger:#e74c3c;--bg-main:#f4f6f8;--bg-card:#fff;--text-main:#333;--text-muted:#666;--border-color:#e1e5ea;--shadow:0 4px 14px #00000014;--radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background-color:var(--bg-main);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c7d0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0a7b5}.app-container{flex-direction:column;width:100vw;height:100vh;display:flex}.main-content{flex:1;display:flex;position:relative;overflow:hidden}.ymaps-container{width:100%;height:100%}.custom-yandex-marker{color:#fff;cursor:pointer;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;transition:transform .15s;display:flex;box-shadow:0 2px 8px #00000059}.custom-yandex-marker:hover{transform:scale(1.15)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.25s ease-out forwards fadeIn}
