.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-feature-settings:"liga";display:inline-flex;align-items:center;justify-content:center}.hero-overlay{background:none}.map-app-container{display:flex;height:calc(100vh - 4rem);width:100%;overflow:hidden;box-shadow:0 8px 32px #0000001f;font-family:var(--font-family-base);background:linear-gradient(135deg,#f5f7fa,#e8ecf1);position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.sidebar{width:360px;display:flex;flex-direction:column;background:#fffffffa;backdrop-filter:blur(20px);overflow:hidden;box-shadow:4px 0 24px #00000014;border-right:1px solid rgba(55,180,72,.1);transition:all .3s ease}.sidebar-header{padding:2rem 1.5rem;background:linear-gradient(135deg,var(--bv-verde-primario) 0%,#2d9843 50%,var(--bv-verde-primario-dark) 100%);color:var(--bv-blanco);position:relative;overflow:hidden;box-shadow:0 4px 20px #37b4484d}.sidebar-header:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);border-radius:50%;animation:float 8s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,20px) scale(1.1)}}.sidebar-header h3{color:var(--bv-blanco);margin:0;font-size:1.5rem;font-weight:700;line-height:1.3;font-family:var(--font-family-heading);position:relative;text-shadow:0 2px 8px rgba(0,0,0,.2);letter-spacing:-.5px}.sidebar-subtitle{font-size:.875rem;opacity:.95;margin-top:.5rem;position:relative;display:flex;align-items:center;gap:.5rem;text-shadow:0 1px 4px rgba(0,0,0,.15)}.sidebar-content{flex:1;padding:1.5rem;overflow-y:auto;background:linear-gradient(180deg,#f8fafccc,#f1f5f9f2)}.sidebar-content::-webkit-scrollbar{width:8px}.sidebar-content::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.sidebar-content::-webkit-scrollbar-thumb{background:var(--bv-verde-primario);border-radius:10px;transition:background .3s ease}.sidebar-content::-webkit-scrollbar-thumb:hover{background:var(--bv-verde-primario-dark)}.filter-group{margin-bottom:1.5rem;animation:slideInLeft .5s ease}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.filter-item{display:flex;align-items:center;padding:1.25rem;background:#fffffff2;border:2px solid transparent;border-radius:16px;margin-bottom:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000f}.filter-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--bv-verde-primario);transform:scaleY(0);transition:transform .3s ease}.filter-item:hover{transform:translate(4px) translateY(-2px);box-shadow:0 8px 24px #37b44833;border-color:#37b4484d}.filter-item:hover:before{transform:scaleY(1)}.filter-item.active{border-color:var(--bv-verde-primario);background:linear-gradient(135deg,#37b4480d,#37b44805);box-shadow:0 8px 24px #37b44826}.filter-item.active:before{transform:scaleY(1)}.filter-item-icon{width:52px;height:52px;border-radius:14px;display:flex;justify-content:center;align-items:center;margin-right:1rem;font-size:22px;flex-shrink:0;position:relative;transition:all .3s ease;box-shadow:0 4px 12px #00000014}.filter-item-icon .material-symbols-outlined{font-size:28px}.filter-item:hover .filter-item-icon{transform:scale(1.1) rotate(5deg)}.filter-item-icon:after{content:"";position:absolute;top:-2px;right:-2px;width:12px;height:12px;background:var(--bv-verde-primario);border-radius:50%;opacity:0;transform:scale(0);transition:all .3s ease}.filter-item.active .filter-item-icon:after{opacity:1;transform:scale(1)}.filter-item-content{flex-grow:1;min-width:0}.filter-item-title{font-size:1rem;font-weight:700;color:var(--bv-azul-oscuro);margin-bottom:4px;display:flex;align-items:center;gap:.75rem;font-family:var(--font-family-heading);letter-spacing:-.3px}.category-count{font-size:.75rem;font-weight:600;color:var(--bv-verde-primario);background:linear-gradient(135deg,#37b44826,#37b44814);padding:4px 10px;border-radius:12px;min-width:28px;text-align:center;box-shadow:inset 0 1px 2px #37b4481a;transition:all .3s ease}.filter-item.active .category-count{background:var(--bv-verde-primario);color:#fff}.filter-item-description{font-size:.8125rem;color:var(--bv-gris);line-height:1.5}.switch{position:relative;display:inline-block;width:56px;height:32px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:34px;box-shadow:inset 0 2px 4px #0000001a}.slider:before{position:absolute;content:"";height:24px;width:24px;left:4px;bottom:4px;background:linear-gradient(135deg,#fff,#f8fafc);transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 2px 8px #00000026}.switch input:focus+.slider{box-shadow:0 0 0 6px #37b44826}.switch input:checked+.slider:before{transform:translate(24px)}.switch:hover .slider{box-shadow:0 0 12px #0000001a}#map{flex:1;height:100%;position:relative;background:linear-gradient(135deg,#e8ecf1,#dde3ea);border-radius:0 16px 16px 0;overflow:hidden;box-shadow:inset 0 0 40px #0000000d}.map-controls{position:absolute;top:24px;right:24px;display:flex;flex-direction:column;gap:12px;animation:slideInRight .5s ease;z-index:766}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.map-control-btn{width:52px;height:52px;background:#fffffffa;backdrop-filter:blur(20px);border:2px solid rgba(55,180,72,.15);border-radius:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0000001a;color:var(--bv-azul-oscuro);font-size:20px;position:relative;overflow:hidden}.map-control-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:var(--bv-verde-primario);transform:translate(-50%,-50%);transition:all .4s ease;opacity:0}.map-control-btn:hover{color:var(--bv-blanco);transform:translateY(-4px) scale(1.05);box-shadow:0 8px 24px #37b4484d;border-color:var(--bv-verde-primario)}.map-control-btn:hover:before{width:100%;height:100%;opacity:1}.map-control-btn i{position:relative}.map-control-btn:active{transform:translateY(-2px) scale(1.02)}.map-control-btn.active{background:linear-gradient(135deg,var(--bv-verde-primario) 0%,var(--bv-verde-primario-dark) 100%);color:var(--bv-blanco);border-color:var(--bv-verde-primario-dark);box-shadow:0 8px 24px #37b44859}.map-scroll-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#37b44808,#37b44814);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s ease;z-index:760}.map-scroll-overlay.active{opacity:0;pointer-events:none}.map-click-hint{background:linear-gradient(135deg,#37b448fa,#2d9843fa);color:var(--bv-blanco);padding:20px 32px;border-radius:16px;font-size:1rem;font-weight:600;box-shadow:0 12px 40px #37b44866;display:flex;align-items:center;gap:16px;animation:pulseGlow 2s ease-in-out infinite;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}@keyframes pulseGlow{0%,to{transform:scale(1);box-shadow:0 12px 40px #37b44866}50%{transform:scale(1.05);box-shadow:0 16px 48px #37b44899}}.map-click-hint i{font-size:28px;animation:bounce 1.5s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.custom-marker-icon{background:transparent!important;border:none!important}.marker-bubble{width:42px;height:42px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:var(--bv-blanco);font-weight:700;font-size:16px;box-shadow:0 6px 20px #00000040;border:3px solid var(--bv-blanco);position:relative;transform:translateY(-50%);transition:all .3s ease;cursor:pointer;animation:markerAppear .5s ease}@keyframes markerAppear{0%{opacity:0;transform:translateY(-70%) scale(.5)}to{opacity:1;transform:translateY(-50%) scale(1)}}.marker-bubble:hover{transform:translateY(-50%) scale(1.15);box-shadow:0 8px 28px #00000059}.marker-bubble:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--bv-blanco);filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.marker-bubble:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:currentColor;opacity:.3;animation:pulse 2s ease-out infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.3}to{transform:translate(-50%,-50%) scale(1.8);opacity:0}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000a6;backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bv-blanco);width:90%;max-width:900px;max-height:90vh;padding:0;border-radius:20px;box-shadow:0 24px 80px #00000059;overflow:hidden;position:relative;font-family:var(--font-family-base);animation:slideUp .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:2rem 2.5rem;background:linear-gradient(135deg,var(--bv-verde-primario) 0%,#2d9843 50%,var(--bv-verde-primario-dark) 100%);color:var(--bv-blanco);position:relative;border-bottom:3px solid rgba(255,255,255,.2);overflow:hidden}.modal-header:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.modal-header h3{margin:0;font-size:1.75rem;font-weight:700;font-family:var(--font-family-heading);color:var(--bv-blanco);padding-right:50px;position:relative;text-shadow:0 2px 8px rgba(0,0,0,.15);letter-spacing:-.5px}.modal-close{position:absolute;top:2rem;right:2rem;background:#ffffff26;border:2px solid rgba(255,255,255,.3);width:40px;height:40px;border-radius:12px;font-size:1.5rem;cursor:pointer;color:var(--bv-blanco);font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .3s ease;backdrop-filter:blur(10px)}.modal-close:hover{background:#ffffff40;transform:rotate(90deg) scale(1.1);box-shadow:0 4px 12px #0003}.modal-body{padding:2.5rem;overflow-y:auto;flex:1;background:linear-gradient(180deg,#fff,#f8fafc)}.modal-body::-webkit-scrollbar{width:10px}.modal-body::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.modal-body::-webkit-scrollbar-thumb{background:var(--bv-verde-primario);border-radius:10px}.modal-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.form-group{margin-bottom:0}.form-group label{display:block;margin-bottom:.75rem;font-weight:700;color:var(--bv-azul-oscuro);font-family:var(--font-family-heading);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.form-group label i{color:var(--bv-verde-primario);font-size:1rem}.form-group select{width:100%;padding:.875rem 1rem;border:2px solid rgba(55,180,72,.15);border-radius:12px;background:var(--bv-blanco);font-size:.9375rem;transition:all .3s ease;font-family:var(--font-family-base);cursor:pointer;box-shadow:0 2px 8px #0000000d}.form-group select:focus{outline:none;border-color:var(--bv-verde-primario);box-shadow:0 0 0 4px #37b4481a,0 4px 12px #37b44826;transform:translateY(-2px)}.form-group select:disabled{background:#00000008;cursor:not-allowed;opacity:.6}.btn-primary{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--bv-verde-primario) 0%,#2d9843 50%,var(--bv-verde-primario-dark) 100%);color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:1rem;text-transform:uppercase;letter-spacing:1px;box-shadow:0 6px 20px #37b4484d;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #37b44866}.btn-primary:hover:not(:disabled):before{width:300px;height:300px}.btn-primary:active:not(:disabled){transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-primary i{margin-right:10px;font-size:1.1rem}.chart-section{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;border:2px solid rgba(55,180,72,.1);box-shadow:0 8px 24px #00000014;transition:all .3s ease}.chart-section:hover{box-shadow:0 12px 32px #37b44826;transform:translateY(-2px)}.chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(55,180,72,.15)}.chart-title{font-size:1.25rem;color:var(--bv-azul-oscuro);font-weight:700;font-family:var(--font-family-heading);margin:0;display:flex;align-items:center;gap:.75rem;letter-spacing:-.3px}.chart-title i{color:var(--bv-verde-primario);font-size:1.5rem;animation:chartIconPulse 2s ease-in-out infinite}@keyframes chartIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chart-subtitle{font-size:.875rem;color:var(--bv-gris);margin-top:.5rem;font-weight:500}.chart-container{position:relative;height:400px;background:var(--bv-blanco);border-radius:12px;padding:1.5rem;box-shadow:inset 0 2px 8px #0000000d;transition:all .3s ease}.chart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--bv-gris);text-align:center}.chart-empty-state i{font-size:4rem;margin-bottom:1.5rem;opacity:.3;animation:floatIcon 3s ease-in-out infinite}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.chart-empty-state p{font-size:1rem;margin:0;margin-top:.75rem;font-weight:500}.chart-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--bv-gris)}.chart-loading .spinner{width:50px;height:50px;border:4px solid rgba(55,180,72,.2);border-top-color:var(--bv-verde-primario);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.chart-loading p{font-weight:600;color:var(--bv-verde-primario)}.manual-modal-content{max-width:1000px}.manual-step{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#37b44808,#fffc);border-radius:16px;align-items:center;border:2px solid rgba(55,180,72,.1);transition:all .3s ease;animation:fadeInUp .5s ease forwards;opacity:0}.manual-step:nth-child(1){animation-delay:.1s}.manual-step:nth-child(2){animation-delay:.2s}.manual-step:nth-child(3){animation-delay:.3s}.manual-step:nth-child(4){animation-delay:.4s}.manual-step:nth-child(5){animation-delay:.5s}.manual-step:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.manual-step:hover{transform:translate(8px);box-shadow:0 8px 24px #37b44826;border-color:var(--bv-verde-primario)}.manual-step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--bv-verde-primario) 0%,var(--bv-verde-primario-dark) 100%);color:var(--bv-blanco);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:0 6px 20px #37b4484d;position:relative;transition:all .3s ease}.manual-step:hover .manual-step-number{transform:scale(1.1) rotate(360deg)}.manual-step-number:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:inherit;opacity:.5;animation:ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(1.5);opacity:0}}.manual-step-content{flex:1}.manual-step-title{font-size:1.25rem;font-weight:700;color:var(--bv-azul-oscuro);margin-bottom:.75rem;font-family:var(--font-family-heading);letter-spacing:-.3px}.manual-step-description{font-size:1rem;color:var(--bv-gris);line-height:1.7;font-weight:400}.manual-step-image{width:220px;height:165px;background:var(--bv-blanco);border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px solid rgba(55,180,72,.1);flex-shrink:0;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease}.manual-step:hover .manual-step-image{transform:scale(1.05);box-shadow:0 8px 24px #0000001f}.manual-step-image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.manual-step:hover .manual-step-image img{transform:scale(1.1)}.manual-step-image i{font-size:3.5rem;color:#37b44833}@media (min-width: 1440px){.sidebar{width:400px}.filter-item{padding:1.5rem}}@media (max-width: 1439px) and (min-width: 1024px){.sidebar{width:340px}}@media (max-width: 1023px){.map-app-container{flex-direction:column;height:100vh}.sidebar{width:100%!important;max-width:100%!important;max-height:45vh;border-right:none;border-bottom:2px solid rgba(55,180,72,.1);border-radius:0}.sidebar-header{padding:1.5rem}.sidebar-header h3{font-size:1.35rem}.sidebar-content{max-height:calc(45vh - 100px);padding:1.25rem}#map{height:55vh;border-radius:0}.map-controls{top:16px;right:16px;gap:10px}.map-control-btn{width:48px;height:48px;font-size:18px}.filter-item{padding:1.125rem;margin-bottom:.875rem}.filter-item-icon{width:48px;height:48px;font-size:20px}.modal-content{width:92%;max-height:92vh}.chart-container{height:350px}}@media (max-width: 767px){.sidebar{max-height:40vh}.sidebar-header{padding:1.25rem 1rem}.sidebar-header h3{font-size:1.2rem}.sidebar-subtitle{font-size:.8125rem}.sidebar-content{padding:1rem;max-height:calc(40vh - 90px)}#map{height:60vh}.filter-item{padding:1rem;margin-bottom:.75rem;border-radius:14px}.filter-item-icon{width:44px;height:44px;font-size:18px;margin-right:.75rem}.filter-item-icon .material-symbols-outlined{font-size:24px}.filter-item-title{font-size:.9375rem}.filter-item-description{font-size:.75rem;line-height:1.4}.category-count{font-size:.7rem;padding:3px 9px}.switch{width:52px;height:30px}.slider:before{height:22px;width:22px}.switch input:checked+.slider:before{transform:translate(22px)}.map-controls{top:12px;right:12px;gap:8px}.map-control-btn{width:44px;height:44px;font-size:17px;border-radius:12px}.map-click-hint{padding:16px 24px;font-size:.9375rem;gap:12px}.map-click-hint i{font-size:24px}.modal-content{width:94%;max-height:94vh;border-radius:16px}.modal-header{padding:1.5rem}.modal-header h3{font-size:1.375rem}.modal-close{width:36px;height:36px;top:1.5rem;right:1.5rem;font-size:1.25rem}.modal-body{padding:1.5rem}.modal-form{grid-template-columns:1fr;gap:1.25rem}.form-group label{font-size:.8125rem;margin-bottom:.625rem}.form-group select{padding:.8125rem .9375rem;font-size:.9rem}.btn-primary{padding:.9375rem 1.375rem;font-size:.9375rem}.chart-section{margin-top:1.5rem;padding:1.5rem}.chart-container{height:300px;padding:1.125rem}.chart-title{font-size:1.125rem}.chart-subtitle{font-size:.8125rem}.manual-step{flex-direction:column;gap:1.25rem;padding:1.25rem}.manual-step-number{width:52px;height:52px;font-size:1.25rem}.manual-step-title{font-size:1.125rem}.manual-step-description{font-size:.9375rem}.manual-step-image{width:100%;height:180px}}@media (max-width: 599px){.map-app-container{height:100vh}.sidebar{max-height:38vh}.sidebar-header{padding:1.125rem .9375rem}.sidebar-header h3{font-size:1.125rem;letter-spacing:-.3px}.sidebar-subtitle{font-size:.75rem;margin-top:.375rem}.sidebar-content{padding:.9375rem;max-height:calc(38vh - 85px)}#map{height:62vh}.filter-item{padding:.9375rem;border-radius:12px}.filter-item-icon{width:42px;height:42px;font-size:17px;margin-right:.625rem;border-radius:12px}.filter-item-icon .material-symbols-outlined{font-size:22px}.filter-item-title{font-size:.9rem;gap:.625rem}.filter-item-description{font-size:.7rem}.category-count{font-size:.6875rem;padding:3px 8px;min-width:24px}.switch{width:50px;height:28px}.slider:before{height:20px;width:20px;left:4px;bottom:4px}.switch input:checked+.slider:before{transform:translate(22px)}.map-controls{top:10px;right:10px;gap:7px}.map-control-btn{width:40px;height:40px;font-size:16px;border-radius:11px}.map-click-hint{padding:14px 20px;font-size:.875rem;gap:10px;border-radius:14px}.map-click-hint i{font-size:22px}.modal-content{width:95%;max-height:95vh;border-radius:14px}.modal-header{padding:1.25rem}.modal-header h3{font-size:1.25rem;padding-right:42px}.modal-close{width:34px;height:34px;top:1.25rem;right:1.25rem;font-size:1.125rem;border-radius:10px}.modal-body{padding:1.25rem}.form-group label{font-size:.8125rem;margin-bottom:.5rem}.form-group select{padding:.8125rem .875rem;font-size:.875rem;border-radius:10px}.btn-primary{padding:.9375rem 1.25rem;font-size:.9375rem;border-radius:10px}.chart-section{margin-top:1.375rem;padding:1.375rem;border-radius:14px}.chart-title{font-size:1.0625rem;gap:.625rem}.chart-title i{font-size:1.375rem}.chart-subtitle{font-size:.8125rem}.chart-container{height:260px;padding:1rem;border-radius:10px}.chart-empty-state i{font-size:3.25rem;margin-bottom:1.25rem}.chart-empty-state p{font-size:.875rem}.chart-loading .spinner{width:42px;height:42px;border-width:3px}.manual-step{padding:1.125rem;gap:1.125rem;border-radius:14px}.manual-step-number{width:48px;height:48px;font-size:1.1875rem}.manual-step-title{font-size:1.0625rem}.manual-step-description{font-size:.9rem;line-height:1.6}.manual-step-image{height:170px;border-radius:10px}}@media (max-width: 479px){.sidebar{max-height:36vh}.sidebar-header{padding:1rem .875rem}.sidebar-header h3{font-size:1.0625rem}.sidebar-subtitle{font-size:.7rem}.sidebar-content{padding:.875rem;max-height:calc(36vh - 80px)}#map{height:64vh}.filter-item{padding:.875rem}.filter-item-icon{width:40px;height:40px;font-size:16px}.filter-item-icon .material-symbols-outlined{font-size:20px}.filter-item-title{font-size:.875rem}.filter-item-description{font-size:.6875rem}.map-control-btn{width:38px;height:38px;font-size:15px}.chart-container{height:240px}.manual-step-number{width:46px;height:46px;font-size:1.125rem}.manual-step-image{height:160px}}@media (max-width: 359px){.sidebar{max-height:34vh}.sidebar-header h3{font-size:1rem}.sidebar-content{max-height:calc(34vh - 75px);padding:.75rem}#map{height:66vh}.filter-item{padding:.8125rem}.filter-item-icon{width:38px;height:38px;font-size:15px;margin-right:.5rem}.filter-item-icon .material-symbols-outlined{font-size:19px}.filter-item-title{font-size:.8438rem}.filter-item-description{font-size:.6563rem}.category-count{font-size:.6563rem;padding:2px 7px}.switch{width:46px;height:26px}.slider:before{height:18px;width:18px}.switch input:checked+.slider:before{transform:translate(20px)}.map-control-btn{width:36px;height:36px;font-size:14px}.map-click-hint{padding:12px 18px;font-size:.8125rem}.modal-header h3{font-size:1.125rem}.chart-container{height:220px}.manual-step-number{width:44px;height:44px}}@media (max-height: 500px) and (orientation: landscape){.map-app-container{flex-direction:row}.sidebar{width:320px!important;max-width:320px!important;max-height:100vh!important;border-right:2px solid rgba(55,180,72,.1);border-bottom:none}.sidebar-content{max-height:calc(100vh - 100px)!important}#map{height:100vh!important;width:calc(100vw - 320px)}.modal-content{max-height:88vh}.chart-container{height:240px}}.leaflet-popup-content-wrapper{border-radius:12px!important;box-shadow:0 8px 24px #00000026!important}.leaflet-popup-tip{box-shadow:0 3px 8px #0000001a!important}
