body{margin:0;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:25px;color:#313132;background-color:#f7f6f6}@media (max-width: 750px){body{margin:0;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:25px;color:#323234;background-color:#fff}}.navbar-container{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(59,130,246,.1);transition:all .3s ease}.navbar-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.navbar-logo{width:120px;height:100px}.navbar-logo img{width:100%;height:100%;object-fit:contain}.navbar-brand{font-size:1.75rem;font-weight:700;color:#1e40af;margin:0;letter-spacing:-.02em}.navbar-menu{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.navbar-link{text-decoration:none;color:#374151;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative;padding:.5rem 0;cursor:pointer}.navbar-link:hover{color:#3b82f6}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .3s ease}.navbar-link:hover:after{width:100%}.navbar-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.navbar-btn{padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.navbar-btn-secondary{background:transparent;color:#6b7280;border:1px solid #e5e7eb}.navbar-btn-secondary:hover{background:#f9fafb;color:#374151;border-color:#d1d5db}.navbar-btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 12px #3b82f64d}.navbar-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.navbar-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:1rem}.navbar-hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative;transition:all .3s ease}.navbar-hamburger span{display:block;height:2px;width:100%;background:#374151;border-radius:1px;transition:all .3s ease;position:absolute}.navbar-hamburger span:nth-child(1){top:0}.navbar-hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.navbar-hamburger span:nth-child(3){bottom:0}.navbar-hamburger-active span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.navbar-hamburger-active span:nth-child(2){opacity:0}.navbar-hamburger-active span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.navbar-mobile-menu{position:fixed;top:70px;left:0;right:0;background:#fffffffa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(59,130,246,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;padding:1.5rem;box-shadow:0 10px 40px #0000001a}.navbar-mobile-menu-active{transform:translateY(0);opacity:1;visibility:visible}.navbar-mobile-links{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.navbar-mobile-link{text-decoration:none;color:#374151;font-weight:500;font-size:1.1rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6;transition:color .3s ease}.navbar-mobile-link:hover{color:#3b82f6}.navbar-mobile-actions{display:flex;flex-direction:column;gap:.75rem}.navbar-mobile-btn{width:100%;padding:.875rem 1.5rem;font-size:1rem}@media (max-width: 768px){.navbar-content{padding:0 1rem}.navbar-menu,.navbar-actions{display:none}.navbar-mobile-toggle{display:block}.navbar-brand{font-size:1.5rem}}@media (max-width: 480px){.navbar-content{padding:0 .75rem}.navbar-brand{font-size:1.25rem}.navbar-mobile-menu{padding:1rem}}.hero-container{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding-top:70px}.hero-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-text{color:#fff}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-highlight{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-description{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;color:#ffffffe6;max-width:500px}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-btn{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden}.hero-btn-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;box-shadow:0 8px 32px #fbbf244d}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #fbbf2466}.hero-btn-secondary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-btn-secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.hero-stats{display:flex;gap:2rem}.hero-stat{display:flex;flex-direction:column;align-items:flex-start}.hero-stat-number{font-size:2rem;font-weight:700;color:#fbbf24;line-height:1}.hero-stat-label{font-size:.875rem;color:#fffc;margin-top:.25rem}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;height:500px}.hero-card{position:absolute;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);min-width:180px;text-align:center;transition:all .3s ease;animation:float 6s ease-in-out infinite}.hero-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 25px 50px #00000026}.hero-card-1{top:20%;left:10%;animation-delay:-2s}.hero-card-2{top:50%;right:20%;transform:translateY(-50%);animation-delay:-4s}.hero-card-3{bottom:15%;left:30%;animation-delay:-1s}.hero-card-icon{font-size:2.5rem;margin-bottom:1rem}.hero-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.hero-card p{color:#6b7280;font-size:.875rem;margin:0}.hero-background-elements{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1}.hero-circle{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 8s ease-in-out infinite}.hero-circle-1{width:200px;height:200px;top:10%;right:10%;animation-delay:-3s}.hero-circle-2{width:150px;height:150px;bottom:20%;left:5%;animation-delay:-1s}.hero-circle-3{width:100px;height:100px;top:60%;right:30%;animation-delay:-5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 1024px){.hero-content{gap:2rem}.hero-title{font-size:3rem}.hero-visual{height:400px}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem;max-width:none}.hero-actions,.hero-stats{justify-content:center}.hero-visual{height:300px;order:-1}.hero-card{min-width:140px;padding:1rem}.hero-card-icon{font-size:2rem}.hero-card h3{font-size:1rem}}@media (max-width: 480px){.hero-container{padding-top:70px}.hero-content{padding:0 1rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column;align-items:center}.hero-btn{width:100%;max-width:280px}.hero-stats{gap:1.5rem}.hero-stat-number{font-size:1.5rem}.hero-visual{display:none;height:250px}.hero-card{min-width:120px;padding:.75rem}}.business-cards-container{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.business-cards-header{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center;margin-bottom:3rem}.business-cards-title{font-size:3rem;font-weight:800;color:#1e293b;margin-bottom:1rem;letter-spacing:-.02em}.business-cards-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.business-cards-grid{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.business-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(226,232,240,.8)}.business-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:#3b82f64d}.business-card-image-container{position:relative;width:100%;height:200px;overflow:hidden}.business-card-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.business-card-category{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 12px #3b82f64d}.business-card-content{padding:.2rem .5rem}.business-card-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.3}.business-card-location{color:#64748b;font-size:.875rem;margin-bottom:.5rem;display:flex;align-items:center}.business-card-location:before{content:"📍";margin-right:.5rem}.business-card-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.business-card-stars{display:flex;gap:.125rem}.business-card-star{font-size:1rem;filter:grayscale(100%);transition:filter .2s ease}.business-card-star-filled{filter:grayscale(0%)}.business-card-rating-text{font-size:.875rem;color:#64748b;font-weight:500}.business-card-actions{display:flex;justify-content:space-between;padding:1rem .5rem;border-top:1px solid #f1f5f9;background:#fefefe}.business-card-action-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;color:#64748b;font-size:.875rem;font-weight:500}.business-card-action-btn:hover{background:#f1f5f9;color:#3b82f6;transform:translateY(-1px)}.business-card-action-liked{color:#ef4444}.business-card-action-liked:hover{color:#dc2626;background:#fef2f2}.business-card-action-icon{font-size:1.25rem;line-height:1}.business-card-action-count{font-size:.875rem;font-weight:600}.business-cards-footer{text-align:center;margin-top:3rem}.business-cards-load-more{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d}.business-cards-load-more:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}@media (max-width: 1024px){.business-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.business-cards-title{font-size:2.5rem}}@media (max-width: 768px){.business-cards-container{padding:3rem 0}.business-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 1rem}.business-cards-title{font-size:2rem}.business-cards-subtitle{font-size:1.125rem}.business-card-image-container{height:160px}.business-card-content{padding:1rem}.business-card-name{font-size:1.125rem}.business-card-actions{padding:.75rem 1rem}.business-card-action-btn{padding:.375rem;gap:.375rem}.business-card-action-icon{font-size:1.125rem}.business-card-action-count{font-size:.8125rem}}@media (max-width: 480px){.business-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 .75rem}.business-cards-header{padding:0 1rem}.business-cards-title{font-size:1.75rem}.business-cards-subtitle{font-size:1rem}.business-card-image-container{height:140px}.business-card-content{padding:.75rem}.business-card-name{font-size:1rem}.business-card-rating{flex-direction:row;align-items:center;gap:.25rem}.business-cards-load-more{padding:.75rem 1.25rem;font-size:.875rem}}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.business-card{animation:cardFadeIn .6s ease-out}.business-card:nth-child(1){animation-delay:.1s}.business-card:nth-child(2){animation-delay:.2s}.business-card:nth-child(3){animation-delay:.3s}.business-card:nth-child(4){animation-delay:.4s}.business-card:nth-child(5){animation-delay:.5s}.business-card:nth-child(6){animation-delay:.6s}.business-card:nth-child(7){animation-delay:.7s}.business-card:nth-child(8){animation-delay:.8s}.business-card-category:hover{transform:scale(1.05)}.business-card-stars:hover .business-card-star{transform:scale(1.1)}.business-card-loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}:root{--biz-offer-bg: #ffffff;--biz-offer-accent: #4a6bdf;--biz-offer-secondary: #5e3aa8;--biz-offer-text: #1f2937;--biz-offer-light: #6b7280;--biz-offer-card-bg: #f9fafb;--biz-offer-card-hover: #f3f4f6;--biz-offer-shadow: 0 4px 20px rgba(0, 0, 0, .08);--biz-offer-button: linear-gradient(135deg, #fbbf24, #f59e0b);--biz-offer-button-hover: linear-gradient(135deg, #f59e0b, #fbbf24)}.biz-offer{background:var(--biz-offer-bg);padding:5rem 0;position:relative;overflow:hidden}.biz-offer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.biz-offer__header{text-align:center;margin-bottom:4rem}.biz-offer__title{font-size:2.5rem;font-weight:800;color:var(--biz-offer-text);margin-bottom:.4rem;background:linear-gradient(to right,var(--biz-offer-accent),var(--biz-offer-secondary));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;padding:15px}.biz-offer__subtitle{font-size:1.25rem;color:var(--biz-offer-light);max-width:700px;margin:0 auto;line-height:1.6}.biz-offer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.biz-offer__card{background:var(--biz-offer-card-bg);border-radius:16px;padding:.6rem;text-align:center;transition:all .3s cubic-bezier(.25,.8,.25,1);border:1px solid rgba(209,213,219,.5)}.biz-offer__card:hover{transform:translateY(-8px);background:var(--biz-offer-card-hover);box-shadow:var(--biz-offer-shadow);border-color:#a5b4fc80}.biz-offer__icon{width:100px;height:100px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid rgba(74,107,223,.1)}.biz-offer__icon img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.biz-offer__card:hover .biz-offer__icon img{transform:scale(1.1)}.biz-offer__feature{font-size:1.25rem;font-weight:700;color:var(--biz-offer-text);margin-bottom:1rem;position:relative;display:inline-block}.biz-offer__feature:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:40px;height:3px;background:var(--biz-offer-accent);transition:width .3s ease}.biz-offer__card:hover .biz-offer__feature:after{width:60px}.biz-offer__description{color:var(--biz-offer-light);font-size:1rem;line-height:1.7}.biz-offer__cta{text-align:center;margin-top:3rem}.biz-offer__button{background:var(--biz-offer-button);color:#1f2937;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #fbbf244d;position:relative;overflow:hidden}.biz-offer__button:hover{background:var(--biz-offer-button-hover);transform:translateY(-3px);box-shadow:0 8px 25px #fbbf2466}.biz-offer__button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:.5s}.biz-offer__button:hover:before{left:100%}.biz-offer__guarantee{color:var(--biz-offer-light);font-size:.95rem;margin-top:1.5rem}.biz-offer__badge{margin-right:.5rem}.biz-offer:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;border-radius:50%;background:#4a6bdf1a}.biz-offer:after{content:"";position:absolute;bottom:-30px;left:-30px;width:150px;height:150px;border-radius:50%;background:#5e3aa81a}@media (max-width: 992px){.biz-offer{padding:4rem 0}.biz-offer__title{font-size:2.2rem}.biz-offer__subtitle{font-size:1.1rem}}@media (max-width: 768px){.biz-offer__header{margin-bottom:3rem}.biz-offer__grid{gap:1.5rem}.biz-offer__card{padding:1.5rem}.biz-offer__icon{width:80px;height:80px}}@media (max-width: 576px){.biz-offer{padding:3rem 0}.biz-offer__title{font-size:1.8rem}.biz-offer__subtitle{font-size:1rem}.biz-offer__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto 3rem}.biz-offer__button{padding:.9rem 2rem;font-size:1rem}}:root{--biz-footer-bg: linear-gradient(135deg, #4a6bdf 0%, #5e3aa8 100%);--biz-footer-bottom-bg: rgba(0, 0, 0, .25);--biz-footer-text: #ffffff;--biz-footer-heading: #fcd34d;--biz-footer-accent: #fbbf24;--biz-input-bg: rgba(255, 255, 255, .2);--biz-input-border: rgba(255, 255, 255, .4);--biz-input-focus: rgba(251, 191, 36, .3);--biz-button-bg: linear-gradient(135deg, #fbbf24, #f59e0b);--biz-button-text: #1f2937;--biz-button-hover: linear-gradient(135deg, #f59e0b, #fbbf24);--biz-social-bg: rgba(255, 255, 255, .15);--biz-social-hover: #fbbf24}.biz-footer{background:var(--biz-footer-bg);color:var(--biz-footer-text);font-size:1rem;line-height:1.6;padding-top:3rem;position:relative}.biz-footer__content{max-width:1200px;margin:0 auto;padding:0 1.5rem}.biz-footer__main{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;margin-bottom:3rem}.biz-footer__company{max-width:300px}.biz-footer__logo{font-size:1.75rem;font-weight:700;margin-bottom:1.25rem;color:var(--biz-footer-text);background:linear-gradient(to right,#fcd34d,#fbbf24);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.biz-footer__description{margin-bottom:1.5rem;opacity:.9;line-height:1.7}.biz-footer__social{display:flex;gap:1rem;margin-top:1.5rem}.biz-social__icon{display:flex;align-items:center;justify-content:center;text-decoration:none;width:42px;height:42px;border-radius:50%;background:var(--biz-social-bg);color:var(--biz-footer-text);transition:all .3s cubic-bezier(.25,.8,.25,1);font-size:1.1rem}.biz-social__icon:hover{background:var(--biz-social-hover);color:var(--biz-button-text);transform:translateY(-3px) scale(1.1);box-shadow:0 4px 8px #00000026}.biz-footer__heading{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--biz-footer-heading);position:relative;display:inline-block}.biz-footer__heading:after{content:"";position:absolute;bottom:-8px;left:0;width:50px;height:3px;background:var(--biz-footer-accent)}.biz-footer__list{list-style:none;padding:0;margin:0}.biz-footer__list li{margin-bottom:.85rem}.biz-footer__list a{color:var(--biz-footer-text);text-decoration:none;opacity:.9;transition:all .3s ease;display:inline-block;position:relative;padding-left:0}.biz-footer__list a:hover{color:var(--biz-footer-accent);opacity:1;padding-left:10px}.biz-footer__list a:before{content:"→";position:absolute;left:-15px;opacity:0;transition:all .3s ease}.biz-footer__list a:hover:before{left:0;opacity:1}.biz-contact__item{display:flex;align-items:center;gap:.85rem;margin-bottom:1.1rem;opacity:.9;transition:all .3s ease}.biz-contact__item:hover{opacity:1;transform:translate(3px)}.biz-contact__item i{color:var(--biz-footer-accent);width:20px;text-align:center;font-size:1.1rem}.biz-footer__newsletter{max-width:600px;margin:0 auto 3rem;text-align:center;padding:2rem;background:#0000001a;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.biz-footer__newsletter-text{margin-bottom:1.5rem;opacity:.9;line-height:1.7}.biz-newsletter__form{display:flex;gap:.75rem;max-width:500px;margin:0 auto}.biz-newsletter__input{flex:1;padding:.85rem 1.25rem;border-radius:8px;border:2px solid var(--biz-input-border);background:var(--biz-input-bg);color:var(--biz-footer-text);font-size:1rem;transition:all .3s ease}.biz-newsletter__input:focus{outline:none;border-color:var(--biz-footer-accent);background:#ffffff40;box-shadow:0 0 0 4px var(--biz-input-focus)}.biz-newsletter__input::placeholder{color:#ffffffb3}.biz-newsletter__button{padding:.85rem 1.75rem;border-radius:8px;border:none;background:var(--biz-button-bg);color:var(--biz-button-text);font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #fbbf2440}.biz-newsletter__button:hover{background:var(--biz-button-hover);transform:translateY(-2px);box-shadow:0 6px 16px #fbbf2459}.biz-footer__bottom{background:var(--biz-footer-bottom-bg);padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.biz-footer__bottom-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.biz-footer__copyright{opacity:.85;font-size:.9rem}.biz-footer__legal{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.biz-footer__legal a{color:var(--biz-footer-text);text-decoration:none;font-size:.9rem;opacity:.85;transition:all .3s ease;padding:.25rem .5rem;border-radius:4px}.biz-footer__legal a:hover{color:var(--biz-footer-accent);background:#ffffff1a;opacity:1}@media (max-width: 992px){.biz-footer__main{grid-template-columns:repeat(2,1fr)}.biz-footer__company{grid-column:1 / -1;max-width:100%;text-align:center}.biz-footer__social{justify-content:center}.biz-newsletter__form{flex-direction:column}.biz-newsletter__button{width:100%}}@media (max-width: 576px){.biz-footer{padding-top:2.5rem}.biz-footer__main{grid-template-columns:1fr;gap:2rem}.biz-footer__links,.biz-footer__contact{text-align:center}.biz-footer__heading:after{left:50%;transform:translate(-50%)}.biz-contact__item{justify-content:center}.biz-footer__newsletter{padding:1.5rem}.biz-footer__legal{flex-direction:column;gap:.5rem}}.testimonial-container{padding:4rem 2rem;background-color:#f8f9fa;text-align:center}.testimonial-title{font-size:2rem;margin-bottom:.5rem;color:#5e3aa8;font-weight:700}.testimonial-subtitle{font-size:1rem;color:#666;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.testimonial-swiper-container{max-width:1200px;margin:0 auto;padding:0 1rem}.testimonial-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 20px #0000000d;height:100%;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.testimonial-header{display:flex;align-items:center;margin-bottom:1.5rem}.testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #4a6bdf;margin-right:1rem}.testimonial-author h4{margin:0;font-size:1.1rem;color:#333}.testimonial-author p{margin:.2rem 0 0;font-size:.9rem;color:#666}.testimonial-rating{margin-bottom:1.5rem}.testimonial-rating .star{color:#ddd;font-size:1.2rem}.testimonial-rating .star.filled{color:#ffc107}.testimonial-quote{font-size:1rem;line-height:1.6;color:#555;margin:0;font-style:italic;flex-grow:1}.swiper-pagination-bullet{background:#ccc;opacity:1;width:12px;height:12px}.swiper-pagination-bullet-active{background:#4a6bdf}@media (max-width: 768px){.testimonial-container{padding:3rem 1rem}.testimonial-title{font-size:1.5rem}.testimonial-card{padding:1.5rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.form-options{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.remember-me{display:flex;align-items:center;gap:.5rem}.remember-me input{width:16px;height:16px;accent-color:var(--auth-primary)}.forgot-password{color:var(--auth-primary);text-decoration:none;font-weight:600;transition:color .3s ease}.forgot-password:hover{color:var(--auth-secondary)}@media (max-width: 768px){.auth-card{flex-direction:column}.auth-visual{padding:2rem;text-align:center}.auth-form-container{padding:2.5rem 2rem}}@media (max-width: 480px){.auth-container{padding:1rem}.social-auth{flex-direction:column}.auth-feature{font-size:.9rem}.auth-icon{width:40px;height:40px;font-size:1.2rem}}:root{--auth-primary: #4a6bdf;--auth-secondary: #5e3aa8;--auth-accent: #fbbf24;--auth-text: #1f2937;--auth-light: #6b7280;--auth-border: #e5e7eb;--auth-bg: #f9fafb;--auth-card-bg: #ffffff;--auth-overlay: rgba(74, 107, 223, .8)}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--auth-bg);padding:2rem}.auth-card{display:flex;max-width:1000px;width:100%;background:var(--auth-card-bg);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.auth-visual{flex:1;background:linear-gradient(135deg,var(--auth-primary),var(--auth-secondary));background-size:cover;background-position:center;position:relative;padding:3rem;display:flex;align-items:center;justify-content:center;color:#fff}.auth-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--auth-overlay)}.auth-content{position:relative;z-index:2;max-width:400px}.auth-welcome{font-size:2.2rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.auth-message{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.auth-features{display:flex;flex-direction:column;gap:1.5rem}.auth-feature{display:flex;align-items:center;gap:1rem;font-size:1rem}.auth-icon{font-size:1.5rem;background:#fff3;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-form-container{flex:1;padding:4rem 3rem;display:flex;flex-direction:column}.auth-form-header{margin-bottom:2.5rem;text-align:center}.auth-title{font-size:2rem;font-weight:800;color:var(--auth-text);margin-bottom:.5rem}.auth-subtitle{color:var(--auth-light);font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:var(--auth-text)}.form-group input{padding:.9rem 1.2rem;border:1px solid var(--auth-border);border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:var(--auth-primary);box-shadow:0 0 0 3px #4a6bdf33}.auth-submit{background:linear-gradient(135deg,var(--auth-primary),var(--auth-secondary));color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.auth-submit:hover{transform:translateY(-2px);box-shadow:0 5px 15px #4a6bdf4d}.auth-divider{display:flex;align-items:center;gap:1rem;color:var(--auth-light);font-size:.9rem;margin:1rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--auth-border)}.social-auth{display:flex;gap:1rem;margin-bottom:1.5rem}.social-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:1px solid var(--auth-border);background:#fff}.social-btn:hover{transform:translateY(-2px);box-shadow:0 3px 10px #0000001a}.google-btn{color:#5f6368}.google-btn:hover{border-color:#dbe1e8;background:#f8f9fa}.facebook-btn{color:#1877f2}.facebook-btn:hover{border-color:#d7e3fc;background:#f0f5ff}.social-icon{width:18px;height:18px}.auth-switch{text-align:center;font-size:.9rem;color:var(--auth-light)}.switch-link{color:var(--auth-primary);text-decoration:none;font-weight:600;transition:color .3s ease}.switch-link:hover{color:var(--auth-secondary)}@media (max-width: 768px){.auth-card{flex-direction:column}.auth-visual{padding:2rem;text-align:center;display:none}.auth-form-container{padding:2.5rem 2rem}}@media (max-width: 480px){.auth-card{background-color:transparent}.auth-form-container{padding:.5rem 1.2rem;margin-top:80px}.auth-container{padding:1rem}.social-auth{flex-direction:column}.auth-feature{font-size:.9rem}.auth-icon{width:40px;height:40px;font-size:1.2rem}}.about-hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(94,58,168,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(74,107,223,.3) 0%,transparent 50%);z-index:1}.about-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;z-index:2}.about-hero__content{position:relative;z-index:3;text-align:center;max-width:800px;padding:0 2rem;color:#fff;animation:fadeInUp 1s ease-out}.about-hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 4px 8px rgba(0,0,0,.3);background:linear-gradient(135deg,#fff,#e8f0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero__subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:400;line-height:1.6;opacity:.95;text-shadow:0 2px 4px rgba(0,0,0,.3);max-width:600px;margin:0 auto}@media (max-width: 768px){.about-hero{height:80vh;min-height:500px}.about-hero__content{padding:0 1.5rem}.about-hero__title{margin-bottom:1rem}}@media (max-width: 480px){.about-hero{height:70vh;min-height:450px}.about-hero__content{padding:0 1rem}}.mission-section{padding:5rem 0;background:linear-gradient(135deg,#f8faff,#f0f4ff);position:relative;overflow:hidden}.mission-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 10% 20%,rgba(74,107,223,.05) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(94,58,168,.05) 0%,transparent 50%);pointer-events:none}.mission-section__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.mission-section__image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #4a6bdf26,0 8px 16px #0000001a;transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease}.mission-section__image:hover{transform:perspective(1000px) rotateY(0) scale(1.02)}.mission-section__image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#4a6bdf1a,#5e3aa81a);z-index:1;opacity:0;transition:opacity .3s ease}.mission-section__image:hover:before{opacity:1}.mission-section__image img{width:100%;height:400px;object-fit:cover;display:block;transition:transform .3s ease}.mission-section__content{display:flex;flex-direction:column;gap:1.5rem}.mission-section__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#2d3748;margin:0;line-height:1.2;position:relative}.mission-section__title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);border-radius:2px}.mission-section__text{font-size:1.125rem;line-height:1.7;color:#4a5568;margin:0;font-weight:400}.mission-section__text:first-of-type{font-weight:500;color:#2d3748}.mission-section__button{background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4a6bdf4d;position:relative;overflow:hidden;margin-top:1rem;align-self:flex-start}.mission-section__button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.mission-section__button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4a6bdf66}.mission-section__button:hover:before{left:100%}.mission-section__button:active{transform:translateY(0)}@media (max-width: 968px){.mission-section__container{grid-template-columns:1fr;gap:3rem;text-align:center}.mission-section__image{transform:none;order:-1}.mission-section__image:hover{transform:scale(1.02)}.mission-section__title:after{left:50%;transform:translate(-50%)}.mission-section__button{align-self:center}}@media (max-width: 768px){.mission-section{padding:3rem 0}.mission-section__container{padding:0 1.5rem;gap:2rem}.mission-section__image img{height:300px}.mission-section__content{gap:1.25rem}}@media (max-width: 480px){.mission-section__container{padding:0 1rem}.mission-section__image img{height:250px}.mission-section__button{padding:.875rem 1.5rem;font-size:.9rem}}.values-section{padding:6rem 0;background:linear-gradient(135deg,#f8faff,#f0f4ff);position:relative;overflow:hidden}.values-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 15% 20%,rgba(74,107,223,.06) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(94,58,168,.06) 0%,transparent 50%);pointer-events:none}.values-section__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.values-section__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;text-align:center;color:#2d3748;margin:0 0 1rem;line-height:1.2;position:relative}.values-section__title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);border-radius:2px}.values-section__subtitle{font-size:1.25rem;text-align:center;color:#718096;margin:2rem 0 4rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.values-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.value-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:2.5rem 2rem;text-align:center;position:relative;overflow:hidden;transition:all .4s ease;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#4a6bdf0d,#5e3aa80d);opacity:0;transition:opacity .3s ease}.value-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.value-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #4a6bdf26,0 8px 24px #0000001a;border-color:#4a6bdf4d}.value-card:hover:before{opacity:1}.value-card:hover:after{left:100%}.value-card__icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block;padding:1rem;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 25px #4a6bdf4d;transition:all .3s ease;position:relative;z-index:2}.value-card:hover .value-card__icon{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 35px #4a6bdf66}.value-card__title{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0 0 1rem;line-height:1.3;position:relative;z-index:2}.value-card__description{font-size:1rem;line-height:1.6;color:#4a5568;margin:0;font-weight:400;position:relative;z-index:2}.value-card{animation:fadeInUp .6s ease-out forwards;opacity:0}.value-card:nth-child(1){animation-delay:.1s}.value-card:nth-child(2){animation-delay:.2s}.value-card:nth-child(3){animation-delay:.3s}.value-card:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.value-card__icon{animation:float 3s ease-in-out infinite}.value-card:nth-child(1) .value-card__icon{animation-delay:0s}.value-card:nth-child(2) .value-card__icon{animation-delay:.5s}.value-card:nth-child(3) .value-card__icon{animation-delay:1s}.value-card:nth-child(4) .value-card__icon{animation-delay:1.5s}@media (max-width: 768px){.values-section{padding:4rem 0}.values-section__container{padding:0 1.5rem}.values-section__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.value-card{padding:2rem 1.5rem}.value-card__icon{width:70px;height:70px;font-size:2.5rem}}@media (max-width: 480px){.values-section__container{padding:0 1rem}.values-section__grid{grid-template-columns:1fr;gap:1.25rem}.value-card{padding:1.5rem}.value-card__icon{width:60px;height:60px;font-size:2rem}.value-card__title{font-size:1.25rem}.value-card__description{font-size:.95rem}}.faq-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.faq-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 20%,rgba(74,107,223,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(94,58,168,.03) 0%,transparent 50%);pointer-events:none}.faq-section__container{max-width:900px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.faq-section__header{text-align:center;margin-bottom:4rem}.faq-section__title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#2d3748;margin:0 0 1rem;line-height:1.2;position:relative}.faq-section__title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);border-radius:2px}.faq-section__subtitle{font-size:1.25rem;color:#718096;margin:2rem 0 0;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.faq-section__content{margin-bottom:4rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid rgba(74,107,223,.1);border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.faq-item:hover{box-shadow:0 8px 25px #4a6bdf1a,0 4px 12px #00000014;border-color:#4a6bdf33}.faq-item--open{border-color:#4a6bdf4d;box-shadow:0 8px 25px #4a6bdf26,0 4px 12px #0000001a}.faq-item__question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;position:relative}.faq-item__question:hover{background:linear-gradient(135deg,#4a6bdf08,#5e3aa808)}.faq-item--open .faq-item__question{background:linear-gradient(135deg,#4a6bdf0d,#5e3aa80d);border-bottom:1px solid rgba(74,107,223,.1)}.faq-item__question-text{font-size:1.125rem;font-weight:600;color:#2d3748;line-height:1.5;padding-right:1rem}.faq-item__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);border-radius:50%;color:#fff;transition:all .3s ease}.faq-item--open .faq-item__icon{transform:rotate(45deg);background:linear-gradient(135deg,#5e3aa8,#4a6bdf)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease;opacity:0}.faq-item--open .faq-item__answer{max-height:500px;opacity:1}.faq-item__answer-content{padding:0 2rem 1.5rem}.faq-item__answer p{font-size:1rem;line-height:1.7;color:#4a5568;margin:0}.faq-section__cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#4a6bdf0d,#5e3aa80d);border-radius:24px;border:1px solid rgba(74,107,223,.1);position:relative;overflow:hidden}.faq-section__cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 30%,rgba(74,107,223,.1) 0%,transparent 70%),radial-gradient(circle at 70% 70%,rgba(94,58,168,.1) 0%,transparent 70%);pointer-events:none}.faq-section__cta-title{font-size:1.75rem;font-weight:700;color:#2d3748;margin:0 0 .5rem;position:relative;z-index:1}.faq-section__cta-text{font-size:1.125rem;color:#718096;margin:0 0 2rem;line-height:1.6;position:relative;z-index:1}.faq-section__cta-button{background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4a6bdf4d;position:relative;overflow:hidden;z-index:1}.faq-section__cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.faq-section__cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4a6bdf66}.faq-section__cta-button:hover:before{left:100%}.faq-section__cta-button:active{transform:translateY(0)}.faq-item{animation:fadeInUp .6s ease-out forwards;opacity:0}.faq-item:nth-child(1){animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.15s}.faq-item:nth-child(3){animation-delay:.2s}.faq-item:nth-child(4){animation-delay:.25s}.faq-item:nth-child(5){animation-delay:.3s}.faq-item:nth-child(6){animation-delay:.35s}.faq-item:nth-child(7){animation-delay:.4s}.faq-item:nth-child(8){animation-delay:.45s}@media (max-width: 768px){.faq-section{padding:4rem 0}.faq-section__container{padding:0 1.5rem}.faq-section__header{margin-bottom:3rem}.faq-item__question{padding:1.25rem 1.5rem}.faq-item__question-text{font-size:1rem}.faq-item__icon{width:36px;height:36px}.faq-item__answer-content{padding:0 1.5rem 1.25rem}.faq-section__cta{padding:2rem 1.5rem}}@media (max-width: 480px){.faq-section__container{padding:0 1rem}.faq-item__question{padding:1rem 1.25rem}.faq-item__question-text{font-size:.95rem}.faq-item__icon{width:32px;height:32px}.faq-item__answer-content{padding:0 1.25rem 1rem}.faq-section__cta{padding:1.5rem 1rem}.faq-section__cta-button{padding:.875rem 2rem;font-size:1rem}}.header-container{display:flex;align-items:center;justify-content:space-between;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);padding:0 24px;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-left{display:flex;align-items:center;gap:16px}.header-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s ease}.header-menu-btn:hover{background:#ffffff1a}.header-logo{display:flex;align-items:center;gap:12px}.header-logo-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-logo-icon img{width:100%;height:100%;object-fit:contain}.header-logo-text{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.header-center{flex:1;max-width:500px;border:2px solid #8e5efe;border-radius:12px;margin:0 32px}.header-search .ant-input{background:#ffffff26;border:none;color:#fff;border-radius:12px}.header-search .ant-input::placeholder{color:#ffffffb3}.header-search .ant-input:hover{background:#ffffff40}.header-search .ant-input:focus{background:#ffffff40;box-shadow:0 0 0 2px #ffffff4d}.header-search .ant-input-group-addon button{background:transparent!important;border:none!important;color:#fffc!important}.header-search .ant-input-group-addon button:hover{color:#fff!important}.header-right{display:flex;align-items:center;gap:16px}.header-notification-btn{position:relative;background:#ffffff26;border:none;padding:12px;border-radius:10px;color:#fff;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.header-notification-btn:hover{background:#ffffff40;transform:translateY(-1px)}.header-notification-badge .ant-badge-count{box-shadow:0 0 0 1px #667eea}.header-profile{display:flex;align-items:center;gap:12px;background:#ffffff26;padding:8px 16px;border-radius:12px;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-profile:hover{background:#ffffff40;transform:translateY(-1px)}.header-profile-info{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.header-profile-name{color:#fff;font-weight:600;font-size:.9rem;line-height:1.2}.header-profile-role{color:#fffc;font-size:.75rem;font-weight:500}.header-profile-avatar{border:2px solid rgba(255,255,255,.3);transition:border-color .2s ease}.header-profile:hover .header-profile-avatar{border-color:#fff9}@media (max-width: 1199.98px){.header-center{max-width:300px;margin:0 16px}}@media (max-width: 991.98px){.header-container{padding:0 16px}.header-menu-btn{display:flex}.header-center,.header-profile-info{display:none}.header-logo-text{font-size:1.25rem}.header-right{gap:8px}}@media (max-width: 575.98px){.header-container{padding:0 12px}.header-logo-text{display:none}.header-left{gap:8px}.header-profile{padding:8px}.header-profile-avatar{margin-left:0}}.sidebar-container{height:100%;display:flex;flex-direction:column;background:#fff}.sidebar-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.sidebar-header{padding:24px 24px 16px;border-bottom:1px solid #f0f0f0;background:#fff}.sidebar-title{color:#764ba2;font-size:1.25rem;font-weight:700;margin:0;letter-spacing:-.25px}.sidebar-menu{border-right:none;padding:16px 0;flex:1;background:transparent;overflow-y:auto}.sidebar-menu .ant-menu-item{margin:4px 0;width:calc(100% - 8px);height:auto;line-height:1.5;padding:12px 24px;border-radius:0 8px 8px 0}.sidebar-menu .ant-menu-item:not(.ant-menu-item-selected):hover{color:#764ba2;background:#764ba21a}.sidebar-menu .ant-menu-item-selected{background:#764ba21a;color:#764ba2;font-weight:600}.sidebar-menu .ant-menu-item-selected:after{border-right:3px solid #764ba2}.sidebar-footer{padding:20px 24px;border-top:1px solid #f0f0f0;background:#fafafa;flex-shrink:0}.sidebar-company-info{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px;border-radius:8px;background:#764ba20d;border:1px solid rgba(118,75,162,.1)}.sidebar-company-logo{flex-shrink:0}.sidebar-company-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.sidebar-company-details{flex:1;min-width:0}.sidebar-company-name{color:#764ba2;font-size:.9rem;font-weight:600;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-company-plan{color:#64748b;font-size:.75rem;font-weight:500;margin:0;background:#764ba21a;padding:2px 8px;border-radius:12px;display:inline-block}.sidebar-logout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);border:none;border-radius:12px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #4a6bdf40;position:relative;overflow:hidden}.sidebar-logout-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.sidebar-logout-btn:hover{background:linear-gradient(135deg,#3d5ac7,#4f2e8f);transform:translateY(-2px);box-shadow:0 6px 20px #4a6bdf66}.sidebar-logout-btn:hover:before{left:100%}.sidebar-logout-btn:active{transform:translateY(-1px);box-shadow:0 4px 12px #4a6bdf4d}.logout-icon{font-size:16px;transition:transform .3s ease}.sidebar-logout-btn:hover .logout-icon{transform:translate(-2px)}.sidebar-menu::-webkit-scrollbar{width:4px}.sidebar-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.sidebar-menu::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4a6bdf,#5e3aa8);border-radius:2px}.sidebar-menu::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#3d5ac7,#4f2e8f)}@media (max-width: 768px){.sidebar-header{padding:16px 16px 12px}.sidebar-menu .ant-menu-item{padding:12px 16px}.sidebar-footer{padding:16px}.sidebar-company-info{padding:12px}.sidebar-logout-btn{padding:12px 14px;font-size:.85rem}}@media (max-width: 480px){.sidebar-header{padding:12px 12px 8px}.sidebar-title{font-size:1.1rem}.sidebar-menu .ant-menu-item{padding:8px 12px}.sidebar-footer{padding:12px}.sidebar-company-info{flex-direction:column;text-align:center;gap:8px}.sidebar-company-name{white-space:normal}.sidebar-logout-btn{padding:10px 12px;font-size:.8rem;gap:8px}}.overview-container{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column}.overview-create-post-container{max-width:1200px;margin:0 auto;padding:20px 20px 0;width:100%}.overview-content-wrapper{max-width:1200px;margin:0 auto;padding:2px;display:grid;grid-template-columns:1fr 320px;gap:30px;flex:1}.overview-create-post-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 25px #0000001a;border:1px solid rgba(255,255,255,.2);margin-bottom:10px}.overview-create-post-header{display:flex;gap:16px;margin-bottom:5px}.overview-create-post-input-wrapper{flex:1}.overview-create-post-input .ant-input{border:none;background:#f8fafc;border-radius:12px;padding:12px 16px;font-size:16px;resize:none;transition:all .3s ease}.overview-create-post-input .ant-input:focus{background:#f1f5f9;box-shadow:0 0 0 3px #667eea1a}.overview-create-post-actions{display:flex;justify-content:space-between;align-items:center}.overview-post-options{display:flex;gap:8px}.overview-post-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;font-weight:600;height:40px;padding:0 20px;box-shadow:0 4px 12px #667eea4d;transition:all .3s ease}.overview-post-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.overview-sidebar{position:sticky;top:20px;height:fit-content;display:flex;flex-direction:column;gap:20px}.overview-categories-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 25px #0000001a}.overview-sidebar-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:16px;display:flex;align-items:center;gap:8px}.overview-category-grid{display:flex;flex-direction:column;gap:8px}.overview-category-btn{display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:left}.overview-category-btn:hover{background:#f8fafc;transform:translate(4px)}.overview-category-btn.overview-active{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;font-weight:600}.overview-category-icon{font-size:1.2rem;width:24px;text-align:center}.overview-category-label{font-weight:500}.overview-trending-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 25px #0000001a}.overview-trending-list{display:flex;flex-direction:column;gap:12px}.overview-trending-item{padding:8px 12px;background:#f8fafc;border-radius:8px;color:#667eea;font-weight:500;cursor:pointer;transition:all .3s ease}.overview-trending-item:hover{background:#e2e8f0;transform:translate(4px)}.overview-main-content{min-height:600px;overflow-y:auto;max-height:calc(100vh - 200px);padding-right:10px}.overview-loading-container{width:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;background:#fff;border-radius:20px;box-shadow:0 10px 25px #0000001a;gap:16px;color:#64748b}.overview-posts-container{display:flex;flex-direction:column;gap:24px}.overview-post-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;position:relative}.overview-post-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000026}.overview-post-card.overview-trending{box-shadow:0 10px 25px #ff6b6b33}.overview-trending-badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#ff6b6b,#ffa726);color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:4px;z-index:1}.overview-post-header{padding:24px 24px 0;display:flex;justify-content:space-between;align-items:flex-start}.overview-post-author{display:flex;gap:12px;align-items:center}.overview-author-info{display:flex;flex-direction:column;gap:4px}.overview-author-name{display:flex;align-items:center;gap:8px}.overview-author-name h4{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.overview-verified-badge{background:#10b981;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem}.overview-post-meta{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.85rem}.overview-post-menu{color:#94a3b8;border-radius:50%}.overview-post-menu:hover{background:#f1f5f9;color:#667eea}.overview-post-content{padding:16px 24px;color:#334155;line-height:1.6;font-size:1rem}.overview-post-media{margin:0 24px 16px;border-radius:16px;overflow:hidden;position:relative}.overview-post-image{width:100%;height:auto;max-height:400px;object-fit:cover;transition:transform .3s ease}.overview-post-card:hover .overview-post-image{transform:scale(1.02)}.overview-post-video{position:relative;width:100%;height:250px;border-radius:16px;overflow:hidden}.overview-video-thumbnail{width:100%;height:100%;object-fit:cover}.overview-video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.overview-play-icon{font-size:3rem;color:#fff;transition:all .3s ease}.overview-video-overlay:hover{background:#00000080}.overview-video-overlay:hover .overview-play-icon{transform:scale(1.1)}.overview-engagement-preview{padding:0 24px 16px;display:flex;flex-direction:column;gap:12px}.overview-engagement-item{display:flex;align-items:center;gap:12px}.overview-user-avatars .ant-avatar-group{display:flex;align-items:center}.overview-engagement-text{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.9rem;font-weight:500}.overview-heart-icon{color:#ef4444}.overview-post-actions{padding:16px 24px 24px;display:flex;gap:8px;border-top:1px solid #f1f5f9;margin-top:8px}.overview-action-btn.overview-liked{color:#ef4444;background:#ef44441a}.overview-action-btn.overview-liked:hover{background:#ef444426;color:#dc2626}.overview-action-text{font-weight:500}.overview-empty-state{background:#fff;border-radius:20px;padding:60px 40px;text-align:center;box-shadow:0 10px 25px #0000001a}.overview-empty-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.overview-empty-state h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:12px}.overview-empty-state p{color:#64748b;margin-bottom:24px;line-height:1.6}@media (max-width: 1024px){.overview-content-wrapper{grid-template-columns:1fr 280px;gap:20px}}@media (max-width: 768px){.overview-content-wrapper{grid-template-columns:1fr;gap:20px;padding:0 16px 40px}.overview-sidebar{order:2;position:static}.overview-main-content{order:1;max-height:none}.overview-category-grid{flex-direction:row;flex-wrap:wrap;gap:8px}.overview-category-btn{padding:8px 12px;font-size:.9rem}.overview-category-label{display:none}.overview-trending-list{flex-direction:row;flex-wrap:wrap;gap:8px}.overview-trending-item{font-size:.85rem;padding:6px 10px}.overview-post-card{border-radius:16px}.overview-post-header,.overview-post-content,.overview-engagement-preview,.overview-post-actions{padding-left:16px;padding-right:16px}.overview-post-media{margin-left:16px;margin-right:16px}.overview-engagement-preview{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.overview-container{background:#f8fafc}.overview-create-post-card,.overview-categories-card,.overview-trending-card{padding:16px;border-radius:16px}.overview-create-post-header{flex-direction:column;gap:12px}.overview-post-options{flex-wrap:wrap;gap:4px}.overview-post-options .ant-btn{font-size:.8rem;padding:4px 8px;height:auto}.overview-post-button{width:100%;margin-top:12px}.overview-category-grid{gap:6px}.overview-category-btn{padding:6px 10px;min-width:44px;justify-content:center}.overview-category-icon{font-size:1rem}.overview-trending-item{font-size:.8rem;padding:4px 8px}.overview-post-card{border-radius:12px;margin-bottom:16px}.overview-post-header{padding:16px 16px 0}.overview-post-content{padding:12px 16px;font-size:.95rem}.overview-post-media{margin:0 16px 12px;border-radius:12px}.overview-post-image{max-height:250px}.overview-post-video{height:200px}.overview-play-icon{font-size:2rem}.overview-engagement-preview{padding:0 16px 12px;gap:8px}.overview-engagement-text{font-size:.85rem}.overview-post-actions{padding:12px 16px 16px;gap:4px}.overview-action-btn{padding:8px 4px;font-size:.85rem;flex-direction:column;gap:4px}.overview-action-text{font-size:.75rem}.overview-trending-badge{top:12px;right:12px;padding:4px 8px;font-size:.7rem}.overview-empty-state{padding:40px 20px;border-radius:16px}.overview-empty-icon{font-size:3rem}.overview-empty-state h3{font-size:1.25rem}.overview-empty-state p{font-size:.9rem}}@media (prefers-color-scheme: dark){.overview-create-post-card,.overview-categories-card,.overview-trending-card,.overview-post-card,.overview-loading-container,.overview-empty-state{background:#1e293b;color:#e2e8f0;border-color:#374151}.overview-create-post-input .ant-input{background:#374151;color:#e2e8f0;border-color:#4b5563}.overview-category-btn:hover{background:#374151}.overview-trending-item{background:#374151;color:#94a3b8}.overview-post-actions{border-color:#374151}.overview-action-btn:hover{background:#374151}}.overview-category-btn:focus,.overview-action-btn:focus,.overview-post-button:focus,.overview-trending-item:focus{outline:2px solid #667eea;outline-offset:2px}@keyframes overview-slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.overview-post-card{animation:overview-slideInFromTop .3s ease-out}.overview-create-post-input:hover .ant-input{background:#f1f5f9}.overview-user-avatars .ant-avatar{transition:transform .2s ease}.overview-user-avatars .ant-avatar:hover{transform:scale(1.1);z-index:10}.overview-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:12px;font-weight:500;transition:all .3s ease;color:#64748b}.overview-action-btn:hover{background:#f8fafc;color:#667eea;transform:translateY(-2px)}.analytics-dashboard{padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b}.analytics-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1.5rem}.analytics-loading-text{font-size:1.25rem;font-weight:500;color:#64748b;margin-top:1rem}.analytics-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;padding:2rem;background:linear-gradient(135deg,#764ba2,#667eea);border-radius:24px;color:#fff;box-shadow:0 20px 40px #6366f126}.analytics-header-content{flex:1}.analytics-main-title{font-size:2.5rem;font-weight:800;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#e2e8f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.analytics-subtitle{font-size:1.1rem;margin:0;opacity:.9;font-weight:400}.analytics-time-selector{display:flex;background:#ffffff1a;border-radius:16px;padding:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.analytics-time-btn{padding:.75rem 1.5rem;border:none;background:transparent;border-radius:12px;cursor:pointer;font-weight:600;color:#fffc;transition:all .3s ease;font-size:.9rem}.analytics-time-btn:hover{background:#ffffff1a;color:#fff}.analytics-time-btn-active{background:#fff3!important;color:#fff!important;box-shadow:0 4px 12px #0000001a}.analytics-metrics-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2.5rem}.analytics-metric-card{background:#fff;border-radius:20px;padding:0;box-shadow:0 8px 32px #00000014;border:1px solid rgba(226,232,240,.5);transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;position:relative;animation:analytics-slide-up .6s ease-out forwards;animation-delay:var(--delay);opacity:0}.analytics-metric-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 64px #00000026}.analytics-metric-card-inner{padding:2rem;position:relative}.analytics-metric-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.analytics-metric-icon-wrapper{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000001a}.analytics-metric-icon{width:28px;height:28px;color:#fff}.analytics-metric-trend{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:12px;font-size:.9rem;font-weight:700}.analytics-metric-trend.up{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.analytics-metric-trend.down{background:linear-gradient(135deg,#fef2f2,#fecaca);color:#dc2626}.analytics-trend-icon{width:16px;height:16px}.analytics-trend-text{font-size:.85rem}.analytics-metric-body{margin-top:1rem}.analytics-metric-title{font-size:.9rem;font-weight:600;color:#64748b;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.analytics-metric-value{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0;line-height:1}.analytics-charts-row{display:flex;gap:2rem;margin-bottom:2.5rem}.analytics-chart-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(226,232,240,.5);transition:all .3s ease}.analytics-chart-card:hover{box-shadow:0 20px 64px #0000001f}.analytics-chart-main{flex:2}.analytics-chart-side{flex:1}.analytics-chart-full{width:100%;margin-bottom:2.5rem}.analytics-chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.analytics-chart-title-section{flex:1}.analytics-chart-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;line-height:1.3}.analytics-chart-description{font-size:.9rem;color:#64748b;margin:0;font-weight:500}.analytics-metric-dropdown{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#475569;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.analytics-metric-dropdown:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.analytics-chart-wrapper{margin-top:1rem}.analytics-top-posts-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #00000014;border:1px solid rgba(226,232,240,.5)}.analytics-section-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.analytics-section-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;line-height:1.3}.analytics-section-description{font-size:.9rem;color:#64748b;margin:0;font-weight:500}.analytics-posts-grid{display:grid;gap:1.5rem}.analytics-post-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:2px solid #f1f5f9;border-radius:16px;transition:all .3s ease;background:linear-gradient(135deg,#fff,#f8fafc);animation:analytics-slide-up .6s ease-out forwards;animation-delay:var(--delay);opacity:0}.analytics-post-card:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#e2e8f0;transform:translate(8px);box-shadow:0 8px 24px #0000001a}.analytics-post-content{flex:1}.analytics-post-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 1rem;line-height:1.4}.analytics-post-stats{display:flex;gap:1.5rem}.analytics-stat{display:flex;align-items:center;gap:.5rem;color:#64748b;font-weight:600}.analytics-stat-icon{width:18px;height:18px;color:#6366f1}.analytics-stat-value{font-size:.9rem}.analytics-engagement-circle{margin-left:2rem}.analytics-circle-progress{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.analytics-circle-inner{width:60px;height:60px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.analytics-engagement-value{font-size:.9rem;font-weight:700;color:#1e293b}@keyframes analytics-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.analytics-charts-row{flex-direction:column}.analytics-header-section{flex-direction:column;gap:1.5rem;align-items:stretch}.analytics-time-selector{align-self:flex-start}}@media (max-width: 768px){.analytics-dashboard{padding:1rem}.analytics-header-section{padding:1.5rem;margin-bottom:2rem}.analytics-main-title{font-size:2rem}.analytics-subtitle{font-size:1rem}.analytics-metrics-container{grid-template-columns:1fr;gap:1rem}.analytics-metric-card-inner{padding:1.5rem}.analytics-metric-value{font-size:2rem}.analytics-chart-card{padding:1.5rem}.analytics-chart-header{flex-direction:column;align-items:flex-start;gap:1rem}.analytics-metric-dropdown{width:100%}.analytics-post-card{flex-direction:column;align-items:flex-start;gap:1rem}.analytics-engagement-circle{margin-left:0;align-self:flex-end}.analytics-top-posts-section{padding:1.5rem}}@media (max-width: 480px){.analytics-dashboard{padding:.75rem}.analytics-header-section{padding:1.25rem;border-radius:16px}.analytics-main-title{font-size:1.75rem}.analytics-time-selector{width:100%}.analytics-time-btn{flex:1;text-align:center;padding:.625rem 1rem;font-size:.85rem}.analytics-metrics-container{gap:.75rem}.analytics-metric-card-inner{padding:1.25rem}.analytics-metric-icon-wrapper{width:56px;height:56px}.analytics-metric-icon{width:24px;height:24px}.analytics-metric-value{font-size:1.75rem}.analytics-chart-card{padding:1.25rem;border-radius:16px}.analytics-chart-title{font-size:1.25rem}.analytics-post-card{padding:1.25rem}.analytics-post-title{font-size:1rem}.analytics-circle-progress{width:70px;height:70px}.analytics-circle-inner{width:52px;height:52px}.analytics-engagement-value{font-size:.8rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:4px;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5b21b6,#7c3aed)}.analytics-time-btn:focus,.analytics-metric-dropdown:focus{outline:2px solid #6366f1;outline-offset:2px}@media print{.analytics-dashboard{background:#fff;color:#000}.analytics-header-section{background:#f8fafc;color:#000;box-shadow:none}.analytics-metric-card,.analytics-chart-card,.analytics-top-posts-section{box-shadow:none;border:1px solid #e2e8f0}}@media (prefers-contrast: high){.analytics-dashboard{background:#fff}.analytics-metric-card,.analytics-chart-card,.analytics-top-posts-section{border:2px solid #000}.analytics-metric-trend.up{background:#22c55e;color:#fff}.analytics-metric-trend.down{background:#ef4444;color:#fff}}@media (prefers-reduced-motion: reduce){.analytics-metric-card,.analytics-post-card{animation:none;opacity:1}.analytics-metric-card:hover,.analytics-post-card:hover,.analytics-chart-card:hover{transform:none}*{transition:none!important}}.livechat-container{display:flex;height:80vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:100vw;max-height:100vh;overflow:hidden}.livechat-main{flex:1;display:flex;flex-direction:column;background:#fff;border-right:0px solid #e2e8f0;box-shadow:0 10px 25px #0000001a;padding:0 10px;min-width:0;margin-right:10px;overflow:hidden}.livechat-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#e2e8f0;border-bottom:1px solid #e2e8f0;min-height:70px;flex-shrink:0}.livechat-header-left{display:flex;align-items:center;gap:.75rem}.livechat-avatar{width:45px;height:45px;border-radius:50%;background:#64748b;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;color:#fff;position:relative;flex-shrink:0}.livechat-user-info h3{margin:0;font-size:1.1rem;font-weight:600;color:#1e293b}.livechat-user-status{font-size:.8rem;color:#10b981;margin:0;display:flex;align-items:center;gap:.25rem}.livechat-user-status:before{content:"";width:8px;height:8px;background:#10b981;border-radius:50%}.livechat-header-actions{display:flex;align-items:center;gap:.5rem}.livechat-action-btn{padding:.5rem;border:none;background:transparent;border-radius:.375rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;color:#64748b}.livechat-action-btn:hover{background:#f1f5f9;color:#334155}.livechat-messages{flex:1;padding:1.5rem;background:#fff;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;min-height:0}.livechat-messages::-webkit-scrollbar{width:6px}.livechat-messages::-webkit-scrollbar-track{background:transparent}.livechat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.livechat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.livechat-message{display:flex;align-items:flex-start;gap:.75rem;max-width:70%}.livechat-message.me{align-self:flex-end;flex-direction:row-reverse}.livechat-message-avatar{width:32px;height:32px;border-radius:50%;background:#64748b;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;color:#fff;flex-shrink:0}.livechat-message.me .livechat-message-avatar{background:#4a6bdf}.livechat-message-content{flex:1;min-width:0}.livechat-message-bubble{padding:.75rem 1rem;border-radius:1rem;margin-bottom:.25rem;line-height:1.5;font-size:.9rem;word-wrap:break-word}.livechat-message.other .livechat-message-bubble{background:#fff;color:#374151;border:1px solid #e5e7eb;border-bottom-left-radius:.25rem}.livechat-message.me .livechat-message-bubble{background:#2563eb;color:#fff;border-bottom-right-radius:.25rem}.livechat-audio-message{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem 1rem 1rem .25rem;min-width:200px}.livechat-audio-play-btn{width:32px;height:32px;border-radius:50%;background:#2563eb;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s}.livechat-audio-play-btn:hover{background:#1d4ed8}.livechat-audio-waveform{flex:1;height:24px;background:#e5e7eb;border-radius:12px;position:relative;overflow:hidden}.livechat-audio-waveform:after{content:"";position:absolute;top:0;left:0;width:30%;height:100%;background:#2563eb;border-radius:12px}.livechat-audio-duration{font-size:.8rem;color:#64748b;font-weight:500}.livechat-message-time{font-size:.7rem;color:#9ca3af;text-align:right}.livechat-message.other .livechat-message-time{text-align:left}.livechat-typing-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#64748b;font-size:.85rem;font-style:italic}.livechat-typing-dots{display:flex;gap:.25rem}.livechat-typing-dot{width:4px;height:4px;background:#64748b;border-radius:50%;animation:livechat-typing 1.4s infinite}.livechat-typing-dot:nth-child(2){animation-delay:.2s}.livechat-typing-dot:nth-child(3){animation-delay:.4s}@keyframes livechat-typing{0%,60%,to{opacity:.3}30%{opacity:1}}.livechat-input-container{padding:1rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0}.livechat-input-wrapper{display:flex;align-items:center;gap:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:1.5rem;padding:.75rem 1rem;transition:all .2s}.livechat-input-wrapper:focus-within{background:#fff;border-color:#4a6bdf;box-shadow:0 0 0 3px #4a6bdf1a}.livechat-input-btn{padding:.25rem;border:none;background:transparent;border-radius:.25rem;cursor:pointer;color:#64748b;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.livechat-input-btn:hover{color:#334155}.livechat-input{flex:1;border:none;background:transparent;outline:none;font-size:.9rem;color:#374151;font-family:inherit;min-width:0}.livechat-input::placeholder{color:#9ca3af}.livechat-sidebar{width:320px;background:#fff;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.livechat-sidebar-header{padding:.5rem 1.5rem;border-bottom:1px solid #e2e8f0;background-color:#e2e8f0;border-radius:4px;flex-shrink:0}.livechat-sidebar-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.livechat-search-wrapper{position:relative}.livechat-search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#f8fafc;color:#374151;font-size:.9rem;outline:none;transition:all .2s;box-sizing:border-box}.livechat-search-input:focus{background:#fff;border-color:#4a6bdf;box-shadow:0 0 0 3px #4a6bdf1a}.livechat-search-input::placeholder{color:#9ca3af}.livechat-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af}.livechat-tabs{display:flex;gap:1rem;padding:1rem 1.5rem 0;border-bottom:1px solid #e2e8f0;flex-shrink:0}.livechat-tab{padding:.5rem 0;font-size:.9rem;font-weight:500;color:#64748b;cursor:pointer;border:none;background:transparent;border-bottom:2px solid transparent;transition:all .2s}.livechat-tab.active{color:#1e293b;border-bottom-color:#4a6bdf}.livechat-tab:hover{color:#1e293b}.livechat-contacts-list{flex:1;overflow-y:auto;padding:.2rem 0;min-height:0}.livechat-contacts-list::-webkit-scrollbar{width:6px}.livechat-contacts-list::-webkit-scrollbar-track{background:transparent}.livechat-contacts-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.livechat-contacts-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.livechat-contact-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;cursor:pointer;transition:all .2s;position:relative}.livechat-contact-item:hover{background:#f8fafc}.livechat-contact-item.active{background:#f0f4ff;border-right:3px solid #4a6bdf}.livechat-contact-avatar{width:40px;height:40px;border-radius:50%;background:#64748b;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#fff;position:relative;flex-shrink:0}.livechat-contact-avatar.online:after{content:"";position:absolute;bottom:0;right:0;width:12px;height:12px;background:#10b981;border:2px solid white;border-radius:50%}.livechat-contact-info{flex:1;min-width:0}.livechat-contact-name{font-weight:600;color:#1e293b;margin:0 0 .25rem;font-size:.9rem}.livechat-contact-message{color:#64748b;font-size:.8rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.livechat-contact-message.typing{color:#10b981;font-style:italic}.livechat-contact-time{font-size:.7rem;color:#9ca3af;align-self:flex-start;margin-top:.25rem;flex-shrink:0}@media (max-width: 768px){.livechat-container{flex-direction:column}.livechat-main{order:1;border-right:none;border-bottom:1px solid #e2e8f0;flex:1}.livechat-sidebar{width:100%;height:250px;order:2;border-top:1px solid #e2e8f0}.livechat-contacts-list{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:1rem;gap:1rem}.livechat-contact-item{flex-direction:column;min-width:80px;text-align:center;padding:.75rem .5rem;border-right:none;border-bottom:3px solid transparent;flex-shrink:0}.livechat-contact-item.active{border-right:none;border-bottom-color:#4a6bdf}.livechat-contact-info{display:flex;flex-direction:column;align-items:center}.livechat-contact-message{display:none}.livechat-contact-name{font-size:.8rem;text-align:center}.livechat-contact-time{display:none}.livechat-message{max-width:85%}.livechat-sidebar-header{padding:1rem 1.5rem}.livechat-sidebar-title{font-size:1.1rem;margin-bottom:.75rem}}@media (max-width: 480px){.livechat-header,.livechat-messages,.livechat-input-container{padding:1rem}.livechat-sidebar{height:200px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.explore-business{padding:10px;background:#f8fafc;min-height:100vh}.explore-header{text-align:center;margin-bottom:40px;background:linear-gradient(135deg,#764ba2,#667eea);padding:20px 5px;border-radius:4px}.page-title{font-size:2.5rem;font-weight:700;color:#e2e8f0;padding:10px;margin-bottom:8px}.page-subtitle{font-size:1.1rem;color:#e2e8f0;margin:0}.filters-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:32px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.filters-container{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-end}.filter-group{flex:1;min-width:200px}.search-input-wrapper{position:relative}.search-input{width:100%;padding:12px 16px 12px 44px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;transition:all .3s ease;background:#fff}.search-input:focus{outline:none;border-color:#4a6bdf;box-shadow:0 0 0 3px #4a6bdf1a}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:16px}.category-select{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;background:#fff;cursor:pointer;transition:all .3s ease}.category-select:focus{outline:none;border-color:#4a6bdf;box-shadow:0 0 0 3px #4a6bdf1a}.location-search-wrapper{display:flex;gap:8px}.location-input{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;transition:all .3s ease}.location-input:focus{outline:none;border-color:#4a6bdf;box-shadow:0 0 0 3px #4a6bdf1a}.map-button{padding:12px 20px;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;white-space:nowrap}.map-button:hover:not(:disabled){background:linear-gradient(135deg,#3d5ac7,#4f2e8f);transform:translateY(-1px);box-shadow:0 4px 12px #4a6bdf4d}.map-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.reset-button{padding:12px 20px;background:#f1f5f9;color:#475569;border:2px solid #e2e8f0;border-radius:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.reset-button:hover{background:#e2e8f0;border-color:#cbd5e1}.map-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.map-content{background:#fff;border-radius:16px;width:100%;max-width:900px;height:80vh;display:flex;flex-direction:column;overflow:hidden}.map-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff}.map-header h3{margin:0;font-size:1.25rem;font-weight:600}.close-map-button{background:#fff3;border:none;color:#fff;padding:8px;border-radius:8px;cursor:pointer;font-size:16px;transition:all .3s ease}.close-map-button:hover{background:#ffffff4d}.map-container{flex:1;width:100%}.custom-marker{background:transparent;border:none}.marker-pin{width:20px;height:20px;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);border:3px solid white;border-radius:50%;box-shadow:0 2px 8px #0000004d}.map-popup{min-width:200px}.map-popup h4{margin:0 0 8px;color:#1e293b;font-size:16px}.map-popup p{margin:4px 0;font-size:14px;color:#64748b}.results-info{margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.results-count{font-size:16px;color:#475569;font-weight:600}.business-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-bottom:32px}.business-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer}.business-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.card-image-wrapper{position:relative;height:200px;overflow:hidden}.card-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.card-image[src*=logo]{object-fit:contain;background:#fff;padding:10px}.business-card:hover .card-image{transform:scale(1.05)}.category-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;box-shadow:0 2px 8px #0003}.card-content{padding:20px}.business-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 12px;line-height:1.3}.business-location{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#64748b;font-size:14px}.location-icon{color:#94a3b8}.business-rating{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.stars{display:flex;gap:2px}.star-filled{color:#fbbf24;font-size:14px}.star-empty{color:#e2e8f0;font-size:14px}.rating-text{font-size:14px;color:#64748b;font-weight:500}.view-details-button{width:100%;padding:12px;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.view-details-button:hover{background:linear-gradient(135deg,#3d5ac7,#4f2e8f);transform:translateY(-1px);box-shadow:0 4px 12px #4a6bdf4d}.no-results{text-align:center;padding:60px 20px}.no-results-content h3{font-size:1.5rem;color:#475569;margin-bottom:8px}.no-results-content p{color:#64748b;margin-bottom:24px}.browse-all-button{padding:12px 24px;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.browse-all-button:hover{background:linear-gradient(135deg,#3d5ac7,#4f2e8f);transform:translateY(-1px);box-shadow:0 4px 12px #4a6bdf4d}@media (max-width: 1200px){.business-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width: 768px){.explore-business{padding:20px 16px}.page-title{font-size:2rem}.filters-container{flex-direction:column;gap:16px}.filter-group{min-width:auto}.location-search-wrapper{flex-direction:column}.business-grid{grid-template-columns:1fr;gap:16px}.map-modal{padding:10px}.map-content{height:90vh}}@media (max-width: 480px){.explore-business{padding:16px 12px}.page-title{font-size:1.75rem}.filters-section{padding:16px}.business-grid{grid-template-columns:1fr}.business-card{margin:0 auto;max-width:100%}}.profile-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.cover-section{position:relative;background:#fff;box-shadow:0 4px 20px #00000014}.cover-image{position:relative;height:280px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.cover-image img{width:100%;height:100%;object-fit:cover;opacity:.8}.cover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea4d,#764ba24d);display:flex;align-items:flex-start;justify-content:flex-end;padding:20px}.edit-cover-btn{background:#ffffffe6;border:none;border-radius:8px;padding:8px 12px;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.edit-cover-btn:hover{background:#fff;transform:translateY(-1px)}.company-header{display:flex;align-items:flex-end;padding:0 32px 24px;position:relative;margin-top:-60px}.company-logo{position:relative;margin-right:24px;flex-shrink:0}.company-logo img{width:120px;height:120px;border-radius:20px;border:4px solid white;box-shadow:0 8px 32px #00000026;background:#fff}.edit-logo-btn{position:absolute;bottom:8px;right:8px;width:28px;height:28px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.edit-logo-btn:hover{transform:scale(1.1)}.company-title{flex:1;margin-top:40px}.company-title h1{font-size:32px;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.2;background-color:#6b46c1;border-radius:10px;max-width:400px;padding:8px}.tagline{font-size:16px;color:#64748b;margin:0 0 12px;font-weight:500}.company-meta{display:flex;gap:24px;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#64748b;font-weight:500}.header-actions{margin-top:40px;flex-shrink:0}.edit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;padding:12px 20px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.edit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.edit-btn.active{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 12px #0596694d}.tabs-navigation{background:#fff;border-top:1px solid #e2e8f0;padding:0 32px;overflow-x:auto}.tabs-container{display:flex;gap:8px;min-width:fit-content}.tab-btn{background:none;border:none;padding:16px 20px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease;border-bottom:3px solid transparent;white-space:nowrap}.tab-btn:hover{color:#475569;background:#f8fafc}.tab-btn.active{color:#667eea;border-bottom-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.profile-content{padding:32px}.tab-content{max-width:1200px;margin:0 auto}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.company-info-card,.metrics-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9}.company-info-card h3,.metrics-card h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1e293b;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.info-grid{display:grid;gap:16px}.info-item{display:flex;align-items:center;gap:12px;padding:12px 0}.info-item svg{color:#667eea;flex-shrink:0}.info-item div{display:flex;flex-direction:column}.info-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.info-value{font-size:14px;font-weight:600;color:#1e293b}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.metric-item{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:12px;border:1px solid rgba(102,126,234,.1)}.metric-icon{color:#667eea}.metric-content{display:flex;flex-direction:column}.metric-value{font-size:20px;font-weight:700;color:#1e293b;line-height:1}.metric-label{font-size:12px;font-weight:500;color:#64748b;margin-top:2px}.locations-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9}.locations-section h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1e293b;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.location-card{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;font-size:14px;font-weight:500;color:#475569}.location-card svg{color:#667eea;flex-shrink:0}.about-section{display:flex;flex-direction:column;gap:32px}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mission-card,.vision-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.card-header svg{color:#667eea}.card-header h3{margin:0;font-size:18px;font-weight:600;color:#1e293b}.mission-card p,.vision-card p{margin:0;font-size:14px;line-height:1.6;color:#475569}.values-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9}.values-section h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1e293b;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.value-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:8px;border:1px solid rgba(102,126,234,.1);font-size:14px;font-weight:500;color:#475569}.value-item svg{color:#667eea;flex-shrink:0}.services-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9}.services-section h3{margin:0 0 24px;font-size:18px;font-weight:600;color:#1e293b;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.service-card{padding:20px;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:12px;border:1px solid rgba(102,126,234,.1);transition:all .2s ease}.service-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.service-card svg{color:#667eea;margin-bottom:12px}.service-card h4{margin:0 0 8px;font-size:16px;font-weight:600;color:#1e293b}.service-card p{margin:0;font-size:14px;line-height:1.5;color:#64748b}.achievements-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9}.achievements-section h3{margin:0 0 24px;font-size:18px;font-weight:600;color:#1e293b;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.achievements-timeline{display:flex;flex-direction:column;gap:20px}.achievement-item{display:flex;align-items:center;gap:20px;padding:20px;background:linear-gradient(135deg,#667eea08,#764ba208);border-radius:12px;border-left:4px solid #667eea;transition:all .2s ease}.achievement-item:hover{background:linear-gradient(135deg,#667eea14,#764ba214);transform:translate(4px)}.achievement-year{font-size:24px;font-weight:700;color:#667eea;min-width:60px;text-align:center}.achievement-content{display:flex;align-items:center;gap:16px;flex:1}.achievement-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.achievement-details h4{margin:0 0 4px;font-size:16px;font-weight:600;color:#1e293b}.achievement-details p{margin:0;font-size:14px;color:#64748b;font-style:italic}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:32px}.contact-info,.social-links{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9}.contact-info h3,.social-links h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1e293b;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.contact-methods{display:flex;flex-direction:column;gap:16px}.contact-item{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid #f8fafc}.contact-item:last-child{border-bottom:none}.contact-item svg{color:#667eea;flex-shrink:0}.contact-item div{display:flex;flex-direction:column}.contact-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.contact-value{font-size:14px;font-weight:500;color:#1e293b;text-decoration:none;transition:color .2s ease}.contact-value:hover{color:#667eea}.social-grid{display:grid;grid-template-columns:1fr;gap:12px}.social-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;border:1px solid #e2e8f0}.social-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.social-link.facebook{color:#1877f2;background:#1877f20d;border-color:#1877f233}.social-link.twitter{color:#1da1f2;background:#1da1f20d;border-color:#1da1f233}.social-link.linkedin{color:#0077b5;background:#0077b50d;border-color:#0077b533}.social-link.instagram{color:#e4405f;background:#e4405f0d;border-color:#e4405f33}.social-link.youtube{color:red;background:#ff00000d;border-color:#f003}@media (max-width: 1024px){.company-header{padding:0 24px 20px}.tabs-navigation{padding:0 24px}.profile-content{padding:24px}.overview-grid,.mission-vision-grid,.contact-section{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.company-header{flex-direction:column;align-items:center;text-align:center;padding:0 16px 20px;margin-top:-80px}.company-logo{margin-right:0;margin-bottom:16px}.company-title{margin-top:0}.header-actions{margin-top:16px}.tabs-navigation{padding:0 16px}.profile-content,.cover-overlay{padding:16px}.metrics-grid,.locations-grid,.values-grid,.services-grid{grid-template-columns:1fr}.achievement-item{flex-direction:column;text-align:center;gap:12px}.achievement-year{min-width:auto}.achievement-content{flex-direction:column;gap:12px}}@media (max-width: 480px){.company-title h1{font-size:24px}.company-meta{justify-content:center}.tabs-container{justify-content:flex-start;padding-bottom:8px}.tab-btn{padding:12px 16px;font-size:13px}.tab-btn span{display:none}.company-info-card,.metrics-card,.locations-section,.values-section,.services-section,.achievements-section,.contact-info,.social-links{padding:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tab-content{animation:fadeInUp .4s ease-out}.metric-item,.location-card,.value-item,.service-card,.achievement-item{transition:all .2s ease}.metric-item:hover,.location-card:hover,.value-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}.dashboard-container{min-height:100vh;background:#f0f2f5}.dashboard-content{flex:1;padding:6px;background:#f8fafc;overflow-y:auto;margin-top:70px;min-height:calc(100vh - 70px)}.desktop-sidebar{position:fixed;height:calc(100vh - 70px);left:0;top:70px;background:#fff;box-shadow:2px 0 8px #1d23290d;z-index:10}.mobile-drawer .ant-drawer-body{padding:0!important}@media (max-width: 991.98px){.desktop-sidebar{display:none}}@media (min-width: 992px){.dashboard-content{margin-left:280px}}@media (max-width: 768px){.dashboard-content{padding:6px}}@media (max-width: 480px){.dashboard-content{padding:6px}}.notifications-container{max-width:100%;margin:0 auto;padding:0 16px;background:#fafbfc;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.notifications-header{background:linear-gradient(135deg,#5e3aa8,#4a6bdf);margin:0 -16px 24px;padding:24px 16px;color:#fff;box-shadow:0 4px 20px #4a6bdf26}.notifications-header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.notifications-title-section{display:flex;align-items:center;gap:12px}.notifications-header-icon{width:28px;height:28px;color:#fff}.notifications-title{font-size:28px;font-weight:700;margin:0;color:#fff}.notifications-badge{background:#fff3;color:#fff;padding:4px 12px;border-radius:16px;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.notifications-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.notifications-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background:none;text-decoration:none}.notifications-btn-primary{background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.notifications-btn-primary:hover:not(:disabled){background:#ffffff40;transform:translateY(-1px)}.notifications-btn-primary:disabled{opacity:.6;cursor:not-allowed}.notifications-btn-secondary{background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.notifications-btn-secondary:hover{background:#fff3}.notifications-btn-icon-only{padding:12px;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.notifications-btn-icon-only:hover{background:#fff3}.notifications-btn-full{width:100%;justify-content:center;background:#fff;color:#4a6bdf;margin-top:24px}.notifications-btn-full:hover{background:#f8f9ff;transform:translateY(-1px);box-shadow:0 4px 12px #4a6bdf1a}.notifications-btn-icon{width:18px;height:18px}.notifications-chevron{width:16px;height:16px;transition:transform .2s ease}.notifications-chevron-up{transform:rotate(180deg)}.notifications-filters{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap}.notifications-filter-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#ffffff1a;color:#fff;border:none;border-radius:8px;font-size:13px;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.notifications-filter-btn:hover{background:#fff3}.notifications-filter-active{background:#ffffff40!important;font-weight:600}.notifications-filter-count{background:#fff3;padding:2px 6px;border-radius:10px;font-size:11px;font-weight:600}.notifications-list{display:flex;flex-direction:column;gap:1px}.notifications-item{position:relative;background:#fff;padding:20px;border-radius:16px;box-shadow:0 2px 8px #4a6bdf0d;transition:all .2s ease;border:1px solid transparent}.notifications-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4a6bdf1a;border-color:#4a6bdf1a}.notifications-item-unread{background:linear-gradient(135deg,#4a6bdf05,#5e3aa805);border-color:#4a6bdf1a}.notifications-item-content{display:flex;align-items:flex-start;gap:16px}.notifications-item-avatar{position:relative;flex-shrink:0}.notifications-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e1e5f3}.notifications-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);display:flex;align-items:center;justify-content:center}.notifications-item-icon{position:absolute;bottom:-4px;right:-4px;width:24px;height:24px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.notifications-item-details{flex:1;min-width:0}.notifications-item-text{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:8px;line-height:1.5}.notifications-user{font-weight:600;color:#2d3748}.notifications-action{color:#4a5568}.notifications-business{font-weight:600;color:#4a6bdf}.notifications-comment{background:#f7fafc;padding:12px;border-radius:8px;margin:8px 0;font-style:italic;color:#4a5568;border-left:3px solid #4a6bdf}.notifications-time{font-size:13px;color:#718096}.notifications-rating{display:flex;gap:2px;margin-left:4px}.notifications-star{width:14px;height:14px;fill:gold;color:gold}.notifications-business-image{flex-shrink:0}.notifications-business-img{width:56px;height:56px;border-radius:12px;object-fit:cover;border:2px solid #e1e5f3}.notifications-item-actions{display:flex;align-items:center;gap:8px;opacity:0;transition:opacity .2s ease}.notifications-item:hover .notifications-item-actions{opacity:1}.notifications-action-btn{width:32px;height:32px;border:none;border-radius:8px;background:#f7fafc;color:#4a5568;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.notifications-action-btn:hover{background:#e2e8f0;transform:scale(1.05)}.notifications-action-btn:disabled{opacity:.5;cursor:not-allowed}.notifications-action-delete:hover{background:#fed7d7;color:#e53e3e}.notifications-action-icon{width:16px;height:16px}.notifications-unread-dot{position:absolute;top:20px;right:20px;width:8px;height:8px;background:#4a6bdf;border-radius:50%;animation:pulse 2s infinite}.notifications-icon{width:16px;height:16px}.notifications-icon-like{color:#e53e3e;fill:#e53e3e}.notifications-icon-comment{color:#3182ce}.notifications-icon-share{color:#38a169}.notifications-icon-follow{color:#805ad5}.notifications-icon-review{color:gold;fill:gold}.notifications-icon-trending{color:#dd6b20}.notifications-icon-view{color:#718096}.notifications-empty{text-align:center;padding:60px 20px;color:#718096}.notifications-empty-icon{width:64px;height:64px;margin:0 auto 24px;color:#cbd5e0}.notifications-empty-title{font-size:20px;font-weight:600;margin:0 0 12px;color:#4a5568}.notifications-empty-text{font-size:16px;line-height:1.5;max-width:400px;margin:0 auto}.notifications-load-more{padding:20px 0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.notifications-container{padding:0 12px}.notifications-header{margin:0 -12px 20px;padding:20px 12px}.notifications-header-content{flex-direction:column;align-items:stretch;gap:16px}.notifications-title-section{justify-content:center}.notifications-title{font-size:24px}.notifications-actions,.notifications-filters{justify-content:center}.notifications-item{padding:16px}.notifications-item-content{gap:12px}.notifications-avatar,.notifications-avatar-placeholder{width:40px;height:40px}.notifications-item-icon{width:20px;height:20px}.notifications-business-img{width:48px;height:48px}.notifications-item-text{font-size:14px}.notifications-item-actions{opacity:1}}@media (max-width: 480px){.notifications-header-content{text-align:center}.notifications-actions{flex-direction:column;width:100%}.notifications-btn{justify-content:center;width:100%}.notifications-filters{flex-direction:column;align-items:center}.notifications-filter-btn{width:100%;justify-content:center}.notifications-item-content{flex-direction:column;text-align:center}.notifications-business-image{align-self:center}}@media (prefers-color-scheme: dark){.notifications-container{background:#1a1a1a;color:#e2e8f0}.notifications-item{background:#2d3748;border-color:#4a5568}.notifications-item-unread{background:linear-gradient(135deg,#4a6bdf1a,#5e3aa81a)}.notifications-comment,.notifications-action-btn{background:#4a5568;color:#e2e8f0}.notifications-action-btn:hover{background:#718096}}.support-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.support-container{max-width:1200px;margin:0 auto;padding:0 20px}.support-hero{background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;padding:80px 0 60px;text-align:center;position:relative;overflow:hidden}.support-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.support-hero-title{font-size:3rem;font-weight:700;margin-bottom:16px;position:relative;z-index:1}.support-hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.support-search-box{position:relative;max-width:500px;margin:0 auto;z-index:1}.support-search-input{width:100%;padding:16px 20px 16px 50px;border:none;border-radius:50px;font-size:16px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;transition:all .3s ease}.support-search-input:focus{outline:none;background:#fff;box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.support-search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#666}.support-quick-help{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:-40px 0 80px;position:relative;z-index:2}.support-help-card{background:#fff;padding:32px 24px;border-radius:16px;text-align:center;box-shadow:0 4px 24px #00000014;transition:all .3s ease;border:1px solid rgba(74,107,223,.1)}.support-help-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.support-help-icon{font-size:2.5rem;margin-bottom:16px}.support-help-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#2d3748}.support-help-card p{color:#718096;margin-bottom:20px;font-size:14px}.support-help-button{background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:14px}.support-help-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4a6bdf4d}.support-main-content{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;overflow:hidden;margin-bottom:60px}.support-tabs{display:flex;border-bottom:2px solid #f1f5f9;background:#fafafa}.support-tab{flex:1;padding:20px 24px;border:none;background:transparent;font-size:16px;font-weight:500;color:#64748b;cursor:pointer;transition:all .3s ease;position:relative}.support-tab:hover{color:#4a6bdf;background:#4a6bdf0d}.support-tab.active{color:#4a6bdf;background:#fff}.support-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#4a6bdf,#5e3aa8)}.support-faq-section{padding:40px}.support-faq-filters{margin-bottom:32px}.support-category-filter{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:all .3s ease}.support-category-filter:focus{outline:none;border-color:#4a6bdf;box-shadow:0 0 0 3px #4a6bdf1a}.support-faq-list{space-y:16px}.support-faq-item{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.support-faq-item:hover{border-color:#4a6bdf;box-shadow:0 4px 12px #4a6bdf1a}.support-faq-item[open]{border-color:#4a6bdf}.support-faq-question{padding:20px 24px;cursor:pointer;font-weight:600;color:#2d3748;background:#fafafa;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.support-faq-question:hover{background:#4a6bdf0d;color:#4a6bdf}.support-faq-category{background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:capitalize}.support-faq-answer{padding:24px;color:#4a5568;line-height:1.7;background:#fff;border-top:1px solid #e2e8f0}.support-contact-section{padding:40px;display:grid;grid-template-columns:1fr 2fr;gap:48px}.support-contact-info h3{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:16px}.support-contact-info p{color:#4a5568;margin-bottom:32px;line-height:1.7}.support-contact-methods{space-y:16px}.support-contact-method{padding:16px;background:#f8fafc;border-radius:8px;margin-bottom:12px;color:#4a5568}.support-contact-method strong{color:#2d3748}.support-contact-form{background:#fafafa;padding:32px;border-radius:12px}.support-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.support-form-group{margin-bottom:20px}.support-form-group label{display:block;margin-bottom:8px;font-weight:500;color:#2d3748}.support-form-group input,.support-form-group select,.support-form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .3s ease;background:#fff}.support-form-group input:focus,.support-form-group select:focus,.support-form-group textarea:focus{outline:none;border-color:#4a6bdf;box-shadow:0 0 0 3px #4a6bdf1a}.support-form-group textarea{resize:vertical;min-height:120px}.support-submit-button{background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.support-submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4a6bdf4d}.support-resources-section{padding:40px}.support-resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.support-resource-card{background:#fafafa;padding:32px 24px;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.support-resource-card:hover{background:#fff;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#4a6bdf}.support-resource-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#2d3748}.support-resource-card p{color:#4a5568;margin-bottom:20px;line-height:1.6}.support-resource-button{background:transparent;color:#4a6bdf;border:2px solid #4a6bdf;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:14px}.support-resource-button:hover{background:#4a6bdf;color:#fff;transform:translateY(-2px)}.support-footer-cta{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;padding:60px 0;text-align:center}.support-footer-cta h2{font-size:2rem;font-weight:600;margin-bottom:16px}.support-footer-cta p{font-size:1.125rem;opacity:.9;margin-bottom:32px}.support-cta-button{background:linear-gradient(135deg,#4a6bdf,#5e3aa8);color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.support-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4a6bdf4d}@media (max-width: 768px){.support-hero-title{font-size:2rem}.support-hero-subtitle{font-size:1rem}.support-quick-help{grid-template-columns:1fr;margin:-30px 0 40px}.support-tabs{flex-direction:column}.support-tab{text-align:center;border-bottom:1px solid #e2e8f0}.support-tab.active:after{height:2px}.support-contact-section{grid-template-columns:1fr;gap:32px;padding:24px}.support-form-row{grid-template-columns:1fr;gap:0}.support-resources-grid{grid-template-columns:1fr}.support-faq-section,.support-resources-section{padding:24px}.support-container{padding:0 16px}}@media (max-width: 480px){.support-hero{padding:60px 0 40px}.support-hero-title{font-size:1.75rem}.support-search-input{font-size:14px;padding:14px 18px 14px 45px}.support-help-card{padding:24px 16px}.support-faq-question{padding:16px;flex-direction:column;text-align:left;gap:12px}.support-faq-category{align-self:flex-start}.support-faq-answer{padding:16px}.support-contact-form{padding:20px}.support-footer-cta h2{font-size:1.5rem}.support-footer-cta p{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.support-help-card,.support-faq-item,.support-resource-card{animation:fadeInUp .6s ease-out}.support-tab:focus,.support-help-button:focus,.support-resource-button:focus,.support-submit-button:focus,.support-cta-button:focus{outline:2px solid #4a6bdf;outline-offset:2px}@media print{.support-hero,.support-footer-cta{background:none!important;color:#000!important}.support-help-card,.support-main-content{box-shadow:none!important;border:1px solid #ccc!important}}.business-page{max-width:1200px;margin:0 auto;padding:0 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.business-hero{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#5e3aa8,#4a6bdf);color:#fff;border-radius:12px;margin-bottom:40px;margin-top:100px}.business-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:16px}.business-hero-subtitle{font-size:1.2rem;opacity:.9;max-width:700px;margin:0 auto}.business-controls{margin-bottom:40px}.business-search{display:flex;align-items:center;justify-content:center;position:relative;max-width:500px;margin:0 auto 30px}.business-search-input{width:100%;padding:12px 20px 12px 50px;border:2px solid #e2e8f0;border-radius:30px;font-size:1rem;transition:all .3s ease}.business-search-input:focus{outline:none;border-color:#4a6bdf;box-shadow:0 0 0 3px #4a6bdf33}.business-search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;fill:#94a3b8}.business-categories-container{width:100%;overflow-x:auto;padding-bottom:10px;-webkit-overflow-scrolling:touch}.business-categories-scroll{display:flex;gap:10px;padding:5px 0;width:max-content;min-width:100%}.business-category-btn{padding:8px 20px;border:none;border-radius:20px;background-color:#f1f5f9;color:#334155;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.business-category-btn:hover{background-color:#e2e8f0}.business-category-btn.active{background:linear-gradient(135deg,#5e3aa8,#4a6bdf);color:#fff}.business-loading{display:flex;justify-content:center;align-items:center;height:300px}.business-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-bottom:60px}.business-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #f1f5f9}.business-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.business-card-image-container{position:relative;height:200px;overflow:hidden}.business-card-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.business-card-image[src*=logo]{object-fit:contain;background:#fff;padding:10px}.business-card:hover .business-card-image{transform:scale(1.05)}.business-card-category{position:absolute;top:15px;right:15px;background:#000c;color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.business-card-content{padding:20px}.business-card-title{font-size:1.3rem;font-weight:600;margin-bottom:12px;color:#1e293b;line-height:1.3}.business-location{display:flex;align-items:center;gap:6px;margin-bottom:12px;color:#64748b;font-size:.9rem}.location-icon{width:16px;height:16px;fill:#94a3b8}.business-card-description{color:#64748b;font-size:.95rem;margin-bottom:20px;line-height:1.6}.business-rating{display:flex;align-items:center;justify-content:space-between;gap:12px}.stars{display:flex;align-items:center;gap:2px}.star-icon{width:16px;height:16px}.star-icon.filled{fill:#fbbf24}.star-icon.half-filled{fill:url(#half-fill)}.star-icon.empty{fill:#e5e7eb}.rating-text{display:flex;align-items:center;gap:4px;font-size:.9rem}.rating-score{font-weight:600;color:#1e293b}.review-count{color:#64748b;font-size:.85rem}.business-empty{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#64748b}.business-empty-icon{width:60px;height:60px;fill:#cbd5e1;margin-bottom:20px}@media (max-width: 1024px){.business-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (max-width: 768px){.business-page{padding:0 16px}.business-hero{padding:40px 20px;margin-top:80px}.business-hero-title{font-size:2rem}.business-hero-subtitle{font-size:1rem}.business-grid{grid-template-columns:repeat(2,1fr);gap:16px}.business-card-content{padding:16px}.business-card-title{font-size:1.1rem}.business-card-description{font-size:.9rem;margin-bottom:16px}.business-categories-scroll{gap:8px}.business-category-btn{padding:6px 16px;font-size:.9rem}}@media (max-width: 480px){.business-page{padding:0 12px}.business-hero{padding:30px 16px;margin-top:80px}.business-hero-title{font-size:1.8rem}.business-hero-subtitle{font-size:.95rem}.business-search{margin:0 auto 20px}.business-search-input{padding:10px 16px 10px 45px;font-size:.95rem}.business-grid{grid-template-columns:repeat(2,1fr);gap:12px}.business-card{border-radius:12px}.business-card-image-container{height:140px}.business-card-content{padding:12px}.business-card-title{font-size:1rem;margin-bottom:8px}.business-location{margin-bottom:8px;font-size:.85rem}.location-icon{width:14px;height:14px}.business-card-description{font-size:.85rem;margin-bottom:12px;line-height:1.5}.business-rating{flex-direction:column;align-items:flex-start;gap:6px}.stars{gap:1px}.star-icon{width:14px;height:14px}.rating-text{font-size:.85rem}.business-category-btn{padding:6px 12px;font-size:.85rem}}@media (max-width: 320px){.business-grid{grid-template-columns:1fr}}.blog-page{max-width:1200px;margin:0 auto;padding:0 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.blog-hero{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#5e3aa8,#4a6bdf);color:#fff;border-radius:12px;margin-bottom:40px;margin-top:80px}.blog-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:16px}.blog-hero-subtitle{font-size:1.2rem;opacity:.9;max-width:700px;margin:0 auto}.blog-controls{margin-bottom:40px}.blog-search{position:relative;max-width:500px;margin:0 auto 30px}.blog-search-input{width:100%;padding:12px 20px 12px 50px;border:2px solid #e2e8f0;border-radius:30px;font-size:1rem;transition:all .3s ease}.blog-search-input:focus{outline:none;border-color:#4a6bdf;box-shadow:0 0 0 3px #4a6bdf33}.blog-search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;fill:#94a3b8}.blog-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.blog-category-btn{padding:8px 20px;border:none;border-radius:20px;background-color:#f1f5f9;color:#334155;font-weight:500;cursor:pointer;transition:all .2s ease}.blog-category-btn:hover{background-color:#e2e8f0}.blog-category-btn.active{background:linear-gradient(135deg,#5e3aa8,#4a6bdf);color:#fff}.blog-loading{display:flex;justify-content:center;align-items:center;height:300px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;margin-bottom:60px}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.blog-card-image-container{position:relative;height:200px;overflow:hidden}.blog-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-card-image{transform:scale(1.05)}.blog-card-category{position:absolute;top:15px;right:15px;background:#000000b3;color:#fff;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:500}.blog-card-content{padding:25px}.blog-card-meta{display:flex;align-items:center;color:#64748b;font-size:.85rem;margin-bottom:12px}.blog-card-divider{margin:0 8px;color:#cbd5e1}.blog-card-title{font-size:1.3rem;font-weight:600;margin-bottom:15px;color:#1e293b;line-height:1.4}.blog-card-excerpt{color:#64748b;font-size:.95rem;margin-bottom:20px;line-height:1.6}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #f1f5f9}.blog-card-author{display:flex;align-items:center;gap:10px}.blog-card-author-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.blog-card-author-name{font-size:.9rem;font-weight:500;color:#334155}.blog-card-stats{display:flex;align-items:center;gap:15px}.blog-stat-btn{display:flex;align-items:center;gap:5px;background:none;border:none;color:#64748b;font-size:.9rem;cursor:pointer;transition:all .2s ease}.blog-stat-btn:hover{color:#4a6bdf}.blog-stat-icon{width:18px;height:18px;fill:currentColor}.blog-empty{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#64748b}.blog-empty-icon{width:60px;height:60px;fill:#cbd5e1;margin-bottom:20px}@media (max-width: 1024px){.blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}}@media (max-width: 768px){.blog-hero{padding:40px 20px}.blog-hero-title{font-size:2rem}.blog-hero-subtitle{font-size:1rem}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.blog-grid{grid-template-columns:1fr}.blog-categories{overflow-x:auto;justify-content:flex-start;padding-bottom:10px;-webkit-overflow-scrolling:touch}.blog-category-btn{white-space:nowrap}}.business-details-page{max-width:1200px;margin:0 auto;padding:0 15px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.loading-container{display:flex;justify-content:center;align-items:center;height:80vh}.business-cover{height:300px;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;border-radius:12px;margin-bottom:30px;margin-top:80px;overflow:hidden}.cover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000001a,#00000080)}.business-header{position:absolute;bottom:-50px;left:30px;display:flex;align-items:flex-end;gap:20px;z-index:2}.business-logo{border:4px solid white;background:#fff;box-shadow:0 4px 12px #0000001a;margin-bottom:55px}.business-logo img{object-fit:cover;width:100%;height:100%}.business-logo .ant-avatar{background:#fff!important;display:flex;align-items:center;justify-content:center}.business-logo .ant-avatar img{object-fit:contain;object-position:center;width:100%;height:100%;padding:8px}.business-title h1{color:#fff;font-size:2.2rem;margin-bottom:55px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.business-meta{display:flex;align-items:center;gap:15px}.business-rating{display:flex;align-items:center;gap:8px;color:#fff}.business-rating .ant-rate{color:gold;font-size:16px}.business-content{margin-top:60px}.business-description{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:30px;line-height:1.6;color:#334155}.business-tags{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px}.business-tags .ant-tag{border-radius:20px;padding:4px 12px;font-size:.85rem}.quick-info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:30px}.info-card{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;text-align:center;transition:transform .3s ease}.info-card:hover{transform:translateY(-5px)}.card-icon{font-size:2rem;color:#5e3aa8;margin-bottom:15px}.info-card h3{color:#1e293b;margin-bottom:15px}.info-card p{color:#64748b;margin-bottom:20px}.hours-list p{display:flex;justify-content:space-between;margin-bottom:10px}.hours-list span{font-weight:500;color:#1e293b}.timezone-info{text-align:center;margin-top:15px!important;padding-top:10px;border-top:1px solid #e2e8f0}.timezone-info small{color:#64748b;font-style:italic}.business-tabs{margin-bottom:50px}.colorful-tabs .ant-tabs-nav{margin-bottom:30px;background:#f8fafc;border-radius:12px;padding:8px;box-shadow:0 4px 6px -1px #0000001a}.colorful-tabs .ant-tabs-nav:before{display:none}.colorful-tabs .ant-tabs-tab{background:transparent;border:none;border-radius:8px;margin:0 4px;padding:0;transition:all .3s ease}.colorful-tabs .ant-tabs-tab:hover{background:#ffffffb3;transform:translateY(-2px)}.colorful-tabs .ant-tabs-tab-btn{padding:0;width:100%;height:100%}.colorful-tabs .ant-tabs-ink-bar{display:none}.custom-tab-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 15px;border-radius:8px;background:linear-gradient(135deg,var(--tab-color),color-mix(in srgb,var(--tab-color) 80%,white));color:#fff;font-weight:600;font-size:14px;min-width:100px;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #00000026;position:relative;overflow:hidden}.custom-tab-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.custom-tab-button:hover:before{left:100%}.custom-tab-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040}.custom-tab-button.active{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;background:linear-gradient(135deg,var(--tab-color),color-mix(in srgb,var(--tab-color) 70%,white))}.custom-tab-button.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:30px;height:4px;background:#fff;border-radius:2px;box-shadow:0 2px 4px #0003}.custom-tab-button .anticon{font-size:20px;margin-bottom:8px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.custom-tab-button span{text-shadow:0 1px 2px rgba(0,0,0,.2);letter-spacing:.5px}@media (max-width: 768px){.custom-tab-button{padding:12px 16px;min-width:80px;font-size:12px}.custom-tab-button .anticon{font-size:16px;margin-bottom:6px}}@media (max-width: 480px){.colorful-tabs .ant-tabs-nav{padding:6px}.custom-tab-button{padding:10px 12px;min-width:70px;font-size:11px}.custom-tab-button .anticon{font-size:14px;margin-bottom:4px}}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.service-card{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-description{color:#64748b;margin-bottom:15px;min-height:60px}.service-description div{margin-bottom:4px;line-height:1.6}.service-description span{display:block}.service-price{margin:15px 0;text-align:center}.service-price span{font-size:.9rem;color:#94a3b8}.service-price h4{font-size:1.5rem;color:#5e3aa8;margin:5px 0 0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.product-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card .ant-card-cover img{height:200px;object-fit:cover}.product-info{padding:15px;text-align:center}.product-info h3{margin-bottom:10px;color:#1e293b}.product-price{color:#5e3aa8;font-size:1.2rem;margin-bottom:15px}.branches-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.branch-card{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;gap:15px;padding:15px}.branch-icon{font-size:2rem;color:#5e3aa8}.branch-info{flex:1}.branch-info h3{margin-bottom:8px;color:#1e293b}.branch-info p{color:#64748b;margin-bottom:5px;display:flex;align-items:center;gap:8px}.contact-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.contact-card{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;text-align:center;padding:20px}.contact-card h3{display:flex;align-items:center;justify-content:center;gap:8px;color:#1e293b;margin-bottom:15px}.contact-card p{color:#64748b;margin-bottom:20px}@media (max-width: 768px){.business-header{flex-direction:column;align-items:flex-start;bottom:-80px}.business-title h1{font-size:1.8rem}.quick-info-cards{grid-template-columns:1fr}.business-tabs .ant-tabs-nav{overflow-x:auto;white-space:nowrap;padding-bottom:5px}}@media (max-width: 480px){.business-cover{height:250px}.business-header{left:15px;bottom:-90px}.business-logo{width:80px;height:80px;margin-bottom:0}.business-title h1{font-size:1.5rem}.business-meta{flex-direction:column;align-items:flex-start;gap:8px}.business-content{margin-top:80px}.services-grid,.products-grid,.branches-list,.contact-container{grid-template-columns:1fr}}.blog-details-page{max-width:800px;margin:0 auto;padding:20px;min-height:100vh}.blog-details-header{margin-bottom:30px}.back-button{display:flex;align-items:center;gap:8px;margin-bottom:20px}.blog-details-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.blog-not-found{text-align:center;padding:60px 20px}.blog-not-found h2{color:#ff4d4f;margin-bottom:16px}.blog-details-content{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.blog-details-image-container{width:100%;height:300px;overflow:hidden}.blog-details-image{width:100%;height:100%;object-fit:cover}.blog-details-text{padding:40px}.blog-details-meta{display:flex;gap:15px;margin-bottom:20px;font-size:14px;color:#666}.blog-details-category{background:#1890ff;color:#fff;padding:4px 12px;border-radius:20px;font-weight:500}.blog-details-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:#1a1a1a;margin-bottom:30px}.blog-details-author{display:flex;align-items:center;gap:15px;margin-bottom:30px}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600;color:#1a1a1a;font-size:16px}.author-title{color:#666;font-size:14px}.blog-details-body{line-height:1.8;color:#333}.blog-h1{font-size:2rem;font-weight:700;margin:30px 0 20px;color:#1a1a1a}.blog-h2{font-size:1.5rem;font-weight:600;margin:25px 0 15px;color:#2c3e50}.blog-h3{font-size:1.2rem;font-weight:600;margin:20px 0 10px;color:#34495e}.blog-paragraph{margin-bottom:16px;font-size:16px;line-height:1.7}.blog-bold{font-weight:600;margin-bottom:16px;font-size:16px;color:#2c3e50}.blog-details-actions{display:flex;gap:15px;margin-top:30px}.action-button{display:flex;align-items:center;gap:8px}.action-button.liked{color:#ff4d4f;border-color:#ff4d4f}.action-button.liked:hover{background-color:#ff4d4f;color:#fff}@media (max-width: 768px){.blog-details-page{padding:10px}.blog-details-text{padding:20px}.blog-details-title{font-size:2rem}.blog-h1{font-size:1.5rem}.blog-h2{font-size:1.3rem}.blog-details-actions{flex-wrap:wrap}}.contact-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);margin-top:80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.maintenance-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:48px 40px;max-width:600px;width:100%;text-align:center;box-shadow:0 25px 50px #00000026;border:1px solid rgba(255,255,255,.2)}.maintenance-header{margin-bottom:32px}.maintenance-icon{color:#4a6bdf;margin-bottom:16px;display:inline-block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.brand-title{font-size:2.5rem;padding:10px;font-weight:800;background:linear-gradient(135deg,#4a6bdf,#5e3aa8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.02em}.maintenance-content{margin-bottom:32px}.maintenance-badge{display:inline-block;background:linear-gradient(135deg,#ff6b6b,orange);color:#fff;padding:8px 20px;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:24px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.thank-you-title{font-size:1.75rem;font-weight:700;color:#2d3748;margin:0 0 16px;line-height:1.3}.maintenance-message{font-size:1.125rem;color:#4a5568;line-height:1.6;margin:0 0 32px}.assistance-section h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0 0 8px}.assistance-section p{font-size:1rem;color:#4a5568;margin:0 0 24px;line-height:1.5}.whatsapp-button{background:linear-gradient(135deg,#25d366,#20b358);color:#fff;border:none;border-radius:16px;padding:16px 24px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:12px;transition:all .3s ease;box-shadow:0 8px 25px #25d3664d;min-width:280px;justify-content:center}.whatsapp-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #25d36666;background:linear-gradient(135deg,#20b358,#1a9c4a)}.whatsapp-button:active{transform:translateY(0)}.whatsapp-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.phone-number{font-size:.875rem;opacity:.9;font-weight:500}.maintenance-footer{border-top:1px solid rgba(160,174,192,.2);padding-top:24px;margin-top:32px}.maintenance-footer p{color:#718096;font-size:.875rem;margin:0;font-style:italic}@media (max-width: 768px){.contact-container{padding:16px}.maintenance-card{padding:32px 24px}.brand-title{font-size:2rem}.thank-you-title{font-size:1.5rem}.maintenance-message{font-size:1rem}.whatsapp-button{min-width:250px;font-size:.9rem}}@media (max-width: 480px){.maintenance-card{padding:24px 20px}.brand-title{font-size:1.75rem}.whatsapp-button{min-width:100%;flex-direction:column;gap:8px;padding:16px 20px}}.terms-page{max-width:800px;margin:0 auto;padding:100px 20px 60px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#334155}.terms-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:40px}.terms-header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #e2e8f0}.terms-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:10px}.terms-last-updated{color:#64748b;font-size:.9rem;font-style:italic}.terms-content{margin-top:30px}.terms-section{margin-bottom:35px}.terms-section h2{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.terms-section p{margin-bottom:15px;line-height:1.7}.terms-section ul{margin:15px 0;padding-left:25px}.terms-section li{margin-bottom:8px;line-height:1.6}.disclaimer-section{background:linear-gradient(135deg,#fef2f2,#fef7ff);border:2px solid #fecaca;border-radius:12px;padding:25px;margin:40px 0}.disclaimer-section h2{color:#dc2626;font-size:1.5rem;border-bottom:2px solid #fecaca;margin-bottom:20px}.disclaimer-content{font-size:1rem}.disclaimer-highlight{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:15px;margin-bottom:20px;font-weight:500}.disclaimer-highlight strong{color:#dc2626;font-weight:700}.disclaimer-list{background:#fff;border-radius:8px;padding:20px;margin:15px 0;border:1px solid #e5e7eb}.disclaimer-list li{color:#374151;font-weight:500}.liability-disclaimer{background:#fef2f2;border:2px solid #dc2626;border-radius:8px;padding:20px;margin-top:20px;font-weight:500;color:#dc2626}.liability-disclaimer strong{display:block;font-size:1.1rem;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.terms-page{padding:80px 15px 40px}.terms-container{padding:25px}.terms-header h1{font-size:2rem}.terms-section h2{font-size:1.2rem}.disclaimer-section{padding:20px;margin:30px 0}.disclaimer-highlight,.liability-disclaimer{padding:15px}}@media (max-width: 480px){.terms-page{padding:80px 10px 30px}.terms-container{padding:20px}.terms-header h1{font-size:1.8rem}.disclaimer-section,.disclaimer-list{padding:15px}}.privacy-page{max-width:800px;margin:0 auto;padding:100px 20px 60px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#334155}.privacy-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:40px}.privacy-header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #e2e8f0}.privacy-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:10px}.privacy-last-updated{color:#64748b;font-size:.9rem;font-style:italic}.privacy-content{margin-top:30px}.privacy-section{margin-bottom:35px}.privacy-section h2{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.privacy-section h3{font-size:1.2rem;font-weight:600;color:#334155;margin:20px 0 12px}.privacy-section p{margin-bottom:15px;line-height:1.7}.privacy-section ul{margin:15px 0;padding-left:25px}.privacy-section li{margin-bottom:8px;line-height:1.6}.privacy-section li strong{color:#1e293b;font-weight:600}.privacy-section:nth-child(5),.privacy-section:nth-child(7){background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #0ea5e9;border-radius:12px;padding:25px;margin:30px 0}.privacy-section:nth-child(5) h2,.privacy-section:nth-child(7) h2{color:#0369a1;border-bottom-color:#0ea5e9}@media (max-width: 768px){.privacy-page{padding:80px 15px 40px}.privacy-container{padding:25px}.privacy-header h1{font-size:2rem}.privacy-section h2{font-size:1.2rem}.privacy-section h3{font-size:1.1rem}}@media (max-width: 480px){.privacy-page{padding:80px 10px 30px}.privacy-container{padding:20px}.privacy-header h1{font-size:1.8rem}.privacy-section h2{font-size:1.1rem}.privacy-section h3{font-size:1rem}}.cookie-page{max-width:800px;margin:0 auto;padding:100px 20px 60px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#334155}.cookie-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:40px}.cookie-header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #e2e8f0}.cookie-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:10px}.cookie-last-updated{color:#64748b;font-size:.9rem;font-style:italic}.cookie-content{margin-top:30px}.cookie-section{margin-bottom:35px}.cookie-section h2{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.cookie-section h3{font-size:1.2rem;font-weight:600;color:#334155;margin:20px 0 12px}.cookie-section p{margin-bottom:15px;line-height:1.7}.cookie-section ul{margin:15px 0;padding-left:25px}.cookie-section li{margin-bottom:8px;line-height:1.6}.cookie-section li strong{color:#1e293b;font-weight:600}.no-cookies-section{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #16a34a;border-radius:12px;padding:25px;margin:40px 0}.no-cookies-section h2{color:#15803d;border-bottom:2px solid #16a34a;margin-bottom:20px}.no-cookies-content{font-size:1rem}.no-cookies-highlight{background:#f0fdf4;border:1px solid #16a34a;border-radius:8px;padding:15px;margin-bottom:20px;font-weight:500}.no-cookies-highlight strong{color:#15803d;font-weight:700}.no-cookies-list{background:#fff;border-radius:8px;padding:20px;margin:15px 0;border:1px solid #e5e7eb}.no-cookies-list li{color:#374151;font-weight:500;position:relative;padding-left:10px}.no-cookies-list li:before{content:"✓";color:#16a34a;font-weight:700;position:absolute;left:-15px}@media (max-width: 768px){.cookie-page{padding:80px 15px 40px}.cookie-container{padding:25px}.cookie-header h1{font-size:2rem}.cookie-section h2{font-size:1.2rem}.cookie-section h3{font-size:1.1rem}.no-cookies-section{padding:20px;margin:30px 0}.no-cookies-highlight{padding:15px}}@media (max-width: 480px){.cookie-page{padding:80px 10px 30px}.cookie-container{padding:20px}.cookie-header h1{font-size:1.8rem}.cookie-section h2{font-size:1.1rem}.cookie-section h3{font-size:1rem}.no-cookies-section,.no-cookies-list{padding:15px}}
