.feature-card{transition:all .4s cubic-bezier(.4, 0, .2, 1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(249,115,22,.15)}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-icon{transition:transform .4s cubic-bezier(.4, 0, .2, 1)}.landing-city-card{position:relative;height:180px;border-radius:16px;overflow:hidden;text-decoration:none;color:#fff;display:flex;align-items:flex-end;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(255,255,255,.06);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s}.landing-city-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(0,0,0,.35);border-color:rgba(249,115,22,.4)}.landing-city-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.landing-city-card:hover img{transform:scale(1.1)}.landing-city-card::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0,rgba(0,0,0,.25) 45%,transparent 100%);z-index:1;transition:background .3s}.landing-city-card:hover::after{background:linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,.15) 50%,transparent 100%)}.landing-city-info{position:relative;z-index:2;padding:16px 20px;width:100%}.landing-city-flag{font-size:1rem;margin-right:4px}.landing-city-name{font-size:1.1rem;font-weight:700;color:#fff;letter-spacing:.2px;text-shadow:0 2px 8px rgba(0,0,0,.5)}.landing-city-sub{display:block;font-size:.72rem;color:rgba(255,255,255,.7);text-shadow:0 1px 4px rgba(0,0,0,.5);margin-top:2px}@media (max-width:640px){.landing-city-card{height:140px}.landing-city-name{font-size:.95rem}.landing-city-info{padding:12px 14px}}body.light-mode .landing-city-card{background:linear-gradient(135deg,#e8e2da,#d4cdc4)!important;border-color:rgba(0,0,0,.08)!important;box-shadow:0 4px 16px rgba(0,0,0,.08)}body.light-mode .landing-city-card:hover{box-shadow:0 20px 48px rgba(0,0,0,.15)!important;border-color:rgba(249,115,22,.4)!important}body.light-mode .landing-city-card .landing-city-name{color:#fff!important}.step-number{position:relative}.step-number::after{content:'';position:absolute;top:50%;left:100%;width:60px;height:2px;background:linear-gradient(90deg,rgba(249,115,22,.5),transparent)}@media (max-width:768px){.step-number::after{display:none}}#map,#map-crear{height:100%;width:100%;border-radius:24px;z-index:10;border:1px solid rgba(255,255,255,.1)}#map-wrapper{height:280px;transition:height .3s ease}#map-wrapper.expanded{height:500px}#map-wrapper.minimized{height:120px}@media (min-width:768px){#map-wrapper{height:380px}#map-wrapper.expanded{height:550px}}@media (min-width:1024px){#map-wrapper{height:420px}#map-wrapper.expanded{height:600px}}@media (min-width:1280px){#map-wrapper{height:480px}#map-wrapper.expanded{height:650px}}@media (min-width:1024px){.dashboard-grid{display:grid;grid-template-columns:1fr 340px;gap:24px;align-items:start}.dashboard-grid .map-section{grid-column:1;position:sticky;top:100px}.dashboard-grid .filters-sidebar{grid-column:2;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.dashboard-grid .filters-sidebar::-webkit-scrollbar{width:4px}.dashboard-grid .filters-sidebar::-webkit-scrollbar-thumb{background:rgba(249,115,22,.3);border-radius:4px}.dashboard-grid #map-wrapper{height:520px!important}.dashboard-grid #map-wrapper.expanded{height:700px!important}}@media (min-width:1440px){.dashboard-grid{grid-template-columns:1fr 380px}.dashboard-grid #map-wrapper{height:580px!important}}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px}@media (max-width:640px){.toast-container{bottom:80px;right:16px;left:16px}}.toast{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:16px;color:#fff;font-weight:600;font-size:14px;box-shadow:0 8px 32px rgba(0,0,0,.4);animation:toastSlideIn .4s cubic-bezier(.34,1.56,.64,1);max-width:400px}.toast.success{background:linear-gradient(135deg,#22c55e 0,#16a34a 100%)}.toast.error{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%)}.toast.warning{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%)}.toast.info{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%)}.toast .toast-icon{font-size:20px;flex-shrink:0}.toast .toast-message{flex:1;line-height:1.4}.toast .toast-close{background:rgba(255,255,255,.2);border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:#fff;transition:background .2s;flex-shrink:0}.toast .toast-close:hover{background:rgba(255,255,255,.3)}.toast.fade-out{animation:toastSlideOut .3s ease-out forwards}@keyframes toastSlideIn{from{transform:translateX(120%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes toastSlideOut{to{transform:translateX(120%);opacity:0}}@media (max-width:640px){@keyframes toastSlideIn{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toastSlideOut{to{transform:translateY(100%);opacity:0}}}#map-crear{height:200px;border-radius:16px;margin-bottom:1rem;cursor:crosshair!important}#map-crear .leaflet-container{cursor:crosshair!important}#map-crear:hover{box-shadow:0 0 0 2px rgba(249,115,22,.3)}.pin-bounce{animation:pinBounce .5s ease-out}@keyframes pinBounce{0%{transform:translate(-50%,-100%) scale(1)}30%{transform:translate(-50%,-100%) scale(1.3)}50%{transform:translate(-50%,-100%) scale(.9)}70%{transform:translate(-50%,-100%) scale(1.1)}100%{transform:translate(-50%,-100%) scale(1)}}.leaflet-popup-content-wrapper{background:#1e293b;color:#fff;border-radius:16px}.leaflet-popup-tip{background:#1e293b}.chip{transition:all .3s;cursor:pointer;border:1px solid rgba(255,255,255,.1)}.chip:hover{border-color:rgba(249,115,22,.5)}.chip.active{background:linear-gradient(135deg,#f97316,#ea580c);border-color:transparent;box-shadow:0 4px 20px rgba(249,115,22,.4)}.filter-pill-desktop{padding:8px 12px;font-size:12px;font-weight:600;border-radius:10px;background:rgba(30,41,59,.8);border:1px solid rgba(255,255,255,.1);color:#9ca3af;cursor:pointer;transition:all .2s ease;text-align:center}.filter-pill-desktop:hover{border-color:rgba(249,115,22,.4);color:#fff}.filter-pill-desktop.active{background:linear-gradient(135deg,#f97316,#ea580c);border-color:transparent;color:#fff;box-shadow:0 4px 12px rgba(249,115,22,.3)}.filter-pill-desktop.filter-pill-premium{background:rgba(234,179,8,.1);border-color:rgba(234,179,8,.3);color:#fbbf24}.filter-pill-desktop.filter-pill-premium:hover{border-color:rgba(234,179,8,.5)}.filter-pill-desktop.filter-pill-premium.active{background:linear-gradient(135deg,#eab308,#f59e0b);color:#000}.card-quedada{background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.card-quedada:hover{transform:translateY(-4px);border-color:rgba(249,115,22,.4);box-shadow:0 20px 40px rgba(0,0,0,.4)}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.9);backdrop-filter:blur(8px);z-index:100;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;opacity:0;transition:opacity .3s ease}.modal.active{display:flex;opacity:1}.modal-content{animation:modalSlideIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideIn{from{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.skeleton{background:linear-gradient(90deg,rgba(255,255,255,.05) 25%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.05) 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s infinite;border-radius:8px}@keyframes skeletonShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-card{height:180px;border-radius:16px}.skeleton-text{height:16px;margin-bottom:8px}.skeleton-text-sm{height:12px;width:60%}.skeleton-avatar{width:40px;height:40px;border-radius:50%}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.confetti{position:absolute;width:10px;height:10px;animation:confettiFall 3s linear forwards}@keyframes confettiFall{0%{transform:translateY(-100%) rotate(0);opacity:1}100%{transform:translateY(100vh) rotate(720deg);opacity:0}}.card-hover{transition:transform .3s ease,box-shadow .3s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.card-hover:active{transform:translateY(-2px)}body.light-mode{background:#fef7ed!important}body.light-mode .hero-bg{background:#fef7ed!important}body.light-mode .hero-bg::before{display:none!important}body.light-mode .nav-wrapper{background:rgba(254,247,237,.97)!important;border-bottom-color:#efe6db!important}body.light-mode #lang-select{background:#fff!important;color:#3d3229!important;border-color:#e8ddd0!important}body.light-mode #theme-toggle-landing{background:rgba(0,0,0,.04)!important;border-color:#e8ddd0!important}body.light-mode #nav-login{color:#5c4d3d!important}body.light-mode .nav-wrapper a[href]{color:#5c4d3d!important}body.light-mode .bg-\[\#0b1220\],body.light-mode .bg-\[\#0f172a\],body.light-mode .bg-slate-900,body.light-mode .bg-slate-950{background:#fef7ed!important}body.light-mode .bg-slate-800,body.light-mode .bg-slate-800\/30,body.light-mode .bg-slate-800\/50,body.light-mode .bg-slate-800\/80{background:#fef7ed!important}body.light-mode .text-white{color:#3d3229!important}body.light-mode h1,body.light-mode h2,body.light-mode h3,body.light-mode h4{color:#3d3229}body.light-mode .text-gray-400,body.light-mode .text-gray-500{color:#8b7355!important}body.light-mode .text-gray-300{color:#5c4d3d!important}body.light-mode .text-orange-500{color:#d95c0a!important}body.light-mode .border-slate-700,body.light-mode .border-slate-800,body.light-mode .border-white\/10{border-color:#efe6db!important}body.light-mode .input-dark{background:#fffcf9!important;border-color:#e8ddd0!important;color:#3d3229!important}body.light-mode .input-dark::placeholder{color:#a89580!important}body.light-mode .input-dark option{background:#fffcf9!important;color:#3d3229!important}body.light-mode .modal{background:rgba(61,50,41,.4)!important}body.light-mode .modal-content{background:#fffcf9!important;border-color:#efe6db!important;box-shadow:0 25px 50px rgba(61,50,41,.12)!important}body.light-mode .card-quedada{background:#fffcf9!important;border-color:#efe6db!important;box-shadow:0 4px 15px rgba(61,50,41,.06)!important}body.light-mode .card-quedada:hover{box-shadow:0 10px 30px rgba(249,115,22,.12)!important;border-color:#fcd9b8!important}body.light-mode .card-quedada.joined{border-color:#f97316!important;box-shadow:0 10px 30px rgba(249,115,22,.15)!important}body.light-mode .chip{background:#fef9f3!important;border-color:#efe6db!important;color:#5c4d3d!important}body.light-mode .chip.active,body.light-mode .chip:hover{background:#fff4e6!important;border-color:#fcd9b8!important;color:#d95c0a!important}body.light-mode .sidebar{background:#fffcf9!important;border-color:#efe6db!important}body.light-mode .avatar-stack .avatar{border-color:#fffcf9!important}body.light-mode .btn-gradient{box-shadow:0 4px 15px rgba(249,115,22,.25)!important}body.light-mode #map,body.light-mode #map-crear{border-color:#efe6db!important;filter:saturate(.85) contrast(.95) brightness(1.02)}body.light-mode .skeleton{background:linear-gradient(90deg,#efe6db 25%,#fef9f3 50%,#efe6db 75%)!important}body.light-mode .joined-badge{background:rgba(249,115,22,.12)!important;color:#d95c0a!important}body.light-mode .leaflet-popup-content-wrapper{background:#fffcf9!important;color:#3d3229!important;box-shadow:0 8px 25px rgba(61,50,41,.15)!important}body.light-mode .leaflet-popup-tip{background:#fffcf9!important}body.light-mode .leaflet-control-zoom a{background:#fffcf9!important;color:#3d3229!important;border-color:#efe6db!important}body.light-mode .leaflet-control-zoom a:hover{background:#fff4e6!important}body.light-mode .leaflet-control-attribution{background:rgba(255,252,249,.9)!important;color:#8b7355!important}body.light-mode .from-slate-800,body.light-mode .from-slate-800\/30,body.light-mode .from-slate-800\/50,body.light-mode .from-slate-800\/60,body.light-mode .from-slate-800\/80{background-image:none!important;background-color:#fffcf9!important}body.light-mode .bg-slate-700\/50{background:#fef7ed!important}body.light-mode .border-slate-600\/50,body.light-mode .border-slate-700\/50{border-color:#efe6db!important}body.light-mode .text-gray-600{color:#8b7355!important}body.light-mode .placeholder-gray-500::placeholder{color:#a89580!important}body.light-mode .ubicacion-detectada-container{background:linear-gradient(135deg,#f97316 0,#ea580c 100%)!important;border-top:1px solid #fb923c!important}body.light-mode .ubicacion-texto-styled{color:#fff!important;font-weight:600!important}body.light-mode .ubicacion-detectada-container .text-orange-500{color:#fff!important}body.light-mode .weather-badge{border-width:1.5px!important}body.light-mode .weather-good{background:rgba(34,197,94,.1)!important;color:#16a34a!important;border-color:rgba(34,197,94,.25)!important}body.light-mode .weather-warn{background:rgba(234,179,8,.1)!important;color:#ca8a04!important;border-color:rgba(234,179,8,.25)!important}body.light-mode #app-bottom-nav{background:rgba(255,252,249,.97)!important;border-top-color:#efe6db!important}body.light-mode #app-bottom-nav button{color:#8b7355!important}body.light-mode #app-bottom-nav #app-nav-create{color:#fff!important}body.light-mode .app-store-badge{background:linear-gradient(135deg,#1e293b,#0f172a)!important;border-color:#334155!important}body.light-mode .app-store-badge span.text-white{color:#fff!important}body.light-mode .app-store-badge span.text-gray-400{color:#9ca3af!important}body.light-mode .app-store-badge svg{fill:white!important}body.light-mode .weather-bad{background:rgba(239,68,68,.1)!important;color:#dc2626!important;border-color:rgba(239,68,68,.25)!important}body.light-mode .floating-btn{box-shadow:0 8px 25px rgba(249,115,22,.35)!important}body.light-mode .locate-btn{background:rgba(255,252,249,.95)!important;border-color:#efe6db!important;color:#5c4d3d!important}body.light-mode .locate-btn:hover{border-color:#fcd9b8!important}body.light-mode .locate-btn.active{background:linear-gradient(135deg,#f97316,#ea580c)!important;color:#fff!important}body.light-mode .suggest-item:hover{background:rgba(249,115,22,.06)!important}body.light-mode .stat-card{background:#fff7ed!important;border-color:rgba(249,115,22,.2)!important}body.light-mode .stat-card:hover{border-color:#fb923c!important}body.light-mode .btn-secondary{background:0 0!important;background-color:transparent!important;border:2px solid #44403c!important;border-color:#44403c!important;color:#44403c!important;backdrop-filter:none}body.light-mode .btn-secondary:hover{background:#f5f5f4!important;background-color:#f5f5f4!important;border-color:#292524!important;color:#292524!important}body.light-mode .pricing-card{background:#fffcf9!important;border-color:#efe6db!important}body.light-mode .pricing-card.pricing-card-premium{background:linear-gradient(to bottom right,rgba(249,115,22,.08),rgba(249,115,22,.03))!important;border-color:rgba(249,115,22,.4)!important}body.light-mode .pricing-card:not(.pricing-card-premium)>button{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#1e293b!important}body.light-mode .pricing-card:not(.pricing-card-premium)>button:hover{background:#e2e8f0!important}body.light-mode .bg-slate-800\/60{background:#fff!important;border-color:#e2e8f0!important}body.light-mode .bg-slate-800\/60:hover{border-color:#fed7aa!important;background:#fff7ed!important}body.light-mode .app-mockups-section{background:#f0ebe4!important;border-radius:24px;padding-top:40px!important;padding-bottom:40px!important}body.light-mode .sidebar-overlay.active{background:rgba(61,50,41,.4)!important}body.light-mode .bg-slate-700{background:#f1f5f9!important}body.light-mode .suggest-main{color:#3d3229!important}body.light-mode .city-card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 2px 8px rgba(0,0,0,.04)}body.light-mode .city-card:hover{border-color:#fed7aa!important;box-shadow:0 8px 25px rgba(249,115,22,.08)!important}body.light-mode .feature-card{background:linear-gradient(145deg,#fff 0,#f8f6f3 100%)!important;border-color:#e8e2da!important;box-shadow:0 4px 20px rgba(61,50,41,.06)!important}body.light-mode .feature-card:hover{box-shadow:0 15px 40px rgba(249,115,22,.12)!important;border-color:#fcd9b8!important}body.light-mode .feature-icon{background:linear-gradient(135deg,rgba(249,115,22,.1) 0,rgba(249,115,22,.05) 100%)!important;border-color:rgba(249,115,22,.15)!important}body.light-mode #landing-social-proof>div{background:linear-gradient(145deg,#fff 0,#faf8f5 100%)!important;border-color:#e8e2da!important}body.light-mode #landing-social-proof>div:hover{border-color:#fcd9b8!important}body.light-mode .step-number{box-shadow:0 8px 25px rgba(249,115,22,.25)!important}body.light-mode .step-number::after{background:linear-gradient(90deg,rgba(249,115,22,.3),transparent)!important}body.light-mode .security-section{background:linear-gradient(135deg,#fff9f0 0,#fff4e6 100%)!important;border:2px solid rgba(249,115,22,.3)!important;box-shadow:0 8px 30px rgba(249,115,22,.08)!important}body.light-mode .security-section .text-white{color:#3d3229!important}body.light-mode .security-section .text-gray-400,body.light-mode .security-section .text-gray-500{color:#6b5a48!important}body.light-mode .security-section .bg-green-500\/10{background:rgba(34,197,94,.15)!important}body.light-mode .security-section .bg-blue-500\/10{background:rgba(59,130,246,.15)!important}body.light-mode .security-section .bg-yellow-500\/10{background:rgba(234,179,8,.15)!important}body.light-mode .security-section .bg-purple-500\/10{background:rgba(168,85,247,.15)!important}body.light-mode .security-section .text-green-400{color:#16a34a!important}body.light-mode .security-section .text-blue-400{color:#2563eb!important}body.light-mode .security-section .text-yellow-400{color:#ca8a04!important}body.light-mode .security-section .text-purple-400{color:#9333ea!important}body.light-mode .security-section .border-slate-700\/30{border-color:rgba(249,115,22,.2)!important}body.light-mode .pricing-card{background:#fffcf9!important;border-color:#efe6db!important}body.light-mode .pricing-card .text-white{color:#3d3229!important}body.light-mode .pricing-card .text-gray-300{color:#5c4d3d!important}body.light-mode .pricing-card .text-gray-400,body.light-mode .pricing-card .text-gray-500{color:#8b7355!important}body.light-mode .pricing-card .bg-slate-700{background:#3d3229!important}body.light-mode .pricing-card .bg-slate-700:hover{background:#5c4d3d!important}body.light-mode .pricing-card-premium{background:linear-gradient(135deg,#fff9f0 0,#fff4e6 100%)!important;border-color:rgba(249,115,22,.5)!important}body.light-mode .testimonial-card{background:#fffcf9!important;border-color:#efe6db!important}body.light-mode .testimonial-card .text-white{color:#3d3229!important}body.light-mode .testimonial-card .text-gray-300{color:#5c4d3d!important}body.light-mode .testimonial-card .text-gray-500{color:#8b7355!important}body.light-mode .faq-item{background:#fffcf9!important;border-color:#efe6db!important}body.light-mode .faq-item .text-white{color:#3d3229!important}body.light-mode .faq-item .text-gray-400{color:#6b5a48!important}body.light-mode .cta-final{background:linear-gradient(135deg,#fff4e6 0,#ffe8d6 100%)!important;border-color:rgba(249,115,22,.4)!important}body.light-mode .cta-final .text-white{color:#3d3229!important}body.light-mode .cta-final .text-gray-400{color:#6b5a48!important}body.light-mode .premium-section{background:linear-gradient(135deg,#1a1a2e 0,#16213e 50%,#0f3460 100%)!important;border:1px solid rgba(255,215,0,.3)!important;box-shadow:0 10px 40px rgba(26,26,46,.2),inset 0 1px 0 rgba(255,215,0,.1)!important}body.light-mode .premium-section *{color:#fff!important}body.light-mode .premium-section .text-gray-400{color:#a0aec0!important}body.light-mode .premium-section .premium-badge{background:linear-gradient(135deg,gold 0,#ffb347 100%)!important;color:#1a1a2e!important}body.light-mode .premium-section .premium-icon{background:linear-gradient(135deg,gold 0,#f7931a 100%)!important;box-shadow:0 8px 25px rgba(255,215,0,.3)!important}body.light-mode .premium-section button{background:linear-gradient(135deg,gold 0,#f7931a 100%)!important;color:#1a1a2e!important;border:none!important}body.light-mode .premium-section button:hover{box-shadow:0 8px 25px rgba(255,215,0,.4)!important}body.light-mode .suggest-sub{color:#8b7355!important}body.light-mode .suggest-pill{border-color:#efe6db!important;color:#5c4d3d!important}body.light-mode .address-suggest-item{border-color:#efe6db!important}body.light-mode .address-suggest-item:hover{background:rgba(249,115,22,.06)!important}body.light-mode .address-suggest-main{color:#3d3229!important}body.light-mode .address-suggest-sub{color:#8b7355!important}body.light-mode #reg-ubicacion-dropdown{background:#fffcf9!important;border-color:#efe6db!important}body.light-mode #reg-ubicacion-dropdown>div:hover{background:rgba(249,115,22,.06)!important}body.light-mode .checkbox-custom{accent-color:#ea580c!important}body.light-mode .creator-badge{background:linear-gradient(135deg,#fef3c7,#fde68a)!important;border-color:#f59e0b!important;color:#92400e!important}body.light-mode .card-quedada{background:linear-gradient(145deg,#fffcf9,#fef7ed)!important;border:2px solid #efe6db!important}body.light-mode .card-quedada:hover{border-color:#f97316!important;box-shadow:0 12px 35px rgba(249,115,22,.15)!important}body.light-mode .card-quedada .border-slate-700{border-color:#e8ddd0!important}body.light-mode .card-quedada .border-slate-600{border-color:#d4c4b0!important}body.light-mode .card-quedada .bg-slate-800\/40,body.light-mode .card-quedada .bg-slate-800\/50{background:#f5ebe0!important;border-color:#e8ddd0!important}body.light-mode .card-quedada .bg-slate-800\/40 .font-bold,body.light-mode .card-quedada .bg-slate-800\/40 .text-white,body.light-mode .card-quedada .bg-slate-800\/50 .font-bold,body.light-mode .card-quedada .bg-slate-800\/50 .text-white{color:#2d241c!important}body.light-mode .card-quedada .bg-slate-800\/40 .text-gray-500,body.light-mode .card-quedada .bg-slate-800\/50 .text-gray-500{color:#78685a!important}body.light-mode .card-quedada .bg-slate-800\/40 .w-px,body.light-mode .card-quedada .bg-slate-800\/50 .w-px{background-color:#d4c4b0!important}body.light-mode .card-quedada .text-white{color:#2d241c!important}body.light-mode .card-quedada .text-gray-300{color:#5c4d3d!important}body.light-mode .card-quedada .text-gray-400{color:#78685a!important}body.light-mode .card-quedada .text-gray-500{color:#8b7a6b!important}body.light-mode .card-quedada h3{color:#2d241c!important}body.light-mode .card-quedada .border-b{border-color:#e8ddd0!important}body.light-mode .card-quedada .border-t{border-color:#e8ddd0!important}body.light-mode .card-quedada .bg-orange-500\/10{background:rgba(249,115,22,.12)!important}body.light-mode .card-quedada .text-orange-300\/70,body.light-mode .card-quedada .text-orange-400{color:#ea580c!important}body.light-mode .card-quedada .bg-green-500\/20{background:#dcfce7!important}body.light-mode .card-quedada .bg-yellow-500\/20{background:#fef9c3!important}body.light-mode .card-quedada .bg-red-500\/20{background:#fee2e2!important}body.light-mode .card-quedada .bg-purple-500\/20{background:#f3e8ff!important}body.light-mode .card-quedada .text-green-400{color:#15803d!important}body.light-mode .card-quedada .text-yellow-400{color:#a16207!important}body.light-mode .card-quedada .text-red-400{color:#dc2626!important}body.light-mode .card-quedada .text-purple-400{color:#9333ea!important}body.light-mode .bg-slate-950{background:#f5ebe0!important;border:1px solid #e8ddd0!important}body.light-mode .bg-slate-950 .text-white{color:#5c4d3d!important}body.light-mode .bg-slate-950 .text-gray-600{color:#78685a!important}body.light-mode #modal-open-in-app .modal-content{background:#fffcf9!important;border-color:#efe6db!important}body.light-mode #modal-open-in-app .text-white{color:#2d241c!important}body.light-mode #modal-open-in-app .text-gray-300{color:#5c4d3d!important}body.light-mode #modal-open-in-app .text-gray-400{color:#78685a!important}body.light-mode #modal-open-in-app .text-gray-500{color:#8b7a6b!important}body.light-mode #modal-open-in-app .bg-green-500\/10{background:#dcfce7!important;border-color:#86efac!important}body.light-mode #modal-open-in-app .bg-blue-500\/10{background:#dbeafe!important;border-color:#93c5fd!important}body.light-mode #modal-open-in-app .bg-purple-500\/10{background:#f3e8ff!important;border-color:#d8b4fe!important}body.light-mode #modal-open-in-app .bg-slate-800{background:#efe6db!important;color:#5c4d3d!important}body.light-mode #modal-enable-notifications .modal-content{background:#fffcf9!important;border-color:#efe6db!important}body.light-mode #modal-enable-notifications .text-white{color:#2d241c!important}body.light-mode #modal-enable-notifications .text-gray-300{color:#5c4d3d!important}body.light-mode #modal-enable-notifications .text-gray-400{color:#78685a!important}body.light-mode #modal-enable-notifications .text-gray-500{color:#8b7a6b!important}body.light-mode #modal-enable-notifications .bg-orange-500\/10{background:#fff7ed!important;border-color:#fed7aa!important}body.light-mode #modal-enable-notifications .bg-green-500\/10{background:#dcfce7!important;border-color:#86efac!important}body.light-mode #modal-enable-notifications .bg-blue-500\/10{background:#dbeafe!important;border-color:#93c5fd!important}body.light-mode #modal-enable-notifications .bg-slate-800{background:#efe6db!important;color:#5c4d3d!important}.safe-area-bottom{padding-bottom:max(12px,env(safe-area-inset-bottom))}#smart-app-banner.show{transform:translateY(0)}body.light-mode #smart-app-banner>div{background:linear-gradient(to right,#fffcf9,#fef9f3,#fffcf9)!important;border-color:#f97316!important}body.light-mode #smart-app-banner .text-white{color:#2d241c!important}body.light-mode #smart-app-banner .text-gray-400{color:#78685a!important}body.light-mode #smart-app-banner .text-gray-500{color:#8b7a6b!important}body.light-mode .modal-content .bg-slate-800\/50{background:linear-gradient(145deg,#fffcf9,#fef9f3)!important;border:1.5px solid #efe6db!important}body.light-mode .modal-content .bg-slate-800\/30{background:#fef9f3!important;border-color:#efe6db!important}body.light-mode .modal-content .bg-slate-700\/30{background:#fef9f3!important}body.light-mode .modal-content .bg-slate-700\/50{background:#f5ebe0!important;border-color:#e8ddd0!important}body.light-mode .modal-content .text-orange-400{color:#ea580c!important}body.light-mode .modal-content .bg-blue-600{background:#2563eb!important}body.light-mode .modal-content .bg-slate-700{background:#e8ddd0!important;color:#5c4d3d!important}body.light-mode .modal-content .bg-slate-800{background:#efe6db!important;color:#5c4d3d!important}body.light-mode .modal-content .bg-slate-800\/80{background:#f5ebe0!important}body.light-mode .modal-content .border-orange-500\/30{border-color:#f97316!important}body.light-mode .modal-content .bg-orange-500\/10{background:rgba(249,115,22,.08)!important}body.light-mode .modal-content .bg-orange-500\/15{background:rgba(249,115,22,.12)!important}body.light-mode .modal-content .bg-orange-500\/20{background:rgba(249,115,22,.15)!important}body.light-mode #modal-complete-profile .modal-content{background:#fffcf9!important;border-color:#efe6db!important}body.light-mode #modal-complete-profile .text-white{color:#2d241c!important}body.light-mode #modal-complete-profile .text-gray-400{color:#78685a!important}body.light-mode #modal-complete-profile .text-gray-500{color:#8b7a6b!important}body.light-mode #modal-complete-profile .input-dark{background:#fff!important;border:1.5px solid #e8ddd0!important;color:#2d241c!important}body.light-mode #modal-complete-profile .input-dark::placeholder{color:#a08d7d!important}body.light-mode #modal-complete-profile .input-dark:focus{border-color:#f97316!important;box-shadow:0 0 0 3px rgba(249,115,22,.15)!important}body.light-mode .onboard-level-btn{color:#2d241c!important;background:#fffcf9!important;border-color:#e8ddd0!important}body.light-mode .onboard-level-btn:hover{border-color:#d4c4b0!important;background:#fef9f3!important}body.light-mode .onboard-level-btn.border-orange-500{border-color:#f97316!important;background:rgba(249,115,22,.08)!important;color:#2d241c!important}body.light-mode #modal-crear .modal-content{background:#fffcf9!important}body.light-mode #modal-crear .bg-gradient-to-r{background:linear-gradient(to right,#fffcf9,#fef9f3)!important}body.light-mode #modal-crear .border-slate-700\/50{border-color:#e8ddd0!important}body.light-mode #modal-crear .border-slate-800\/50{border-color:#e8ddd0!important}body.light-mode #modal-crear .bg-slate-900\/95{background:rgba(255,252,249,.98)!important}body.light-mode #modal-crear .backdrop-blur-sm{backdrop-filter:blur(8px)!important}body.light-mode #modal-crear .text-gray-300{color:#5c4d3d!important}body.light-mode #modal-crear .text-gray-400{color:#78685a!important}body.light-mode #modal-crear .text-gray-500{color:#8b7a6b!important}body.light-mode #modal-crear .text-gray-600{color:#a08d7d!important}body.light-mode #modal-crear .text-white{color:#2d241c!important}body.light-mode #modal-crear .text-orange-300{color:#ea580c!important}body.light-mode #modal-crear h2.font-black{color:#2d241c!important}body.light-mode #modal-crear .input-dark{background:#fff!important;border:1.5px solid #e8ddd0!important;color:#2d241c!important}body.light-mode #modal-crear .input-dark::placeholder{color:#a08d7d!important}body.light-mode #modal-crear .input-dark:focus{border-color:#f97316!important;box-shadow:0 0 0 3px rgba(249,115,22,.15)!important}body.light-mode #modal-crear select.input-dark{background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b5b4d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") right .75rem center/1.5em no-repeat!important}body.light-mode #modal-forgot .input-dark,body.light-mode #modal-login .input-dark,body.light-mode #modal-register .input-dark,body.light-mode #modal-reset .input-dark{background:#fff!important;border:1.5px solid #e8ddd0!important;color:#2d241c!important}body.light-mode #modal-forgot .input-dark::placeholder,body.light-mode #modal-login .input-dark::placeholder,body.light-mode #modal-register .input-dark::placeholder,body.light-mode #modal-reset .input-dark::placeholder{color:#9a8a7a!important}body.light-mode #modal-forgot .input-dark:focus,body.light-mode #modal-login .input-dark:focus,body.light-mode #modal-register .input-dark:focus,body.light-mode #modal-reset .input-dark:focus{border-color:#f97316!important;box-shadow:0 0 0 3px rgba(249,115,22,.15)!important}body.light-mode #modal-login .border-slate-700,body.light-mode #modal-register .border-slate-700{border-color:#e8ddd0!important}body.light-mode #modal-forgot .text-gray-400,body.light-mode #modal-login .text-gray-400,body.light-mode #modal-register .text-gray-400,body.light-mode #modal-reset .text-gray-400{color:#6b5b4d!important}body.light-mode #modal-login .text-gray-500.hover\:text-gray-300,body.light-mode #modal-register .text-gray-500.hover\:text-gray-300{color:#8a7a6a!important}body.light-mode #modal-login .text-gray-500.hover\:text-gray-300:hover,body.light-mode #modal-register .text-gray-500.hover\:text-gray-300:hover{color:#5c4d3d!important}body.light-mode #modal-login .text-gray-500,body.light-mode #modal-register .text-gray-500{color:#7a6a5a!important}body.light-mode .bg-green-500\/20{background:#dcfce7!important;border:1px solid #86efac!important}body.light-mode .text-green-400{color:#15803d!important}body.light-mode .bg-yellow-500\/20{background:#fef9c3!important;border:1px solid #fde047!important}body.light-mode .text-yellow-400{color:#a16207!important}body.light-mode .bg-red-500\/20{background:#fee2e2!important;border:1px solid #fca5a5!important}body.light-mode .text-red-400{color:#b91c1c!important}body.light-mode .bg-purple-500\/20{background:#f3e8ff!important;border:1px solid #d8b4fe!important}body.light-mode .text-purple-400{color:#7e22ce!important}body.light-mode .bg-slate-500\/20{background:#f1f5f9!important;border:1px solid #cbd5e1!important}body.light-mode .text-slate-300{color:#334155!important}body.light-mode .bg-orange-500\/20{background:#ffedd5!important;border:1px solid #fdba74!important}body.light-mode .text-orange-400{color:#c2410c!important}body.light-mode .card-quedada .bg-slate-800\/80{background:linear-gradient(135deg,#f97316,#ea580c)!important;border:none!important}body.light-mode .card-quedada .bg-slate-800\/80 .text-orange-400{color:#fff!important;font-weight:800!important}body.light-mode .card-quedada .bg-slate-800\/80 .text-gray-400{color:rgba(255,255,255,.85)!important}body.light-mode .bg-amber-500\/20{background:#fef3c7!important;border:1.5px solid #f59e0b!important}body.light-mode .text-amber-400{color:#92400e!important}body.light-mode .card-quedada .bg-green-500\/20.text-green-400{background:#dcfce7!important;border:1.5px solid #4ade80!important;color:#166534!important}body.light-mode .card-quedada .bg-yellow-500\/20.text-yellow-400{background:#fef9c3!important;border:1.5px solid #facc15!important;color:#854d0e!important}body.light-mode .card-quedada .bg-blue-500\/20{background:#dbeafe!important;border:1.5px solid #60a5fa!important}body.light-mode .text-blue-400{color:#1d4ed8!important}body.light-mode .live-badge{background:#fee2e2!important;color:#b91c1c!important;border:1.5px solid #f87171!important}body.light-mode .card-quedada .text-gray-400{color:#57534e!important}body.light-mode .card-quedada .text-gray-500{color:#78716c!important}body.light-mode .card-quedada .text-green-400.font-semibold{color:#15803d!important}body.light-mode .card-quedada .organizer-wrapper .text-gray-400{color:#57534e!important}body.light-mode .card-quedada .organizer-wrapper .text-yellow-400{color:#b45309!important}body.light-mode .bg-green-500\/20.text-green-400.border-green-500\/30{background:#dcfce7!important;color:#166534!important;border-color:#4ade80!important}body.light-mode .bg-purple-500\/20.text-purple-400.border-purple-500\/30{background:#f3e8ff!important;color:#7e22ce!important;border-color:#c084fc!important}body.light-mode .bg-yellow-500\/20.text-yellow-400.border-yellow-500\/30{background:#fef9c3!important;color:#a16207!important;border-color:#fde047!important}body.light-mode .bg-blue-500\/20.text-blue-400.border-blue-500\/30{background:#dbeafe!important;color:#1d4ed8!important;border-color:#60a5fa!important}body.light-mode .bg-amber-500\/20.text-amber-400.border-amber-500\/30{background:#fef3c7!important;color:#92400e!important;border-color:#f59e0b!important}body.light-mode .weather-badge.bg-green-500\/20{background:#dcfce7!important;color:#166534!important;border:1.5px solid #4ade80!important}body.light-mode .weather-badge.bg-yellow-500\/20{background:#fef9c3!important;color:#854d0e!important;border:1.5px solid #facc15!important}body.light-mode .weather-badge.bg-red-500\/20{background:#fee2e2!important;color:#b91c1c!important;border:1.5px solid #f87171!important}body.light-mode .text-gray-400{color:#57534e!important}body.light-mode .text-gray-500{color:#78716c!important}body.light-mode .card-quedada .text-xs.text-gray-500{color:#6b7280!important}body.light-mode .bg-gradient-to-r.from-orange-500\/10{background:linear-gradient(135deg,#fff7ed,#ffedd5)!important;border:1.5px solid #fdba74!important}body.light-mode .text-orange-400.font-bold{color:#c2410c!important}body.light-mode .text-blue-400.font-bold{color:#1d4ed8!important}body.light-mode .text-green-400.font-bold{color:#15803d!important}body.light-mode h2.text-3xl,body.light-mode h2.text-4xl{color:#1e1510!important}body.light-mode #app-title{color:#2d241c!important;font-weight:900!important}body.light-mode .text-2xl.font-black,body.light-mode .text-xl.font-black{color:#2d241c!important}body.light-mode #detail-map,body.light-mode #map,body.light-mode #map-crear{border:2px solid #d4c4b0!important;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05)!important}body.light-mode .leaflet-container{background:#e8e0d8!important;filter:saturate(1.1) contrast(1.05)!important}body.light-mode .leaflet-tile-pane{filter:saturate(1.15) contrast(1.08) brightness(.98)!important}body.light-mode .bg-slate-900\/90{background:rgba(255,252,249,.95)!important;border:1px solid #e8ddd0!important}body.light-mode .bg-slate-900\/90 .text-sm{color:#3d3229!important}body.light-mode [style*="background:linear-gradient(135deg,rgba(249,115,22"]{background:linear-gradient(135deg,rgba(249,115,22,.15),rgba(236,72,153,.1))!important}.weather-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.weather-good{background:rgba(34,197,94,.15);color:#22c55e;border:1px solid rgba(34,197,94,.3)}.weather-warn{background:rgba(250,204,21,.15);color:#facc15;border:1px solid rgba(250,204,21,.3)}.weather-bad{background:rgba(239,68,68,.15);color:#ef4444;border:1px solid rgba(239,68,68,.3)}.sidebar{position:fixed;top:0;right:-420px;width:420px;max-width:100vw;height:100vh;background:#0f172a;border-left:1px solid rgba(255,255,255,.1);z-index:200;transition:right .4s;display:flex;flex-direction:column}.sidebar.active{right:0}.sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:199;opacity:0;pointer-events:none;transition:opacity .3s}.sidebar-overlay.active{opacity:1;pointer-events:all}.floating-btn{animation:pulse 2s infinite;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 8px 32px rgba(249,115,22,.4)}.floating-btn:hover{animation:none;transform:scale(1.05)}.custom-scroll::-webkit-scrollbar{width:6px}.custom-scroll::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.input-dark{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);transition:all .3s;color:#fff}.input-dark:focus{border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.2);outline:0}.input-dark::placeholder{color:#64748b}.input-dark option{background:#1e293b;color:#fff}input[type=date].input-dark,input[type=time].input-dark{text-align:center}input[type=date].input-dark::-webkit-calendar-picker-indicator,input[type=time].input-dark::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.6;cursor:pointer}.btn-gradient{background:linear-gradient(135deg,#f97316,#ea580c)}.btn-gradient:hover{box-shadow:0 8px 24px rgba(249,115,22,.4)}.label-required::after{content:' *';color:#ef4444}.checkbox-custom{accent-color:#f97316}.no-scrollbar::-webkit-scrollbar{display:none}.avatar-stack{display:flex;flex-shrink:0}.avatar-stack .avatar{width:26px;height:26px;border-radius:50%;border:2px solid #1e293b;margin-left:-6px;display:flex;align-items:center;justify-content:center;font-size:11px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:600;flex-shrink:0}.avatar-stack .avatar:first-child{margin-left:0}.avatar-stack .avatar-more{background:#374151;color:#9ca3af;font-size:9px;font-weight:700}.participants-names{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:640px){.participants-names{max-width:180px}}.community-item{transition:all .3s ease}.community-item:hover{background:rgba(249,115,22,.1);border-color:rgba(249,115,22,.3)}.message-bubble{animation:slideUp .3s ease}.toast{animation:slideUp .5s ease}.suggest-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;cursor:pointer}.suggest-item:hover{background:rgba(255,255,255,.06)}.suggest-main{font-weight:800;color:rgba(255,255,255,.95)}.suggest-sub{font-size:12px;color:rgba(255,255,255,.6);margin-top:2px}.suggest-pill{font-size:11px;font-weight:800;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.8)}.address-suggest-item{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;cursor:pointer;border-top:1px solid rgba(255,255,255,.06)}.address-suggest-item:hover{background:rgba(255,255,255,.06)}.address-suggest-main{color:rgba(255,255,255,.92);font-weight:800;font-size:.92rem;line-height:1.25}.address-suggest-sub{color:rgba(255,255,255,.6);font-size:.78rem;margin-top:2px}.address-suggest-badge{font-size:.7rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.85);background:rgba(249,115,22,.18);border:1px solid rgba(249,115,22,.35);padding:3px 8px;border-radius:999px;white-space:nowrap}.locate-btn{top:1rem;right:1rem;width:44px;height:44px;border-radius:14px;background:rgba(15,23,42,.85);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);box-shadow:0 18px 50px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.92);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.locate-btn:hover{transform:translateY(-2px);border-color:rgba(249,115,22,.35);box-shadow:0 22px 70px rgba(0,0,0,.45)}.locate-btn.active{background:linear-gradient(135deg,rgba(249,115,22,.95),rgba(236,72,153,.95));border-color:rgba(255,255,255,.18)}.locate-icon{font-weight:900;font-size:18px;line-height:1}.card-quedada{position:relative;overflow:visible;display:flex;flex-direction:column}#ciudad-lista-quedadas,#lista-quedadas{align-items:stretch}.card-quedada .card-footer{margin-top:auto}.card-quedada.joined{border-color:rgba(249,115,22,.55)!important;box-shadow:0 22px 70px rgba(249,115,22,.18),0 20px 40px rgba(0,0,0,.45)!important}.card-quedada.joined::before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(900px 500px at 10% 0,rgba(249,115,22,.14),transparent 55%),radial-gradient(700px 450px at 90% 0,rgba(236,72,153,.1),transparent 55%);pointer-events:none;clip-path:inset(0 round 16px)}.joined-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;background:rgba(249,115,22,.18);border:1px solid rgba(249,115,22,.35);color:rgba(255,255,255,.92)}.joined-dot{width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,#f97316,#ec4899);box-shadow:0 0 0 4px rgba(249,115,22,.12)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width:640px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background:linear-gradient(145deg,rgba(30,41,59,.8),rgba(15,23,42,.9));border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:16px;text-align:center;transition:all .3s}.stat-card:hover{transform:translateY(-2px);border-color:rgba(249,115,22,.3)}.stat-value{font-size:28px;font-weight:900;background:linear-gradient(135deg,#f97316,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:12px;color:#9ca3af;font-weight:600;margin-top:4px}body.light-mode .stat-card{background:#fff7ed!important;border-color:rgba(249,115,22,.2)!important}body.light-mode .stat-card:hover{border-color:#fb923c!important}body.light-mode .stat-label{color:#8b7355!important}.premium-avatar-border{padding:2px;border-radius:50%;background:linear-gradient(135deg,gold,orange,gold);box-shadow:0 0 12px rgba(255,215,0,.5),0 0 20px rgba(255,215,0,.3);animation:premium-glow 2s ease-in-out infinite alternate}.premium-avatar-border img,.premium-avatar-border>div{border:2px solid #0b1220!important}@keyframes premium-glow{from{box-shadow:0 0 8px rgba(255,215,0,.4),0 0 16px rgba(255,215,0,.2)}to{box-shadow:0 0 12px rgba(255,215,0,.6),0 0 24px rgba(255,215,0,.4)}}body.light-mode .premium-avatar-border{box-shadow:0 0 10px rgba(234,179,8,.6),0 0 20px rgba(234,179,8,.3)}body.light-mode .premium-avatar-border img,body.light-mode .premium-avatar-border>div{border-color:#fff!important}.premium-stats-container{background:linear-gradient(135deg,rgba(234,179,8,.08) 0,rgba(251,191,36,.03) 100%);border:1px solid rgba(234,179,8,.2);border-radius:20px;padding:16px}.premium-stats-header{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(234,179,8,.15)}.premium-stat-card{background:rgba(0,0,0,.2);border:1px solid rgba(234,179,8,.15);border-radius:16px;padding:12px;text-align:center;transition:all .3s}.premium-stat-card:hover{border-color:rgba(234,179,8,.4);transform:translateY(-2px)}.premium-stat-icon{font-size:20px;margin-bottom:4px}.premium-stat-value{font-size:22px;font-weight:900;background:linear-gradient(135deg,#eab308,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.premium-stat-label{font-size:10px;color:#a3a3a3;font-weight:600;margin-top:2px}.premium-activity-chart{background:rgba(0,0,0,.15);border-radius:12px;padding:12px}.activity-bar{width:100%;border-radius:4px;background:linear-gradient(to top,rgba(234,179,8,.6),rgba(251,191,36,.8));transition:height .5s ease}.premium-stats-locked-container{background:linear-gradient(135deg,rgba(100,100,100,.1) 0,rgba(80,80,80,.05) 100%);border:1px dashed rgba(150,150,150,.3);border-radius:20px;padding:16px}body.light-mode .premium-stats-container{background:linear-gradient(135deg,rgba(234,179,8,.1),rgba(251,191,36,.05))!important;border-color:rgba(234,179,8,.25)!important}body.light-mode .premium-stat-card{background:rgba(255,255,255,.5)!important}body.light-mode .premium-activity-chart{background:rgba(234,179,8,.08)!important;border:1px solid rgba(234,179,8,.15)}body.light-mode .premium-stat-label{color:#8b7355!important}body.light-mode .activity-bar{background:linear-gradient(to top,rgba(249,115,22,.5),rgba(251,191,36,.8))!important}body.light-mode #btnProfileTop{color:#c2410c!important}body.light-mode #btnProfileTop:hover{color:#9a3412!important;background:rgba(249,115,22,.1)!important}body.light-mode #btnLogoutTop{color:#b45309!important}body.light-mode #btnLogoutTop:hover{color:#92400e!important;background:rgba(249,115,22,.1)!important}body.light-mode #theme-toggle-main{background:rgba(0,0,0,.04)!important;border-color:#e8ddd0!important}.social-stat-inline{cursor:pointer;padding:4px 8px;border-radius:8px;transition:all .2s;display:inline-flex;align-items:center}.social-stat-inline:hover{background:rgba(249,115,22,.15)}body.light-mode .social-stat-inline:hover{background:rgba(249,115,22,.1)!important}body.light-mode .social-stat-inline span.font-bold{color:#1f2937!important}.btn-follow{padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;transition:all .2s;cursor:pointer;border:none}.btn-follow.not-following{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.btn-follow.not-following:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(249,115,22,.4)}.btn-follow.following{background:0 0;border:2px solid #f97316;color:#f97316}.btn-follow.following:hover{background:rgba(249,115,22,.1)}.user-list-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);margin-bottom:8px;transition:all .2s}.user-list-item:hover{background:rgba(255,255,255,.06);border-color:rgba(249,115,22,.3)}.user-list-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.user-list-avatar img{width:100%;height:100%;object-fit:cover}.user-list-info{flex:1;min-width:0}.user-list-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-list-meta{font-size:11px;color:#9ca3af;display:flex;gap:8px;align-items:center}body.light-mode .user-list-item{background:#fef9f3!important;border-color:#efe6db!important}body.light-mode .user-list-item:hover{border-color:rgba(249,115,22,.4)!important}body.light-mode .user-list-name{color:#1f2937!important}.badge-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);transition:all .3s}.badge-item.unlocked{background:linear-gradient(145deg,rgba(249,115,22,.1),rgba(236,72,153,.05));border-color:rgba(249,115,22,.3)}.badge-item.locked{opacity:.5;filter:grayscale(1)}.badge-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;background:linear-gradient(135deg,#1e293b,#0f172a)}.badge-item.unlocked .badge-icon{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 15px rgba(249,115,22,.3)}body.light-mode .badge-item{background:#fef9f3!important;border-color:#efe6db!important}body.light-mode .badge-item.unlocked{background:rgba(249,115,22,.08)!important;border-color:rgba(249,115,22,.25)!important}.strava-section{background:linear-gradient(135deg,rgba(252,82,0,.08) 0,rgba(252,82,0,.03) 100%);border:1px solid rgba(252,82,0,.2);border-radius:20px;padding:16px;transition:all .3s}.strava-section:hover{border-color:rgba(252,82,0,.4)}.strava-btn{background:linear-gradient(135deg,#fc5200 0,#e34a00 100%);color:#fff;font-weight:700;padding:12px 24px;border-radius:12px;border:none;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s;font-size:14px}.strava-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(252,82,0,.4)}.strava-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.strava-btn-disconnect{background:0 0;border:2px solid rgba(252,82,0,.5);color:#fc5200}.strava-btn-disconnect:hover{background:rgba(252,82,0,.1);box-shadow:none}.strava-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.strava-stat-card{background:rgba(0,0,0,.2);border:1px solid rgba(252,82,0,.15);border-radius:16px;padding:12px;text-align:center;transition:all .3s}.strava-stat-card:hover{border-color:rgba(252,82,0,.4);transform:translateY(-2px)}.strava-stat-value{font-size:22px;font-weight:900;color:#fc5200}.strava-stat-label{font-size:10px;color:#a3a3a3;font-weight:600;margin-top:2px}.strava-connected-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;background:rgba(34,197,94,.15);color:#22c55e;font-size:12px;font-weight:600}body.light-mode .strava-section{background:linear-gradient(135deg,rgba(252,82,0,.06) 0,rgba(252,82,0,.02) 100%)!important;border-color:rgba(252,82,0,.2)!important}body.light-mode .strava-stat-card{background:rgba(255,255,255,.5)!important}.badge-item-premium{display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;background:linear-gradient(145deg,rgba(234,179,8,.05),rgba(251,191,36,.02));border:1px solid rgba(234,179,8,.15);transition:all .3s}.badge-item-premium.unlocked{background:linear-gradient(145deg,rgba(234,179,8,.15),rgba(251,191,36,.1));border-color:rgba(234,179,8,.4);box-shadow:0 4px 20px rgba(234,179,8,.15)}.badge-item-premium.locked{opacity:.4;filter:grayscale(.5)}.badge-icon-premium{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(234,179,8,.2)}.badge-item-premium.unlocked .badge-icon-premium{background:linear-gradient(135deg,#eab308,#f59e0b);box-shadow:0 4px 15px rgba(234,179,8,.4);border:none}body.light-mode .badge-item-premium{background:linear-gradient(145deg,rgba(234,179,8,.08),rgba(251,191,36,.04))!important;border-color:rgba(234,179,8,.25)!important}body.light-mode .badge-item-premium.unlocked{background:linear-gradient(145deg,rgba(234,179,8,.15),rgba(251,191,36,.1))!important}.live-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:800;background:rgba(239,68,68,.15);color:#ef4444;border:1px solid rgba(239,68,68,.3);animation:livePulse 2s infinite}@keyframes livePulse{0%,100%{box-shadow:0 0 0 0 rgba(239,68,68,.4)}50%{box-shadow:0 0 0 6px rgba(239,68,68,0)}}.live-dot{width:6px;height:6px;border-radius:50%;background:#ef4444;animation:liveDot 1s infinite}@keyframes liveDot{0%,100%{opacity:1}50%{opacity:.4}}.organizer-name-badges{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.org-badge{display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;padding:2px 6px;border-radius:6px;cursor:help;transition:all .2s ease}.org-badge:hover{transform:scale(1.15)}.badge-rating{color:#fbbf24;background:rgba(251,191,36,.15);border:1px solid rgba(251,191,36,.3)}.badge-verified{color:#22c55e;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.3);font-weight:800}.badge-verified:hover{box-shadow:0 0 8px rgba(34,197,94,.5)}.badge-premium{color:#fbbf24;background:linear-gradient(135deg,rgba(234,179,8,.2),rgba(251,191,36,.15));border:1px solid rgba(234,179,8,.4);animation:premiumGlow 2s ease-in-out infinite}.badge-premium:hover{box-shadow:0 0 12px rgba(234,179,8,.6)}@keyframes premiumGlow{0%,100%{box-shadow:0 0 5px rgba(234,179,8,.3)}50%{box-shadow:0 0 10px rgba(234,179,8,.5)}}.badge-expert{color:#a855f7;background:rgba(168,85,247,.15);border:1px solid rgba(168,85,247,.3)}.badge-expert:hover{box-shadow:0 0 8px rgba(168,85,247,.5)}.badge-elite{color:#ec4899;background:rgba(236,72,153,.15);border:1px solid rgba(236,72,153,.3)}.badge-elite:hover{box-shadow:0 0 8px rgba(236,72,153,.5)}.badge-active{color:#3b82f6;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3)}.badge-top-rated{color:#f97316;background:rgba(249,115,22,.15);border:1px solid rgba(249,115,22,.3);animation:topGlow 2s ease-in-out infinite}@keyframes topGlow{0%,100%{box-shadow:0 0 0 0 rgba(249,115,22,0)}50%{box-shadow:0 0 6px rgba(249,115,22,.4)}}.badge-recommended{color:#14b8a6;background:rgba(20,184,166,.15);border:1px solid rgba(20,184,166,.3)}.badge-new{color:#6b7280;background:rgba(107,114,128,.15);border:1px solid rgba(107,114,128,.3)}.amenity-tag{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;font-size:14px;background:rgba(100,116,139,.15);border:1px solid rgba(100,116,139,.25);border-radius:8px;cursor:help;transition:all .2s ease}.amenity-tag:hover{transform:scale(1.15);background:rgba(249,115,22,.15);border-color:rgba(249,115,22,.4);box-shadow:0 4px 12px rgba(249,115,22,.2)}body.light-mode .amenity-tag{background:rgba(241,245,249,.8);border-color:rgba(203,213,225,.5)}body.light-mode .amenity-tag:hover{background:rgba(255,237,213,.8);border-color:rgba(249,115,22,.4)}.features-highlight{background:linear-gradient(90deg,rgba(249,115,22,.08) 0,rgba(251,146,60,.03) 100%);border-left:3px solid rgba(249,115,22,.5)}.features-highlight span{white-space:nowrap}body.light-mode .features-highlight{background:linear-gradient(90deg,rgba(255,237,213,.6) 0,rgba(254,243,199,.3) 100%);border-left-color:rgba(249,115,22,.6)}body.light-mode .badge-rating{background:#fef9c3;color:#a16207;border-color:#fde047}body.light-mode .badge-verified{background:#dcfce7;color:#166534;border-color:#86efac}body.light-mode .badge-expert{background:#f3e8ff;color:#7e22ce;border-color:#d8b4fe}body.light-mode .badge-elite{background:#fce7f3;color:#be185d;border-color:#f9a8d4}body.light-mode .badge-active{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}body.light-mode .badge-top-rated{background:#ffedd5;color:#c2410c;border-color:#fdba74}body.light-mode .badge-recommended{background:#ccfbf1;color:#0f766e;border-color:#5eead4}body.light-mode .badge-new{background:#f3f4f6;color:#4b5563;border-color:#d1d5db}.organizer-tooltip-badge.badge-verified{background:rgba(34,197,94,.2);color:#4ade80;border-color:rgba(34,197,94,.4)}.organizer-tooltip-badge.badge-expert{background:rgba(168,85,247,.2);color:#c084fc;border-color:rgba(168,85,247,.4)}.organizer-tooltip-badge.badge-elite{background:rgba(236,72,153,.2);color:#f472b6;border-color:rgba(236,72,153,.4)}.organizer-tooltip-badge.badge-active{background:rgba(59,130,246,.2);color:#60a5fa;border-color:rgba(59,130,246,.4)}.organizer-tooltip-badge.badge-top-rated{background:rgba(249,115,22,.2);color:#fb923c;border-color:rgba(249,115,22,.4)}.organizer-tooltip-badge.badge-recommended{background:rgba(20,184,166,.2);color:#2dd4bf;border-color:rgba(20,184,166,.4)}body.light-mode .organizer-tooltip-badge.badge-verified{background:#dcfce7;color:#166534;border-color:#86efac}body.light-mode .organizer-tooltip-badge.badge-expert{background:#f3e8ff;color:#7e22ce;border-color:#d8b4fe}body.light-mode .organizer-tooltip-badge.badge-elite{background:#fce7f3;color:#be185d;border-color:#f9a8d4}body.light-mode .organizer-tooltip-badge.badge-active{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}body.light-mode .organizer-tooltip-badge.badge-top-rated{background:#ffedd5;color:#c2410c;border-color:#fdba74}body.light-mode .organizer-tooltip-badge.badge-recommended{background:#ccfbf1;color:#0f766e;border-color:#5eead4}.faq-item{background:rgba(30,41,59,.5);border:1px solid rgba(71,85,105,.3);border-radius:12px;overflow:hidden;transition:all .2s ease}.faq-item:hover{border-color:rgba(249,115,22,.3)}.faq-item[open]{background:rgba(30,41,59,.8);border-color:rgba(249,115,22,.5)}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:16px;cursor:pointer;font-weight:600;font-size:14px;color:#e2e8f0;list-style:none;transition:color .2s}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{color:#f97316}.faq-chevron{transition:transform .3s ease;color:#64748b;flex-shrink:0}.faq-item[open] .faq-chevron{transform:rotate(180deg);color:#f97316}.faq-answer{padding:0 16px 16px;font-size:13px;color:#94a3b8;line-height:1.6;animation:fadeIn .3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}body.light-mode .faq-item{background:rgba(255,252,249,.8);border-color:#e8ddd0}body.light-mode .faq-item:hover{border-color:#f97316}body.light-mode .faq-item[open]{background:#fffcf9}body.light-mode .faq-question{color:#3d3229}body.light-mode .faq-question:hover{color:#ea580c}body.light-mode .faq-answer{color:#5c4d3d}body.light-mode .faq-chevron{color:#a89580}body.light-mode .faq-item[open] .faq-chevron{color:#ea580c}.organizer-wrapper{position:relative;display:inline-flex;align-items:center;gap:8px}.organizer-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) scale(.95);width:280px;background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid rgba(249,115,22,.3);border-radius:16px;padding:16px;opacity:0;visibility:hidden;transition:all .25s ease;z-index:100;box-shadow:0 20px 40px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.05);pointer-events:none}.organizer-tooltip::before{content:'';position:absolute;bottom:-20px;left:0;right:0;height:24px;background:0 0}.organizer-tooltip::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:8px solid transparent;border-top-color:rgba(249,115,22,.3)}.organizer-tooltip:hover,.organizer-wrapper:hover .organizer-tooltip{opacity:1;visibility:visible;transform:translateX(-50%) scale(1);pointer-events:auto}.organizer-tooltip-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.organizer-tooltip-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(249,115,22,.4);flex-shrink:0}.organizer-tooltip-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#f97316,#ea580c);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:18px;flex-shrink:0}.organizer-tooltip-name{font-weight:700;color:#fff;font-size:14px}.organizer-tooltip-since{font-size:11px;color:#9ca3af;margin-top:2px}.organizer-tooltip-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.organizer-tooltip-stat{text-align:center;padding:8px 4px;background:rgba(255,255,255,.03);border-radius:8px}.organizer-tooltip-stat-value{font-size:16px;font-weight:800;color:#f97316}.organizer-tooltip-stat-label{font-size:10px;color:#9ca3af;margin-top:2px}.organizer-tooltip-badges{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}.organizer-tooltip-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;font-size:10px;font-weight:700;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.organizer-tooltip-review{background:rgba(255,255,255,.03);border-radius:8px;padding:10px;margin-bottom:12px}.organizer-tooltip-review-text{font-size:12px;color:#d1d5db;font-style:italic;line-height:1.4}.organizer-tooltip-review-author{font-size:10px;color:#6b7280;margin-top:6px}.organizer-tooltip-btn{display:block;width:100%;padding:10px;border-radius:10px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:12px;text-align:center;border:none;cursor:pointer;transition:all .2s}.organizer-tooltip-btn:hover{transform:scale(1.02);box-shadow:0 4px 15px rgba(249,115,22,.4)}body.light-mode .organizer-tooltip{background:linear-gradient(145deg,#fffcf9,#fef7ed);border-color:#f97316;box-shadow:0 20px 40px rgba(0,0,0,.15)}body.light-mode .organizer-tooltip-stat{background:rgba(249,115,22,.05)}body.light-mode .organizer-tooltip-name{color:#1e293b}body.light-mode .organizer-tooltip-review{background:rgba(249,115,22,.05)}body.light-mode .organizer-tooltip-review-text{color:#4b5563}@media (max-width:640px){.organizer-tooltip{width:260px;left:0;transform:translateX(0) scale(.95)}.organizer-tooltip:hover,.organizer-wrapper:hover .organizer-tooltip{transform:translateX(0) scale(1)}.organizer-tooltip::after{left:24px}}@keyframes welcomeSlide{from{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.welcome-anim{animation:welcomeSlide .6s cubic-bezier(.34,1.56,.64,1)}.welcome-overlay{position:fixed;inset:0;background:radial-gradient(circle at center,rgba(249,115,22,.15),transparent 70%);pointer-events:none;z-index:50;animation:welcomeFade 2s forwards}@keyframes welcomeFade{0%{opacity:1}100%{opacity:0}}.star-rating{display:flex;gap:4px}.star-rating .star{cursor:pointer;font-size:28px;transition:transform .15s;color:#4b5563}.star-rating .star:hover{transform:scale(1.2)}.star-rating .star.active{color:#f97316}.star-rating .star.filled{color:#fbbf24}.share-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:16px;font-weight:700;font-size:14px;transition:all .3s}.share-whatsapp{background:#25d366;color:#fff}.share-whatsapp:hover{background:#1da851;transform:translateY(-2px)}.share-twitter{background:#1da1f2;color:#fff}.share-twitter:hover{background:#0d8ecf;transform:translateY(-2px)}.share-copy{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.share-copy:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}.map-fullscreen{position:fixed!important;inset:0!important;z-index:500!important;height:100vh!important;width:100vw!important;border-radius:0!important}.map-fullscreen-btn{position:absolute;top:1rem;left:1rem;z-index:30;width:44px;height:44px;border-radius:14px;background:rgba(15,23,42,.85);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.92);cursor:pointer;transition:all .15s}.map-fullscreen-btn:hover{border-color:rgba(249,115,22,.35);transform:translateY(-2px)}body.light-mode .map-fullscreen-btn{background:rgba(255,252,249,.95)!important;border-color:#efe6db!important;color:#5c4d3d!important}.filters-container{background:linear-gradient(135deg,rgba(15,23,42,.6) 0,rgba(30,41,59,.4) 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:16px;box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05)}.filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.filters-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#e2e8f0;letter-spacing:.02em}.filters-title svg{color:#f97316}.filter-section{margin-bottom:14px;display:flex;align-items:center;gap:12px}.filter-section:last-child{margin-bottom:0}.filter-label{font-size:18px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.03);border-radius:10px;flex-shrink:0}.filter-pills{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:4px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;mask-image:linear-gradient(to right,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 90%,transparent 100%)}.filter-pills::-webkit-scrollbar{display:none}.filter-pill{padding:8px 14px;border-radius:12px;font-size:13px;font-weight:600;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:#94a3b8;cursor:pointer;transition:all .25s cubic-bezier(.4, 0, .2, 1);white-space:nowrap;flex-shrink:0;position:relative;overflow:hidden}.filter-pill::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(249,115,22,.15) 0,rgba(234,88,12,.1) 100%);opacity:0;transition:opacity .25s}.filter-pill:hover{border-color:rgba(249,115,22,.3);color:#f97316;transform:translateY(-1px);box-shadow:0 4px 12px rgba(249,115,22,.15)}.filter-pill:hover::before{opacity:1}.filter-pill.active{background:linear-gradient(135deg,#f97316 0,#ea580c 100%);border-color:transparent;color:#fff;box-shadow:0 4px 16px rgba(249,115,22,.4),inset 0 1px 0 rgba(255,255,255,.2);transform:translateY(-1px)}.filter-pill.active::before{opacity:0}.btn-clear-filters{font-size:12px;font-weight:600;color:#ef4444;padding:6px 12px;border-radius:8px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);transition:all .2s}.btn-clear-filters:hover{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.4)}.filter-pill-premium{background:rgba(234,179,8,.08)!important;border-color:rgba(234,179,8,.25)!important;color:#eab308!important}.filter-pill-premium:hover{border-color:rgba(234,179,8,.5)!important;color:#fbbf24!important;box-shadow:0 4px 12px rgba(234,179,8,.2)!important}.filter-pill-premium.active{background:linear-gradient(135deg,#eab308 0,#f59e0b 100%)!important;border-color:transparent!important;color:#000!important;box-shadow:0 4px 16px rgba(234,179,8,.4)!important}body.light-mode .filters-container{background:linear-gradient(135deg,rgba(255,252,249,.95) 0,rgba(254,249,243,.9) 100%)!important;border-color:#e8ddd0!important;box-shadow:0 8px 32px rgba(139,115,85,.1),inset 0 1px 0 rgba(255,255,255,.8)!important}body.light-mode .filters-header{border-bottom-color:rgba(139,115,85,.1)!important}body.light-mode .filters-title{color:#5c4d3d!important}body.light-mode .filter-label{background:rgba(139,115,85,.05)!important}body.light-mode .filter-pill{background:#fff!important;border-color:#e8ddd0!important;color:#5c4d3d!important;box-shadow:0 2px 8px rgba(139,115,85,.08)!important}body.light-mode .filter-pill:hover{border-color:#f97316!important;color:#ea580c!important;box-shadow:0 4px 12px rgba(249,115,22,.15)!important}body.light-mode .filter-pill.active{background:linear-gradient(135deg,#f97316,#ea580c)!important;color:#fff!important;box-shadow:0 4px 16px rgba(249,115,22,.3)!important}.filter-section-expanded{background:rgba(255,255,255,.03);border-radius:16px;padding:16px;border:1px solid rgba(255,255,255,.06)}.filter-label-big{font-size:14px;font-weight:700;color:#f1f5f9;margin-bottom:12px;display:flex;align-items:center;gap:8px}.filter-pills-expanded{display:flex;flex-wrap:wrap;gap:10px}.filter-pill-big{padding:12px 20px!important;border-radius:14px!important;font-size:14px!important;font-weight:700!important;min-width:110px;text-align:center;justify-content:center}body.light-mode .filter-section-expanded{background:rgba(139,115,85,.03)!important;border-color:rgba(139,115,85,.1)!important}body.light-mode .filter-label-big{color:#5c4d3d!important}body.light-mode #filters-desktop{background:linear-gradient(135deg,rgba(255,252,249,.98) 0,rgba(254,249,243,.95) 100%)!important;border-color:#e8ddd0!important;box-shadow:0 8px 32px rgba(139,115,85,.1)!important}body.light-mode #filters-desktop h3{color:#5c4d3d!important}body.light-mode #filters-desktop h3 svg{color:#f97316!important}body.light-mode #filters-desktop .text-gray-300,body.light-mode #filters-desktop label{color:#5c4d3d!important}body.light-mode #filters-desktop .text-gray-400{color:#78685a!important}body.light-mode #filters-desktop .filter-pill-desktop{background:#fff!important;border-color:#e8ddd0!important;color:#5c4d3d!important}body.light-mode #filters-desktop .filter-pill-desktop:hover{border-color:#f97316!important;color:#ea580c!important}body.light-mode #filters-desktop .filter-pill-desktop.active{background:linear-gradient(135deg,#f97316,#ea580c)!important;color:#fff!important;border-color:#f97316!important}body.light-mode #filters-desktop .border-t{border-color:#e8ddd0!important}body.light-mode #filters-desktop .text-orange-400{color:#ea580c!important}body.light-mode .filter-pill-premium{background:rgba(234,179,8,.1)!important;border-color:rgba(234,179,8,.3)!important}body.light-mode #premium-filters-desktop{border-color:rgba(234,179,8,.3)!important}body.light-mode #premium-filters-desktop label{color:#b45309!important}body.light-mode .bg-gradient-to-br.from-slate-800\/50{background:linear-gradient(145deg,#fffcf9,#fef7ed)!important}body.light-mode .border-slate-700\/30{border-color:#efe6db!important}body.light-mode .from-blue-500\/10,body.light-mode .from-cyan-500\/10,body.light-mode .from-pink-500\/10{background:#fffcf9!important}body.light-mode .share-banner{background:linear-gradient(135deg,#fffcf9,#fef7ed)!important;border:1px solid #efe6db!important;box-shadow:0 20px 40px rgba(61,50,41,.15)!important}body.light-mode .share-banner .text-gray-300{color:#5c4d3d!important}body.light-mode .share-banner-close{background:#efe6db!important;color:#5c4d3d!important}body.light-mode .share-banner-close:hover{background:#e8ddd0!important}body.light-mode #referral-section{background:rgba(249,115,22,.05)!important;border-color:rgba(249,115,22,.2)!important}body.light-mode #referral-link-input{background:#fffcf9!important;border-color:#e8ddd0!important;color:#c2410c!important}body.light-mode #referral-section .bg-green-600\/20{background:rgba(22,163,74,.1)!important;border-color:rgba(22,163,74,.25)!important}body.light-mode #referral-section .bg-blue-600\/20{background:rgba(37,99,235,.1)!important;border-color:rgba(37,99,235,.25)!important}body.light-mode #referral-section .bg-slate-700{background:#e8ddd0!important}body.light-mode #referral-banner>div{background:linear-gradient(135deg,rgba(249,115,22,.08),rgba(251,191,36,.04))!important;border-color:rgba(249,115,22,.25)!important}body.light-mode #referral-banner h3{color:#1f2937!important}body.light-mode #referral-banner p{color:#6b7280!important}body.light-mode #stats-card-preview{background:linear-gradient(135deg,#fffcf9 0,#fef7ed 50%,#fffcf9 100%)!important;border:1px solid #efe6db!important}body.light-mode #stats-card-preview [style*="color:#fff"]{color:#3d3229!important}body.light-mode #stats-card-preview [style*="color:#94a3b8"]{color:#8b7355!important}body.light-mode #stats-card-preview [style*="color:#64748b"]{color:#8b7a6b!important}body.light-mode #stats-card-preview [style*="color:#475569"]{color:#a89580!important}body.light-mode #stats-card-preview [style*="background:rgba(255,255,255,0.03)"],body.light-mode #stats-card-preview [style*="background:rgba(255,255,255,0.05)"]{background:rgba(249,115,22,.06)!important;border-color:rgba(249,115,22,.15)!important}body.light-mode .from-slate-800\/80.via-slate-800\/60{background:linear-gradient(to right,rgba(255,252,249,.9),rgba(254,249,243,.7),rgba(255,252,249,.9))!important;border-color:#efe6db!important}body.light-mode #apps-coming-text{color:#8b7355!important}body.light-mode #modal-qr .text-gray-300{color:#5c4d3d!important}body.light-mode #modal-qr .text-gray-500{color:#8b7a6b!important}body.light-mode .from-slate-800\/80.to-slate-900\/80{background:linear-gradient(145deg,rgba(255,252,249,.9),rgba(254,249,243,.85))!important;border-color:#efe6db!important}body.light-mode footer{border-color:#efe6db!important}body.light-mode footer .text-gray-600{color:#8b7a6b!important}body.light-mode footer .text-gray-500{color:#8b7a6b!important}body.light-mode .bg-slate-800\/50.border-slate-700\/30{background:#fffcf9!important;border-color:#efe6db!important}body.light-mode .feed-card{background:linear-gradient(135deg,rgba(255,252,249,.9),rgba(254,247,237,.9))!important;border-color:#efe6db!important;box-shadow:0 2px 8px rgba(61,50,41,.08)!important}body.light-mode .feed-card:hover{border-color:rgba(249,115,22,.4)!important}body.light-mode .feed-card .text-white{color:#3d3229!important}body.light-mode .feed-card .text-gray-500{color:#8b7a6b!important}body.light-mode .feed-card .text-orange-400{color:#c2410c!important}body.light-mode #landing-map-preview{border-color:#d4c4b0!important;box-shadow:0 4px 20px rgba(61,50,41,.1)!important}body.light-mode #map-preview-title{color:#3d3229!important}body.light-mode #map-preview-subtitle{color:#8b7a6b!important}body.light-mode .quedada-preview-card{background:linear-gradient(135deg,rgba(255,252,249,.95),rgba(254,247,237,.95))!important;border-color:#efe6db!important;box-shadow:0 4px 16px rgba(61,50,41,.08)!important}body.light-mode .quedada-preview-card:hover{border-color:rgba(249,115,22,.4)!important;box-shadow:0 20px 40px rgba(249,115,22,.12)!important}body.light-mode .quedada-preview-card .text-white{color:#3d3229!important}body.light-mode .quedada-preview-card .text-gray-400{color:#8b7a6b!important}body.light-mode .quedada-preview-card .text-orange-400{color:#c2410c!important}body.light-mode .quedada-preview-card .text-gray-500{color:#8b7a6b!important}body.light-mode .level-principiante{background:rgba(34,197,94,.12)!important;color:#16a34a!important}body.light-mode .level-intermedio{background:rgba(59,130,246,.12)!important;color:#2563eb!important}body.light-mode .level-avanzado{background:rgba(249,115,22,.12)!important;color:#c2410c!important}body.light-mode .level-todos{background:rgba(168,85,247,.12)!important;color:#7c3aed!important}body.light-mode #feed-title{color:#8b7a6b!important}body.light-mode #strava-badge-title{color:#3d3229!important}body.light-mode #strava-badge-desc{color:#8b7a6b!important}body.light-mode .ad-banner{background:linear-gradient(135deg,rgba(252,82,0,.06),rgba(249,115,22,.08))!important;border-color:rgba(252,82,0,.25)!important}body.light-mode .ad-banner p.text-white{color:#3d3229!important}body.light-mode .ad-banner p.text-gray-400{color:#8b7a6b!important}.detail-info-card{transition:all .2s ease}.detail-info-card:hover{transform:translateY(-2px)}body.light-mode .detail-info-card{background:linear-gradient(145deg,#fffcf9,#fef7ed)!important;border-color:#e8ddd0!important}body.light-mode .detail-info-card:hover{border-color:#f97316!important;box-shadow:0 4px 12px rgba(249,115,22,.1)!important}body.light-mode #modal-quedada-detail .modal-content{background:linear-gradient(180deg,#fffcf9,#fef9f3)!important;border-color:#e8ddd0!important}body.light-mode #modal-quedada-detail .bg-gradient-to-br{background:linear-gradient(145deg,#fffcf9,#fef7ed)!important}body.light-mode #modal-quedada-detail .border-slate-700\/50{border-color:#e8ddd0!important}body.light-mode #modal-quedada-detail .border-slate-600{border-color:#d4c4b0!important}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16, 1, .3, 1),transform .8s cubic-bezier(.16, 1, .3, 1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .8s cubic-bezier(.16, 1, .3, 1),transform .8s cubic-bezier(.16, 1, .3, 1)}.reveal-left.visible{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(40px);transition:opacity .8s cubic-bezier(.16, 1, .3, 1),transform .8s cubic-bezier(.16, 1, .3, 1)}.reveal-right.visible{opacity:1;transform:translateX(0)}.reveal-scale{opacity:0;transform:scale(.9);transition:opacity .8s cubic-bezier(.16, 1, .3, 1),transform .8s cubic-bezier(.16, 1, .3, 1)}.reveal-scale.visible{opacity:1;transform:scale(1)}@keyframes reveal-fallback{to{opacity:1;transform:none}}.reveal-left:not(.visible),.reveal-right:not(.visible),.reveal-scale:not(.visible),.reveal:not(.visible){animation:reveal-fallback .5s 3s both}@media (prefers-reduced-motion:reduce){.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}}.stagger-children>:first-child{transition-delay:0s}.stagger-children>:nth-child(2){transition-delay:0.1s}.stagger-children>:nth-child(3){transition-delay:0.2s}.stagger-children>:nth-child(4){transition-delay:0.3s}.stagger-children>:nth-child(5){transition-delay:0.4s}.stagger-children>:nth-child(6){transition-delay:0.5s}@media (max-width:1024px){.runner-svg-container{display:none}}.feature-card:hover{border-color:rgba(249,115,22,.4)!important;box-shadow:0 25px 50px rgba(249,115,22,.15),0 0 30px rgba(249,115,22,.05)}.pricing-card{transition:all .4s cubic-bezier(.4, 0, .2, 1)}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.pricing-card-premium:hover{box-shadow:0 20px 40px rgba(249,115,22,.2)}.quedada-preview-card{background:linear-gradient(135deg,rgba(30,41,59,.6),rgba(15,23,42,.8));border:1px solid rgba(100,116,139,.2);border-radius:20px;padding:20px;transition:all .3s cubic-bezier(.4, 0, .2, 1);cursor:pointer}.quedada-preview-card:hover{border-color:rgba(249,115,22,.4);transform:translateY(-4px);box-shadow:0 20px 40px rgba(249,115,22,.1)}.quedada-date-badge{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:12px;padding:6px 10px;text-align:center;min-width:52px}.quedada-date-badge .day{font-size:1.2rem;font-weight:800;line-height:1;color:#fff}.quedada-date-badge .month{font-size:.6rem;font-weight:600;text-transform:uppercase;color:rgba(255,255,255,.85)}.quedada-level-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:.65rem;font-weight:600}.level-principiante{background:rgba(34,197,94,.15);color:#4ade80}.level-intermedio{background:rgba(59,130,246,.15);color:#60a5fa}.level-avanzado{background:rgba(249,115,22,.15);color:#fb923c}.level-todos{background:rgba(168,85,247,.15);color:#c084fc}#modal-quedada-preview{z-index:10000}#modal-quedada-preview .modal-content{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(100,116,139,.3);border-radius:24px;max-width:480px;width:90%;max-height:85vh;overflow-y:auto}.quedada-detail-map{height:180px;border-radius:16px;overflow:hidden}@media (max-width:640px){.quedada-preview-card{padding:14px}.quedada-detail-map{height:140px}}@media (max-width:768px){#cookie-banner{bottom:auto!important;top:0}#cookie-banner.translate-y-full{transform:translateY(-100%)!important}#cookie-banner.translate-y-0{transform:translateY(0)!important}footer{padding-bottom:100px!important}body.cj-cookie-dismissed footer{padding-bottom:80px!important}}.share-banner{position:fixed;bottom:-200px;left:50%;transform:translateX(-50%);z-index:9000;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(249,115,22,.3);border-radius:20px;padding:12px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 20px 40px rgba(0,0,0,.4);transition:bottom .5s cubic-bezier(.4, 0, .2, 1);max-width:90vw}.share-banner.visible{bottom:20px}@media (max-width:768px){.share-banner.visible{bottom:84px}}.share-banner-close{position:absolute;top:-10px;right:-10px;width:32px;height:32px;border-radius:50%;background:#334155;border:2px solid rgba(249,115,22,.3);color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.share-banner-close:hover{background:#475569;color:#fff}.testimonial-carousel-wrapper{container-type:inline-size}.testimonial-carousel{display:flex;transition:transform .5s cubic-bezier(.16, 1, .3, 1);gap:24px}.testimonial-slide{flex:0 0 calc((100% - 48px)/ 3)}@media (max-width:768px){.testimonial-slide{flex:0 0 100%}}@media (min-width:769px) and (max-width:1024px){.testimonial-slide{flex:0 0 calc((100% - 24px)/ 2)}}.carousel-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.2);cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:#f97316;width:24px;border-radius:4px}.feed-marquee{display:flex;gap:16px;animation:marqueeScroll 30s linear infinite;width:max-content}.feed-marquee:hover{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.feed-card{flex-shrink:0;background:linear-gradient(135deg,rgba(30,41,59,.8),rgba(15,23,42,.8));border:1px solid rgba(100,116,139,.3);border-radius:16px;padding:12px 20px;display:flex;align-items:center;gap:12px;white-space:nowrap;min-width:280px;transition:border-color .3s ease}.feed-card:hover{border-color:rgba(249,115,22,.4)}.feed-pulse{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:feedPulse 2s ease-in-out infinite}@keyframes feedPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}#landing-map-preview{border-radius:20px;overflow:hidden;border:1px solid rgba(100,116,139,.3)}#landing-map-preview .leaflet-control-attribution,#landing-map-preview .leaflet-control-zoom{display:none!important}details .faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 20px}details[open] .faq-content{max-height:200px;padding:0 20px 20px}.phone-frame{position:relative;width:260px;height:520px;background:#1a1a2e;border-radius:36px;border:3px solid #374151;box-shadow:0 25px 60px rgba(0,0,0,.4),inset 0 0 0 2px rgba(255,255,255,.05);overflow:hidden;flex-shrink:0}.phone-frame::before{content:'';position:absolute;top:8px;left:50%;transform:translateX(-50%);width:80px;height:24px;background:#000;border-radius:12px;z-index:10}.phone-screen{position:absolute;top:0;left:0;right:0;bottom:0;padding:36px 12px 12px;overflow:hidden}.hero-bg::before{content:"";position:absolute;inset:0;transform:scale(2);transform-origin:center center;background:radial-gradient(circle at 20% 30%,rgba(249,115,22,.08) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(249,115,22,.06) 0%,transparent 40%),radial-gradient(circle at 40% 80%,rgba(234,88,12,.04) 0%,transparent 30%);animation:heroFloat 20s ease-in-out infinite;z-index:0}@keyframes heroFloat{0%,100%{transform:scale(2) translate(0,0) rotate(0deg)}25%{transform:scale(2) translate(1%,.5%) rotate(1deg)}50%{transform:scale(2) translate(0,1%) rotate(0deg)}75%{transform:scale(2) translate(-1%,.5%) rotate(-1deg)}}.running-dots{position:absolute;bottom:10%;left:0;right:0;height:60px;overflow:hidden;opacity:.3}.running-dot{position:absolute;left:0;width:8px;height:8px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:50%;animation:runAcross 8s linear infinite;will-change:transform}.running-dot:nth-child(2){animation-delay:-2s;top:20px}.running-dot:nth-child(3){animation-delay:-4s;top:40px}.running-dot:nth-child(4){animation-delay:-6s;top:10px}.running-dot:nth-child(5){animation-delay:-1s;top:50px}@keyframes runAcross{0%{transform:translateX(-20px);opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateX(100vw);opacity:0}}.hero-particle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.3),transparent 70%);pointer-events:none;will-change:transform}@keyframes particleFloat1{0%,100%{transform:translate(0,0) scale(1);opacity:.3}25%{transform:translate(30px,-20px) scale(1.1);opacity:.5}50%{transform:translate(-10px,-40px) scale(.9);opacity:.2}75%{transform:translate(-30px,-10px) scale(1.05);opacity:.4}}@keyframes particleFloat2{0%,100%{transform:translate(0,0) scale(1);opacity:.2}33%{transform:translate(-20px,30px) scale(1.15);opacity:.4}66%{transform:translate(25px,-15px) scale(.85);opacity:.3}}@keyframes particleFloat3{0%,100%{transform:translate(0,0);opacity:.25}50%{transform:translate(40px,20px);opacity:.45}}.runner-svg-container{position:absolute;right:5%;bottom:15%;width:200px;height:200px;opacity:.12;z-index:0}@keyframes runnerBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.runner-svg-container svg{animation:runnerBounce 1.2s ease-in-out infinite}.typewriter-cursor{display:inline-block;width:3px;height:.85em;background:#f97316;margin-left:2px;vertical-align:text-bottom;animation:cursorBlink 1s step-end infinite}@keyframes cursorBlink{0%,100%{opacity:1}50%{opacity:0}}.btn-shimmer{position:relative;overflow:hidden}.btn-shimmer::after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:shimmer 3s ease-in-out infinite;will-change:transform}@keyframes shimmer{0%{transform:translateX(-200%)}40%,100%{transform:translateX(300%)}}