@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Righteous&display=swap";
.Navbar-module__cJzEcG__navbar{z-index:1000;background:#0a1c3266;border:1px solid #ffffff1a;border-radius:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:16px;left:16px;right:16px}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(16px);background:#0a1c32b3;border-color:#ffffff26;box-shadow:0 4px 24px #0003}.Navbar-module__cJzEcG__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:.75rem 1.5rem;display:flex}.Navbar-module__cJzEcG__logo{cursor:pointer;align-items:center;gap:.625rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoIcon{flex-shrink:0;width:36px;height:36px}.Navbar-module__cJzEcG__logoText{font-family:var(--font-heading), "Fredoka", sans-serif;color:#fff;letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.Navbar-module__cJzEcG__logoTextAccent{color:var(--color-primary)}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__navDropdownGroup{align-items:center;height:100%;display:flex;position:relative}.Navbar-module__cJzEcG__navLink{color:#fff;cursor:pointer;align-items:center;gap:4px;padding:.5rem 0;font-size:.9375rem;font-weight:500;transition:color .2s;display:flex;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-primary)}.Navbar-module__cJzEcG__chevron{transition:transform .2s}.Navbar-module__cJzEcG__navDropdownGroup:hover .Navbar-module__cJzEcG__chevron{transform:rotate(180deg)}.Navbar-module__cJzEcG__megaMenu{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:50;pointer-events:none;background:radial-gradient(circle at 100% 0,#0a2141f2 0%,#041527f2 50%,#020b18f2 100%);border:1px solid #ffffff1a;border-radius:1rem;width:max-content;min-width:900px;max-width:95vw;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 20px 40px #0000004d}.Navbar-module__cJzEcG__navDropdownGroup:hover .Navbar-module__cJzEcG__megaMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__megaMenuGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.Navbar-module__cJzEcG__megaMenuLink{border-radius:.75rem;flex-direction:column;padding:.75rem 1rem;text-decoration:none;transition:background .2s,transform .2s;display:flex}.Navbar-module__cJzEcG__megaMenuLink:hover{background:var(--color-bg);transform:translate(4px)}.Navbar-module__cJzEcG__megaMenuTitle{color:var(--color-text);margin-bottom:2px;font-size:.9375rem;font-weight:600}.Navbar-module__cJzEcG__megaMenuDesc{color:var(--color-text-muted);font-size:.8125rem}.Navbar-module__cJzEcG__divider{background-color:var(--color-border);width:1px;height:24px;margin:0 .5rem}.Navbar-module__cJzEcG__langSelector{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__langButton{border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;background:0 0;border-radius:2rem;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Navbar-module__cJzEcG__langButton:hover{background:var(--color-bg);border-color:var(--color-primary);color:var(--color-primary)}.Navbar-module__cJzEcG__langDropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);z-index:100;background:#0a1c32e6;border-radius:.75rem;flex-direction:column;min-width:120px;padding:.5rem;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 25px #0000004d}.Navbar-module__cJzEcG__langOption{text-align:left;color:var(--color-text);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:8px 12px;font-size:.875rem;font-weight:500;transition:all .2s}.Navbar-module__cJzEcG__langOption:hover{background:var(--color-bg);color:var(--color-primary)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:24px;padding:0;display:none}.Navbar-module__cJzEcG__hamburgerLine{background:var(--color-primary);transform-origin:50%;border-radius:2px;width:100%;height:2.5px;transition:all .3s;display:block}.Navbar-module__cJzEcG__mobileOverlay{-webkit-backdrop-filter:blur(4px);z-index:999;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__mobileDrawer{background:var(--color-surface);z-index:1000;flex-direction:column;width:85vw;max-width:400px;height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 30px #0000004d}.Navbar-module__cJzEcG__drawerHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Navbar-module__cJzEcG__drawerTitle{color:var(--color-primary);font-size:1.125rem;font-weight:700;font-family:var(--font-heading)}.Navbar-module__cJzEcG__closeBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:background .2s;display:flex}.Navbar-module__cJzEcG__closeBtn:hover{background:var(--color-bg);color:var(--color-text)}.Navbar-module__cJzEcG__drawerContent{flex-direction:column;flex:1;gap:0;padding:1rem 1.5rem;display:flex;overflow-y:auto}.Navbar-module__cJzEcG__mobileLinkGroup{flex-direction:column;display:flex}.Navbar-module__cJzEcG__mobileLink,.Navbar-module__cJzEcG__mobileLinkBtn{color:#fff;border:none;border-bottom:1px solid var(--color-border);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.Navbar-module__cJzEcG__mobileLink:hover,.Navbar-module__cJzEcG__mobileLinkBtn:hover{color:var(--color-primary)}.Navbar-module__cJzEcG__mobileAccordion{background:var(--color-bg);border-radius:0 0 .5rem .5rem;flex-direction:column;margin-bottom:.5rem;display:flex;overflow:hidden}.Navbar-module__cJzEcG__mobileSubLink{color:#ffffffb3;border-bottom:1px solid #ffffff0d;padding:.625rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none}.Navbar-module__cJzEcG__mobileSubLink:last-child{border-bottom:none}.Navbar-module__cJzEcG__mobileSubLink:hover{color:var(--color-primary);background:#00000005}.Navbar-module__cJzEcG__mobileLangSection{border-top:1px solid var(--color-border);margin-top:1.5rem;padding-top:1rem}.Navbar-module__cJzEcG__mobileLangTitle{color:var(--color-text-muted);margin-bottom:1rem;font-size:.875rem;font-weight:600;display:block}.Navbar-module__cJzEcG__mobileLangGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.Navbar-module__cJzEcG__mobileLangBtn{border:1px solid var(--color-border);color:#fff;cursor:pointer;background:0 0;border-radius:.5rem;padding:.5rem;font-size:.8125rem;font-weight:500;transition:all .2s}.Navbar-module__cJzEcG__activeLang{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.Navbar-module__cJzEcG__drawerFooter{border-top:1px solid var(--color-border);background:var(--color-bg);padding:1rem 1.5rem}@media (max-width:1024px){.Navbar-module__cJzEcG__desktopNav{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}
.Footer-module__S6Hkya__footer{color:#fff;padding:var(--space-4xl) var(--space-xl) 0;z-index:10;background:#0a1c3299;border-top:1px solid #ffffff1a;position:relative}.Footer-module__S6Hkya__inner{gap:var(--space-3xl);max-width:var(--max-width);padding-bottom:var(--space-3xl);border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr;margin:0 auto;display:grid}.Footer-module__S6Hkya__brand{max-width:340px}.Footer-module__S6Hkya__logo{margin-bottom:var(--space-lg);cursor:pointer;align-items:center;gap:.625rem;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoIcon{width:32px;height:32px}.Footer-module__S6Hkya__logoText{font-family:var(--font-inter), -apple-system, sans-serif;color:#fff;font-size:1.125rem;font-weight:700}.Footer-module__S6Hkya__logoAccent{color:var(--color-primary-light)}.Footer-module__S6Hkya__brandDesc{color:#fff;margin-bottom:var(--space-lg);font-size:.875rem;line-height:1.7}.Footer-module__S6Hkya__socials{gap:var(--space-md);display:flex}.Footer-module__S6Hkya__socialLink{border-radius:var(--radius-md);color:#fff9;width:40px;height:40px;transition:all var(--transition-base);cursor:pointer;background:#ffffff0f;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}.Footer-module__S6Hkya__verification{margin-top:var(--space-xl);flex-direction:column;align-items:flex-start;gap:12px;display:flex}.Footer-module__S6Hkya__verificationText{color:#ffffffb3;font-size:.8125rem;font-family:var(--font-inter), -apple-system, sans-serif;text-align:left;line-height:1.5}.Footer-module__S6Hkya__verificationLogo{opacity:.9;width:auto;height:48px;transition:opacity var(--transition-fast), transform .2s;background-color:#fff;border-radius:4px;padding:4px 8px}.Footer-module__S6Hkya__verificationLogo:hover{opacity:1;transform:translateY(-2px)}.Footer-module__S6Hkya__linkColumn{flex-direction:column;display:flex}.Footer-module__S6Hkya__linkTitle{font-family:var(--font-inter), -apple-system, sans-serif;color:#fff;margin-bottom:var(--space-lg);letter-spacing:.01em;font-size:.9375rem;font-weight:600}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.625rem;display:flex}.Footer-module__S6Hkya__link{color:#fff;transition:opacity var(--transition-fast);cursor:pointer;font-size:.8125rem}.Footer-module__S6Hkya__link:hover{opacity:.8}.Footer-module__S6Hkya__bottom{max-width:var(--max-width);padding:var(--space-xl) 0;text-align:center;color:#fff;margin:0 auto;font-size:.8125rem}@media (max-width:768px){.Footer-module__S6Hkya__inner{gap:var(--space-2xl);grid-template-columns:1fr}.Footer-module__S6Hkya__brand{max-width:100%}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding:calc(var(--nav-height) + 1rem) var(--space-xl) var(--space-xl);justify-content:center;align-items:center;gap:2rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__gradientBg{z-index:0;background:radial-gradient(circle at 100% 0,#0a2141 0%,#041527 50%,#020b18 100%);position:absolute;inset:0}.Hero-module__ZARIfG__gradientOrb1,.Hero-module__ZARIfG__gradientOrb2,.Hero-module__ZARIfG__gradientOrb3{filter:blur(80px);z-index:1;border-radius:50%;animation:10s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute}.Hero-module__ZARIfG__gradientOrb1{background:#38bdf826;width:500px;height:500px;top:-10%;left:-5%}.Hero-module__ZARIfG__gradientOrb2{background:#0ea5e91a;width:400px;height:400px;animation-delay:-3s;top:40%;right:-8%}.Hero-module__ZARIfG__gradientOrb3{background:#0284c726;width:350px;height:350px;animation-delay:-6s;bottom:-5%;left:30%}.Hero-module__ZARIfG__floatingShape1,.Hero-module__ZARIfG__floatingShape2,.Hero-module__ZARIfG__floatingShape3{z-index:1;opacity:.35;position:absolute}.Hero-module__ZARIfG__floatingShape1{background:var(--color-primary-light);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:60px;height:60px;animation:8s ease-in-out infinite Hero-module__ZARIfG__float;top:20%;left:8%}.Hero-module__ZARIfG__floatingShape2{background:var(--color-cta);border-radius:50%;width:40px;height:40px;animation:7s ease-in-out infinite Hero-module__ZARIfG__float-delayed;top:65%;left:15%}.Hero-module__ZARIfG__floatingShape3{background:var(--color-accent-warm-light);border-radius:20% 80% 60% 40%/50% 30% 70% 50%;width:50px;height:50px;animation:9s ease-in-out -2s infinite Hero-module__ZARIfG__float;top:30%;right:5%}.Hero-module__ZARIfG__content{z-index:2;flex:1;max-width:620px;position:relative}.Hero-module__ZARIfG__title{font-family:var(--font-inter), -apple-system, sans-serif;margin-bottom:var(--space-md);letter-spacing:-.02em;font-size:clamp(1.75rem,3.5vw,2.25rem)}.Hero-module__ZARIfG__subtitle{margin-bottom:var(--space-xl);max-width:540px;font-size:1rem}.Hero-module__ZARIfG__ctas{gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__trustBadges{gap:var(--space-lg);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__trustItem{align-items:center;gap:var(--space-sm);color:var(--color-text-muted);font-size:.875rem;font-weight:500;display:flex}.Hero-module__ZARIfG__heroIllustration{z-index:2;flex:0 0 260px;max-width:260px;position:relative}.Hero-module__ZARIfG__platform{animation:4s ease-in-out infinite Hero-module__ZARIfG__pulse-soft}.Hero-module__ZARIfG__hamsterSvg{filter:drop-shadow(0 8px 32px #024f902e);width:100%;height:auto}.Hero-module__ZARIfG__wheel{transform-origin:50%;animation:20s linear infinite Hero-module__ZARIfG__spin-slow}.Hero-module__ZARIfG__wheelInner{transform-origin:50%;animation:15s linear infinite reverse Hero-module__ZARIfG__spin-slow}.Hero-module__ZARIfG__dataNode1{animation:3s ease-in-out infinite Hero-module__ZARIfG__pulse-soft}.Hero-module__ZARIfG__dataNode2{animation:3s ease-in-out -.8s infinite Hero-module__ZARIfG__pulse-soft}.Hero-module__ZARIfG__dataNode3{animation:3s ease-in-out -1.6s infinite Hero-module__ZARIfG__pulse-soft}.Hero-module__ZARIfG__dataNode4{animation:3s ease-in-out -2.4s infinite Hero-module__ZARIfG__pulse-soft}@media (max-width:1024px){.Hero-module__ZARIfG__hero{text-align:center;flex-direction:column;gap:2rem}.Hero-module__ZARIfG__content{flex-direction:column;align-items:center;max-width:100%;display:flex}.Hero-module__ZARIfG__subtitle{max-width:520px}.Hero-module__ZARIfG__ctas,.Hero-module__ZARIfG__trustBadges{justify-content:center}.Hero-module__ZARIfG__heroIllustration{flex:0 0 240px;max-width:240px}}@media (max-width:480px){.Hero-module__ZARIfG__hero{padding-top:calc(var(--nav-height) + 2rem)}.Hero-module__ZARIfG__ctas{flex-direction:column;width:100%}.Hero-module__ZARIfG__ctas a{text-align:center;justify-content:center;width:100%}.Hero-module__ZARIfG__heroIllustration{flex:0 0 200px;max-width:200px}}
.StatsBar-module__e6NbvG__statsSection{z-index:3;padding:0 var(--space-xl);margin-top:-3rem;position:relative}.StatsBar-module__e6NbvG__statsBar{gap:var(--space-xl);max-width:var(--max-width);padding:var(--space-2xl) var(--space-xl);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.StatsBar-module__e6NbvG__statItem{text-align:center;align-items:center;gap:var(--space-xs);flex-direction:column;display:flex}.StatsBar-module__e6NbvG__statValue{font-family:var(--font-heading), "Fredoka", sans-serif;color:var(--color-primary);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1}.StatsBar-module__e6NbvG__statLabel{color:var(--color-text-muted);font-size:.875rem;font-weight:500}@media (max-width:768px){.StatsBar-module__e6NbvG__statsBar{gap:var(--space-lg);padding:var(--space-xl);grid-template-columns:repeat(2,1fr)}.StatsBar-module__e6NbvG__statsSection{padding:0 var(--space-md)}}@media (max-width:480px){.StatsBar-module__e6NbvG__statsBar{gap:var(--space-md);grid-template-columns:1fr 1fr}}
.Lavadoras-module__aOEpna__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:Inter,-apple-system,sans-serif;display:flex;position:relative;overflow-x:hidden}.Lavadoras-module__aOEpna__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.6fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.Lavadoras-module__aOEpna__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.Lavadoras-module__aOEpna__badge{color:#06b6d4;letter-spacing:1px;background:#06b6d41a;border:1px solid #06b6d433;border-radius:20px;align-self:flex-start;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.Lavadoras-module__aOEpna__title{color:var(--color-text);margin-bottom:16px;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.15}.Lavadoras-module__aOEpna__highlight{background:linear-gradient(90deg,#06b6d4,#0ea5e9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.Lavadoras-module__aOEpna__subtitle{color:var(--color-text-muted);margin-bottom:32px;font-size:1rem;line-height:1.6}.Lavadoras-module__aOEpna__ctaGroup{gap:16px;display:flex}.Lavadoras-module__aOEpna__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06b6d4,#0891b2);border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #06b6d440}.Lavadoras-module__aOEpna__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06b6d459}.Lavadoras-module__aOEpna__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:16px;display:grid}.Lavadoras-module__aOEpna__featureCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex}.Lavadoras-module__aOEpna__featureCard:hover{background:#ffffff14;border-color:#06b6d466;transform:translate(4px)}.Lavadoras-module__aOEpna__iconWrapper{color:#06b6d4;background:#06b6d41a;border:1px solid #06b6d433;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Lavadoras-module__aOEpna__iconWrapper svg{width:24px;height:24px}.Lavadoras-module__aOEpna__featureText{flex:1}.Lavadoras-module__aOEpna__featureTitle{color:var(--color-text);margin-bottom:4px;font-size:1.05rem;font-weight:600}.Lavadoras-module__aOEpna__featureDesc{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.Lavadoras-module__aOEpna__showcaseWrapper{grid-area:1/2/span 2;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;width:100%;height:100%;display:grid}.Lavadoras-module__aOEpna__equipmentPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:1/1/auto/span 2;padding:24px;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000004d}.Lavadoras-module__aOEpna__panelHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Lavadoras-module__aOEpna__panelTitle{color:#fff;font-size:1.2rem;font-weight:600}.Lavadoras-module__aOEpna__machinesGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.Lavadoras-module__aOEpna__machineCard{cursor:pointer;text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;padding:16px;transition:all .2s;display:flex}.Lavadoras-module__aOEpna__machineCard:hover{background:#06b6d41a;border-color:#06b6d44d}.Lavadoras-module__aOEpna__machineCard.Lavadoras-module__aOEpna__selected{background:#06b6d433;border-color:#06b6d4}.Lavadoras-module__aOEpna__machineIcon{color:#06b6d4;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;display:flex}.Lavadoras-module__aOEpna__machineName{color:#fff;margin-bottom:4px;font-size:.9rem;font-weight:600}.Lavadoras-module__aOEpna__machineCapacity{color:#94a3b8;margin-bottom:8px;font-size:.75rem}.Lavadoras-module__aOEpna__machinePrice{color:#06b6d4;font-size:.95rem;font-weight:700}.Lavadoras-module__aOEpna__schedulePanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:2/1;gap:16px;padding:20px;display:flex}.Lavadoras-module__aOEpna__sectionSubtitle{color:#fff;margin-bottom:8px;font-size:.9rem;font-weight:600}.Lavadoras-module__aOEpna__durationSelector{flex-direction:column;gap:12px;display:flex}.Lavadoras-module__aOEpna__durationOption{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.Lavadoras-module__aOEpna__durationOption.Lavadoras-module__aOEpna__active{background:#06b6d426;border-color:#06b6d4}.Lavadoras-module__aOEpna__durationText{color:#fff;font-size:.9rem;font-weight:500}.Lavadoras-module__aOEpna__durationPrice{color:#06b6d4;font-weight:600}.Lavadoras-module__aOEpna__trackingPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:2/2;padding:20px;display:flex}.Lavadoras-module__aOEpna__mapMockup{background:#1e293b;border:1px solid #ffffff0d;border-radius:12px;width:100%;height:120px;margin-bottom:16px;position:relative;overflow:hidden}.Lavadoras-module__aOEpna__mapGrid{background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.Lavadoras-module__aOEpna__truckIcon{color:#06b6d4;background:#06b6d433;border:2px solid #06b6d4;border-radius:50%;padding:6px;position:absolute;top:50%;left:30%;transform:translate(-50%,-50%)}.Lavadoras-module__aOEpna__trackingInfo{flex-direction:column;gap:12px;display:flex}.Lavadoras-module__aOEpna__trackingRow{align-items:center;gap:12px;font-size:.85rem;display:flex}.Lavadoras-module__aOEpna__trackingIcon{color:#06b6d4}.Lavadoras-module__aOEpna__trackingText{color:#cbd5e1}@media (max-width:1024px){.Lavadoras-module__aOEpna__section{height:auto;padding-top:120px}.Lavadoras-module__aOEpna__container{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.Lavadoras-module__aOEpna__showcaseWrapper{grid-area:auto/1;margin-top:24px}}@media (max-width:768px){.Lavadoras-module__aOEpna__showcaseWrapper{grid-template-columns:1fr}.Lavadoras-module__aOEpna__equipmentPanel{grid-column:1}.Lavadoras-module__aOEpna__machinesGrid{grid-template-columns:1fr}.Lavadoras-module__aOEpna__schedulePanel,.Lavadoras-module__aOEpna__trackingPanel{grid-area:auto/1}}
.Ventas-module__j-nRKa__pageContainer{min-height:100vh;font-family:var(--font-body,"Inter", sans-serif);justify-content:center;align-items:flex-start;padding:85px 15px 30px;display:flex}.Ventas-module__j-nRKa__dashboardWrapper{background-color:#fff;border-radius:20px;width:100%;max-width:1400px;height:calc(100vh - 120px);min-height:600px;display:flex;overflow:hidden;box-shadow:0 15px 40px #0000000d}.Ventas-module__j-nRKa__sidebar{z-index:10;background-color:#fff;border-right:1px solid #f1f5f9;flex-direction:column;width:200px;padding:24px 0;display:flex}.Ventas-module__j-nRKa__menuIcon{cursor:pointer;margin-bottom:35px;padding:0 24px}.Ventas-module__j-nRKa__hamburgerLine{background:#0f172a;border-radius:2px;width:18px;height:2px;margin-bottom:4px}.Ventas-module__j-nRKa__navMenu{flex-direction:column;display:flex}.Ventas-module__j-nRKa__navItem{color:#94a3b8;cursor:pointer;letter-spacing:.05em;align-items:center;gap:12px;padding:12px 24px;font-size:.7rem;font-weight:700;transition:all .2s;display:flex}.Ventas-module__j-nRKa__navItem.Ventas-module__j-nRKa__active,.Ventas-module__j-nRKa__navItem:hover{color:#0f172a}.Ventas-module__j-nRKa__navItem.Ventas-module__j-nRKa__active{position:relative}.Ventas-module__j-nRKa__navItem.Ventas-module__j-nRKa__active:before{content:"";background-color:#0f172a;border-radius:0 3px 3px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Ventas-module__j-nRKa__mainContent{background-color:#fafbfc;flex-direction:column;flex:1;padding:24px 32px;display:flex;overflow-y:auto}.Ventas-module__j-nRKa__topHeader{justify-content:space-between;margin-bottom:24px;font-size:.75rem;display:flex}.Ventas-module__j-nRKa__breadcrumbs{color:#64748b;font-size:.75rem}.Ventas-module__j-nRKa__breadcrumbs strong{color:#0f172a;font-weight:700}.Ventas-module__j-nRKa__topLinks{color:#0f172a;gap:24px;font-size:.75rem;font-weight:700;display:flex}.Ventas-module__j-nRKa__activeLink{color:#3b82f6;position:relative}.Ventas-module__j-nRKa__activeLink:after{content:"";background-color:#3b82f6;width:100%;height:2px;position:absolute;bottom:-4px;left:0}.Ventas-module__j-nRKa__titleSection{margin-bottom:24px}.Ventas-module__j-nRKa__mainTitle{color:#0f172a;letter-spacing:-.03em;margin-bottom:4px;font-size:1.7rem;font-weight:800}.Ventas-module__j-nRKa__subTitle{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:700}.Ventas-module__j-nRKa__timelineArea{background:#fff;border-radius:16px;margin-bottom:24px;padding:20px 0 24px;box-shadow:0 4px 15px #00000005}.Ventas-module__j-nRKa__timelineHeader{color:#0f172a;justify-content:space-between;margin-bottom:16px;padding:0 30px 0 200px;font-size:.7rem;font-weight:800;display:flex}.Ventas-module__j-nRKa__timelineBars{flex-direction:column;gap:12px;display:flex}.Ventas-module__j-nRKa__timelineRow{align-items:center;padding:0 30px 0 20px;display:flex}.Ventas-module__j-nRKa__timelineLabelCard{z-index:2;background:#fff;border-radius:20px;align-items:center;gap:10px;width:160px;margin-right:20px;padding:6px 12px;display:flex;box-shadow:0 2px 10px #00000008}.Ventas-module__j-nRKa__circleLetter{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:800;display:flex}.Ventas-module__j-nRKa__labelText{color:#0f172a;text-transform:uppercase;flex:1;font-size:.6rem;font-weight:700}.Ventas-module__j-nRKa__timelineTrack{border-left:1px solid #f1f5f9;flex:1;height:36px;position:relative}.Ventas-module__j-nRKa__timelineBar{color:#fff;border-radius:18px;justify-content:space-between;align-items:center;height:100%;padding:0 12px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:0;box-shadow:0 2px 10px #00000014}.Ventas-module__j-nRKa__barDots{gap:4px;display:flex}.Ventas-module__j-nRKa__dot{background-color:#fff6;border-radius:50%;width:5px;height:5px}.Ventas-module__j-nRKa__barProgress{margin-left:auto}.Ventas-module__j-nRKa__kanbanArea{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.Ventas-module__j-nRKa__kanbanCol{flex-direction:column;display:flex}.Ventas-module__j-nRKa__kanbanTitle{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin-bottom:16px;font-size:.7rem;font-weight:800}.Ventas-module__j-nRKa__kanbanCards{flex-direction:column;gap:12px;display:flex}.Ventas-module__j-nRKa__kanbanCard{background:#fff;border:1px solid #f8fafc;border-radius:12px;padding:12px;box-shadow:0 2px 12px #00000008}.Ventas-module__j-nRKa__bulletCard{align-items:flex-start;gap:8px;display:flex}.Ventas-module__j-nRKa__bulletDot{border-radius:50%;width:6px;height:6px;margin-top:5px}.Ventas-module__j-nRKa__bulletText{color:#64748b;font-size:.65rem;font-weight:600;line-height:1.4}.Ventas-module__j-nRKa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.Ventas-module__j-nRKa__cardInfo{align-items:center;gap:8px;display:flex}.Ventas-module__j-nRKa__circleLetterSmall{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;font-weight:800;display:flex}.Ventas-module__j-nRKa__cardTitle{color:#0f172a;font-size:.65rem;font-weight:700}.Ventas-module__j-nRKa__progressSection{margin-top:10px}.Ventas-module__j-nRKa__progressInfo{color:#94a3b8;align-items:center;gap:4px;margin-bottom:6px;font-size:.65rem;font-weight:600;display:flex}.Ventas-module__j-nRKa__progressBarBg{background:#f1f5f9;border-radius:2px;height:4px;overflow:hidden}.Ventas-module__j-nRKa__progressBarFill{border-radius:2px;height:100%}.Ventas-module__j-nRKa__rightSidebar{z-index:10;background-color:#fff;border-left:1px solid #f1f5f9;flex-direction:column;gap:30px;width:220px;padding:30px 20px;display:flex;overflow-y:auto}.Ventas-module__j-nRKa__profileSection{text-align:center}.Ventas-module__j-nRKa__profileIconWrapper{justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 12px;display:flex}.Ventas-module__j-nRKa__profileShape{background:conic-gradient(from 90deg,#ec4899,#3b82f6,#06b6d4,#ec4899);border-radius:10px 10px 20px;width:32px;height:32px;transform:rotate(45deg);box-shadow:0 4px 12px #3b82f640}.Ventas-module__j-nRKa__profileName{color:#0f172a;margin-bottom:4px;font-size:.9rem;font-weight:800}.Ventas-module__j-nRKa__profileRole{color:#94a3b8;font-size:.6rem;font-weight:600}.Ventas-module__j-nRKa__sectionHeading{color:#0f172a;margin-bottom:12px;font-size:.75rem;font-weight:800}.Ventas-module__j-nRKa__planSection{flex-direction:column;gap:10px;display:flex}.Ventas-module__j-nRKa__planItem{align-items:center;gap:10px;display:flex}.Ventas-module__j-nRKa__planBadge{text-align:center;border-radius:16px;width:36px;padding:4px 0;font-size:.6rem;font-weight:800}.Ventas-module__j-nRKa__planTime{color:#0f172a;font-size:.7rem;font-weight:700}.Ventas-module__j-nRKa__dialsRow{justify-content:space-between;display:flex}.Ventas-module__j-nRKa__dialContainer{flex-direction:column;align-items:center;gap:6px;display:flex}.Ventas-module__j-nRKa__dialLabel{color:#94a3b8;font-size:.6rem;font-weight:800}.Ventas-module__j-nRKa__barChartWrapper{margin-bottom:12px}.Ventas-module__j-nRKa__chartLabels{justify-content:space-between;display:flex}.Ventas-module__j-nRKa__chartLabelItem{flex-direction:column;align-items:center;gap:2px;display:flex}.Ventas-module__j-nRKa__labelValue{color:#0f172a;font-size:.75rem;font-weight:800}.Ventas-module__j-nRKa__labelName{color:#94a3b8;text-transform:uppercase;font-size:.45rem;font-weight:700}@media (max-width:1200px){.Ventas-module__j-nRKa__rightSidebar{display:none}.Ventas-module__j-nRKa__dashboardWrapper{height:auto}}@media (max-width:900px){.Ventas-module__j-nRKa__sidebar{display:none}.Ventas-module__j-nRKa__kanbanArea{grid-template-columns:1fr 1fr}.Ventas-module__j-nRKa__timelineHeader{padding:0 16px}.Ventas-module__j-nRKa__timelineRow{flex-direction:column;align-items:flex-start;gap:10px;padding:0 16px}.Ventas-module__j-nRKa__timelineLabelCard{width:100%;margin-right:0}.Ventas-module__j-nRKa__timelineTrack{width:100%}}@media (max-width:600px){.Ventas-module__j-nRKa__kanbanArea{grid-template-columns:1fr}.Ventas-module__j-nRKa__topLinks{display:none}.Ventas-module__j-nRKa__pageContainer{padding:80px 10px 30px}}
.Iot-module__M9H_iW__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:Inter,-apple-system,sans-serif;display:flex;position:relative;overflow-x:hidden}.Iot-module__M9H_iW__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.6fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.Iot-module__M9H_iW__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.Iot-module__M9H_iW__badge{color:#4f46e5;letter-spacing:1px;background:#6366f11a;border:1px solid #6366f133;border-radius:20px;align-self:flex-start;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.Iot-module__M9H_iW__title{color:var(--color-text);margin-bottom:16px;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.15}.Iot-module__M9H_iW__highlight{background:linear-gradient(90deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.Iot-module__M9H_iW__subtitle{color:var(--color-text-muted);margin-bottom:32px;font-size:1rem;line-height:1.6}.Iot-module__M9H_iW__ctaGroup{gap:16px;display:flex}.Iot-module__M9H_iW__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #6366f140}.Iot-module__M9H_iW__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f159}.Iot-module__M9H_iW__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:16px;display:grid}.Iot-module__M9H_iW__featureCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex;box-shadow:0 2px 5px #00000005}.Iot-module__M9H_iW__featureCard:hover{border-color:#6366f166;transform:translate(4px);box-shadow:0 4px 15px #6366f11a}.Iot-module__M9H_iW__iconWrapper{color:#4f46e5;background:#6366f11a;border:1px solid #6366f133;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Iot-module__M9H_iW__iconWrapper svg{width:24px;height:24px}.Iot-module__M9H_iW__featureText{flex:1}.Iot-module__M9H_iW__featureTitle{color:#0f172a;margin-bottom:4px;font-size:1.05rem;font-weight:600}.Iot-module__M9H_iW__featureDesc{color:#64748b;font-size:.85rem;line-height:1.5}.Iot-module__M9H_iW__showcaseWrapper{grid-area:1/2/span 2;grid-template-rows:auto auto;grid-template-columns:1.5fr 1fr;align-items:stretch;gap:20px;width:100%;height:100%;display:grid}.Iot-module__M9H_iW__dashboardPanel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;grid-area:1/1/auto/span 2;min-height:280px;padding:24px;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000014}.Iot-module__M9H_iW__sensorGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px;margin-top:20px;display:grid}.Iot-module__M9H_iW__sensorCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex}.Iot-module__M9H_iW__sensorLabel{color:#64748b;text-transform:uppercase;font-size:.85rem;font-weight:600}.Iot-module__M9H_iW__sensorValue{color:#0f172a;font-size:2rem;font-weight:700}.Iot-module__M9H_iW__sensorTrend{color:#10b981;font-size:.75rem}.Iot-module__M9H_iW__statusDot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite Iot-module__M9H_iW__pulse-soft}.Iot-module__M9H_iW__protocolsPanel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;grid-area:2/1/auto/span 2;gap:16px;padding:20px;display:flex;box-shadow:0 4px 15px #00000008}.Iot-module__M9H_iW__tasksHeader{text-transform:uppercase;letter-spacing:1px;color:#64748b;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.Iot-module__M9H_iW__taskItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:12px;padding:12px;font-size:.85rem;display:flex}.Iot-module__M9H_iW__taskIcon{color:#4f46e5;font-weight:700}.Iot-module__M9H_iW__taskText{color:#334155;flex:1}.Iot-module__M9H_iW__taskSpinner{border:2px solid #cbd5e1;border-top-color:#6366f1;border-radius:50%;width:16px;height:16px;animation:1s linear infinite Iot-module__M9H_iW__spin}@keyframes Iot-module__M9H_iW__spin{to{transform:rotate(360deg)}}.Iot-module__M9H_iW__skillsPanel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;grid-area:2/2;gap:16px;padding:20px;display:flex;box-shadow:0 4px 15px #00000008}.Iot-module__M9H_iW__skillTags{flex-wrap:wrap;gap:8px;display:flex}.Iot-module__M9H_iW__skillTag{color:#4f46e5;background:#6366f11a;border:1px solid #6366f133;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:600}@media (max-width:1024px){.Iot-module__M9H_iW__section{height:auto;padding-top:120px}.Iot-module__M9H_iW__container{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.Iot-module__M9H_iW__showcaseWrapper{grid-area:auto/1;margin-top:24px}}@media (max-width:768px){.Iot-module__M9H_iW__showcaseWrapper{grid-template-columns:1fr}.Iot-module__M9H_iW__chatPanel{grid-column:1}.Iot-module__M9H_iW__tasksPanel,.Iot-module__M9H_iW__skillsPanel{grid-area:auto/1}}
.LimpiezaFacial-module__ViQ1sa__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:Inter,-apple-system,sans-serif;display:flex;position:relative;overflow-x:hidden}.LimpiezaFacial-module__ViQ1sa__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.6fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.LimpiezaFacial-module__ViQ1sa__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.LimpiezaFacial-module__ViQ1sa__badge{color:#ec4899;letter-spacing:1px;background:#ec48991a;border:1px solid #ec489933;border-radius:20px;align-self:flex-start;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.LimpiezaFacial-module__ViQ1sa__title{color:var(--color-text);margin-bottom:16px;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.15}.LimpiezaFacial-module__ViQ1sa__highlight{background:linear-gradient(90deg,#f472b6,#db2777);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.LimpiezaFacial-module__ViQ1sa__subtitle{color:var(--color-text-muted);margin-bottom:32px;font-size:1rem;line-height:1.6}.LimpiezaFacial-module__ViQ1sa__ctaGroup{gap:16px;display:flex}.LimpiezaFacial-module__ViQ1sa__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ec4899,#db2777);border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #ec489940}.LimpiezaFacial-module__ViQ1sa__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ec489959}.LimpiezaFacial-module__ViQ1sa__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:16px;display:grid}.LimpiezaFacial-module__ViQ1sa__featureCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex}.LimpiezaFacial-module__ViQ1sa__featureCard:hover{background:#ffffff14;border-color:#ec489966;transform:translate(4px)}.LimpiezaFacial-module__ViQ1sa__iconWrapper{color:#ec4899;background:#ec48991a;border:1px solid #ec489933;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.LimpiezaFacial-module__ViQ1sa__iconWrapper svg{width:24px;height:24px}.LimpiezaFacial-module__ViQ1sa__featureText{flex:1}.LimpiezaFacial-module__ViQ1sa__featureTitle{color:var(--color-text);margin-bottom:4px;font-size:1.05rem;font-weight:600}.LimpiezaFacial-module__ViQ1sa__featureDesc{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.LimpiezaFacial-module__ViQ1sa__showcaseWrapper{grid-area:1/2/span 2;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;width:100%;height:100%;display:grid}.LimpiezaFacial-module__ViQ1sa__bookingPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:1/1/auto/span 2;min-height:280px;padding:24px;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000004d}.LimpiezaFacial-module__ViQ1sa__bookingHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.LimpiezaFacial-module__ViQ1sa__bookingTitle{color:#fff;font-size:1.2rem;font-weight:600}.LimpiezaFacial-module__ViQ1sa__bookingSteps{gap:8px;display:flex}.LimpiezaFacial-module__ViQ1sa__stepDot{background:#fff3;border-radius:50%;width:8px;height:8px}.LimpiezaFacial-module__ViQ1sa__stepDot.LimpiezaFacial-module__ViQ1sa__active{background:#ec4899;border-radius:4px;width:20px}.LimpiezaFacial-module__ViQ1sa__servicesGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.LimpiezaFacial-module__ViQ1sa__serviceCard{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex}.LimpiezaFacial-module__ViQ1sa__serviceCard:hover{background:#ec48991a;border-color:#ec48994d}.LimpiezaFacial-module__ViQ1sa__serviceCard.LimpiezaFacial-module__ViQ1sa__selected{background:#ec489933;border-color:#ec4899}.LimpiezaFacial-module__ViQ1sa__serviceInfo{flex-direction:column;gap:4px;display:flex}.LimpiezaFacial-module__ViQ1sa__serviceName{color:#fff;font-weight:600}.LimpiezaFacial-module__ViQ1sa__serviceDuration{color:#94a3b8;font-size:.8rem}.LimpiezaFacial-module__ViQ1sa__servicePrice{color:#ec4899;font-weight:700}.LimpiezaFacial-module__ViQ1sa__staffPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:2/1;gap:16px;padding:20px;display:flex}.LimpiezaFacial-module__ViQ1sa__panelTitle{color:#fff;margin-bottom:8px;font-size:.9rem;font-weight:600}.LimpiezaFacial-module__ViQ1sa__staffList{flex-direction:column;gap:12px;display:flex}.LimpiezaFacial-module__ViQ1sa__staffItem{background:#ffffff0d;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.LimpiezaFacial-module__ViQ1sa__staffAvatar{object-fit:cover;background:#334155;border-radius:50%;width:40px;height:40px}.LimpiezaFacial-module__ViQ1sa__staffInfo{flex:1}.LimpiezaFacial-module__ViQ1sa__staffName{color:#fff;font-size:.9rem;font-weight:600}.LimpiezaFacial-module__ViQ1sa__staffRole{color:#94a3b8;font-size:.75rem}.LimpiezaFacial-module__ViQ1sa__calendarPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:2/2;padding:20px;display:flex}.LimpiezaFacial-module__ViQ1sa__timeGrid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.LimpiezaFacial-module__ViQ1sa__timeSlot{text-align:center;color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:10px;font-size:.85rem}.LimpiezaFacial-module__ViQ1sa__timeSlot:hover{background:#ffffff1a}.LimpiezaFacial-module__ViQ1sa__timeSlot.LimpiezaFacial-module__ViQ1sa__booked{opacity:.3;cursor:not-allowed;text-decoration:line-through}.LimpiezaFacial-module__ViQ1sa__timeSlot.LimpiezaFacial-module__ViQ1sa__selected{color:#fff;background:#ec4899;border-color:#ec4899}@media (max-width:1024px){.LimpiezaFacial-module__ViQ1sa__section{height:auto;padding-top:120px}.LimpiezaFacial-module__ViQ1sa__container{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.LimpiezaFacial-module__ViQ1sa__showcaseWrapper{grid-area:auto/1;margin-top:24px}}@media (max-width:768px){.LimpiezaFacial-module__ViQ1sa__showcaseWrapper{grid-template-columns:1fr}.LimpiezaFacial-module__ViQ1sa__bookingPanel{grid-column:1}.LimpiezaFacial-module__ViQ1sa__staffPanel,.LimpiezaFacial-module__ViQ1sa__calendarPanel{grid-area:auto/1}.LimpiezaFacial-module__ViQ1sa__servicesGrid{grid-template-columns:1fr}}
.Lms-module__g2JEeG__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:Inter,-apple-system,sans-serif;display:flex;position:relative;overflow-x:hidden}.Lms-module__g2JEeG__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.6fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.Lms-module__g2JEeG__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.Lms-module__g2JEeG__badge{color:#818cf8;letter-spacing:1px;background:#6366f11a;border:1px solid #6366f133;border-radius:20px;align-self:flex-start;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.Lms-module__g2JEeG__title{color:var(--color-text);margin-bottom:16px;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.15}.Lms-module__g2JEeG__highlight{background:linear-gradient(90deg,#818cf8,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.Lms-module__g2JEeG__subtitle{color:var(--color-text-muted);margin-bottom:32px;font-size:1rem;line-height:1.6}.Lms-module__g2JEeG__ctaGroup{gap:16px;display:flex}.Lms-module__g2JEeG__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #6366f140}.Lms-module__g2JEeG__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f159}.Lms-module__g2JEeG__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:16px;display:grid}.Lms-module__g2JEeG__featureCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex}.Lms-module__g2JEeG__featureCard:hover{background:#ffffff14;border-color:#6366f166;transform:translate(4px)}.Lms-module__g2JEeG__iconWrapper{color:#818cf8;background:#6366f11a;border:1px solid #6366f133;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Lms-module__g2JEeG__iconWrapper svg{width:24px;height:24px}.Lms-module__g2JEeG__featureText{flex:1}.Lms-module__g2JEeG__featureTitle{color:var(--color-text);margin-bottom:4px;font-size:1.05rem;font-weight:600}.Lms-module__g2JEeG__featureDesc{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.Lms-module__g2JEeG__showcaseWrapper{grid-area:1/2/span 2;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;width:100%;height:100%;display:grid}.Lms-module__g2JEeG__bookingPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:1/1/auto/span 2;min-height:280px;padding:24px;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000004d}.Lms-module__g2JEeG__bookingHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Lms-module__g2JEeG__bookingTitle{color:#fff;font-size:1.2rem;font-weight:600}.Lms-module__g2JEeG__bookingSteps{gap:8px;display:flex}.Lms-module__g2JEeG__stepDot{background:#fff3;border-radius:50%;width:8px;height:8px}.Lms-module__g2JEeG__stepDot.Lms-module__g2JEeG__active{background:#6366f1;border-radius:4px;width:20px}.Lms-module__g2JEeG__servicesGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.Lms-module__g2JEeG__serviceCard{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex}.Lms-module__g2JEeG__serviceCard:hover{background:#6366f11a;border-color:#6366f14d}.Lms-module__g2JEeG__serviceCard.Lms-module__g2JEeG__selected{background:#6366f133;border-color:#818cf8}.Lms-module__g2JEeG__serviceInfo{flex-direction:column;gap:8px;width:100%;padding-right:12px;display:flex}.Lms-module__g2JEeG__serviceName{color:#fff;font-size:.95rem;font-weight:600}.Lms-module__g2JEeG__progressBar{background:#ffffff1a;border-radius:3px;width:100%;height:6px;overflow:hidden}.Lms-module__g2JEeG__progressFill{background:#818cf8;border-radius:3px;height:100%}.Lms-module__g2JEeG__servicePrice{color:#818cf8;font-size:.9rem;font-weight:700}.Lms-module__g2JEeG__staffPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:2/1;gap:16px;padding:20px;display:flex}.Lms-module__g2JEeG__panelTitle{color:#fff;margin-bottom:8px;font-size:.9rem;font-weight:600}.Lms-module__g2JEeG__staffList{flex-direction:column;gap:12px;display:flex}.Lms-module__g2JEeG__statItem{background:#ffffff0d;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.Lms-module__g2JEeG__statIcon{color:#818cf8;background:#6366f133;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Lms-module__g2JEeG__staffInfo{flex:1}.Lms-module__g2JEeG__staffName{color:#fff;font-size:1.1rem;font-weight:700}.Lms-module__g2JEeG__staffRole{color:#94a3b8;font-size:.75rem}.Lms-module__g2JEeG__calendarPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:2/2;padding:20px;display:flex}.Lms-module__g2JEeG__timeGrid{grid-template-columns:1fr;gap:8px;margin-top:12px;display:grid}.Lms-module__g2JEeG__timeSlot{text-align:left;color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:10px 16px;font-size:.85rem}.Lms-module__g2JEeG__timeSlot:hover{background:#ffffff1a}.Lms-module__g2JEeG__timeSlot.Lms-module__g2JEeG__booked{opacity:.5}.Lms-module__g2JEeG__timeSlot.Lms-module__g2JEeG__selected{color:#fff;background:#6366f1;border-color:#6366f1}@media (max-width:1024px){.Lms-module__g2JEeG__section{height:auto;padding-top:120px}.Lms-module__g2JEeG__container{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.Lms-module__g2JEeG__showcaseWrapper{grid-area:auto/1;margin-top:24px}}@media (max-width:768px){.Lms-module__g2JEeG__showcaseWrapper{grid-template-columns:1fr}.Lms-module__g2JEeG__bookingPanel{grid-column:1}.Lms-module__g2JEeG__staffPanel,.Lms-module__g2JEeG__calendarPanel{grid-area:auto/1}.Lms-module__g2JEeG__servicesGrid{grid-template-columns:1fr}}
.Sismico-module__UUVyDa__section{min-height:100vh;color:var(--color-text);padding:140px 20px 60px;position:relative;overflow:hidden}.Sismico-module__UUVyDa__bgGlow{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#10b98114 0%,#0000 70%);width:60%;height:60%;position:absolute;top:-20%;left:-10%}.Sismico-module__UUVyDa__container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.Sismico-module__UUVyDa__header{margin-bottom:32px}.Sismico-module__UUVyDa__title{letter-spacing:-.02em;margin-bottom:8px;font-size:2.5rem;font-weight:800}.Sismico-module__UUVyDa__highlight{color:var(--color-primary)}.Sismico-module__UUVyDa__subtitle{color:var(--color-text-muted);max-width:800px;font-size:1rem}.Sismico-module__UUVyDa__dashboardWrapper{flex-direction:column;gap:24px;display:flex}.Sismico-module__UUVyDa__kpiRow{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.Sismico-module__UUVyDa__kpiCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a99;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:16px;padding:20px;display:flex;box-shadow:0 4px 20px #0003}.Sismico-module__UUVyDa__kpiIcon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.Sismico-module__UUVyDa__kpiIcon.Sismico-module__UUVyDa__total{color:#3b82f6;background:#3b82f61a}.Sismico-module__UUVyDa__kpiIcon.Sismico-module__UUVyDa__max{color:#ef4444;background:#ef44441a}.Sismico-module__UUVyDa__kpiIcon.Sismico-module__UUVyDa__avg{color:#eab308;background:#eab3081a}.Sismico-module__UUVyDa__kpiIcon.Sismico-module__UUVyDa__tsunami{color:#10b981;background:#10b9811a}.Sismico-module__UUVyDa__kpiInfo{flex-direction:column;display:flex}.Sismico-module__UUVyDa__kpiLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.85rem;font-weight:600}.Sismico-module__UUVyDa__kpiValue{color:#fff;font-size:1.5rem;font-weight:700;line-height:1}.Sismico-module__UUVyDa__mainDashboard{grid-template-columns:380px 1fr;gap:20px;height:650px;display:grid}.Sismico-module__UUVyDa__sidebar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a99;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 30px #0000004d}.Sismico-module__UUVyDa__sidebarHeader{background:#ffffff08;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px;display:flex}.Sismico-module__UUVyDa__sidebarTitle{color:#fff;font-size:1.1rem;font-weight:600}.Sismico-module__UUVyDa__pulseIndicator{color:#10b981;align-items:center;gap:8px;font-size:.8rem;display:flex}.Sismico-module__UUVyDa__pulseDot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite Sismico-module__UUVyDa__pulse}@keyframes Sismico-module__UUVyDa__pulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.Sismico-module__UUVyDa__quakeList{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.Sismico-module__UUVyDa__quakeList::-webkit-scrollbar{width:6px}.Sismico-module__UUVyDa__quakeList::-webkit-scrollbar-track{background:#ffffff05}.Sismico-module__UUVyDa__quakeList::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.Sismico-module__UUVyDa__quakeItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;flex-shrink:0;padding:16px;transition:all .2s;position:relative;overflow:hidden}.Sismico-module__UUVyDa__quakeItem:hover{background:#ffffff0f;border-color:#ffffff26;transform:translate(4px)}.Sismico-module__UUVyDa__quakeItemHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.Sismico-module__UUVyDa__quakeMagBadge{background:#0000004d;border-radius:6px;justify-content:center;align-items:center;min-width:50px;padding:4px 10px;font-size:1.1rem;font-weight:800;display:flex}.Sismico-module__UUVyDa__quakeTime{color:#cbd5e1;font-size:.85rem;font-weight:500}.Sismico-module__UUVyDa__quakePlace{color:#e2e8f0;margin-bottom:8px;font-size:.95rem;font-weight:500;line-height:1.4}.Sismico-module__UUVyDa__quakeMeta{color:#94a3b8;border-top:1px solid #ffffff0d;gap:16px;margin-top:8px;padding-top:12px;font-size:.85rem;display:flex}.Sismico-module__UUVyDa__tsunamiAlert{color:#fff;text-transform:uppercase;background:#3b82f6;border-bottom-left-radius:8px;padding:2px 8px;font-size:.65rem;font-weight:700;position:absolute;top:0;right:0}.Sismico-module__UUVyDa__mapContainer{z-index:10;background:#0f172a;border:1px solid #ffffff1a;border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 4px 30px #0000004d}.Sismico-module__UUVyDa__loader{min-height:400px;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.Sismico-module__UUVyDa__radar{border:2px solid var(--color-primary);border-radius:50%;width:60px;height:60px;margin-bottom:20px;position:relative;overflow:hidden}.Sismico-module__UUVyDa__radar:before{content:"";background:linear-gradient(45deg, transparent 50%, rgba(var(--color-primary-rgb), .5) 100%);transform-origin:0 0;width:100%;height:100%;animation:2s linear infinite Sismico-module__UUVyDa__scan;position:absolute;top:50%;left:50%}@keyframes Sismico-module__UUVyDa__scan{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Sismico-module__UUVyDa__severity_red{color:#ef4444;text-shadow:0 0 10px #ef444480;background:#ef444433;border:1px solid #ef44444d}.Sismico-module__UUVyDa__severity_orange{color:#f97316;text-shadow:0 0 10px #f9731680;background:#f9731633;border:1px solid #f973164d}.Sismico-module__UUVyDa__severity_yellow{color:#eab308;text-shadow:0 0 10px #eab30880;background:#eab30833;border:1px solid #eab3084d}.Sismico-module__UUVyDa__severity_green{color:#10b981;text-shadow:0 0 10px #10b98180;background:#10b98133;border:1px solid #10b9814d}@media (max-width:1024px){.Sismico-module__UUVyDa__mainDashboard{grid-template-columns:320px 1fr}}@media (max-width:768px){.Sismico-module__UUVyDa__title{font-size:2rem}.Sismico-module__UUVyDa__kpiRow{grid-template-columns:repeat(2,1fr)}.Sismico-module__UUVyDa__mainDashboard{grid-template-rows:400px 500px;grid-template-columns:1fr;height:auto}.Sismico-module__UUVyDa__mapContainer{grid-row:1}.Sismico-module__UUVyDa__sidebar{grid-row:2}}
.Odoo-module__vzVHka__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:Poppins,sans-serif;display:flex;position:relative;overflow-x:hidden}.Odoo-module__vzVHka__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.6fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.Odoo-module__vzVHka__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.Odoo-module__vzVHka__badge{color:#714b67;letter-spacing:1px;background:#714b671a;border:1px solid #714b6733;border-radius:20px;align-self:flex-start;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.Odoo-module__vzVHka__title{color:var(--color-text);margin-bottom:12px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15}.Odoo-module__vzVHka__highlight{color:#714b67}.Odoo-module__vzVHka__subtitle{color:var(--color-text-muted);margin-bottom:24px;font-size:.95rem;line-height:1.5}.Odoo-module__vzVHka__ctaGroup{gap:16px;display:flex}.Odoo-module__vzVHka__primaryBtn{color:#fff;cursor:pointer;background:#714b67;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 10px #714b6733}.Odoo-module__vzVHka__primaryBtn:hover{background:#5d3d54;transform:translateY(-2px);box-shadow:0 6px 15px #714b674d}.Odoo-module__vzVHka__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:12px;display:grid}.Odoo-module__vzVHka__featureCard{background:#fff;border:1px solid #0000000d;border-radius:12px;align-items:center;gap:16px;padding:16px;transition:all .3s;display:flex;box-shadow:0 2px 4px #00000005}.Odoo-module__vzVHka__featureCard:hover{border-color:#714b6733;transform:translateY(-2px);box-shadow:0 8px 12px #0000000d}.Odoo-module__vzVHka__iconWrapper{color:#714b67;background:#714b670d;border:1px solid #714b671a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Odoo-module__vzVHka__iconWrapper svg{width:22px;height:22px}.Odoo-module__vzVHka__featureText{flex:1}.Odoo-module__vzVHka__featureTitle{color:#0f172a;margin-bottom:2px;font-size:1rem;font-weight:600}.Odoo-module__vzVHka__featureDesc{color:#64748b;font-size:.8rem;line-height:1.4}.Odoo-module__vzVHka__showcaseWrapper{grid-area:1/2/span 2;grid-template-rows:auto auto;grid-template-columns:1.5fr 1fr;align-items:stretch;gap:20px;width:100%;height:100%;display:grid}.Odoo-module__vzVHka__kanbanPanel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;grid-area:1/1/auto/span 2;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d,0 1px 3px #0000000d}.Odoo-module__vzVHka__kanbanHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Odoo-module__vzVHka__kanbanTitle{color:#0f172a;align-items:center;gap:8px;font-weight:600;display:flex}.Odoo-module__vzVHka__kanbanTabs{color:#64748b;gap:12px;font-size:.85rem;display:flex}.Odoo-module__vzVHka__kanbanTab{border-radius:4px;padding:4px 12px}.Odoo-module__vzVHka__kanbanTab.Odoo-module__vzVHka__active{color:#714b67;background:#714b671a;font-weight:600}.Odoo-module__vzVHka__kanbanBoard{background:#f1f5f9;grid-template-columns:repeat(3,1fr);gap:16px;min-height:250px;padding:20px;display:grid}.Odoo-module__vzVHka__kanbanColumn{flex-direction:column;gap:12px;display:flex}.Odoo-module__vzVHka__colHeader{color:#475569;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.Odoo-module__vzVHka__colCount{background:#e2e8f0;border-radius:12px;padding:2px 8px;font-size:.75rem}.Odoo-module__vzVHka__kanbanCard{background:#fff;border:1px solid #e2e8f0;border-left:3px solid #714b67;border-radius:8px;padding:12px;box-shadow:0 1px 2px #0000000d}.Odoo-module__vzVHka__kanbanCard.Odoo-module__vzVHka__won{border-left-color:#017e84}.Odoo-module__vzVHka__cardTitle{color:#0f172a;margin-bottom:4px;font-size:.9rem;font-weight:600}.Odoo-module__vzVHka__cardClient{color:#64748b;margin-bottom:8px;font-size:.75rem}.Odoo-module__vzVHka__cardFooter{color:#0f172a;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:600;display:flex}.Odoo-module__vzVHka__cardAvatar{background:#e2e8f0;border-radius:50%;width:20px;height:20px}.Odoo-module__vzVHka__profilePanel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;grid-area:2/1;padding:20px;display:flex;box-shadow:0 10px 30px #0000000d}.Odoo-module__vzVHka__profileTop{align-items:center;gap:16px;margin-bottom:20px;display:flex}.Odoo-module__vzVHka__profileImg{background:#e2e8f0 url(https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=150&q=80) 0 0/cover;border-radius:8px;width:56px;height:56px}.Odoo-module__vzVHka__profileName{color:#0f172a;font-size:1.1rem;font-weight:600}.Odoo-module__vzVHka__profileCompany{color:#714b67;font-size:.85rem}.Odoo-module__vzVHka__profileStats{border-top:1px solid #e2e8f0;grid-template-columns:1fr 1fr;gap:12px;padding-top:16px;display:grid}.Odoo-module__vzVHka__statItem{flex-direction:column;display:flex}.Odoo-module__vzVHka__statLabel{color:#64748b;margin-bottom:2px;font-size:.75rem}.Odoo-module__vzVHka__statValue{color:#0f172a;font-size:1.1rem;font-weight:700}.Odoo-module__vzVHka__analyticsPanel{color:#fff;background:#714b67;border-radius:16px;flex-direction:column;grid-area:2/2;padding:20px;display:flex;box-shadow:0 10px 30px #714b6733}.Odoo-module__vzVHka__analyticsTitle{align-items:center;gap:8px;margin-bottom:16px;font-size:.9rem;font-weight:600;display:flex}.Odoo-module__vzVHka__analyticsChart{flex:1;align-items:flex-end;gap:8px;height:100px;margin-top:auto;display:flex}.Odoo-module__vzVHka__bar{background:#fff3;border-radius:4px 4px 0 0;flex:1;transition:height .5s}.Odoo-module__vzVHka__bar.Odoo-module__vzVHka__active{background:#017e84}@media (max-width:1024px){.Odoo-module__vzVHka__section{height:auto;padding-top:120px}.Odoo-module__vzVHka__container{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.Odoo-module__vzVHka__showcaseWrapper{grid-area:auto/1;margin-top:24px}}@media (max-width:768px){.Odoo-module__vzVHka__showcaseWrapper{grid-template-columns:1fr}.Odoo-module__vzVHka__kanbanPanel{grid-column:1}.Odoo-module__vzVHka__kanbanBoard{grid-template-columns:1fr}.Odoo-module__vzVHka__profilePanel,.Odoo-module__vzVHka__analyticsPanel{grid-area:auto/1}}
.OpenClaw-module__MYKA3G__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:Inter,-apple-system,sans-serif;display:flex;position:relative;overflow-x:hidden}.OpenClaw-module__MYKA3G__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.6fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.OpenClaw-module__MYKA3G__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.OpenClaw-module__MYKA3G__badge{color:#4f46e5;letter-spacing:1px;background:#6366f11a;border:1px solid #6366f133;border-radius:20px;align-self:flex-start;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.OpenClaw-module__MYKA3G__title{color:var(--color-text);margin-bottom:16px;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.15}.OpenClaw-module__MYKA3G__highlight{background:linear-gradient(90deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.OpenClaw-module__MYKA3G__subtitle{color:var(--color-text-muted);margin-bottom:32px;font-size:1rem;line-height:1.6}.OpenClaw-module__MYKA3G__ctaGroup{gap:16px;display:flex}.OpenClaw-module__MYKA3G__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #6366f140}.OpenClaw-module__MYKA3G__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f159}.OpenClaw-module__MYKA3G__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:16px;display:grid}.OpenClaw-module__MYKA3G__featureCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex;box-shadow:0 2px 5px #00000005}.OpenClaw-module__MYKA3G__featureCard:hover{border-color:#6366f166;transform:translate(4px);box-shadow:0 4px 15px #6366f11a}.OpenClaw-module__MYKA3G__iconWrapper{color:#4f46e5;background:#6366f11a;border:1px solid #6366f133;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.OpenClaw-module__MYKA3G__iconWrapper svg{width:24px;height:24px}.OpenClaw-module__MYKA3G__featureText{flex:1}.OpenClaw-module__MYKA3G__featureTitle{color:#0f172a;margin-bottom:4px;font-size:1.05rem;font-weight:600}.OpenClaw-module__MYKA3G__featureDesc{color:#64748b;font-size:.85rem;line-height:1.5}.OpenClaw-module__MYKA3G__showcaseWrapper{grid-area:1/2/span 2;grid-template-rows:auto auto;grid-template-columns:1.5fr 1fr;align-items:stretch;gap:20px;width:100%;height:100%;display:grid}.OpenClaw-module__MYKA3G__chatPanel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;grid-area:1/1/auto/span 2;min-height:380px;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000014}.OpenClaw-module__MYKA3G__chatHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.OpenClaw-module__MYKA3G__aiProfile{align-items:center;gap:12px;display:flex}.OpenClaw-module__MYKA3G__aiAvatar{color:#fff;background:linear-gradient(135deg,#6366f1,#c084fc);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.OpenClaw-module__MYKA3G__aiAvatar svg{width:18px;height:18px}.OpenClaw-module__MYKA3G__aiName{color:#0f172a;font-size:.95rem;font-weight:600}.OpenClaw-module__MYKA3G__aiStatus{color:#10b981;align-items:center;gap:4px;font-size:.75rem;display:flex}.OpenClaw-module__MYKA3G__aiStatusDot{background:#10b981;border-radius:50%;width:6px;height:6px}.OpenClaw-module__MYKA3G__chatBody{background:#fff;flex-direction:column;flex:1;gap:24px;padding:24px;display:flex;overflow-y:auto}.OpenClaw-module__MYKA3G__message{flex-direction:column;gap:8px;max-width:85%;display:flex}.OpenClaw-module__MYKA3G__message.OpenClaw-module__MYKA3G__user{align-self:flex-end}.OpenClaw-module__MYKA3G__message.OpenClaw-module__MYKA3G__ai{align-self:flex-start}.OpenClaw-module__MYKA3G__bubble{border-radius:12px;padding:12px 16px;font-size:.9rem;line-height:1.5}.OpenClaw-module__MYKA3G__message.OpenClaw-module__MYKA3G__user .OpenClaw-module__MYKA3G__bubble{color:#fff;background:#2563eb;border-bottom-right-radius:4px}.OpenClaw-module__MYKA3G__message.OpenClaw-module__MYKA3G__ai .OpenClaw-module__MYKA3G__bubble{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.OpenClaw-module__MYKA3G__chatInputArea{background:#f8fafc;border-top:1px solid #e2e8f0;align-items:center;padding:16px;display:flex}.OpenClaw-module__MYKA3G__chatInput{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:20px;outline:none;flex:1;padding:12px 20px;font-size:.9rem}.OpenClaw-module__MYKA3G__chatInput::placeholder{color:#94a3b8}.OpenClaw-module__MYKA3G__sendBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:12px;display:flex}.OpenClaw-module__MYKA3G__tasksPanel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;grid-area:2/1;gap:16px;padding:20px;display:flex;box-shadow:0 4px 15px #00000008}.OpenClaw-module__MYKA3G__tasksHeader{text-transform:uppercase;letter-spacing:1px;color:#64748b;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.OpenClaw-module__MYKA3G__taskItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:12px;padding:12px;font-size:.85rem;display:flex}.OpenClaw-module__MYKA3G__taskIcon{color:#4f46e5;font-weight:700}.OpenClaw-module__MYKA3G__taskText{color:#334155;flex:1}.OpenClaw-module__MYKA3G__taskSpinner{border:2px solid #cbd5e1;border-top-color:#6366f1;border-radius:50%;width:16px;height:16px;animation:1s linear infinite OpenClaw-module__MYKA3G__spin}@keyframes OpenClaw-module__MYKA3G__spin{to{transform:rotate(360deg)}}.OpenClaw-module__MYKA3G__skillsPanel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;grid-area:2/2;gap:16px;padding:20px;display:flex;box-shadow:0 4px 15px #00000008}.OpenClaw-module__MYKA3G__skillTags{flex-wrap:wrap;gap:8px;display:flex}.OpenClaw-module__MYKA3G__skillTag{color:#4f46e5;background:#6366f11a;border:1px solid #6366f133;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:600}@media (max-width:1024px){.OpenClaw-module__MYKA3G__section{height:auto;padding-top:120px}.OpenClaw-module__MYKA3G__container{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.OpenClaw-module__MYKA3G__showcaseWrapper{grid-area:auto/1;margin-top:24px}}@media (max-width:768px){.OpenClaw-module__MYKA3G__showcaseWrapper{grid-template-columns:1fr}.OpenClaw-module__MYKA3G__chatPanel{grid-column:1}.OpenClaw-module__MYKA3G__tasksPanel,.OpenClaw-module__MYKA3G__skillsPanel{grid-area:auto/1}}
.Plugins-module__d4nybG__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;display:flex;position:relative;overflow-x:hidden}.Plugins-module__d4nybG__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.6fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.Plugins-module__d4nybG__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.Plugins-module__d4nybG__badge{color:#2271b1;letter-spacing:.5px;background:#2271b11a;border:1px solid #2271b133;border-radius:20px;align-self:flex-start;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.Plugins-module__d4nybG__title{color:var(--color-text);margin-bottom:12px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15}.Plugins-module__d4nybG__highlight{color:#2271b1}.Plugins-module__d4nybG__subtitle{color:var(--color-text-muted);margin-bottom:24px;font-size:.95rem;line-height:1.5}.Plugins-module__d4nybG__ctaGroup{gap:16px;display:flex}.Plugins-module__d4nybG__primaryBtn{color:#fff;cursor:pointer;background:#2271b1;border:1px solid #2271b1;border-radius:4px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000001a}.Plugins-module__d4nybG__primaryBtn:hover{background:#135e96;border-color:#135e96}.Plugins-module__d4nybG__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:12px;display:grid}.Plugins-module__d4nybG__featureCard{background:#fff;border:1px solid #c3c4c7;border-radius:4px;align-items:center;gap:16px;padding:16px;transition:all .3s;display:flex}.Plugins-module__d4nybG__featureCard:hover{border-color:#2271b1;box-shadow:0 2px 8px #0000000d}.Plugins-module__d4nybG__iconWrapper{color:#2271b1;background:#f6f7f7;border:1px solid #dcdde1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Plugins-module__d4nybG__iconWrapper svg{width:20px;height:20px}.Plugins-module__d4nybG__featureText{flex:1}.Plugins-module__d4nybG__featureTitle{color:#1d2327;margin-bottom:2px;font-size:1rem;font-weight:600}.Plugins-module__d4nybG__featureDesc{color:#646970;font-size:.8rem;line-height:1.4}.Plugins-module__d4nybG__showcaseWrapper{grid-area:1/2/span 2;grid-template-rows:1fr;grid-template-columns:1fr;align-items:stretch;gap:20px;width:100%;height:100%;display:grid}.Plugins-module__d4nybG__wpAdminPanel{background:#fff;border:1px solid #c3c4c7;border-radius:8px;flex-direction:row;min-height:400px;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000001a}.Plugins-module__d4nybG__wpSidebar{color:#a7aaad;background:#1d2327;flex-direction:column;width:200px;display:flex}.Plugins-module__d4nybG__wpSidebarHeader{color:#fff;background:#2c3338;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:600;display:flex}.Plugins-module__d4nybG__wpMenu{margin:12px 0 0;padding:0;list-style:none}.Plugins-module__d4nybG__wpMenuItem{cursor:pointer;align-items:center;gap:12px;padding:8px 16px;font-size:.85rem;transition:all .2s;display:flex}.Plugins-module__d4nybG__wpMenuItem:hover{color:#72aee6}.Plugins-module__d4nybG__wpMenuItem.Plugins-module__d4nybG__active{color:#fff;background:#2271b1}.Plugins-module__d4nybG__wpMenuItem svg{width:16px;height:16px}.Plugins-module__d4nybG__wpContent{background:#f0f0f1;flex-direction:column;flex:1;gap:20px;padding:24px;display:flex}.Plugins-module__d4nybG__wpHeader{justify-content:space-between;align-items:center;display:flex}.Plugins-module__d4nybG__wpTitle{color:#1d2327;font-size:1.5rem;font-weight:400}.Plugins-module__d4nybG__wpSaveBtn{color:#fff;cursor:pointer;background:#2271b1;border:none;border-radius:4px;padding:6px 14px;font-size:.85rem}.Plugins-module__d4nybG__wpBox{background:#fff;border:1px solid #c3c4c7;border-radius:4px;box-shadow:0 1px 1px #0000000a}.Plugins-module__d4nybG__wpBoxHeader{color:#1d2327;border-bottom:1px solid #c3c4c7;padding:12px 16px;font-weight:600}.Plugins-module__d4nybG__wpBoxContent{flex-direction:column;gap:16px;padding:16px;display:flex}.Plugins-module__d4nybG__wpFormGroup{flex-direction:column;gap:6px;display:flex}.Plugins-module__d4nybG__wpLabel{color:#1d2327;font-size:.85rem;font-weight:600}.Plugins-module__d4nybG__wpInput{border:1px solid #8c8f94;border-radius:4px;width:100%;max-width:300px;padding:6px 8px;font-size:.85rem}.Plugins-module__d4nybG__wpToggle{color:#1d2327;align-items:center;gap:8px;font-size:.85rem;display:flex}.Plugins-module__d4nybG__wpToggleSwitch{background:#2271b1;border-radius:10px;width:36px;height:20px;position:relative}.Plugins-module__d4nybG__wpToggleSwitch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:2px;right:2px}.Plugins-module__d4nybG__codePanel{color:#d4d4d4;background:#1e1e1e;border:1px solid #333;border-radius:4px;padding:16px;font-family:monospace;font-size:.8rem;overflow-x:auto}.Plugins-module__d4nybG__keyword{color:#569cd6}.Plugins-module__d4nybG__string{color:#ce9178}.Plugins-module__d4nybG__function{color:#dcdcaa}@media (max-width:1024px){.Plugins-module__d4nybG__section{height:auto;padding-top:120px}.Plugins-module__d4nybG__container{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.Plugins-module__d4nybG__showcaseWrapper{grid-area:auto/1;margin-top:24px}}@media (max-width:768px){.Plugins-module__d4nybG__wpAdminPanel{flex-direction:column}.Plugins-module__d4nybG__wpSidebar{flex-flow:wrap;width:100%;height:auto}.Plugins-module__d4nybG__wpMenu{flex-wrap:wrap;gap:4px;margin:0;padding:8px;display:flex}.Plugins-module__d4nybG__wpMenuItem{border-radius:4px;padding:4px 8px}}
.Precios-module__CX4ntq__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:Inter,-apple-system,sans-serif;display:flex;position:relative;overflow-x:hidden}.Precios-module__CX4ntq__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.6fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.Precios-module__CX4ntq__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.Precios-module__CX4ntq__badge{color:#4f46e5;letter-spacing:1px;background:#6366f11a;border:1px solid #6366f133;border-radius:20px;align-self:flex-start;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.Precios-module__CX4ntq__title{color:var(--color-text);margin-bottom:16px;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.15}.Precios-module__CX4ntq__highlight{background:linear-gradient(90deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.Precios-module__CX4ntq__subtitle{color:var(--color-text-muted);margin-bottom:32px;font-size:1rem;line-height:1.6}.Precios-module__CX4ntq__ctaGroup{gap:16px;display:flex}.Precios-module__CX4ntq__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #6366f140}.Precios-module__CX4ntq__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f159}.Precios-module__CX4ntq__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:16px;display:grid}.Precios-module__CX4ntq__featureCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex;box-shadow:0 2px 5px #00000005}.Precios-module__CX4ntq__featureCard:hover{border-color:#6366f166;transform:translate(4px);box-shadow:0 4px 15px #6366f11a}.Precios-module__CX4ntq__iconWrapper{color:#4f46e5;background:#6366f11a;border:1px solid #6366f133;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Precios-module__CX4ntq__iconWrapper svg{width:24px;height:24px}.Precios-module__CX4ntq__featureText{flex:1}.Precios-module__CX4ntq__featureTitle{color:#0f172a;margin-bottom:4px;font-size:1.05rem;font-weight:600}.Precios-module__CX4ntq__featureDesc{color:#64748b;font-size:.85rem;line-height:1.5}.Precios-module__CX4ntq__showcaseWrapper{grid-area:1/2/span 2;grid-template-rows:auto auto;grid-template-columns:1.5fr 1fr;gap:20px;width:100%;height:100%;display:grid}.Precios-module__CX4ntq__appWrapper{flex-direction:column;grid-area:1/2/span 2;width:100%;height:100%;display:flex}.Precios-module__CX4ntq__tableContainerBox{flex-direction:column;width:100%;display:flex}.Precios-module__CX4ntq__tableHeaderArea{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:0 0 24px;display:flex}.Precios-module__CX4ntq__tableSearchBox{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#024f90;background:#ffffffe6;border:1px solid #024f901f;border-radius:99px;align-items:center;width:100%;max-width:480px;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #00000008}.Precios-module__CX4ntq__tableSearchBox:focus-within{background:#fff;border-color:#024f90;transform:translateY(-1px);box-shadow:0 4px 25px #024f9026}.Precios-module__CX4ntq__tableSearchInput{color:#0a1628;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:1rem}.Precios-module__CX4ntq__tableSearchInput::placeholder{color:#94a3b8}.Precios-module__CX4ntq__tableStatsBadge{color:#3d5a80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #024f9014;border-radius:99px;padding:8px 16px;font-size:.9rem;font-weight:500}.Precios-module__CX4ntq__modernTableWrapper{background:#fff;border:1px solid #024f901a;border-radius:16px;width:100%;max-height:65vh;position:relative;overflow-x:auto;box-shadow:0 10px 40px #024f9014}.Precios-module__CX4ntq__modernDataTable{border-collapse:separate;border-spacing:0;text-align:left;width:100%;font-size:.85rem}.Precios-module__CX4ntq__modernDataTable th{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#024f90;white-space:nowrap;text-transform:uppercase;letter-spacing:.1em;z-index:10;background:#fffffff2;border-bottom:2px solid #024f901a;padding:14px 16px;font-size:.75rem;font-weight:700;position:sticky;top:0}.Precios-module__CX4ntq__modernDataTable td{color:#3d5a80;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:12px 16px;transition:background-color .2s,color .2s}.Precios-module__CX4ntq__modernDataTable tbody tr{background:#fff;transition:all .2s}.Precios-module__CX4ntq__modernDataTable tbody tr:hover td{color:#0a1628;background:#f0f6fc}.Precios-module__CX4ntq__tableFw600{font-weight:600;color:#024f90!important}.Precios-module__CX4ntq__tableTextMuted{color:#64748b!important}.Precios-module__CX4ntq__tablePriceCell{font-family:monospace;font-size:.9rem;font-weight:600;color:#0f172a!important}.Precios-module__CX4ntq__statusBadge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:99px;justify-content:center;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.Precios-module__CX4ntq__statusBadgeRed{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5}.Precios-module__CX4ntq__statusBadgeYellow{color:#a16207;background:#fef9c3;border:1px solid #fde047}.Precios-module__CX4ntq__statusBadgeGreen{color:#15803d;background:#dcfce7;border:1px solid #86efac}.Precios-module__CX4ntq__tableEmptyState{text-align:center;font-size:1.1rem;color:#64748b!important;padding:60px!important}.Precios-module__CX4ntq__loadingStateArea{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.Precios-module__CX4ntq__tableSpinner{border:4px solid #e2e8f0;border-top-color:#024f90;border-radius:50%;width:48px;height:48px;animation:1s linear infinite Precios-module__CX4ntq__table-spin}@keyframes Precios-module__CX4ntq__table-spin{to{transform:rotate(360deg)}}.Precios-module__CX4ntq__errorStateArea{text-align:center;color:#ef4444;padding:60px 20px;font-weight:500}.Precios-module__CX4ntq__pagination{background:#fff;border-top:1px solid #024f901a;border-bottom-right-radius:16px;border-bottom-left-radius:16px;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.Precios-module__CX4ntq__pageNumbers{align-items:center;gap:8px;display:flex}.Precios-module__CX4ntq__pageBtn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.Precios-module__CX4ntq__pageBtn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.Precios-module__CX4ntq__pageBtn:disabled{opacity:.5;cursor:not-allowed}.Precios-module__CX4ntq__pageNumberBtn{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Precios-module__CX4ntq__pageNumberBtn:hover:not(.Precios-module__CX4ntq__activePage){background:#f1f5f9}.Precios-module__CX4ntq__activePage{color:#fff;background:#024f90;border-color:#024f90}.Precios-module__CX4ntq__pageEllipsis{color:#94a3b8;padding:0 4px}.Precios-module__CX4ntq__tasksHeader{text-transform:uppercase;letter-spacing:1px;color:#64748b;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.Precios-module__CX4ntq__taskItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:12px;padding:12px;font-size:.85rem;display:flex}.Precios-module__CX4ntq__taskIcon{color:#4f46e5;font-weight:700}.Precios-module__CX4ntq__taskText{color:#334155;flex:1}.Precios-module__CX4ntq__taskSpinner{border:2px solid #cbd5e1;border-top-color:#6366f1;border-radius:50%;width:16px;height:16px;animation:1s linear infinite Precios-module__CX4ntq__spin}@keyframes Precios-module__CX4ntq__spin{to{transform:rotate(360deg)}}.Precios-module__CX4ntq__skillsPanel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;grid-area:2/2;gap:16px;padding:20px;display:flex;box-shadow:0 4px 15px #00000008}.Precios-module__CX4ntq__skillTags{flex-wrap:wrap;gap:8px;display:flex}.Precios-module__CX4ntq__skillTag{color:#4f46e5;background:#6366f11a;border:1px solid #6366f133;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:600}@media (max-width:1024px){.Precios-module__CX4ntq__section{height:auto;padding-top:120px}.Precios-module__CX4ntq__container{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.Precios-module__CX4ntq__showcaseWrapper{grid-area:auto/1;margin-top:24px}}@media (max-width:768px){.Precios-module__CX4ntq__showcaseWrapper{grid-template-columns:1fr}.Precios-module__CX4ntq__chatPanel{grid-column:1}.Precios-module__CX4ntq__tasksPanel,.Precios-module__CX4ntq__skillsPanel{grid-area:auto/1}}
.RadioStreaming-module__KES8eG__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:Poppins,sans-serif;display:flex;position:relative;overflow-x:hidden}.RadioStreaming-module__KES8eG__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.8fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.RadioStreaming-module__KES8eG__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.RadioStreaming-module__KES8eG__title{background:linear-gradient(135deg,#fff 0%,#60a5fa 100%);-webkit-text-fill-color:transparent;text-shadow:2px 2px 4px #0000000d;-webkit-background-clip:text;margin-bottom:12px;font-family:Righteous,cursive;font-size:clamp(1.8rem,3.5vw,3rem);line-height:1.1}.RadioStreaming-module__KES8eG__highlight{color:#e81e57;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background:0 0;display:inline-block;position:relative}.RadioStreaming-module__KES8eG__subtitle{max-width:100%;color:var(--color-text-muted);margin:0 0 20px;font-size:.95rem;line-height:1.5}.RadioStreaming-module__KES8eG__ctaGroup{justify-content:flex-start;gap:16px;display:flex}.RadioStreaming-module__KES8eG__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:12px;align-items:center;gap:12px;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 10px 20px #2563eb4d,inset 0 2px #fff3}.RadioStreaming-module__KES8eG__primaryBtn:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 15px 30px #2563eb66,inset 0 2px #fff3}.RadioStreaming-module__KES8eG__secondaryBtn{color:#0f172a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffffe6;border:1px solid #0000000d;border-radius:12px;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px #0000000d}.RadioStreaming-module__KES8eG__secondaryBtn:hover{background:#fff;transform:translateY(-4px)scale(1.02);box-shadow:0 15px 30px #00000014}.RadioStreaming-module__KES8eG__showcase{perspective:1000px;justify-content:center;align-items:center;height:500px;margin-top:60px;display:flex;position:relative}.RadioStreaming-module__KES8eG__phoneMockup{background:#000;border:8px solid #1f2937;border-radius:40px;width:260px;height:540px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);position:absolute;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.RadioStreaming-module__KES8eG__phoneMockup:before{content:"";z-index:10;background:#1f2937;border-bottom-right-radius:15px;border-bottom-left-radius:15px;width:120px;height:25px;position:absolute;top:0;left:50%;transform:translate(-50%)}.RadioStreaming-module__KES8eG__phoneLeft{z-index:1;transform:translate(-60%)rotateY(15deg)rotate(-5deg)scale(.9)}.RadioStreaming-module__KES8eG__phoneCenter{z-index:3;transform:translateY(-20px)scale(1.05)}.RadioStreaming-module__KES8eG__phoneRight{z-index:2;transform:translate(60%)rotateY(-15deg)rotate(5deg)scale(.9)}.RadioStreaming-module__KES8eG__showcase:hover .RadioStreaming-module__KES8eG__phoneLeft{transform:translate(-70%)rotateY(10deg)rotate(-8deg)scale(.9)}.RadioStreaming-module__KES8eG__showcase:hover .RadioStreaming-module__KES8eG__phoneCenter{transform:translateY(-30px)scale(1.1)}.RadioStreaming-module__KES8eG__showcase:hover .RadioStreaming-module__KES8eG__phoneRight{transform:translate(70%)rotateY(-10deg)rotate(8deg)scale(.9)}.RadioStreaming-module__KES8eG__screen{background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.RadioStreaming-module__KES8eG__mobileLangOptions{flex-wrap:wrap;gap:.5rem;display:flex}.RadioStreaming-module__KES8eG__screenPink{background:linear-gradient(135deg,#e81e57 0%,#a2123b 100%)}.RadioStreaming-module__KES8eG__screenBlue{background:linear-gradient(135deg,#0050ff 0%,#003099 100%)}.RadioStreaming-module__KES8eG__screenOrange{background:linear-gradient(135deg,#f70 0%,#cc5f00 100%)}.RadioStreaming-module__KES8eG__albumCover{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;margin-bottom:30px;display:flex;position:relative;box-shadow:0 10px 20px #0003}.RadioStreaming-module__KES8eG__albumCover:after{content:"";background:#fff;border-radius:50%;width:30px;height:30px;position:absolute}.RadioStreaming-module__KES8eG__playBtn{color:#333;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.RadioStreaming-module__KES8eG__playBtn svg{fill:currentColor;width:24px;height:24px;margin-left:4px}.RadioStreaming-module__KES8eG__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:12px;display:grid}.RadioStreaming-module__KES8eG__featureCard{background:linear-gradient(145deg,#ffffffe6,#f8fafce6);border:1px solid #fffc;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:5px 5px 15px #00000008,-5px -5px 15px #fffc}.RadioStreaming-module__KES8eG__featureCard:hover{transform:translateY(-4px)scale(1.02);box-shadow:10px 10px 20px #0000000f,-5px -5px 15px #ffffffe6}.RadioStreaming-module__KES8eG__iconWrapper{background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 10px #2563eb33,inset 0 2px 4px #fff3}.RadioStreaming-module__KES8eG__iconWrapper svg{color:#fff;width:20px;height:20px}.RadioStreaming-module__KES8eG__featureText{flex:1}.RadioStreaming-module__KES8eG__featureTitle{color:#0f172a;margin-bottom:2px;font-size:1rem;font-weight:600}.RadioStreaming-module__KES8eG__featureDesc{color:#475569;font-size:.8rem;line-height:1.4}.RadioStreaming-module__KES8eG__graphicSection{background:linear-gradient(135deg,#e81e570d 0%,#0050ff0d 100%);border:1px solid #0000000d;border-radius:40px;justify-content:space-between;align-items:center;gap:60px;margin-top:100px;padding:60px;display:flex;position:relative}.RadioStreaming-module__KES8eG__graphicContent{flex:1}.RadioStreaming-module__KES8eG__graphicTitle{color:var(--color-text);margin-bottom:16px;font-family:Righteous,cursive;font-size:2.5rem}.RadioStreaming-module__KES8eG__graphicDesc{color:var(--color-text-muted);margin-bottom:30px;font-size:1.05rem;line-height:1.6}.RadioStreaming-module__KES8eG__graphicImage{flex:1;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.RadioStreaming-module__KES8eG__floatingHeadphones{filter:drop-shadow(0 20px 30px #00000080);background:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"white\" opacity=\"0.8\"><path d=\"M12 3c-4.97 0-9 4.03-9 9v7c0 1.1.9 2 2 2h4v-8H5v-1c0-3.87 3.13-7 7-7s7 3.13 7 7v1h-4v8h4c1.1 0 2-.9 2-2v-7c0-4.97-4.03-9-9-9z\"/></svg>") 50%/contain no-repeat;width:250px;height:250px;animation:6s ease-in-out infinite RadioStreaming-module__KES8eG__float}@keyframes RadioStreaming-module__KES8eG__float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}@media (max-width:1024px){.RadioStreaming-module__KES8eG__showcase{height:400px}.RadioStreaming-module__KES8eG__phoneMockup{width:220px;height:460px}.RadioStreaming-module__KES8eG__graphicSection{text-align:center;flex-direction:column;padding:40px}}@media (max-width:768px){.RadioStreaming-module__KES8eG__bgImage{background-attachment:scroll}.RadioStreaming-module__KES8eG__title{font-size:2.5rem}.RadioStreaming-module__KES8eG__ctaGroup{flex-direction:column}.RadioStreaming-module__KES8eG__showcase{height:350px;margin-top:40px}.RadioStreaming-module__KES8eG__phoneMockup{width:180px;height:380px}.RadioStreaming-module__KES8eG__phoneLeft{transform:translate(-40%)scale(.85)}.RadioStreaming-module__KES8eG__phoneRight{transform:translate(40%)scale(.85)}}.RadioStreaming-module__KES8eG__dashboardWrapper{perspective:1200px;grid-area:1/2/span 2;align-items:center;width:100%;height:100%;display:flex}.RadioStreaming-module__KES8eG__dashboardContainer{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);transform-style:preserve-3d;background:#ffffffe6;border:1px solid #fffc;border-radius:20px;flex-direction:column;gap:24px;padding:24px;transition:transform .6s cubic-bezier(.175,.885,.32,1.275),box-shadow .6s;display:flex;position:relative;overflow:hidden;transform:rotateX(8deg)rotateY(-5deg)scale(.9);box-shadow:-20px 30px 60px -15px #00000026,inset 0 0 0 1px #ffffff80}.RadioStreaming-module__KES8eG__dashboardContainer:hover{transform:rotateX(0)rotateY(0)scale(1);box-shadow:0 25px 50px -12px #0000001a,inset 0 0 0 1px #fffc}.RadioStreaming-module__KES8eG__dashboardContainer:before{content:"";opacity:.8;background:linear-gradient(90deg,#0000,#22c55e,#00b4b6,#0000);height:3px;position:absolute;top:0;left:0;right:0}.RadioStreaming-module__KES8eG__dashboardHeader{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.RadioStreaming-module__KES8eG__dashboardTitle{color:#0f172a;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;display:flex}.RadioStreaming-module__KES8eG__liveIndicator{background-color:#22c55e;border-radius:50%;width:10px;height:10px;animation:2s infinite RadioStreaming-module__KES8eG__pulseLive;box-shadow:0 0 10px #22c55e}@keyframes RadioStreaming-module__KES8eG__pulseLive{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 10px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}.RadioStreaming-module__KES8eG__statsGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.RadioStreaming-module__KES8eG__statCard{background:linear-gradient(145deg,#fff,#f1f5f9);border:1px solid #fffc;border-radius:12px;padding:12px 16px;transition:transform .3s,box-shadow .3s;transform:translateZ(20px);box-shadow:4px 4px 10px #00000008,-4px -4px 10px #fffc}.RadioStreaming-module__KES8eG__statCard:hover{transform:translateZ(30px)translateY(-4px);box-shadow:8px 8px 20px #0000000f,-8px -8px 20px #ffffffe6}.RadioStreaming-module__KES8eG__statLabel{color:#475569;align-items:center;gap:6px;margin-bottom:2px;font-size:.8rem;font-weight:500;display:flex}.RadioStreaming-module__KES8eG__statValue{color:#0f172a;font-family:Righteous,cursive;font-size:1.4rem;font-weight:700}.RadioStreaming-module__KES8eG__statChange{color:#22c55e;margin-left:8px;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:500}.RadioStreaming-module__KES8eG__dashboardBody{grid-template-columns:2fr 1fr;gap:24px;display:grid}.RadioStreaming-module__KES8eG__chartSection{background:#fff9;border:1px solid #0000000d;border-radius:12px;padding:16px;box-shadow:0 4px 6px #00000005}.RadioStreaming-module__KES8eG__chartTitle{color:#0f172a;margin-bottom:12px;font-size:.9rem;font-weight:600}.RadioStreaming-module__KES8eG__playerSection{background:linear-gradient(135deg,#e81e570d,#0050ff0d);border:1px solid #0000000d;border-radius:12px;flex-direction:column;padding:16px;display:flex;box-shadow:0 4px 6px #00000005}.RadioStreaming-module__KES8eG__nowPlayingTitle{color:#475569;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:.8rem}.RadioStreaming-module__KES8eG__trackInfo{align-items:center;gap:16px;margin-bottom:24px;display:flex}.RadioStreaming-module__KES8eG__albumArt{background:linear-gradient(135deg,#00b4b6,#0050ff);border-radius:12px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;box-shadow:0 10px 20px #0000004d}.RadioStreaming-module__KES8eG__trackDetails{flex:1}.RadioStreaming-module__KES8eG__trackName{color:#0f172a;margin-bottom:2px;font-size:1rem;font-weight:600}.RadioStreaming-module__KES8eG__trackArtist{color:#475569;font-size:.85rem}.RadioStreaming-module__KES8eG__playerControls{flex-direction:column;gap:12px;display:flex}.RadioStreaming-module__KES8eG__progressBar{background:#0000001a;border-radius:3px;width:100%;height:6px;overflow:hidden}.RadioStreaming-module__KES8eG__progressFill{background:#e81e57;border-radius:3px;height:100%;transition:width 1s linear}.RadioStreaming-module__KES8eG__timeInfo{color:#475569;justify-content:space-between;font-size:.75rem;display:flex}.RadioStreaming-module__KES8eG__autoDjBadge{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:50px;align-self:flex-start;align-items:center;gap:6px;margin-top:auto;padding:6px 12px;font-size:.8rem;font-weight:600;display:flex}@media (max-width:1024px){.RadioStreaming-module__KES8eG__section{height:auto;padding-top:120px;overflow:visible}.RadioStreaming-module__KES8eG__container{grid-template-rows:auto;grid-template-columns:1fr;height:auto}.RadioStreaming-module__KES8eG__hero{text-align:center;grid-column:1;align-items:center}.RadioStreaming-module__KES8eG__ctaGroup{justify-content:center}.RadioStreaming-module__KES8eG__dashboardWrapper,.RadioStreaming-module__KES8eG__features{grid-area:auto/1;margin-top:40px}.RadioStreaming-module__KES8eG__statsGrid{grid-template-columns:repeat(2,1fr)}.RadioStreaming-module__KES8eG__dashboardBody{grid-template-columns:1fr}}@media (max-width:768px){.RadioStreaming-module__KES8eG__statsGrid{grid-template-columns:1fr}.RadioStreaming-module__KES8eG__bgImage{background-attachment:scroll}}
.Barberia-module__uiJEAW__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:Inter,-apple-system,sans-serif;display:flex;position:relative;overflow-x:hidden}.Barberia-module__uiJEAW__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.6fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.Barberia-module__uiJEAW__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.Barberia-module__uiJEAW__badge{color:#f59e0b;letter-spacing:1px;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:20px;align-self:flex-start;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.Barberia-module__uiJEAW__title{color:var(--color-text);margin-bottom:16px;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.15}.Barberia-module__uiJEAW__highlight{background:linear-gradient(90deg,#f59e0b,#d97706);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.Barberia-module__uiJEAW__subtitle{color:var(--color-text-muted);margin-bottom:32px;font-size:1rem;line-height:1.6}.Barberia-module__uiJEAW__ctaGroup{gap:16px;display:flex}.Barberia-module__uiJEAW__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #f59e0b40}.Barberia-module__uiJEAW__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b59}.Barberia-module__uiJEAW__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:16px;display:grid}.Barberia-module__uiJEAW__featureCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex}.Barberia-module__uiJEAW__featureCard:hover{background:#ffffff14;border-color:#f59e0b66;transform:translate(4px)}.Barberia-module__uiJEAW__iconWrapper{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Barberia-module__uiJEAW__iconWrapper svg{width:24px;height:24px}.Barberia-module__uiJEAW__featureText{flex:1}.Barberia-module__uiJEAW__featureTitle{color:var(--color-text);margin-bottom:4px;font-size:1.05rem;font-weight:600}.Barberia-module__uiJEAW__featureDesc{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.Barberia-module__uiJEAW__showcaseWrapper{grid-area:1/2/span 2;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;width:100%;height:100%;display:grid}.Barberia-module__uiJEAW__bookingPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:1/1/auto/span 2;min-height:280px;padding:24px;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000004d}.Barberia-module__uiJEAW__bookingHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Barberia-module__uiJEAW__bookingTitle{color:#fff;font-size:1.2rem;font-weight:600}.Barberia-module__uiJEAW__bookingSteps{gap:8px;display:flex}.Barberia-module__uiJEAW__stepDot{background:#fff3;border-radius:50%;width:8px;height:8px}.Barberia-module__uiJEAW__stepDot.Barberia-module__uiJEAW__active{background:#f59e0b;border-radius:4px;width:20px}.Barberia-module__uiJEAW__servicesGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.Barberia-module__uiJEAW__serviceCard{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex}.Barberia-module__uiJEAW__serviceCard:hover{background:#f59e0b1a;border-color:#f59e0b4d}.Barberia-module__uiJEAW__serviceCard.Barberia-module__uiJEAW__selected{background:#f59e0b33;border-color:#f59e0b}.Barberia-module__uiJEAW__serviceInfo{flex-direction:column;gap:4px;display:flex}.Barberia-module__uiJEAW__serviceName{color:#fff;font-weight:600}.Barberia-module__uiJEAW__serviceDuration{color:#94a3b8;font-size:.8rem}.Barberia-module__uiJEAW__servicePrice{color:#f59e0b;font-weight:700}.Barberia-module__uiJEAW__staffPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:2/1;gap:16px;padding:20px;display:flex}.Barberia-module__uiJEAW__panelTitle{color:#fff;margin-bottom:8px;font-size:.9rem;font-weight:600}.Barberia-module__uiJEAW__staffList{flex-direction:column;gap:12px;display:flex}.Barberia-module__uiJEAW__staffItem{background:#ffffff0d;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.Barberia-module__uiJEAW__staffAvatar{object-fit:cover;background:#334155;border-radius:50%;width:40px;height:40px}.Barberia-module__uiJEAW__staffInfo{flex:1}.Barberia-module__uiJEAW__staffName{color:#fff;font-size:.9rem;font-weight:600}.Barberia-module__uiJEAW__staffRole{color:#94a3b8;font-size:.75rem}.Barberia-module__uiJEAW__calendarPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;grid-area:2/2;padding:20px;display:flex}.Barberia-module__uiJEAW__timeGrid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.Barberia-module__uiJEAW__timeSlot{text-align:center;color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:10px;font-size:.85rem}.Barberia-module__uiJEAW__timeSlot:hover{background:#ffffff1a}.Barberia-module__uiJEAW__timeSlot.Barberia-module__uiJEAW__booked{opacity:.3;cursor:not-allowed;text-decoration:line-through}.Barberia-module__uiJEAW__timeSlot.Barberia-module__uiJEAW__selected{color:#fff;background:#f59e0b;border-color:#f59e0b}@media (max-width:1024px){.Barberia-module__uiJEAW__section{height:auto;padding-top:120px}.Barberia-module__uiJEAW__container{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.Barberia-module__uiJEAW__showcaseWrapper{grid-area:auto/1;margin-top:24px}}@media (max-width:768px){.Barberia-module__uiJEAW__showcaseWrapper{grid-template-columns:1fr}.Barberia-module__uiJEAW__bookingPanel{grid-column:1}.Barberia-module__uiJEAW__staffPanel,.Barberia-module__uiJEAW__calendarPanel{grid-area:auto/1}.Barberia-module__uiJEAW__servicesGrid{grid-template-columns:1fr}}
.ReservaBoletos-module__G-1jsa__section{min-height:100vh;color:var(--color-text);align-items:center;padding:120px 0 60px;font-family:Poppins,sans-serif;display:flex;position:relative;overflow-x:hidden}.ReservaBoletos-module__G-1jsa__container{z-index:2;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.6fr;align-items:center;gap:24px;width:100%;max-width:100%;min-height:calc(100vh - 180px);margin:0 auto;padding:0 32px;display:grid;position:relative}.ReservaBoletos-module__G-1jsa__hero{text-align:left;flex-direction:column;grid-area:1/1;justify-content:center;display:flex}.ReservaBoletos-module__G-1jsa__badge{color:#7c3aed;text-transform:uppercase;letter-spacing:1px;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:20px;align-self:flex-start;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-block}.ReservaBoletos-module__G-1jsa__title{color:var(--color-text);margin-bottom:12px;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15}.ReservaBoletos-module__G-1jsa__highlight{background:linear-gradient(135deg,#a855f7 0%,#ec4899 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 20px #ec48994d;-webkit-background-clip:text}.ReservaBoletos-module__G-1jsa__subtitle{color:var(--color-text-muted);margin-bottom:24px;font-size:.95rem;line-height:1.5}.ReservaBoletos-module__G-1jsa__ctaGroup{gap:16px;display:flex}.ReservaBoletos-module__G-1jsa__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#ec4899 100%);border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 8px 20px #ec48994d}.ReservaBoletos-module__G-1jsa__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #ec489980}.ReservaBoletos-module__G-1jsa__features{grid-area:2/1;grid-template-columns:1fr;align-content:start;gap:12px;display:grid}.ReservaBoletos-module__G-1jsa__featureCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #0000000d;border-radius:12px;align-items:center;gap:16px;padding:16px;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.ReservaBoletos-module__G-1jsa__featureCard:hover{background:#fff;border-color:#8b5cf633;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.ReservaBoletos-module__G-1jsa__iconWrapper{color:#db2777;background:linear-gradient(135deg,#8b5cf61a,#ec48991a);border:1px solid #0000000d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ReservaBoletos-module__G-1jsa__iconWrapper svg{width:22px;height:22px}.ReservaBoletos-module__G-1jsa__featureText{flex:1}.ReservaBoletos-module__G-1jsa__featureTitle{color:#0f172a;margin-bottom:2px;font-size:1rem;font-weight:600}.ReservaBoletos-module__G-1jsa__featureDesc{color:#475569;font-size:.8rem;line-height:1.4}.ReservaBoletos-module__G-1jsa__showcaseWrapper{perspective:1000px;grid-area:1/2/span 2;grid-template-rows:auto auto;grid-template-columns:1.2fr 1fr;align-items:center;gap:20px;width:100%;height:100%;display:grid}.ReservaBoletos-module__G-1jsa__ticketMockup{background:#fff;border-radius:24px;flex-direction:column;grid-area:1/1/span 2;transition:transform .5s;display:flex;position:relative;overflow:hidden;transform:rotateY(5deg)rotateX(2deg);box-shadow:0 25px 50px -12px #00000026,inset 0 0 0 1px #0000000d}.ReservaBoletos-module__G-1jsa__ticketMockup:hover{transform:rotateY(0)rotateX(0)}.ReservaBoletos-module__G-1jsa__ticketImage{background-image:url(https://images.unsplash.com/photo-1540039155732-d68a1834244b?auto=format&fit=crop&w=800&q=80);background-position:50%;background-size:cover;width:100%;height:220px;position:relative}.ReservaBoletos-module__G-1jsa__ticketGradient{background:linear-gradient(#0000,#000c);width:100%;height:50%;position:absolute;bottom:0}.ReservaBoletos-module__G-1jsa__ticketBody{color:#0f172a;background:#f1f5f9;padding:24px;position:relative}.ReservaBoletos-module__G-1jsa__ticketBody:before{content:"";background-image:radial-gradient(circle at 10px 0,#0000 12px,#f1f5f9 13px);background-position:top;background-repeat:repeat-x;background-size:24px 20px;width:100%;height:20px;position:absolute;top:-10px;left:0}.ReservaBoletos-module__G-1jsa__eventName{margin-bottom:4px;font-size:1.5rem;font-weight:700}.ReservaBoletos-module__G-1jsa__eventDate{color:#475569;align-items:center;gap:8px;margin-bottom:24px;font-size:.9rem;display:flex}.ReservaBoletos-module__G-1jsa__ticketDetails{border-top:1px dashed #0000001a;border-bottom:1px dashed #0000001a;justify-content:space-between;margin-bottom:24px;padding:16px 0;display:flex}.ReservaBoletos-module__G-1jsa__detailCol{flex-direction:column;display:flex}.ReservaBoletos-module__G-1jsa__detailLabel{text-transform:uppercase;color:#64748b;margin-bottom:4px;font-size:.7rem}.ReservaBoletos-module__G-1jsa__detailValue{font-size:1.1rem;font-weight:600}.ReservaBoletos-module__G-1jsa__qrSection{align-items:center;gap:16px;display:flex}.ReservaBoletos-module__G-1jsa__qrCode{background:#fff;border-radius:8px;width:80px;height:80px;padding:4px}.ReservaBoletos-module__G-1jsa__checkoutPanel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #0000000d;border-radius:20px;flex-direction:column;grid-area:1/2;padding:24px;display:flex;box-shadow:0 15px 35px #0000000d}.ReservaBoletos-module__G-1jsa__checkoutTitle{color:#0f172a;margin-bottom:16px;font-size:1rem;font-weight:600}.ReservaBoletos-module__G-1jsa__orderRow{color:#475569;justify-content:space-between;margin-bottom:12px;font-size:.9rem;display:flex}.ReservaBoletos-module__G-1jsa__orderTotal{color:#0f172a;border-top:1px solid #0000000d;justify-content:space-between;margin-top:8px;margin-bottom:20px;padding-top:12px;font-size:1.2rem;font-weight:700;display:flex}.ReservaBoletos-module__G-1jsa__payBtn{color:#fff;text-align:center;cursor:pointer;background:#0f172a;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:600;display:flex;box-shadow:0 4px 10px #0000001a}.ReservaBoletos-module__G-1jsa__seatMapPanel{color:#0f172a;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #0000000d;border-radius:20px;flex-direction:column;grid-area:2/2;align-items:center;padding:24px;display:flex;box-shadow:0 15px 35px #0000000d}.ReservaBoletos-module__G-1jsa__stage{letter-spacing:2px;text-transform:uppercase;color:#6d28d9;background:#8b5cf61a;border-radius:12px;justify-content:center;align-items:center;width:80%;height:24px;margin-bottom:20px;font-size:.7rem;display:flex}.ReservaBoletos-module__G-1jsa__seatsGrid{grid-template-columns:repeat(6,1fr);gap:8px;width:100%;display:grid}.ReservaBoletos-module__G-1jsa__seat{aspect-ratio:1;background:#0000000d;border-radius:6px}.ReservaBoletos-module__G-1jsa__seat.ReservaBoletos-module__G-1jsa__taken{background:#00000026}.ReservaBoletos-module__G-1jsa__seat.ReservaBoletos-module__G-1jsa__selected{background:#ec4899;box-shadow:0 4px 10px #ec489966}@media (max-width:1024px){.ReservaBoletos-module__G-1jsa__section{height:auto;padding-top:120px}.ReservaBoletos-module__G-1jsa__container{grid-template-rows:auto;grid-template-columns:1fr;min-height:auto}.ReservaBoletos-module__G-1jsa__showcaseWrapper{perspective:none;grid-area:auto/1;margin-top:24px}.ReservaBoletos-module__G-1jsa__ticketMockup{transform:none}}@media (max-width:768px){.ReservaBoletos-module__G-1jsa__showcaseWrapper{grid-template-columns:1fr}.ReservaBoletos-module__G-1jsa__ticketMockup,.ReservaBoletos-module__G-1jsa__checkoutPanel,.ReservaBoletos-module__G-1jsa__seatMapPanel{grid-area:auto/1}}
