:root{--font-sans:"Poppins", "Inter", sans-serif;--brand-blue:#1a3a6e;--brand-blue-mid:#2563eb;--brand-blue-light:#eef3ff;--brand-yellow:#f5c400;--brand-yellow-dark:#d4a700;--brand-yellow-glow:#f5c40047;--bg-page:#fff;--bg-alt:#f8faff;--bg-card:#fff;--bg-nav:#fffffff2;--bg-hero:#0d1b2e;--text-primary:#0d1b2e;--text-secondary:#4a5568;--text-muted:#94a3b8;--text-inverse:#fff;--text-accent:#2563eb;--text-stat:#1a3a6e;--text-price:#1a3a6e;--text-link:#2563eb;--text-accent-yellow:#b8860b;--color-success:#16a34a;--color-error:#dc2626;--footer-text:#ffffffbf;--footer-text-muted:#ffffff8c;--footer-text-subtle:#fff6;--footer-text-faint:#ffffff59;--footer-link:#ffffffa6;--footer-border:#ffffff14;--nav-btn-bg:#fff;--nav-btn-hover-bg:#eef3ff;--btn-secondary-hover-bg:var(--brand-blue-light);--btn-secondary-hover-color:var(--brand-blue);--btn-secondary-hover-border:var(--brand-blue-mid);--border:#1a3a6e1a;--border-hover:#1a3a6e47;--border-card:#1a3a6e14;--shadow-sm:0 2px 8px #1a3a6e0f;--shadow-md:0 4px 24px #1a3a6e1a;--shadow-lg:0 8px 40px #1a3a6e29;--shadow-card:0 2px 12px #1a3a6e14;--shadow-card-hover:0 12px 40px #1a3a6e2e;--shadow-glow-blue:0 8px 28px #2563eb59;--shadow-glow-yellow:0 8px 28px var(--brand-yellow-glow);--shadow-inset:inset 0 1px 3px #1a3a6e0f;--transition-fast:.2s ease;--transition-smooth:.35s cubic-bezier(.4, 0, .2, 1);--focus-ring:0 0 0 3px #2563eb59;--gradient-hero:linear-gradient(135deg, #0d1b2e 0%, #1a3a6e 100%);--gradient-blue:linear-gradient(135deg, #1a3a6e, #2563eb);--gradient-yellow:linear-gradient(135deg, #f5c400, #d4a700);--hero-bg:#020c1b;--hero-text:#fff;--hero-text-secondary:#ffffffa6;--hero-proof-border:#ffffff1a;--hero-proof-bg:#ffffff0d;--hero-proof-avatar-border:#fff9;--hero-btn-outline-bg:#ffffff12;--hero-btn-outline-text:#ffffffe6;--hero-btn-outline-border:#ffffff2e;--hero-btn-outline-border-hover:#ffffff61;--hero-btn-outline-bg-hover:#ffffff1f;--hero-visual-glow:#2563eb33;--hero-visual-shadow:0 24px 64px #00000080;--hero-scroll-border:#ffffff2e;--hero-scroll-border-hover:#fff6;--hero-scroll-dot:#ffffff8c;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:100px;--bp-sm:540px;--bp-md:768px;--bp-lg:1024px;--navbar-height:68px}[data-theme=dark]{--brand-blue-light:#152238;--bg-page:#0a1628;--bg-alt:#0d1b2e;--bg-card:#112240;--bg-nav:#0a1628f2;--bg-hero:#040a12;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--text-inverse:#fff;--text-accent:#60a5fa;--text-stat:#f5c400;--text-price:#f5c400;--text-link:#f5c400;--text-accent-yellow:#f5c400;--color-success:#4ade80;--color-error:#f87171;--nav-btn-bg:var(--bg-card);--nav-btn-hover-bg:#2563eb33;--btn-secondary-hover-bg:#2563eb26;--btn-secondary-hover-color:#93c5fd;--btn-secondary-hover-border:#60a5fa;--border:#ffffff14;--border-hover:#fff3;--border-card:#ffffff0f;--shadow-sm:0 2px 8px #00000040;--shadow-md:0 4px 24px #00000059;--shadow-lg:0 8px 40px #00000073;--shadow-card:0 2px 16px #0000004d;--shadow-card-hover:0 16px 48px #00000080;--shadow-glow-blue:0 8px 32px #3b82f666;--shadow-glow-yellow:0 8px 32px #f5c4004d;--shadow-inset:inset 0 1px 3px #0003;--focus-ring:0 0 0 3px #60a5fa66;--gradient-hero:linear-gradient(135deg, #040a12 0%, #0d1b2e 100%);--hero-bg:#020c1b}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;font-family:var(--font-sans)}body,#root{font-family:var(--font-sans);background-color:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,textarea,select,button{font-family:inherit}button{cursor:pointer;border:none;outline:none}ul,ol{list-style:none}.section{padding:5rem 1.5rem;position:relative;overflow:hidden}.container{width:100%;max-width:1200px;margin:0 auto}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-accent);background:var(--brand-blue-light);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-fast), transform var(--transition-fast);margin-bottom:1rem;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.section-label:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.section-title{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2}.section-subtitle{color:var(--text-secondary);max-width:560px;font-size:1.05rem;line-height:1.7}.gradient-text{color:var(--text-accent)}.accent-text{color:var(--text-accent-yellow)}.card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-fast);padding:2rem;position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-hover);transform:translateY(-6px)}.btn-primary{background:var(--gradient-blue);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast);font-size:.95rem;font-weight:600;font-family:var(--font-sans);border:none;align-items:center;gap:.5rem;padding:.85rem 2rem;text-decoration:none;display:inline-flex}.btn-primary:hover{box-shadow:var(--shadow-glow-blue);transform:translateY(-2px)}.btn-primary:focus-visible{box-shadow:var(--focus-ring);outline:none}.btn-secondary{color:var(--text-primary);border-radius:var(--radius-md);border:1.5px solid var(--border-hover);cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-sans);background:0 0;align-items:center;gap:.5rem;padding:.85rem 2rem;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.btn-secondary:hover{background:var(--btn-secondary-hover-bg);border-color:var(--btn-secondary-hover-border);color:var(--btn-secondary-hover-color);transform:translateY(-2px)}.btn-secondary:focus-visible{box-shadow:var(--focus-ring);outline:none}.btn-yellow{background:var(--brand-yellow);color:var(--brand-blue);border-radius:var(--radius-md);cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-sans);border:none;align-items:center;gap:.5rem;padding:.85rem 2rem;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn-yellow:hover{box-shadow:var(--shadow-glow-yellow);background:var(--brand-yellow-dark);transform:translateY(-2px)}.btn-yellow:focus-visible{box-shadow:var(--focus-ring);outline:none}.btn-whatsapp{color:#fff;border-radius:var(--radius-md);cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-sans);background:linear-gradient(135deg,#25d366,#128c7e);border:none;align-items:center;gap:.6rem;padding:.9rem 2.2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 24px #25d36666}.btn-whatsapp:focus-visible{outline:none;box-shadow:0 0 0 3px #25d36673}.whatsapp-float-wrap{z-index:90;transition:opacity .2s,visibility .2s;position:fixed;bottom:2rem;right:2rem}body.menu-open .whatsapp-float-wrap{opacity:0;visibility:hidden;pointer-events:none}.whatsapp-float{width:56px;height:56px;transition:transform var(--transition-fast), box-shadow var(--transition-fast);background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative;box-shadow:0 4px 20px #25d36680}.whatsapp-float:before{content:"";pointer-events:none;border:2px solid #25d36673;border-radius:50%;animation:2.5s ease-out infinite float-pulse;position:absolute;inset:-4px}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 32px #25d366a6}.whatsapp-float:focus-visible{outline:none;box-shadow:0 0 0 3px #25d36680,0 4px 20px #25d36680}.whatsapp-float svg{fill:#fff;width:28px;height:28px}.counter-stats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.counter-stat{border:1px solid var(--border-card);border-radius:var(--radius-md);background:var(--bg-card);text-align:center;box-shadow:var(--shadow-card);transition:border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);padding:1.25rem}.counter-stat:hover{border-color:var(--brand-yellow);box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.counter-stat__prefix{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.25rem;font-size:.68rem;font-weight:600;display:block}.counter-stat__number{justify-content:center;align-items:baseline;gap:.1rem;margin-bottom:.25rem;display:flex}.counter-stat__value{color:var(--text-stat);transition:color var(--transition-fast);font-size:2rem;font-weight:800;line-height:1}.counter-stat:hover .counter-stat__value{color:var(--text-accent)}.counter-stat__suffix{color:var(--text-accent-yellow);font-size:1.25rem;font-weight:700}.counter-stat__label{color:var(--text-secondary);font-size:.75rem;font-weight:500;line-height:1.3}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-alt)}::-webkit-scrollbar-thumb{background:var(--brand-blue);border-radius:3px}@keyframes float-pulse{0%{opacity:.6;transform:scale(1)}70%{opacity:0;transform:scale(1.35)}to{opacity:0;transform:scale(1.35)}}@keyframes subtle-glow{0%,to{border-color:var(--hero-scroll-border);box-shadow:none}50%{border-color:var(--hero-scroll-border-hover);box-shadow:0 0 12px #2563eb33}}@keyframes scroll-dot-pulse{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(6px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero__bg canvas,.marketplace__bg canvas{display:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.card:hover,.counter-stat:hover,.service-card:hover,.highlight-card:hover,.product-card:hover{transform:none}.whatsapp-float:before{display:none}}@media (width<=768px){.section{padding:3.5rem 1rem}.section .btn-primary,.section .btn-secondary,.section .btn-yellow{justify-content:center;width:100%;min-height:44px}.counter-stats{grid-template-columns:1fr}.whatsapp-float-wrap{bottom:max(1rem, env(safe-area-inset-bottom,0px));right:max(1rem, env(safe-area-inset-right,0px))}}@media (width<=540px){.counter-stat__value{font-size:1.75rem}.counter-stat__label{font-size:.8rem}}@media (width<=480px){.section{padding:3rem 1rem}.whatsapp-float-wrap{bottom:max(.75rem, env(safe-area-inset-bottom,0px));right:max(.75rem, env(safe-area-inset-right,0px))}}.star-border-container .inner-content{color:inherit!important;font-size:inherit!important;font-weight:inherit!important;text-align:inherit!important;border-radius:inherit!important;background:0 0!important;border-color:#0000!important;padding:0!important}.marketplace__badge.star-border-container .inner-content{background:var(--brand-yellow)!important;color:var(--brand-blue)!important;letter-spacing:.12em!important;text-transform:uppercase!important;border-radius:var(--radius-full)!important;padding:.35rem 1rem!important;font-size:.75rem!important;font-weight:700!important}.card-spotlight.service-card,.card-spotlight.highlight-card,.card-spotlight.module-card{background-color:var(--bg-card)!important;border-color:var(--border-card)!important}.card-spotlight.service-card{padding:2rem 1.75rem!important}.card-spotlight.highlight-card{padding:2rem!important}.card-spotlight.module-card{padding:0!important}.about__gradient-word.animated-gradient-text{cursor:inherit;max-width:none;margin:0;display:inline}.hero__title-accent.shiny-text{cursor:inherit;margin:0}.hero__bg .floating-lines-container{mix-blend-mode:normal;width:100%;height:100%}.scroll-reveal.section-title{margin-bottom:1rem}.scroll-reveal.section-title .scroll-reveal-text{font-size:inherit;line-height:inherit;font-weight:inherit;color:var(--text-primary)}.navbar{z-index:100;background:0 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar--light:not(.navbar--hero){background:var(--bg-nav);box-shadow:0 1px 0 var(--border), var(--shadow-sm);-webkit-backdrop-filter:blur(12px)}.navbar--scrolled{background:var(--bg-nav);box-shadow:0 1px 0 var(--border), var(--shadow-md);-webkit-backdrop-filter:blur(12px)}.navbar--open{z-index:200}.navbar__inner{z-index:202;height:var(--navbar-height);justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex;position:relative}.navbar__logo{z-index:1;position:relative}.navbar__logo img{width:auto;height:36px;display:block}.navbar__links{align-items:center;gap:.25rem;display:flex}.navbar__link{color:var(--text-inverse);border-radius:var(--radius-sm);white-space:nowrap;padding:.5rem .85rem;font-size:.9rem;font-weight:500;transition:color .2s,background .2s}.navbar--hero .navbar__link{color:#ffffffe0}.navbar--hero .navbar__link:hover{color:#fff;background:#ffffff1a}.navbar--scrolled .navbar__link,.navbar--light:not(.navbar--hero) .navbar__link,.navbar--dark:not(.navbar--hero) .navbar__link{color:var(--text-secondary)}.navbar__link:hover,.navbar--scrolled .navbar__link:hover,.navbar--dark:not(.navbar--hero) .navbar__link:hover{color:var(--text-accent);background:var(--brand-blue-light)}.navbar__link--button{cursor:pointer;font:inherit;background:0 0;border:none}.navbar__btn-products{color:var(--text-accent);background:var(--nav-btn-bg);border-radius:var(--radius-md);white-space:nowrap;box-shadow:var(--shadow-sm);transition:background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);border:none;align-items:center;gap:.45rem;margin-left:.5rem;padding:.55rem 1.15rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.navbar--hero.navbar--light .navbar__btn-products,.navbar--scrolled .navbar__btn-products,.navbar--light:not(.navbar--hero) .navbar__btn-products,.navbar--dark:not(.navbar--hero) .navbar__btn-products{background:var(--brand-blue-light)}.navbar__btn-products:hover{background:var(--nav-btn-hover-bg);box-shadow:var(--shadow-md);transform:translateY(-2px)}.navbar__btn-products:focus-visible{box-shadow:var(--focus-ring);outline:none}.navbar__btn-products-icon{flex-shrink:0}.navbar__cta{background:var(--brand-yellow);color:var(--brand-blue);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);white-space:nowrap;align-items:center;gap:.4rem;margin-left:.75rem;padding:.55rem 1.25rem;font-size:.88rem;font-weight:700;display:inline-flex}.navbar__cta:hover{background:var(--brand-yellow-dark);box-shadow:var(--shadow-glow-yellow);transform:translateY(-2px)}.navbar__cta:focus-visible{box-shadow:var(--focus-ring);outline:none}.navbar__actions{align-items:center;gap:.5rem;display:flex}.navbar__theme-toggle{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--text-inverse);background:#ffffff1a;border:1px solid #fff3;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.navbar__theme-toggle:hover{background:#ffffff2e;border-color:#ffffff59;transform:scale(1.05);box-shadow:0 0 12px #ffffff26}.navbar__theme-toggle:focus-visible{box-shadow:var(--focus-ring);outline:none}.navbar--hero .navbar__theme-toggle{color:#ffffffeb;background:#ffffff1a;border-color:#ffffff38}.navbar--hero .navbar__theme-toggle:hover{background:#ffffff2e;border-color:#ffffff59}.navbar--scrolled .navbar__theme-toggle,.navbar--light:not(.navbar--hero) .navbar__theme-toggle,.navbar--dark:not(.navbar--hero) .navbar__theme-toggle{background:var(--brand-blue-light);border-color:var(--border);color:var(--text-primary)}.navbar--scrolled .navbar__theme-toggle:hover,.navbar--dark:not(.navbar--hero) .navbar__theme-toggle:hover{background:var(--border-hover);border-color:var(--border-hover)}.navbar--scrolled.navbar--light .navbar__theme-toggle{background:var(--brand-blue-light);border-color:var(--border);color:var(--brand-blue)}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;display:none}.navbar__hamburger span{background:var(--text-inverse);border-radius:2px;width:22px;height:2px;margin:0 auto;transition:transform .25s,opacity .25s;display:block}.navbar--hero .navbar__hamburger span{background:#ffffffeb}.navbar--scrolled .navbar__hamburger span,.navbar--light:not(.navbar--hero) .navbar__hamburger span,.navbar--dark:not(.navbar--hero) .navbar__hamburger span{background:var(--text-primary)}.navbar__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__backdrop,.navbar__drawer{display:none}@media (width<=1024px){.navbar{background:var(--bg-nav);box-shadow:0 1px 0 var(--border);-webkit-backdrop-filter:blur(12px)}.navbar__links--desktop{display:none}.navbar__hamburger{display:flex}.navbar__hamburger span{background:var(--text-primary)}.navbar__theme-toggle{background:var(--brand-blue-light);border-color:var(--border);color:var(--text-primary)}.navbar__backdrop{z-index:200;opacity:0;visibility:hidden;pointer-events:none;cursor:pointer;background:#0d1b2e73;border:none;margin:0;padding:0;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.navbar__backdrop--open{opacity:1;visibility:visible;pointer-events:auto}.navbar__drawer{z-index:201;background:var(--bg-page);width:min(320px,88vw);height:100dvh;box-shadow:var(--shadow-lg);transition:transform .3s cubic-bezier(.4,0,.2,1);display:block;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%)}.navbar__drawer--open{transform:translate(0)}.navbar__drawer-nav{height:100%;padding:calc(var(--navbar-height) + 1.5rem) 1.25rem 2rem;padding-bottom:max(2rem, env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;flex-direction:column;gap:.25rem;display:flex;overflow-y:auto}.navbar__drawer .navbar__link{color:var(--text-primary);text-align:left;border-radius:var(--radius-md);width:100%;padding:.85rem 1rem;font-size:1.05rem;font-weight:600}.navbar__drawer .navbar__link:hover{background:var(--brand-blue-light);color:var(--text-accent)}.navbar__drawer .navbar__btn-products{background:var(--brand-blue-light);justify-content:center;width:100%;margin-top:.5rem;margin-left:0;padding:.85rem 1rem;font-size:.95rem}.navbar__drawer .navbar__cta{justify-content:center;width:100%;margin-top:.5rem;margin-left:0;padding:.9rem 1rem;font-size:.95rem}}@media (width<=480px){.navbar__inner{padding-left:1rem;padding-right:1rem}.navbar__theme-toggle{width:44px;height:44px}}.configurator-canvas{border:1px solid var(--border);background:radial-gradient(circle at 50% 20%, #2563eb14, transparent 55%), var(--bg-alt);border-radius:16px;flex:1;width:100%;min-height:360px;position:relative;overflow:hidden}.configurator-canvas__gl{inset:0;width:100%!important;height:100%!important;position:absolute!important}.configurator-canvas__gl canvas{display:block;width:100%!important;height:100%!important}.configurator-canvas__hint{color:var(--text-muted);pointer-events:none;font-size:.7rem;position:absolute;bottom:.6rem;left:.75rem}.configurator-canvas__fallback--overlay{z-index:2;min-height:unset;background:color-mix(in srgb, var(--bg-alt) 88%, transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;inset:0}.configurator-canvas__fallback,.configurator-canvas--no-webgl{text-align:center;min-height:360px;color:var(--text-secondary);place-items:center;padding:1.5rem;font-size:.9rem;display:grid}.resource-hud{color:#fff;white-space:nowrap;background:#0d1b2ed1;border-radius:8px;flex-wrap:wrap;gap:.35rem .6rem;padding:.4rem .55rem;font-size:.65rem;display:flex}.resource-hud--overlay{z-index:3;pointer-events:none;justify-content:center;max-width:calc(100% - 1.5rem);position:absolute;top:.6rem;left:50%;transform:translate(-50%)}.resource-hud--ok{color:#86efac;font-weight:700}.resource-hud--error{color:#fca5a5;font-weight:700}.pin-tooltip,.module-overlay-label{color:#fff;white-space:nowrap;background:#0d1b2ee6;border-radius:6px;gap:.1rem;padding:.25rem .45rem;font-size:.65rem;display:grid}.pin-tooltip strong{font-size:.7rem}.hero{background:#020c1b;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__blob{filter:blur(110px);will-change:transform;border-radius:50%;position:absolute}.hero__blob--1{background:radial-gradient(#2563eb61 0%,#0000 68%);width:900px;height:700px;animation:28s ease-in-out infinite blob-drift-a;top:-180px;left:-220px}.hero__blob--2{background:radial-gradient(#06b6d438 0%,#0000 68%);width:650px;height:550px;animation:22s ease-in-out -9s infinite blob-drift-b;top:25%;right:-120px}.hero__blob--3{background:radial-gradient(#f5c4001a 0%,#0000 68%);width:550px;height:420px;animation:34s ease-in-out -17s infinite blob-drift-a;bottom:-80px;left:35%}@keyframes blob-drift-a{0%,to{transform:translate(0)scale(1)}20%{transform:translate(3%,4%)scale(1.04)}45%{transform:translate(-2%,6%)scale(.97)}70%{transform:translate(4%,-2%)scale(1.02)}}@keyframes blob-drift-b{0%,to{transform:translate(0)scale(1)}25%{transform:translate(-4%,3%)scale(1.05)}55%{transform:translate(3%,-5%)scale(.96)}80%{transform:translate(-2%,2%)scale(1.03)}}.hero__grid-pattern{background-image:linear-gradient(#ffffff07 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:-10% -5%;-webkit-mask-image:radial-gradient(100% 100%,#000 40%,#0000 80%);mask-image:radial-gradient(100% 100%,#000 40%,#0000 80%)}.hero__scanline{pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 3px,#0000000a 3px 6px);position:absolute;inset:0}.hero__vignette{pointer-events:none;background:radial-gradient(110% 80%,#0000 50%,#020c1b99 100%);position:absolute;inset:0}.hero__accent{pointer-events:none;opacity:.07;border:1px solid;border-radius:50%;position:absolute}.hero__accent--tl{background:0 0;border-color:#63b3ed99;width:600px;height:600px;top:-250px;left:-200px}.hero__accent--br{background:0 0;border-color:#f5c40080;width:500px;height:500px;bottom:-200px;right:-150px}.hero__inner{z-index:1;width:100%;padding:calc(var(--navbar-height) + 3rem) 1.5rem 5rem;position:relative}.hero__layout{align-items:center;gap:3rem;display:grid}.hero__copy{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.hero__badge{border-radius:var(--radius-full);color:#6ee7b7;letter-spacing:.03em;background:#10b9811a;border:1px solid #10b9814d;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .875rem .35rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite badge-pulse}@keyframes badge-pulse{0%,to{opacity:1;box-shadow:0 0 #10b98180}50%{opacity:.8;box-shadow:0 0 0 4px #10b98100}}.hero__proof{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(12px);transition:border-color var(--transition-fast), transform var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:.625rem;margin-bottom:1.75rem;padding:.4rem .875rem .4rem .5rem;display:inline-flex}.hero__proof:hover{border-color:#fff3;transform:translateY(-1px)}.hero__proof-avatars{align-items:center;display:flex}.hero__proof-avatar{background:#fff;border:1.5px solid #fff9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;margin-left:-.4rem;display:flex;overflow:hidden}.hero__proof-avatar:first-child{margin-left:0}.hero__proof-avatar-img{object-fit:contain;width:100%;height:100%;padding:.15rem}.hero__proof-text{color:#ffffffb3;white-space:nowrap;font-size:.8rem;font-weight:600}.hero__title{letter-spacing:-.03em;color:#fff;margin-bottom:1.25rem;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:800;line-height:1.1}.hero__title-accent.shiny-text{font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;display:inline}.hero__desc{color:#ffffff9e;max-width:38rem;margin-bottom:2.25rem;font-size:clamp(1rem,2vw,1.1rem);line-height:1.7}.hero__actions{flex-flow:wrap;align-items:center;gap:.875rem;margin-bottom:2.5rem;display:flex}.hero__btn-primary{color:#0a1628;border-radius:var(--radius-md);white-space:nowrap;background:linear-gradient(135deg,#f5c400,#d4a700);align-items:center;gap:.6rem;padding:.9rem 1.875rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.hero__btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #f5c40066}.hero__btn-primary:focus-visible{outline:none;box-shadow:0 0 0 3px #f5c40080}.hero__btn-outline{color:#ffffffe6;border-radius:var(--radius-md);white-space:nowrap;-webkit-backdrop-filter:blur(8px);background:#ffffff12;border:1.5px solid #ffffff2e;align-items:center;gap:.5rem;padding:.9rem 1.875rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.hero__btn-outline:hover{background:#ffffff1f;border-color:#ffffff61;transform:translateY(-2px)}.hero__btn-outline:focus-visible{box-shadow:var(--focus-ring);outline:none}.hero__tags{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.hero__tag{-webkit-backdrop-filter:blur(8px);border:1px solid;border-radius:100px;align-items:center;gap:.38rem;padding:.35rem .8rem;font-size:.72rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.hero__tag:hover{transform:translateY(-1px)}.hero__tag--cyan{color:#67e8f9;background:#06b6d414;border-color:#06b6d447}.hero__tag--violet{color:#a5b4fc;background:#818cf814;border-color:#818cf847}.hero__tag--yellow{color:#fde68a;background:#f5c40014;border-color:#f5c40047}.hero__bento{will-change:transform;grid-template-rows:auto auto;grid-template-columns:1fr 1fr 1fr;gap:.75rem;display:grid}.bento-card{cursor:default;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;transition:border-color .25s,transform .25s;position:relative;overflow:hidden}.bento-card:before{content:"";background:radial-gradient(260px circle at var(--sx,-999px) var(--sy,-999px), #ffffff21 0%, #f5c40017 35%, transparent 65%);pointer-events:none;z-index:0;transition:opacity .25s;position:absolute;inset:0}.bento-card:hover{border-color:#f5c40059;transform:translateY(-2px);box-shadow:0 0 24px #f5c40014,0 8px 32px #0000004d}.bento-card--mockup{background:#0f2042d9;border-color:#2563eb38;grid-column:span 3;box-shadow:0 0 0 1px #2563eb26,0 24px 60px #0000008c,0 0 80px #2563eb1a}.bento-card--mockup:before{background:radial-gradient(350px circle at var(--sx,-999px) var(--sy,-999px), #60a5fa29 0%, #f5c40012 40%, transparent 68%)}.bento-card--stat{text-align:center;background:#ffffff08;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:1.25rem 1rem;display:flex}.bento-stat__icon{margin-bottom:.35rem;font-size:1.35rem;display:block}.bento-stat__value{color:#f5c400;letter-spacing:-.03em;z-index:1;font-size:1.75rem;font-weight:900;line-height:1;position:relative}.bento-stat__label{color:#ffffff6b;text-transform:uppercase;letter-spacing:.06em;z-index:1;flex-direction:column;font-size:.68rem;font-weight:500;line-height:1.35;display:flex;position:relative}.hero__mockup-bar{background:#ffffff0a;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.625rem .875rem;display:flex}.hero__mockup-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.hero__mockup-dot--red{background:#ff5f57}.hero__mockup-dot--yellow{background:#febc2e}.hero__mockup-dot--green{background:#28c840}.hero__mockup-url{color:#ffffff80;text-overflow:ellipsis;white-space:nowrap;background:#ffffff0f;border-radius:6px;flex:1;align-items:center;gap:.35rem;max-width:280px;margin-left:.5rem;padding:.2rem .6rem;font-family:Inter,monospace;font-size:.72rem;display:flex;overflow:hidden}.hero__mockup-screen{min-height:340px;line-height:0;position:relative;overflow:hidden}.hero__mockup-screen .configurator-canvas--hero{background:radial-gradient(circle at 50% 28%,#2563eb2e,#0000 58%),#020c1beb;border:none;border-radius:0;min-height:340px}.hero__mockup-screen .configurator-canvas--hero .configurator-canvas__hint{color:#ffffff6b}.hero__mockup-screen .configurator-canvas--hero.configurator-canvas--no-webgl{color:#ffffff8c;min-height:340px;font-size:.85rem}.hero__mockup-status{border-radius:var(--radius-full);color:#6ee7b7;-webkit-backdrop-filter:blur(8px);background:#0a1628d9;border:1px solid #10b98159;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:.7rem;font-weight:600;display:flex;position:absolute;bottom:.75rem;right:.75rem}.hero__mockup-status-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite badge-pulse}.hero__chip{border-radius:var(--radius-full);color:#ffffffd9;-webkit-backdrop-filter:blur(12px);white-space:nowrap;z-index:2;background:#0f2042e6;border:1px solid #ffffff1f;align-items:center;gap:.4rem;padding:.45rem .875rem;font-size:.72rem;font-weight:600;display:flex;position:absolute;box-shadow:0 4px 20px #00000059}.hero__chip--iot{color:#67e8f9;border-color:#06b6d44d;top:15%;left:-1rem}.hero__chip--cloud{color:#a5b4fc;border-color:#818cf84d;bottom:18%;right:-.5rem}.hero__scroll{z-index:2;width:28px;height:46px;transition:border-color var(--transition-fast);border:1.5px solid #fff3;border-radius:14px;justify-content:center;align-items:flex-start;padding-top:8px;text-decoration:none;animation:3s ease-in-out infinite scroll-glow;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll:hover{border-color:#ffffff73;animation:none}.hero__scroll:focus-visible{box-shadow:var(--focus-ring);outline:none}.hero__scroll-dot{background:#ffffff8c;border-radius:2px;width:4px;height:10px;display:block}@keyframes scroll-glow{0%,to{border-color:#ffffff26}50%{border-color:#ffffff59;box-shadow:0 0 12px #2563eb33}}@media (width>=768px){.hero__inner{padding-left:2rem;padding-right:2rem}}@media (width>=1024px){.hero__inner{padding:calc(var(--navbar-height) + 3.5rem) 2rem 6rem}.hero__layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hero__copy{max-width:500px}}@media (width>=1280px){.hero__inner{padding-left:4rem;padding-right:4rem}.hero__copy{max-width:520px}}@media (width<=1023px){.hero__bento{grid-template-columns:1fr 1fr 1fr;max-width:520px;margin:0 auto}}@media (width<=768px){.hero__inner{padding-bottom:5.5rem}.hero__copy{text-align:center;align-items:center}.hero__desc{margin-left:auto;margin-right:auto}.hero__actions,.hero__tags{justify-content:center}}@media (width<=640px){.hero__bento{grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:100%;display:grid}.bento-card--mockup{grid-column:1/-1}.bento-card--stat{padding:.875rem .5rem}.bento-stat__value{font-size:1.25rem}.bento-stat__icon{font-size:1rem}.bento-stat__label{font-size:.62rem}}@media (width<=600px){.hero__inner{padding:calc(var(--navbar-height) + 1.5rem) 1.25rem 4.5rem}.hero__title{font-size:clamp(1.875rem,8.5vw,2.5rem)}.hero__scroll{bottom:1.25rem}.hero__proof-text{font-size:.72rem}}@media (width<=480px){.hero__inner{padding:calc(var(--navbar-height) + 1.25rem) 1rem 5rem}.hero__proof-text{white-space:normal;text-align:center;line-height:1.35}.hero__proof-avatar{width:2.25rem;height:2.25rem}.hero__actions{flex-direction:column;width:100%}.hero__btn-primary,.hero__btn-outline{justify-content:center;width:100%;min-height:44px}.hero__scroll{bottom:1rem}}@media (prefers-reduced-motion:reduce){.hero__blob,.hero__accent,.hero__badge-dot,.hero__mockup-status-dot{animation:none!important}.bento-card{transition:none!important}}.sg-root{grid-template-columns:repeat(auto-fill, var(--cell,48px));grid-template-rows:repeat(auto-fill, var(--cell,48px));pointer-events:none;display:grid;position:absolute;inset:0;overflow:hidden}.sg-root[aria-hidden=true]{pointer-events:all;z-index:0}.sg-cell{width:var(--cell,48px);height:var(--cell,48px);--t:0;justify-content:center;align-items:center;display:flex}.sg-shape{will-change:transform, opacity;transform:scale(calc(1 + var(--t) * 1.1)) rotate(calc(var(--t) * 18deg));opacity:calc(.45 + var(--t) * .55);filter:drop-shadow(0 0 calc(var(--t) * 8px) var(--active,#f5c4008c));transition:transform .18s,opacity .18s}.sg-shape--square{background:color-mix(in srgb, var(--color,#ffffff14) calc(100% - var(--t) * 100%), var(--active,#f5c4008c) calc(var(--t) * 100%));border-radius:2px;width:12px;height:12px}.sg-shape--circle{background:color-mix(in srgb, var(--color,#ffffff14) calc(100% - var(--t) * 100%), var(--active,#f5c4008c) calc(var(--t) * 100%));border-radius:50%;width:11px;height:11px}.sg-shape--diamond{background:color-mix(in srgb, var(--color,#ffffff14) calc(100% - var(--t) * 100%), var(--active,#f5c4008c) calc(var(--t) * 100%));width:11px;height:11px;transform:rotate(calc(45deg + var(--t) * 60deg)) scale(calc(1 + var(--t) * .65));border-radius:2px}.sg-shape--cross{width:14px;height:14px;overflow:visible}.sg-shape--cross line{stroke:color-mix(in srgb, var(--color,#ffffff14) calc(100% - var(--t) * 100%), var(--active,#f5c4008c) calc(var(--t) * 100%));stroke-width:1.5px;stroke-linecap:round}.sg-root:after{content:"";pointer-events:none;background:radial-gradient(90% 80%,#0000 40%,#020c1bb3 100%);position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.sg-shape{transition:none!important}}.about{background:var(--bg-alt)}.about__layout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about__text .section-title{max-width:420px}.about__gradient-word{display:inline}.about__desc{color:var(--text-secondary);max-width:460px;margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.about__stats{border-radius:var(--radius-lg);transition:box-shadow var(--transition-fast);flex-direction:column;justify-content:center;padding:.5rem;display:flex}.about__stats:hover{box-shadow:var(--shadow-sm)}@media (width<=900px){.about__layout{grid-template-columns:1fr;gap:3rem}.about__text .section-title,.about__desc{max-width:none}}@media (width<=768px){.about__layout{gap:2rem}.about .btn-primary{justify-content:center;width:100%;min-height:44px}}.services{background:var(--bg-page)}.services__header{margin-bottom:3rem}.services__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.services__grid>div{height:100%}.service-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-fast);flex-direction:column;gap:.5rem;padding:2rem 1.75rem;display:flex;position:relative;overflow:hidden}.service-card:after{content:"";background:var(--brand-yellow);height:3px;box-shadow:0 -2px 8px var(--brand-yellow-glow);transform-origin:0;transition:transform var(--transition-smooth);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-hover);transform:translateY(-6px)}.service-card:hover:after{transform:scaleX(1)}.service-card__icon{background:var(--brand-blue-light);border-radius:var(--radius-md);width:48px;height:48px;transition:background var(--transition-smooth), transform var(--transition-smooth), box-shadow var(--transition-fast);justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.service-card__icon svg{width:24px;height:24px;color:var(--text-accent);transition:color var(--transition-smooth), transform var(--transition-smooth)}.service-card:hover .service-card__icon{background:var(--brand-blue);box-shadow:var(--shadow-glow-blue);transform:scale(1.08)}.service-card:hover .service-card__icon svg{color:var(--text-inverse);transform:scale(1.05)}.service-card__tag{letter-spacing:.1em;text-transform:uppercase;color:var(--text-accent-yellow);font-size:.7rem;font-weight:700}.service-card__title{color:var(--text-primary);font-size:1.05rem;font-weight:700;line-height:1.3}.service-card__desc{color:var(--text-secondary);font-size:.88rem;line-height:1.65}@media (width<=1024px){.services__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.service-card{padding:1.5rem 1.25rem}}@media (width<=768px){.services__header{margin-bottom:2rem}}@media (width<=540px){.services__grid{grid-template-columns:1fr}}.highlights{background:var(--bg-alt)}.highlights__header{margin-bottom:3rem}.highlights__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.highlights__grid>div{height:100%}.highlight-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-fast);flex-direction:column;gap:.65rem;padding:2rem;display:flex}.highlight-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-hover);transform:translateY(-6px)}.highlight-card__top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.highlight-card__number{color:var(--text-accent-yellow);letter-spacing:.06em;transition:color var(--transition-fast);font-size:.75rem;font-weight:800}.highlight-card:hover .highlight-card__number{color:var(--text-accent)}.highlight-card__icon{background:var(--brand-blue-light);border-radius:var(--radius-sm);width:40px;height:40px;transition:background var(--transition-smooth), transform var(--transition-smooth), box-shadow var(--transition-fast);justify-content:center;align-items:center;display:flex}.highlight-card__icon svg{width:20px;height:20px;color:var(--text-accent);transition:color var(--transition-smooth), transform var(--transition-smooth)}.highlight-card:hover .highlight-card__icon{background:var(--brand-yellow);box-shadow:var(--shadow-glow-yellow);transform:scale(1.08)}.highlight-card:hover .highlight-card__icon svg{color:var(--brand-blue);transform:scale(1.05)}.highlight-card__title{color:var(--text-primary);font-size:.98rem;font-weight:700;line-height:1.3}.highlight-card__desc{color:var(--text-secondary);font-size:.86rem;line-height:1.65}@media (width<=1024px){.highlights__grid{gap:1.25rem}.highlight-card{padding:1.5rem 1.25rem}}@media (width<=900px){.highlights__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.highlights__header{margin-bottom:2rem}.highlights__grid{grid-template-columns:1fr}}@media (width<=540px){.highlights__grid{grid-template-columns:1fr}}.products{background:var(--bg-page);padding-bottom:0}.products__header{text-align:center;margin-bottom:1rem;padding-bottom:4rem}.products__header .section-subtitle{margin-left:auto;margin-right:auto}.products__title{margin-top:.5rem}.products__title-accent{background:linear-gradient(135deg,#2563eb,#6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=dark] .products__title-accent{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.product-section{padding:6rem 1.5rem;position:relative;overflow:hidden}.product-section:nth-child(2n){background:var(--bg-alt)}.product-section__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.product-section__glow{background:radial-gradient(ellipse, var(--accent-glow,#2563eb1a) 0%, transparent 70%);filter:blur(60px);border-radius:50%;width:600px;height:400px;position:absolute;top:50%;left:-200px;transform:translateY(-50%)}.product-section--reverse .product-section__glow{left:auto;right:-200px}.product-section__inner{align-items:center;gap:4rem;display:grid}@media (width>=1024px){.product-section__inner{grid-template-columns:1fr 1fr}.product-section--reverse .product-section__inner{direction:rtl}.product-section--reverse .product-section__inner>*{direction:ltr}}.product-section__copy{flex-direction:column;align-items:flex-start;display:flex}.product-section__tag{border-radius:var(--radius-full);letter-spacing:.1em;text-transform:uppercase;border:1px solid;margin-bottom:1.25rem;padding:.3rem .875rem;font-size:.72rem;font-weight:700;display:inline-block}.product-section__name{color:var(--text-primary);letter-spacing:-.025em;background:linear-gradient(135deg, var(--text-primary) 0%, var(--accent,#2563eb) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.product-section__headline{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:600;line-height:1.5}.product-section__desc{color:var(--text-secondary);max-width:44ch;margin-bottom:2rem;font-size:1rem;line-height:1.7}.product-section__features{grid-template-columns:1fr 1fr;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.product-section__feature{align-items:flex-start;gap:.625rem;display:flex}.product-section__feature-icon{flex-shrink:0;margin-top:.05rem;font-size:1.125rem;line-height:1}.product-section__feature-label{color:var(--text-primary);margin-bottom:.1rem;font-size:.82rem;font-weight:700;display:block}.product-section__feature-desc{color:var(--text-secondary);font-size:.76rem;line-height:1.5;display:block}.product-section__actions{flex-wrap:wrap;gap:.875rem;display:flex}.product-section__cta{color:#fff;border-radius:var(--radius-md);align-items:center;gap:.5rem;padding:.875rem 1.875rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex}.product-section__cta:hover{filter:brightness(1.1);box-shadow:0 8px 28px var(--accent-glow,#2563eb4d);transform:translateY(-2px)}.product-section__cta:focus-visible{box-shadow:0 0 0 3px var(--accent-glow,#2563eb66);outline:none}.product-section__visual{justify-content:center;align-items:center;display:flex;position:relative}.product-visual{width:100%;position:relative}.product-visual__glow{pointer-events:none;filter:blur(60px);z-index:0;position:absolute;inset:-20% -10%}.product-visual--screen{max-width:560px;margin:0 auto}.product-visual__frame{z-index:1;background:#0f2042eb;border:1px solid #ffffff1a;border-radius:14px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 0 0 1px #2563eb33,0 24px 64px #0006,0 0 80px #2563eb14}.product-visual__frame:hover{transform:translateY(-6px)scale(1.01);box-shadow:0 0 0 1px #2563eb4d,0 32px 80px #00000080,0 0 100px #2563eb26}.product-visual__bar{background:#ffffff0a;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.6rem .875rem;display:flex}.product-visual__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.product-visual__url{color:#fff6;margin-left:.5rem;font-family:Inter,monospace;font-size:.7rem}.product-visual__img{object-fit:cover;object-position:top center;width:100%;max-height:320px;line-height:0;display:block}.product-visual__online{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);background:#0a1628e0;border:1px solid;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.7rem;font-weight:600;display:flex;position:absolute;bottom:.875rem;right:.875rem}.product-visual__online-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite badge-pulse}.product-visual--dual{max-width:680px;min-height:380px;margin:0 auto;padding:0 0 1.25rem;position:relative}.product-visual--dual .product-visual__frame--web{z-index:1;width:96%;margin-right:auto;position:relative}.product-visual--dual .product-visual__img{max-height:400px}.product-visual__phone{z-index:3;flex-direction:column;align-items:center;gap:.4rem;width:26%;min-width:118px;max-width:155px;display:flex;position:absolute;bottom:0;right:0}.product-visual__phone-shell{background:linear-gradient(145deg,#2a2a2e 0%,#0a0a0c 50%,#1a1a1e 100%);border-radius:22px;width:100%;padding:.35rem .35rem .45rem;transition:transform .35s,box-shadow .35s;position:relative;box-shadow:0 0 0 1px #ffffff1f,0 20px 50px #0000008c,0 0 40px #f973161f}.product-visual__phone:hover .product-visual__phone-shell{transform:scale(1.03);box-shadow:0 0 0 1px #ffffff2e,0 28px 60px #0009,0 0 50px #f9731633}.product-visual__phone-notch{z-index:2;background:#0a0a0c;border-radius:100px;width:28%;height:5px;position:absolute;top:.55rem;left:50%;transform:translate(-50%)}.product-visual__phone-screen{background:#0d1117;border-radius:16px;line-height:0;overflow:hidden}.product-visual__phone-img{object-fit:cover;object-position:top center;width:100%;height:auto;display:block}.product-visual__phone-bar{background:#ffffff40;border-radius:100px;width:32%;height:4px;margin:.4rem auto .15rem}.product-visual__phone-label{color:#ffffff73;letter-spacing:.04em;white-space:nowrap;font-size:.65rem;font-weight:600}.product-visual--configurator{max-width:520px;margin:0 auto}.product-visual__board{z-index:1;background:#0a1628;border:1px solid #ffffff14;border-radius:14px;height:320px;position:relative;overflow:hidden;box-shadow:0 24px 64px #0006}.product-visual__pcb-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.product-visual__lines{width:100%;height:100%;position:absolute;inset:0}.product-visual__module{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);white-space:nowrap;cursor:default;will-change:transform;background:#0a1628e6;border:1px solid;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.7rem;font-weight:600;display:flex;position:absolute}.product-visual__module-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.product-visual__board-label{letter-spacing:.1em;text-transform:uppercase;opacity:.6;font-size:.68rem;font-weight:700;position:absolute;bottom:.875rem;right:.875rem}.product-visual--code{max-width:520px;margin:0 auto}.product-visual__editor{z-index:1;background:#0d1117;border:1px solid #ffffff14;border-radius:14px;transition:transform .4s;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000073}.product-visual__editor:hover{transform:translateY(-4px)}.product-visual__editor-tabs{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:.125rem;padding:.625rem .875rem 0;display:flex}.product-visual__editor-tab{color:#fff6;cursor:default;border-radius:6px 6px 0 0;padding:.4rem .875rem;font-family:Inter,monospace;font-size:.7rem}.product-visual__editor-tab--active{color:#ffffffd1;background:#0d1117;border:1px solid #ffffff14;border-bottom-color:#0d1117;margin-bottom:-1px}.product-visual__code{min-height:220px;padding:1.25rem 1rem;font-family:Fira Code,Cascadia Code,Consolas,monospace;font-size:.78rem;line-height:1.75;position:relative}.product-visual__line{align-items:baseline;gap:1rem;display:flex}.product-visual__ln{color:#ffffff2e;text-align:right;-webkit-user-select:none;user-select:none;min-width:1.25rem;font-size:.68rem}.product-visual__cursor{vertical-align:text-bottom;background:#60a5fa;border-radius:1px;width:2px;height:1.1em;margin-left:.1rem;display:inline-block}.product-visual__status-bar{color:#ffffff59;background:#ffffff08;border-top:1px solid;justify-content:space-between;align-items:center;gap:1rem;padding:.4rem 1rem;font-family:Inter,monospace;font-size:.65rem;display:flex}@media (width>=768px){.product-section{padding-left:2rem;padding-right:2rem}}@media (width>=1280px){.product-section{padding-left:4rem;padding-right:4rem}}@media (width<=1023px){.product-section__inner{grid-template-columns:1fr}.product-section--reverse .product-section__inner{direction:ltr}.product-section__visual{order:-1}}@media (width<=768px){.products__header{padding-bottom:2rem}.product-section{padding:3rem 1.25rem}.product-section__inner{gap:2.5rem}}@media (width<=640px){.product-section{padding:3rem 1.25rem}.product-section__features{grid-template-columns:1fr}.product-section__actions{flex-direction:column;width:100%}.product-section__cta{justify-content:center;width:100%;min-height:44px}.product-visual__board,.product-visual__editor{max-height:260px}.product-visual--dual{min-height:auto;padding-bottom:0}.product-visual--dual .product-visual__frame--web{width:100%}.product-visual__phone{width:min(160px,48%);min-width:110px;max-width:none;margin:1rem auto 0;position:relative;bottom:auto;right:auto}}@media (width<=480px){.product-section{padding:2.5rem 1rem}.product-visual__editor-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.product-visual__code{min-height:180px;padding:1rem .75rem;font-size:.72rem}.product-visual__board{height:220px;max-height:220px}}@property --beam-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.cc-section{background:#030d1e;width:100%;position:relative}.cc-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.cc-bg>*{width:100%!important;height:100vh!important}.cc-bg-overlay{z-index:1;pointer-events:none;background:radial-gradient(80% 50% at 50% 0,#030d1ee0 0%,#0000 100%),radial-gradient(80% 50% at 50% 100%,#030d1eeb 0%,#0000 100%);position:absolute;inset:0}.cc-track{z-index:2;will-change:transform;flex-flow:row;width:200vw;height:100vh;display:flex;position:relative}.cc-panel{flex-shrink:0;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;overflow:hidden}.cc-panel__inner{text-align:center;flex-direction:column;align-items:center;gap:0;width:min(880px,90vw);display:flex}.cc-panel__inner--info{text-align:left;align-items:flex-start;width:min(700px,88vw)}.cc-panel__badge{letter-spacing:.1em;text-transform:uppercase;color:#fde68a;background:#f5c4001a;border:1px solid #f5c4004d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.1rem;padding:.32rem .85rem .32rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex}.cc-dot-anim{background:#f5c400;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.2s ease-in-out infinite dot-pulse;display:inline-block}@keyframes dot-pulse{0%,to{opacity:1;box-shadow:0 0 #f5c40080}50%{opacity:.8;box-shadow:0 0 0 6px #f5c40000}}.cc-panel__title{letter-spacing:-.04em;background:linear-gradient(160deg,#fff 30%,#ffffff9e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.85rem;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:900;line-height:1.05}.cc-panel__sub{color:#ffffff80;margin-bottom:2rem;font-size:clamp(.9rem,1.8vw,1.05rem);line-height:1.65}.cc-accent{color:#f5c400;-webkit-text-fill-color:#f5c400;font-weight:700}.cc-scroll-hint{color:#ffffff52;align-items:center;gap:.4rem;margin-top:1.25rem;font-size:.72rem;animation:2.2s ease-in-out infinite hint-slide;display:inline-flex}@keyframes hint-slide{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.cc-tilt-wrap{cursor:none;width:min(820px,86vw);transform-style:preserve-3d;will-change:transform;position:relative}.cc-tilt-glare{pointer-events:none;opacity:0;z-index:10;mix-blend-mode:overlay;background:radial-gradient(circle,#ffffff8c 0%,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;transform:translate(-50%,-50%)}.cc-card-wrap{border-radius:18px;width:100%;position:relative}.cc-beam-ring{z-index:0;pointer-events:none;border-radius:18px;position:absolute;inset:-2px;overflow:hidden}.cc-beam-ring__spin{aspect-ratio:1;background:conic-gradient(from var(--beam-angle,0deg), transparent 0deg, transparent 320deg, #f5c40026 330deg, #f5c400d9 340deg, #fff 344deg, #60a5fad9 348deg, #60a5fa26 355deg, transparent 360deg);width:200%;animation:4s linear infinite beam-spin;position:absolute;top:50%;left:50%;translate:-50% -50%}@keyframes beam-spin{0%{--beam-angle:0deg}to{--beam-angle:360deg}}.cc-card{z-index:1;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0009,0 0 80px #2563eb14}.cc-card__chrome{background:#0a1428f7;border-bottom:1px solid #ffffff12;align-items:center;gap:5px;padding:.55rem .875rem;display:flex}.cc-mac-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:block}.cc-card__url{color:#ffffff61;white-space:nowrap;text-overflow:ellipsis;background:#ffffff0f;border-radius:6px;align-items:center;gap:.35rem;max-width:320px;margin-left:.4rem;padding:.2rem .6rem;font-family:Inter,monospace;font-size:.67rem;display:inline-flex;overflow:hidden}.cc-card__screen{background:#0a1628;line-height:0;position:relative;overflow:hidden}.cc-card__img{object-fit:cover;object-position:top center;width:100%;height:auto;max-height:460px;display:block}.cc-card__scan{pointer-events:none;z-index:1;background:repeating-linear-gradient(0deg,#0000,#0000 3px,#0000000a 3px 6px);position:absolute;inset:0}.cc-card__badges{white-space:nowrap;z-index:2;pointer-events:none;gap:.5rem;display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}.cc-badge{-webkit-backdrop-filter:blur(12px);border:1px solid;border-radius:100px;align-items:center;gap:.4rem;padding:.3rem .7rem;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.cc-badge--green{color:#6ee7b7;background:#0a1628e0;border-color:#10b98166}.cc-badge--yellow{color:#fde68a;background:#0a1628e0;border-color:#f5c40061}.cc-badge__dot{background:#10b981;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite badge-pulse}.cc-info__tag{letter-spacing:.08em;text-transform:uppercase;color:#fde68a;background:#f5c4001f;border:1px solid #f5c40059;border-radius:100px;margin-bottom:.875rem;padding:.25rem .75rem;font-size:.68rem;font-weight:700;display:inline-block}.cc-info__title{color:#fff;letter-spacing:-.03em;margin-bottom:.875rem;font-size:clamp(1.4rem,3vw,2.1rem);font-weight:900;line-height:1.18}.cc-info__desc{color:#ffffff80;max-width:58ch;margin-bottom:1.25rem;font-size:.9rem;line-height:1.75}.cc-features{grid-template-columns:1fr 1fr;gap:.5rem;width:100%;margin:0 0 1.5rem;padding:0;list-style:none;display:grid}.cc-feat{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;align-items:flex-start;gap:.6rem;padding:.5rem .75rem;transition:background .2s,border-color .2s;display:flex}.cc-feat:hover{background:#f5c40012;border-color:#f5c40038}.cc-feat__icon{flex-shrink:0;margin-top:.1rem;font-size:1.05rem;line-height:1}.cc-feat__label{color:#ffffffe0;margin-bottom:.08rem;font-size:.76rem;font-weight:700;display:block}.cc-feat__desc{color:#fff6;font-size:.68rem;line-height:1.5;display:block}.cc-cta{color:#0a1628;background:linear-gradient(135deg,#f5c400,#d4a700);border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex}.cc-cta:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 28px #f5c40066}@media (width<=768px){.cc-section{background:#030d1e;overflow:hidden;height:auto!important;min-height:0!important}.pin-spacer:has(.cc-section){height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important}.cc-bg>*{width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important}.cc-track{will-change:auto;flex-direction:column;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;transform:none!important}.cc-panel{flex-shrink:1;justify-content:flex-start;align-items:stretch;padding:2.5rem 1.25rem 1.5rem;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}.cc-panel--info{padding-top:1.25rem;padding-bottom:2rem}.cc-panel__title{font-size:clamp(2rem,9vw,3rem)}.cc-panel__sub{margin-bottom:1.25rem}.cc-scroll-hint{display:none}.cc-card__img{max-height:240px}.cc-card__badges{white-space:normal;flex-wrap:wrap;justify-content:center;max-width:calc(100% - 1.5rem)}.cc-features{grid-template-columns:1fr}.cc-cta{justify-content:center;width:100%;min-height:44px}}@media (width<=480px){.cc-panel{padding:2rem 1rem 1.25rem}.cc-panel--info{padding-top:1rem;padding-bottom:1.75rem}.cc-panel__title{font-size:clamp(1.75rem,8.5vw,2.5rem)}.cc-tilt-wrap{width:100%}.cc-info__title{font-size:clamp(1.25rem,5.5vw,1.6rem)}.cc-card__img{max-height:200px}}@media (prefers-reduced-motion:reduce){.cc-track{transform:none!important}.cc-beam-ring__spin,.cc-badge__dot,.cc-dot-anim,.cc-scroll-hint{animation:none!important}}.footer{background:var(--brand-blue);color:var(--footer-text)}.footer__inner{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;padding:4rem 1.5rem;display:grid}.footer__brand{flex-direction:column;gap:1rem;display:flex}.footer__logo{object-fit:contain;object-position:left;width:auto;height:40px}.footer__tagline{color:var(--footer-text-muted);max-width:240px;font-size:.9rem;line-height:1.6}.footer__social{gap:.6rem;margin-top:.25rem;display:flex}.footer__social-btn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--footer-link);transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);background:#ffffff14;border:1px solid #ffffff1f;justify-content:center;align-items:center;display:flex}.footer__social-btn:hover{color:var(--text-inverse);background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 16px #00000040}.footer__social-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff59}.footer__social-btn--wa:hover{color:#25d366;background:#25d36633;border-color:#25d36666;box-shadow:0 4px 16px #25d3664d}.footer__nav h4,.footer__contact h4,.footer__nav-title{letter-spacing:.1em;text-transform:uppercase;color:var(--footer-text-subtle);margin-bottom:1.25rem;font-size:.78rem;font-weight:700}.footer__nav ul{flex-direction:column;gap:.6rem;display:flex}.footer__nav li a,.footer__nav li span{color:var(--footer-link);transition:color var(--transition-fast);background-image:linear-gradient(var(--text-inverse), var(--text-inverse));background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;font-size:.88rem}.footer__nav li a{transition:color var(--transition-fast), background-size var(--transition-fast);display:inline-block}.footer__nav li a:hover{color:var(--text-inverse);background-size:100% 1px}.footer__nav li a:focus-visible{border-radius:2px;outline:none;box-shadow:0 0 0 2px #fff6}.footer__contact{flex-direction:column;display:flex}.footer__contact-item{color:var(--footer-link);transition:color var(--transition-fast), transform var(--transition-fast);align-items:center;gap:.6rem;margin-bottom:.7rem;font-size:.88rem;display:flex}.footer__contact-item:hover{color:var(--text-inverse);transform:translate(3px)}.footer__contact-item svg{opacity:.6;transition:opacity var(--transition-fast);flex-shrink:0}.footer__contact-item:hover svg{opacity:1}.footer__bottom{border-top:1px solid var(--footer-border)}.footer__bottom-inner{color:var(--footer-text-faint);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.8rem;display:flex}@media (width<=1024px){.footer__inner{grid-template-columns:1fr 1fr;gap:2rem;padding-top:3.5rem;padding-bottom:3.5rem}}@media (width<=600px){.footer__inner{grid-template-columns:1fr;gap:2rem;padding-top:3rem;padding-bottom:3rem}.footer__brand{text-align:center;align-items:center}.footer__logo{object-position:center}.footer__tagline{max-width:none}.footer__social{justify-content:center}.footer__social-btn{width:44px;height:44px}.footer__contact-item{word-break:break-word}.footer__bottom-inner{text-align:center;flex-direction:column;gap:.4rem}}.product-card{color:inherit;height:100%;transition:transform var(--transition-smooth), box-shadow var(--transition-smooth);flex-direction:column;padding:0;text-decoration:none;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.product-card:focus-visible{box-shadow:var(--focus-ring), var(--shadow-card-hover);outline:none}.product-card__media{aspect-ratio:4/3;background:var(--bg-alt);position:relative;overflow:hidden}.product-card__img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-smooth)}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__placeholder{width:100%;height:100%;color:var(--text-muted);background:var(--bg-alt);justify-content:center;align-items:center;display:flex}.product-card__badge{text-transform:uppercase;letter-spacing:.04em;background:var(--brand-blue);color:var(--text-inverse);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast);padding:.25rem .6rem;font-size:.7rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.product-card:hover .product-card__badge{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.product-card__title{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600;line-height:1.35}.product-card__desc{color:var(--text-secondary);flex:1;margin:0;font-size:.875rem;line-height:1.5}.product-card__footer{justify-content:space-between;align-items:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.product-card__meta{flex-direction:column;gap:.2rem;display:flex}.product-card__price{color:var(--text-price);transition:color var(--transition-fast);font-size:1.1rem;font-weight:700}.product-card:hover .product-card__price{color:var(--text-accent)}.product-card__stock{font-size:.75rem;font-weight:500}.product-card__stock--ok{color:var(--color-success)}.product-card__stock--out{color:var(--color-error)}.product-card__views{color:var(--text-muted);flex-shrink:0;align-items:center;gap:.3rem;font-size:.8rem;display:inline-flex}.marketplace-page{padding-top:var(--navbar-height);background:var(--bg-page);min-height:100vh}.marketplace-page__hero{background:var(--bg-alt);border-bottom:1px solid var(--border);padding-top:3rem;padding-bottom:1.5rem}.marketplace-page__subtitle{max-width:560px}.marketplace-page__catalog{padding-top:2.5rem;padding-bottom:4rem}.marketplace-page__layout{grid-template-columns:260px 1fr;align-items:start;gap:2rem;display:grid}.marketplace-page__sidebar{top:calc(var(--navbar-height) + 1.5rem);background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:box-shadow var(--transition-fast), border-color var(--transition-fast);padding:1.5rem;position:sticky}.marketplace-page__sidebar:hover{box-shadow:var(--shadow-md);border-color:var(--border-hover)}.marketplace-page__filter-title{color:var(--text-primary);margin:0 0 1.25rem;font-size:1rem;font-weight:600}.marketplace-page__search-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.marketplace-page__search-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-page);width:100%;color:var(--text-primary);box-shadow:var(--shadow-inset);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:.65rem .85rem;font-family:inherit;font-size:.9rem}.marketplace-page__search-input:focus{border-color:var(--text-accent);outline:none}.marketplace-page__search-input:focus-visible{box-shadow:var(--focus-ring)}.marketplace-page__tipos{margin-top:1.5rem}.marketplace-page__tipo-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.marketplace-page__tipo-item{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition-fast), color var(--transition-fast);align-items:center;gap:.6rem;margin:0 -.6rem;padding:.45rem .6rem;font-size:.9rem;display:flex}.marketplace-page__tipo-item:hover{background:var(--brand-blue-light);color:var(--text-primary)}.marketplace-page__tipo-item input{accent-color:var(--brand-blue)}.marketplace-page__clear{width:100%;margin-top:1.25rem;font-size:.85rem}.marketplace-page__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.marketplace-page__alert{border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-error) 10%, var(--bg-card));border:1px solid color-mix(in srgb, var(--color-error) 30%, transparent);color:var(--text-primary);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.marketplace-page__alert p{margin:0}.marketplace-page__empty{text-align:center;background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:box-shadow var(--transition-fast), border-color var(--transition-fast);padding:4rem 2rem}.marketplace-page__empty:hover{box-shadow:var(--shadow-md);border-color:var(--border-hover)}.marketplace-page__empty h2{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem}.marketplace-page__empty p{color:var(--text-secondary);margin:0 0 1.5rem}.product-skeleton__media{aspect-ratio:4/3;background:linear-gradient(90deg, var(--bg-alt) 25%, var(--border) 50%, var(--bg-alt) 75%);background-size:200% 100%;animation:1.2s infinite skeleton-shimmer}.product-skeleton{overflow:hidden}.product-skeleton__line{background:linear-gradient(90deg, var(--bg-alt) 25%, var(--border) 50%, var(--bg-alt) 75%);background-size:200% 100%;border-radius:4px;height:14px;margin:1rem 1.25rem 0;animation:1.2s infinite skeleton-shimmer}.product-skeleton__line--title{width:70%;height:18px}.product-skeleton__line--short{width:40%;margin-bottom:1.25rem}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=900px){.marketplace-page__layout{grid-template-columns:1fr}.marketplace-page__sidebar{position:static}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.product-gallery{flex-direction:column;gap:.75rem;width:100%;min-width:0;max-width:100%;display:flex}.product-gallery__main{aspect-ratio:4/3;border-radius:var(--radius-lg);background:var(--bg-alt);border:1px solid var(--border-card);width:100%;max-width:100%;box-shadow:var(--shadow-card);transition:box-shadow var(--transition-fast);overflow:hidden}.product-gallery__main:hover{box-shadow:var(--shadow-md)}.product-gallery__main .swiper-wrapper{height:100%}.product-gallery__main .swiper-slide{box-sizing:border-box;height:100%;width:100%!important}.product-gallery__slide{background:var(--bg-alt);width:100%;height:100%;overflow:hidden}.product-gallery__slide--error{justify-content:center;align-items:center;display:flex}.product-gallery__slide--error:after{content:"";background-color:var(--text-muted);width:64px;height:64px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.product-gallery__img{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.product-gallery__main .swiper-button-prev,.product-gallery__main .swiper-button-next{width:36px;height:36px;box-shadow:var(--shadow-md);color:var(--text-accent);transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);background:#ffffffeb;border-radius:50%}.product-gallery__main .swiper-button-prev:after,.product-gallery__main .swiper-button-next:after{font-size:14px;font-weight:700}.product-gallery__main .swiper-button-prev:hover,.product-gallery__main .swiper-button-next:hover{background:var(--brand-blue);color:var(--text-inverse);box-shadow:var(--shadow-glow-blue);transform:scale(1.08)}[data-theme=dark] .product-gallery__main .swiper-button-prev,[data-theme=dark] .product-gallery__main .swiper-button-next{color:var(--brand-yellow);background:#112240eb}[data-theme=dark] .product-gallery__main .swiper-button-prev:hover,[data-theme=dark] .product-gallery__main .swiper-button-next:hover{background:var(--brand-yellow);color:var(--brand-blue);box-shadow:var(--shadow-glow-yellow)}.product-gallery__thumbs{width:100%;min-width:0;max-width:100%;margin-top:.25rem}.product-gallery__thumb-slide{border-radius:var(--radius-sm);cursor:pointer;opacity:.6;height:72px;box-shadow:var(--shadow-sm);transition:opacity var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);border:2px solid #0000;overflow:hidden;width:72px!important}.product-gallery__thumb-slide:hover{opacity:.85;box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-gallery__thumb-slide.swiper-slide-thumb-active{opacity:1;border-color:var(--text-accent);box-shadow:var(--shadow-md)}[data-theme=dark] .product-gallery__thumb-slide.swiper-slide-thumb-active{border-color:var(--text-accent-yellow)}.product-gallery__thumb-img{object-fit:cover;width:100%;max-width:100%;height:100%}.product-gallery__placeholder{aspect-ratio:4/3;background:var(--bg-alt);border-radius:var(--radius-lg);border:1px solid var(--border-card);color:var(--text-muted);justify-content:center;align-items:center;display:flex}.product-detail{padding-top:var(--navbar-height);background:var(--bg-page);min-height:100vh;padding-bottom:2rem}.product-detail__container{padding-top:2rem;padding-bottom:3rem}.product-detail__breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;display:flex}.product-detail__breadcrumb a{color:var(--text-link);background-image:linear-gradient(var(--text-link), var(--text-link));transition:background-size var(--transition-fast), color var(--transition-fast);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;text-decoration:none}.product-detail__breadcrumb a:hover{background-size:100% 1px}.product-detail__grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;min-width:0;display:grid}.product-detail__gallery-wrap{min-width:0;max-width:100%;overflow:hidden}.product-detail__info{min-width:0}.product-detail__tipo{text-transform:uppercase;letter-spacing:.05em;background:var(--brand-blue-light);color:var(--text-accent);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-fast), transform var(--transition-fast);margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}[data-theme=dark] .product-detail__tipo{color:var(--text-accent-yellow);background:#f5c40026}.product-detail__title{color:var(--text-primary);margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.25}.product-detail__meta-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.product-detail__price{color:var(--text-price);font-size:1.75rem;font-weight:700}.product-detail__views{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.875rem;display:inline-flex}.product-detail__stock{margin:0 0 1.5rem;font-size:.9rem;font-weight:500}.product-detail__stock--ok{color:var(--color-success)}.product-detail__stock--out{color:var(--color-error)}.product-detail__desc h2{color:var(--text-primary);margin:0 0 .5rem;font-size:1rem;font-weight:600}.product-detail__desc p{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-size:.95rem;line-height:1.7}.product-detail__actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.product-detail__whatsapp{align-items:center;gap:.5rem;display:inline-flex}.product-detail__error{text-align:center;padding:4rem 2rem}.product-detail__error h1{margin:0 0 .5rem;font-size:1.5rem}.product-detail__error p{color:var(--text-secondary);margin:0 0 1.5rem}.product-detail__loading{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.product-detail__skeleton-gallery{aspect-ratio:4/3;border-radius:var(--radius-lg);background:linear-gradient(90deg, var(--bg-alt) 25%, var(--border) 50%, var(--bg-alt) 75%);background-size:200% 100%;animation:1.2s infinite skeleton-shimmer}.product-detail__skeleton-line{background:linear-gradient(90deg, var(--bg-alt) 25%, var(--border) 50%, var(--bg-alt) 75%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:.75rem;animation:1.2s infinite skeleton-shimmer}.product-detail__skeleton-line--lg{width:70%;height:28px}@media (width<=900px){.product-detail__grid,.product-detail__loading{grid-template-columns:1fr;gap:2rem}}.conflict-list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.conflict-list--ok{color:var(--color-success);background:#16a34a14;border-radius:10px;padding:.75rem;font-size:.85rem}.conflict-list__item{border-radius:10px;padding:.65rem .75rem;font-size:.82rem;line-height:1.4}.conflict-list__item--error{color:var(--color-error);background:#dc262614;border:1px solid #dc262633}.conflict-list__item--warning{color:var(--text-accent-yellow);background:#f5c4001f;border:1px solid #f5c4004d}.live-summary{flex-direction:column;flex:1;gap:0;min-height:0;display:flex}.live-summary--invalid .live-summary__priority{background:#dc26260a;border:1px solid #dc262633;border-radius:10px;padding:.85rem}.live-summary__priority{border-bottom:1px solid var(--border);flex-shrink:0;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:grid}.live-summary__details{flex:1;gap:1.25rem;min-height:0;padding-right:.15rem;display:grid;overflow-y:auto}.live-summary__section h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin:0 0 .65rem;font-size:.85rem}.live-summary__section{gap:.5rem;display:grid}.live-summary__kv{color:var(--text-secondary);justify-content:space-between;font-size:.85rem;display:flex}.live-summary__kv strong{color:var(--text-primary)}.live-summary__kv--danger strong{color:var(--color-error)}.live-summary__kv--power-limit{align-items:center}.live-summary__kv--converter{cursor:pointer;align-items:center}.live-summary__converter-label{align-items:center;gap:.45rem;display:flex}.live-summary__converter-label input{cursor:pointer;margin:0}.live-summary__power-input{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.85rem;display:flex}.live-summary__power-field{border:1px solid var(--border);background:var(--bg-alt);width:4.5rem;color:var(--text-primary);font:inherit;text-align:right;border-radius:6px;padding:.25rem .4rem;font-size:.85rem}.live-summary__power-field:focus{outline:2px solid var(--brand-blue-mid);outline-offset:1px}.live-summary__cost-total{background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;grid-template-columns:1fr 1fr;gap:.75rem;padding:.75rem;display:grid}.live-summary__cost-total span{color:var(--text-muted);margin-bottom:.15rem;font-size:.72rem;display:block}.live-summary__cost-total strong{color:var(--text-price);font-size:1.1rem}.live-summary__disclaimer{color:var(--text-muted);margin:0;font-size:.72rem;line-height:1.4}.live-summary__note{color:var(--text-accent-yellow);background:#f5c4001f;border-radius:10px;margin:0;padding:.65rem .75rem;font-size:.8rem}.live-summary__toggle{color:var(--text-link);cursor:pointer;background:0 0;border:none;justify-self:start;padding:0;font-size:.8rem}.live-summary__breakdown{gap:.35rem;margin:0;padding:0;font-size:.8rem;list-style:none;display:grid}.live-summary__breakdown li{color:var(--text-secondary);justify-content:space-between;display:flex}.resource-bar{gap:.3rem;display:grid}.resource-bar__header{color:var(--text-secondary);justify-content:space-between;font-size:.8rem;display:flex}.resource-bar__track{background:var(--bg-alt);border-radius:999px;height:6px;overflow:hidden}.resource-bar__fill{border-radius:inherit;background:var(--gradient-blue);height:100%}.resource-bar--danger .resource-bar__fill{background:linear-gradient(90deg,#dc2626,#f87171)}.live-summary__submit{border-top:1px solid var(--border);flex-shrink:0;margin-top:1rem;padding-top:1rem}.live-summary__submit-btn{width:100%;font:inherit;cursor:pointer;background:var(--gradient-blue);color:var(--text-inverse);transition:transform var(--transition-fast), box-shadow var(--transition-fast);border:none;border-radius:12px;padding:.85rem 1rem;font-weight:600}.live-summary__submit-btn:hover:not(:disabled){box-shadow:var(--shadow-glow-blue);transform:translateY(-1px)}.live-summary__submit-btn:disabled{opacity:.55;cursor:not-allowed}.live-summary__submit-hint{color:var(--color-error);margin:0;font-size:.8rem}.module-card{height:100%}.module-card__btn{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;border:none;padding:1rem}.module-card--selected{outline:2px solid var(--brand-blue-mid);outline-offset:2px}.module-card--conflict{outline:2px solid var(--color-error);outline-offset:2px}.module-card__header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.module-card__title{margin:0;font-size:.95rem;font-weight:600}.module-card__badge{white-space:nowrap;border-radius:999px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.module-card__badge--available{background:var(--brand-blue-light);color:var(--brand-blue)}.module-card__badge--selected{background:var(--brand-blue-mid);color:#fff}.module-card__badge--conflict,.module-card__badge--limit{color:var(--color-error);background:#dc26261f}.module-card__meta{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.module-card__chip{border:1px solid var(--border);background:var(--bg-alt);border-radius:6px;padding:.15rem .45rem;font-size:.72rem}.module-card__stats{color:var(--text-secondary);gap:.25rem;margin:0;padding:0;font-size:.78rem;list-style:none;display:grid}.module-card__btn--quantity{cursor:default}.module-card__quantity{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.module-card__quantity-btn{border:1px solid var(--border);background:var(--bg-alt);width:2rem;height:2rem;color:var(--text-primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:background .15s;display:flex}.module-card__quantity-btn:hover:not(:disabled){background:var(--brand-blue-light)}.module-card__quantity-btn:disabled{opacity:.4;cursor:not-allowed}.module-card__quantity-value{text-align:center;min-width:1.5rem;font-size:.9rem;font-weight:600}.module-selector{flex-direction:column;flex:1;min-height:0;display:flex}.module-selector__filters{flex-shrink:0;gap:.75rem;margin-bottom:.75rem;display:grid}.module-selector__filter-group{gap:.4rem;display:grid}.module-selector__filter-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.module-selector__chips{flex-wrap:wrap;gap:.4rem;display:flex}.module-selector__chip{border:1px solid var(--border);background:var(--bg-alt);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .55rem;font-size:.75rem;display:inline-flex}.module-selector__chip input{accent-color:var(--brand-blue-mid)}.module-selector__scroll{flex:1;min-height:0;padding-right:.15rem;overflow-y:auto}.module-selector__grid{grid-template-columns:1fr;gap:.75rem;display:grid}.module-selector--compact .module-selector__filters{margin-bottom:.65rem}.module-selector--compact .module-selector__chips{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:.2rem;overflow-x:auto}.module-selector--compact .module-selector__grid{gap:.5rem}.module-selector--compact .module-card__btn{padding:.65rem .75rem}.module-selector--compact .module-card__header{margin-bottom:.4rem}.module-selector--compact .module-card__title{font-size:.85rem}.module-selector--compact .module-card__badge{padding:.15rem .4rem;font-size:.65rem}.module-selector--compact .module-card__meta{gap:.3rem;margin-bottom:.4rem}.module-selector--compact .module-card__chip{padding:.1rem .35rem;font-size:.68rem}.module-selector--compact .module-card__stats{grid-template-columns:1fr 1fr;gap:.15rem .5rem;font-size:.7rem;display:grid}.module-selector--compact .module-card__quantity{margin-top:.5rem;padding-top:.5rem}.module-selector--compact .module-card__quantity-btn{width:1.75rem;height:1.75rem;font-size:1rem}.orc-modal{z-index:1200;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.orc-modal__backdrop{cursor:pointer;background:#0d1b2e8c;border:none;position:absolute;inset:0}.orc-modal__panel{background:var(--bg-card);border:1px solid var(--border-card);width:100%;max-width:520px;max-height:90vh;box-shadow:var(--shadow-lg);border-radius:16px;padding:1.25rem 1.25rem 1.5rem;position:relative;overflow:auto}.orc-modal__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.orc-modal__header h2{color:var(--text-primary);margin:0;font-size:1.25rem}.orc-modal__close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:1.5rem;line-height:1}.orc-modal__form,.orc-modal__success{flex-direction:column;gap:.85rem;display:flex}.orc-modal__hint{color:var(--text-muted);margin:0;font-size:.9rem}.orc-modal__hint a{color:var(--text-link);font-weight:600}.orc-modal__field{flex-direction:column;gap:.35rem;display:flex}.orc-modal__field label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.orc-modal__field input,.orc-modal__field textarea{border:1px solid var(--border);font:inherit;background:var(--bg-page);color:var(--text-primary);border-radius:10px;padding:.7rem .85rem}.orc-modal__field input:focus,.orc-modal__field textarea:focus{border-color:var(--brand-blue-mid);box-shadow:var(--focus-ring);outline:none}.orc-modal__summary{color:var(--text-secondary);background:var(--bg-alt);border-radius:10px;padding:.75rem .85rem;font-size:.9rem}.orc-modal__error{color:var(--color-error);background:#dc262614;border:1px solid #dc262633;border-radius:10px;padding:.75rem;font-size:.875rem}.orc-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:.25rem;display:flex}.orc-modal__btn{font:inherit;cursor:pointer;background:var(--gradient-blue);color:var(--text-inverse);border:none;border-radius:10px;justify-content:center;align-items:center;padding:.75rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.orc-modal__btn--secondary{color:var(--text-secondary);border:1px solid var(--border);background:0 0}.orc-modal__btn:disabled{opacity:.65;cursor:not-allowed}.configurator-page{padding-top:var(--navbar-height);background:var(--bg-page)}.configurator-hero.section{background:var(--bg-alt);border-bottom:1px solid var(--border);padding-top:3rem;padding-bottom:1.5rem}.configurator-hero__subtitle{max-width:560px}.configurator-hero__details{max-width:560px;color:var(--text-secondary);margin-top:.85rem;font-size:.9rem}.configurator-hero__details summary{cursor:pointer;color:var(--text-link);font-weight:600;list-style:none}.configurator-hero__details summary::-webkit-details-marker{display:none}.configurator-hero__details summary:before{content:"▸ ";transition:transform var(--transition-fast);display:inline-block}.configurator-hero__details[open] summary:before{transform:rotate(90deg)}.configurator-hero__details p{margin:.5rem 0 0;line-height:1.55}.configurator-hero__actions{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.configurator-hero__preset,.configurator-hero__preset-clear{min-height:unset;padding:.45rem .9rem;font-size:.85rem}.configurator-hero__preset-clear{color:var(--text-secondary);background:0 0;border-color:#0000}.configurator-hero__preset-clear:hover{background:var(--bg-page);border-color:var(--border);color:var(--text-primary)}.configurator-tabs{gap:.35rem;margin-bottom:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.configurator-tabs__btn{border:1px solid var(--border);background:var(--bg-card);min-width:90px;color:var(--text-secondary);cursor:pointer;border-radius:999px;flex:1;padding:.55rem .75rem;font-size:.82rem;position:relative}.configurator-tabs__badge{background:var(--color-error);border-radius:50%;width:7px;height:7px;position:absolute;top:.35rem;right:.5rem}.configurator-tabs__btn--active{background:var(--brand-blue-mid);border-color:var(--brand-blue-mid);color:#fff}.configurator-layout.section{padding-top:0;padding-bottom:3rem;overflow:visible}.configurator-layout__grid{align-items:start;gap:1rem;display:grid}.configurator-panel{background:var(--bg-card);border:1px solid var(--border-card);box-shadow:var(--shadow-card);border-radius:16px;padding:1rem}.configurator-panel__title{color:var(--text-primary);flex-shrink:0;margin:0 0 1rem;font-size:1rem}.configurator-panel--viewer{flex-direction:column;min-height:420px;display:flex}.configurator-panel--viewer .configurator-canvas{flex:1;min-height:0}.configurator-panel--modules{flex-direction:column;min-height:0;display:flex}@media (width>=1025px){.configurator-layout__grid{grid-template-columns:30% 40% 30%;min-height:620px}.configurator-panel--viewer{min-height:620px}.configurator-panel--modules,.configurator-panel--summary{top:calc(var(--navbar-height) + 1rem);max-height:calc(100vh - var(--navbar-height) - 2rem);flex-direction:column;display:flex;position:sticky;overflow:hidden}.configurator-panel--summary .live-summary,.configurator-panel--modules .module-selector{flex:1;min-height:0}}@media (width<=1024px){.configurator-layout__grid{grid-template-columns:1fr}.configurator-page--mobile-bar{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}.configurator-layout.section{padding-bottom:1.5rem}.configurator-panel--modules,.configurator-panel--modules .module-selector__scroll{max-height:none;overflow:visible}}.configurator-mobile-bar{z-index:90;padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom,0px));background:var(--bg-nav);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);align-items:center;gap:.75rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #1a3a6e1a}.configurator-mobile-bar__info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.configurator-mobile-bar__cost{color:var(--text-price);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.configurator-mobile-bar__status{text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.configurator-mobile-bar__status--ok{color:var(--color-success)}.configurator-mobile-bar__status--error{color:var(--color-error)}.configurator-mobile-bar__cta{font:inherit;cursor:pointer;background:var(--gradient-blue);color:var(--text-inverse);white-space:nowrap;border:none;border-radius:12px;flex-shrink:0;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.configurator-mobile-bar__cta:disabled{opacity:.55;cursor:not-allowed}.auth-page{background:var(--bg-alt);justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:2rem 1rem 4rem;display:flex}.auth-card{background:var(--bg-card);border:1px solid var(--border-card);width:100%;max-width:440px;box-shadow:var(--shadow-md);border-radius:16px;padding:2rem}.auth-card h1{color:var(--text-primary);margin:0 0 .5rem;font-size:1.5rem}.auth-muted{color:var(--text-muted);margin:0 0 1.5rem;font-size:.95rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field{flex-direction:column;gap:.35rem;display:flex}.auth-field label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.auth-field input,.auth-field textarea{border:1px solid var(--border);font:inherit;background:var(--bg-page);color:var(--text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border-radius:10px;padding:.75rem .9rem}.auth-field input:focus,.auth-field textarea:focus{border-color:var(--brand-blue-mid);box-shadow:var(--focus-ring);outline:none}.auth-error{color:var(--color-error);background:#dc262614;border:1px solid #dc262633;border-radius:10px;padding:.75rem .9rem;font-size:.875rem}.auth-submit{font:inherit;cursor:pointer;background:var(--gradient-blue);color:var(--text-inverse);transition:transform var(--transition-fast), box-shadow var(--transition-fast);border:none;border-radius:10px;margin-top:.5rem;padding:.85rem 1rem;font-weight:600}.auth-submit:hover:not(:disabled){box-shadow:var(--shadow-glow-blue);transform:translateY(-1px)}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.auth-footer{text-align:center;color:var(--text-muted);margin-top:1.25rem;font-size:.9rem}.auth-footer a{color:var(--text-link);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.account-grid{gap:1.5rem;display:grid}.account-section{background:var(--bg-card);border:1px solid var(--border-card);box-shadow:var(--shadow-sm);border-radius:16px;padding:1.5rem}.account-section h2{color:var(--text-primary);margin:0 0 1rem;font-size:1.1rem}.orcamento-list{flex-direction:column;gap:.75rem;display:flex}.orcamento-item{border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.orcamento-item__meta{flex-direction:column;gap:.25rem;display:flex}.orcamento-item__title{color:var(--text-primary);font-weight:600}.orcamento-item__sub{color:var(--text-muted);font-size:.85rem}.status-badge{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;align-items:center;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-badge--novo{color:var(--brand-blue-mid);background:#2563eb1f}.status-badge--em_analise{color:#9a6700;background:#f5c4002e}.status-badge--respondido{color:var(--color-success);background:#16a34a1f}.status-badge--arquivado{color:var(--text-muted);background:#94a3b833}@media (width>=900px){.account-grid{grid-template-columns:1fr 1.2fr}}
