:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{color:#1f2937;background-color:#f8fafc;min-width:320px;min-height:100vh;margin:0}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}body{color:#111827;background-color:#f8fafc;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}#root{width:100%}.app-main{flex-direction:column;min-height:100vh;display:flex}.announcement-bar{-webkit-backdrop-filter:blur(12px);text-align:center;color:#fff;letter-spacing:.5px;z-index:1002;background:linear-gradient(135deg,#3b82f6f2,#2563ebf2);border-bottom:1px solid #fff3;justify-content:center;align-items:center;gap:10px;padding:10px 16px;font-size:.875rem;font-weight:500;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}@media (max-width:768px){.announcement-bar{gap:8px;padding:8px 12px;font-size:.8rem}}.pulse-icon{font-size:1rem;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.announcement-text{font-weight:500}.sticky-navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#111827f2;border-bottom:1px solid #ffffff1a;transition:all .3s;position:sticky;top:0}.sticky-navbar.scrolled{background:#000000e6;box-shadow:0 4px 20px #0003}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:12px 24px;display:flex}.navbar-brand .logo-link{border-radius:8px;align-items:center;gap:12px;padding:6px 12px;text-decoration:none;transition:background .2s;display:flex}.navbar-brand .logo-link:hover{background:#ffffff1a}.logo-image{object-fit:contain;border-radius:6px;width:40px;height:40px}.logo-text{background:linear-gradient(135deg,#d4a574 0%,#f4d03f 50%,#d4a574 100%);-webkit-text-fill-color:transparent;text-shadow:none;filter:drop-shadow(0 1px 2px #0000004d);-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.25rem;font-weight:700}.navbar-right{align-items:center;gap:12px;display:flex}.desktop-nav{gap:10px;display:flex}.desktop-nav a,.login-link,.add-btn{color:#fff;background:#ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.desktop-nav a:hover{background:#fff3}.catalog-btn{background:#2563eb!important}.catalog-btn:hover{background:#1d4ed8!important}.business-btn{background:#ea580c!important}.business-btn:hover{background:#c2410c!important}.blog-btn{background:#7c3aed!important}.blog-btn:hover{background:#6d28d9!important}.add-btn{background:#059669!important}.add-btn:hover{background:#047857!important}.login-link{background:#4f46e5!important}.login-link:hover{background:#4338ca!important}.lang-selector{gap:6px;margin-left:10px;display:flex}.lang-selector button{color:#fff;cursor:pointer;text-align:center;background:#6b7280;border:2px solid #6b7280;border-radius:6px;min-width:40px;padding:6px 12px;font-size:.8rem;font-weight:700;transition:all .2s}.lang-selector button:hover{background:#4b5563;border-color:#4b5563;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.lang-selector button.active{color:#fff;background:#3b82f6;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f666}.user-menu-container{position:relative}.user-profile-button{cursor:pointer;background:#fff;border:none;border-radius:20px;align-items:center;gap:6px;padding:4px 8px;display:flex}.user-avatar-placeholder{color:#fff;background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex}.user-dropdown{background:#fff;border-radius:12px;flex-direction:column;min-width:200px;padding:8px;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 10px 25px #0000001a}.user-dropdown a,.user-dropdown button{color:#374151;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:10px;font-size:.875rem;text-decoration:none}.user-dropdown a:hover{background:#f3f4f6}.logout-item{color:#ef4444!important}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:4px;display:none}.hamburger span{background:#fff;width:24px;height:2px;transition:all .3s;display:block}.mobile-nav{background:#111827;border-top:1px solid #ffffff1a;flex-direction:column;gap:15px;width:100%;padding:20px;display:none;position:absolute;top:100%;left:0}.mobile-nav.active{display:flex}.mobile-nav a{color:#fff;border-bottom:1px solid #ffffff0d;padding:10px 0;font-size:1.1rem;text-decoration:none}.mobile-lang-selector{border-top:1px solid #ffffff1a;margin-top:20px;padding-top:20px}.mobile-lang-selector .lang-label{color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:.9rem}.mobile-lang-selector .lang-buttons{flex-direction:column;gap:10px;display:flex}.mobile-lang-selector .lang-buttons button{color:#fff;cursor:pointer;text-align:left;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:8px;padding:12px 16px;font-size:1rem;transition:all .2s}.mobile-lang-selector .lang-buttons button:hover{background:#ffffff1a;border-color:#fff3}.mobile-lang-selector .lang-buttons button.active{background:#3b82f6;border-color:#3b82f6;font-weight:600}@media (max-width:1024px){.desktop-nav{display:none}.hamburger{display:flex}.logo-text{font-size:1rem}.lang-selector{margin-left:8px;display:flex!important}}@media (max-width:480px){.navbar-container{padding:10px 16px}}.page-loader{background:#f9fafb;justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner{border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spinner-rotate}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.auth-card{background:#fff;border-radius:1rem;width:100%;max-width:400px;margin:40px auto;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.company-card{color:inherit;border-radius:20px;flex-direction:column;height:100%;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d;background:#fff!important;border:none!important}.company-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.company-card:hover .card-header-bg{transform:scale(1.08)}.card-header{aspect-ratio:16/9;background-color:#f1f5f9;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.card-header-gradient{z-index:1;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.tier-pro .card-header-gradient{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.tier-enterprise .card-header-gradient{background:linear-gradient(135deg,#ffd89b 0%,#19547b 100%)}.card-header-bg{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.card-header-overlay{z-index:2;background:linear-gradient(#0000004d,#0009);width:100%;height:100%;position:absolute;top:0;left:0}.verified-badge{color:#2563eb;z-index:10;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0003}.map-icon-btn{color:#fff;z-index:10;cursor:pointer;background:#3b82f6f2;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:all .2s;display:none;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #0003}.map-icon-btn:active{background:#2563ebf2;transform:scale(.95)}@media (max-width:768px){.map-icon-btn{display:flex}}.card-header-content{z-index:5;text-align:center;padding:1rem;position:relative}.category-icon-large{filter:drop-shadow(0 2px 4px #0003);margin-bottom:.75rem;font-size:3.5rem}.card-header .card-title{color:#fff;text-shadow:0 2px 8px #0000004d;justify-content:center;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3;display:flex}.badge-pro,.badge-ent{font-size:1rem;display:inline-block}.card-body{background:#fff;flex-direction:column;flex-grow:1;padding:16px;display:flex}.card-tags{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.tag-cat{color:#6d28d9;background:#a78bfa26;border:1px solid #a78bfa33;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:flex}.tag-cat[data-category*=beauty],.tag-cat[data-category*=Beauty],.tag-cat[data-category*=Красота]{color:#be185d;background:#f472b626;border-color:#f472b64d}.tag-cat[data-category*=food],.tag-cat[data-category*=Food],.tag-cat[data-category*=Питание]{color:#c2410c;background:#fb923c26;border-color:#fb923c4d}.tag-cat[data-category*=auto],.tag-cat[data-category*=Auto],.tag-cat[data-category*=Автосервис]{color:#047857;background:#34d39926;border-color:#34d3994d}.tag-cat[data-category*=home],.tag-cat[data-category*=Home],.tag-cat[data-category*=Дом]{color:#1e40af;background:#60a5fa26;border-color:#60a5fa4d}.tag-cat[data-category*=leisure],.tag-cat[data-category*=Leisure],.tag-cat[data-category*=Отдых]{color:#6d28d9;background:#a78bfa26;border-color:#a78bfa4d}.tag-city{color:#1e40af;background:#3b82f626;border:1px solid #3b82f633;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:flex}.tag-city.clickable{cursor:pointer;background:#3b82f626;border:1px solid #3b82f6;transition:all .3s cubic-bezier(.4,0,.2,1)}.tag-city.clickable:hover{color:#fff;background:#3b82f6;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.tag-city.clickable:active{transform:translateY(0);box-shadow:0 2px 6px #3b82f64d}.card-desc{color:#6b7280;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:3em;margin-bottom:12px;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.card-rating{align-items:center;gap:8px;margin-bottom:12px;display:flex}.star-icon.filled{color:#fbbf24}.star-icon.empty{color:#9ca3af}.rating-count{color:#6b7280;font-size:.85rem}.card-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.card-socials{gap:8px;display:flex}.soc-link{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.1rem;transition:all .2s}.soc-link:hover{color:#3b82f6;transform:scale(1.1)}.soc-link.ig:hover{color:#e1306c}.soc-link.tt:hover{color:#000}.card-more-btn{color:#2563eb;font-size:.875rem;font-weight:600;transition:all .2s}.card-more-btn:hover{color:#1e40af}.view-all-link{color:#1e40af;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.view-all-link:hover{color:#1e3a8a;text-decoration:underline}@media (max-width:768px){.card-header{aspect-ratio:4/3}.category-icon-large{font-size:2.5rem}.card-header .card-title{font-size:1rem}.card-body{padding:12px}}
