:root{--bg:#000;--bg-elevated:#0a0a0a;--surface:#111113;--surface-2:#1c1c1e;--border:#ffffff1a;--border-strong:#ffffff2e;--text:#f5f5f7;--text-muted:#a1a1a6;--text-faint:#6e6e73;--accent:#ed1c24;--accent-hover:#ff3b3b;--danger:#ff3b30;--success:#34c759;--overlay-soft:#ffffff08;--overlay-hover:#ffffff0f;--overlay-strong:#ffffff1a;--glass-bg:#0a0a0c8c;--glass-bg-scrolled:#08080ac7;--glass-bg-strong:#08080aeb;--glass-bg-solid:#08080afa;--image-bg:#050505;--shadow-color:#00000073;--shadow-color-strong:#00000080;--hero-glow:#ffffff0f;--radius:18px;--radius-sm:12px;--container:1240px;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-heading:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--bg:#fff;--bg-elevated:#f5f5f7;--surface:#fff;--surface-2:#eeeeef;--border:#00000017;--border-strong:#00000026;--text:#1d1d1f;--text-muted:#6e6e73;--text-faint:#86868b;--accent:#ed1c24;--accent-hover:#c81820;--danger:#d70015;--success:#248a3d;--overlay-soft:#00000006;--overlay-hover:#0000000b;--overlay-strong:#00000014;--glass-bg:#ffffffa6;--glass-bg-scrolled:#ffffffd9;--glass-bg-strong:#ffffffe6;--glass-bg-solid:#fffffffa;--image-bg:#f0f0f2;--shadow-color:#0000001a;--shadow-color-strong:#00000024;--hero-glow:#0000000b;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;transition:background-color .25s,color .25s;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.1}p{color:var(--text-muted);margin:0;line-height:1.6}ul{margin:0;padding:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.section{padding:128px 0}@media (width<=720px){.section{padding:72px 0}}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:600;display:inline-flex}.section-title{color:var(--text);letter-spacing:-.02em;font-size:clamp(30px,4.2vw,48px);font-weight:700}.section-description{max-width:620px;margin-top:16px;font-size:18px}.gradient-text{color:var(--accent)}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:980px;justify-content:center;align-items:center;gap:8px;padding:15px 30px;font-size:16px;font-weight:500;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,background .2s,color .2s,border-color .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 24px #ed1c2447}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 12px 30px #ed1c2461}.btn-primary:active{transform:translateY(0)}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none!important;transform:none!important}.btn-ghost{background:var(--overlay-soft);color:var(--text);border-color:var(--border-strong)}.btn-ghost:hover{border-color:var(--text);background:var(--overlay-hover);transform:translateY(-2px)}.btn-sm{padding:11px 22px;font-size:14.5px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.badge{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);background:#ed1c241f;border:1px solid #ed1c244d;border-radius:980px;align-items:center;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.fade-up{animation:.6s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page{min-height:60vh}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(36px)}.reveal-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.state-message{text-align:center;color:var(--text-muted);padding:80px 24px}.theme-toggle{border:1px solid var(--border-strong);background:var(--overlay-soft);width:38px;height:38px;color:var(--text);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.theme-toggle:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.theme-toggle-icon{animation:.3s theme-toggle-in;display:inline-flex}@keyframes theme-toggle-in{0%{opacity:0;transform:rotate(-90deg)scale(.6)}to{opacity:1;transform:rotate(0)scale(1)}}.navbar{z-index:100;background:var(--glass-bg);-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--border);transition:background .3s,border-color .3s;position:sticky;top:0}.navbar.scrolled{background:var(--glass-bg-scrolled);border-bottom-color:var(--border-strong)}.navbar-inner{align-items:center;gap:32px;height:72px;display:flex}.navbar-brand{align-items:center;gap:9px;display:inline-flex}.navbar-brand img{width:28px;height:28px}.navbar-brand span{font-family:var(--font-heading);color:var(--text);letter-spacing:-.01em;font-size:19px;font-weight:700}.navbar-links{align-items:center;gap:4px;height:100%;margin-left:12px;display:flex}.nav-link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:980px;align-items:center;gap:6px;padding:9px 16px;font-size:14.5px;font-weight:500;transition:color .2s,background .2s;display:inline-flex}.nav-link:hover,.nav-link.active{color:var(--text);background:var(--overlay-hover)}.nav-dropdown{align-items:center;height:100%;display:flex;position:relative}.rotated{transition:transform .2s;transform:rotate(180deg)}.mega-menu{opacity:0;visibility:hidden;border-bottom:1px solid var(--border);background:var(--glass-bg-strong);-webkit-backdrop-filter:blur(24px)saturate(180%);box-shadow:0 24px 60px var(--shadow-color-strong);transition:opacity .22s,transform .22s,visibility .22s;position:fixed;top:72px;left:0;right:0;transform:translateY(-8px)}.mega-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-inner{max-width:var(--container);grid-template-columns:260px 1fr;gap:40px;margin:0 auto;padding:36px 24px;display:grid}.mega-sidebar{border-right:1px solid var(--border);flex-direction:column;gap:2px;padding-right:32px;display:flex}.mega-sidebar-item{text-align:left;border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;padding:13px 16px;font-size:15px;font-weight:500;transition:background .15s,color .15s;display:flex}.mega-sidebar-item svg{opacity:0;transition:opacity .15s,transform .15s;transform:translate(-4px)}.mega-sidebar-item:hover,.mega-sidebar-item.active{background:var(--overlay-hover);color:var(--text)}.mega-sidebar-item:hover svg,.mega-sidebar-item.active svg{opacity:1;color:var(--accent);transform:translate(0)}.mega-sidebar-item.all{border-top:1px solid var(--border);color:var(--text);margin-top:8px;padding-top:13px;font-weight:600}.mega-products{grid-template-columns:repeat(4,1fr);align-content:start;gap:16px;display:grid}.mega-product-card{background:var(--overlay-soft);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;flex-direction:column;gap:12px;padding:14px;transition:border-color .2s,transform .2s,background .2s;display:flex}.mega-product-card:hover{border-color:var(--border-strong);background:var(--overlay-hover);transform:translateY(-3px)}.mega-product-image{aspect-ratio:1;background:var(--image-bg);border-radius:8px;display:block;overflow:hidden}.mega-product-image img{object-fit:cover;width:100%;height:100%}.mega-product-name{color:var(--text);font-size:13.5px;font-weight:600}.mega-products-empty{color:var(--text-faint);grid-column:1/-1;padding:20px 0;font-size:14px}.navbar-cta{align-items:center;gap:14px;margin-left:auto;display:flex}.navbar-burger-theme-toggle{display:none}.navbar-burger{color:var(--text);cursor:pointer;background:0 0;border:none;margin-left:auto;display:none}.mobile-menu{display:none}@media (width<=1080px){.mega-products{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.navbar-links,.navbar-cta{display:none}.navbar-burger-theme-toggle{margin-left:auto;display:inline-flex}.navbar-burger{margin-left:14px;display:inline-flex}.mobile-menu{background:var(--glass-bg-solid);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;gap:6px;padding:20px;transition:transform .25s;display:flex;position:fixed;inset:72px 0 0;overflow-y:auto;transform:translate(100%)}.mobile-menu.active{transform:translate(0)}.mobile-link{border:none;border-bottom:1px solid var(--border);width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:16px 8px;font-size:17px;font-weight:500;display:flex}.mobile-submenu{flex-direction:column;padding:0 8px 12px;display:flex}.mobile-submenu button{text-align:left;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:12px;font-size:15px}.mobile-menu .btn{width:100%;margin-top:16px}}.footer{border-top:1px solid var(--border);background:var(--bg-elevated);margin-top:80px}.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;padding:72px 24px 48px;display:grid}.footer-logo{align-items:center;gap:10px;margin-bottom:18px;display:inline-flex}.footer-logo img{width:30px;height:30px}.footer-logo span{font-family:var(--font-heading);color:var(--text);letter-spacing:-.01em;font-size:20px;font-weight:700}.footer-about p{max-width:320px;font-size:14.5px}.footer-social{gap:12px;margin-top:22px;display:flex}.footer-social a{background:var(--overlay-soft);border:1px solid var(--border);width:38px;height:38px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.footer-social a:hover{color:#fff;background:var(--accent);border-color:#0000;transform:translateY(-2px)}.footer h4{color:var(--text);margin-bottom:20px;font-size:15px}.footer-links ul{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-links a{color:var(--text-muted);font-size:14.5px;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-contact-item{color:var(--text-muted);align-items:flex-start;gap:10px;margin-bottom:16px;font-size:14.5px;display:flex}.footer-contact-item svg{color:var(--accent);flex-shrink:0;margin-top:3px}.footer-contact-item a{color:var(--text-muted);transition:color .2s}.footer-contact-item a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border)}.footer-bottom-inner{color:var(--text-faint);text-align:center;padding:22px 24px;font-size:13px}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer-grid{grid-template-columns:1fr}}.maintenance-gate{z-index:3000;background:var(--bg);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.maintenance-card{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:420px;display:flex}.maintenance-logo{width:52px;height:52px;margin-bottom:20px}.maintenance-badge{color:var(--accent);letter-spacing:.03em;text-transform:uppercase;background:#ed1c241f;border:1px solid #ed1c2440;border-radius:999px;margin-bottom:18px;padding:6px 14px;font-size:12.5px;font-weight:600;display:inline-block}.maintenance-card h1{letter-spacing:-.02em;color:var(--text);margin-bottom:12px;font-size:clamp(24px,4vw,30px)}.maintenance-card p{color:var(--text-muted);max-width:360px;margin-bottom:28px;font-size:15px;line-height:1.6}.maintenance-form{gap:10px;width:100%;display:flex}.maintenance-input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);min-width:0;color:var(--text);flex:1;padding:12px 16px;font-size:15px}.maintenance-input:focus{border-color:var(--accent);outline:none}.maintenance-input.error{border-color:var(--danger)}.maintenance-error{color:var(--danger);margin-top:14px;margin-bottom:0;font-size:13.5px}@media (width<=480px){.maintenance-form{flex-direction:column}}.img-placeholder{border-radius:var(--radius);border:1.5px dashed var(--border-strong);background-color:var(--bg-elevated);background-image:repeating-linear-gradient(135deg, var(--overlay-soft), var(--overlay-soft) 10px, transparent 10px, transparent 20px);width:100%;color:var(--text-faint);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.img-placeholder svg{opacity:.6}.img-placeholder span{max-width:260px;font-size:13px;line-height:1.5}.img-real{object-fit:cover;border-radius:var(--radius);width:100%;display:block}.hero-slider{background:var(--bg);border-bottom:1px solid var(--border);align-items:center;min-height:calc(100vh - 72px);padding-bottom:92px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:radial-gradient(ellipse 55% 60% at 16% 8%, #ed1c2473, transparent 70%), radial-gradient(ellipse 900px 600px at 15% 10%, var(--hero-glow), transparent 60%), radial-gradient(ellipse 800px 600px at 100% 100%, #ed1c2414, transparent 60%);position:absolute;inset:0}:root[data-theme=light] .hero-bg{background:radial-gradient(ellipse 55% 60% at 16% 8%, #ed1c2424, transparent 70%), radial-gradient(ellipse 900px 600px at 15% 10%, var(--hero-glow), transparent 60%), radial-gradient(ellipse 800px 600px at 100% 100%, #ed1c240d, transparent 60%)}.hero-bg-grid{z-index:0;mix-blend-mode:screen;background-image:repeating-linear-gradient(90deg,#ffffff21 0 2px,#0000 2px 40px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(58% 65% at 16% 8%,#000 0%,#0000 85%);mask-image:radial-gradient(58% 65% at 16% 8%,#000 0%,#0000 85%)}:root[data-theme=light] .hero-bg-grid{mix-blend-mode:normal;background-image:repeating-linear-gradient(90deg,#00000012 0 2px,#0000 2px 40px)}.hero-content{z-index:1;width:100%;padding:40px 24px;position:relative}@media (width>=901px){.hero-content{padding-right:92px}}.hero-slide{gap:56px;width:100%;display:none}.hero-slide.active{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;display:grid;position:relative}.hero-slide.active .hero-text>*,.hero-slide.active .hero-visual{opacity:0;animation:.65s cubic-bezier(.16,1,.3,1) both heroContentIn}.hero-slide.active .hero-text .eyebrow{animation-delay:0s}.hero-slide.active .hero-text h1,.hero-slide.active .hero-visual{animation-delay:.16s}.hero-slide.active .hero-text h2{animation-delay:.32s}.hero-slide.active .hero-text p{animation-delay:.48s}.hero-slide.active .hero-text .hero-buttons{animation-delay:.64s}.hero-slide.exiting{z-index:1;pointer-events:none;grid-template-columns:1.05fr .95fr;align-items:center;animation:.22s cubic-bezier(.16,1,.3,1) both heroContentOut;display:grid;position:absolute;inset:0}@keyframes heroContentIn{0%{opacity:0;filter:blur(10px);transform:translate(56px)}to{opacity:1;filter:blur();transform:translate(0)}}@keyframes heroContentOut{0%{opacity:1;filter:blur();transform:translate(0)}to{opacity:0;filter:blur(10px);transform:translate(-56px)}}.hero-text{max-width:620px}.hero-slide h1{letter-spacing:-.03em;margin-top:10px;font-size:clamp(42px,6.2vw,76px);font-weight:700;line-height:1.05}.hero-slide h2{color:var(--text-muted);letter-spacing:-.005em;margin-top:18px;font-size:clamp(19px,2.4vw,25px);font-weight:500}.hero-slide p{max-width:600px;margin-top:22px;font-size:17px}.hero-buttons{flex-wrap:wrap;gap:14px;margin-top:40px;display:flex}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.hero-visual-glow{filter:blur(46px);z-index:0;background:radial-gradient(circle,#ed1c2447,#0000 70%);width:72%;height:72%;animation:6s ease-in-out infinite heroFloat;position:absolute}.hero-visual-frame{z-index:1;background:linear-gradient(160deg, var(--border-strong), transparent 45%);width:100%;max-width:400px;box-shadow:0 30px 60px var(--shadow-color-strong);border-radius:28px;padding:5px;animation:6s ease-in-out infinite heroFloat;position:relative}.hero-visual-frame .img-placeholder{border-radius:24px;width:100%}.hero-transition-mark{z-index:6;pointer-events:none;width:min(58vw,460px);animation:.5s linear both heroMarkSweep;position:absolute;top:50%;left:50%}@keyframes heroMarkSweep{0%{opacity:.6;filter:blur(14px)drop-shadow(0 20px 45px #ed1c2466);transform:translate(calc(42vw - 50%),-50%)scale(.7)rotate(-15deg)}8%{opacity:1;filter:blur(8px)drop-shadow(0 20px 45px #ed1c2466)}50%{opacity:1;filter:blur()drop-shadow(0 20px 45px #ed1c2466);transform:translate(-50%,-50%)scale(1.3)rotate(0)}92%{opacity:1;filter:blur(8px)drop-shadow(0 20px 45px #ed1c2466)}to{opacity:0;filter:blur(24px)drop-shadow(0 20px 45px #ed1c2466);transform:translate(calc(-50% - 42vw),-50%)scale(.7)rotate(15deg)}}@media (prefers-reduced-motion:reduce){.hero-transition-mark{display:none}}.hero-chip{z-index:2;background:var(--glass-bg-strong);border:1px solid var(--border);-webkit-backdrop-filter:blur(16px)saturate(180%);box-shadow:0 12px 30px var(--shadow-color);color:var(--text);white-space:nowrap;border-radius:980px;align-items:center;gap:8px;padding:10px 16px;font-size:13.5px;font-weight:600;animation:.6s both fadeUp;display:flex;position:absolute}.hero-chip-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 3px #ed1c242e}.hero-chip-0{animation-delay:.15s;top:10%;right:4%}.hero-chip-1{animation-delay:.3s;bottom:12%;left:4%}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero-footer-row{z-index:1;flex-direction:column;align-items:center;gap:16px;display:flex;position:absolute;bottom:28px;left:0;right:0}.hero-scroll-cue{color:var(--text-faint);letter-spacing:.14em;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.hero-scroll-cue-icon{border:1.5px solid var(--border-strong);border-radius:980px;width:20px;height:32px;position:relative}.hero-scroll-cue-icon:before{content:"";background:var(--accent);border-radius:2px;width:4px;height:8px;animation:1.8s infinite scrollCueMove;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scrollCueMove{0%{opacity:0;transform:translate(-50%)}30%{opacity:1}70%{opacity:1}to{opacity:0;transform:translate(-50%,10px)}}.hero-side-nav{z-index:2;flex-direction:column;align-items:center;gap:16px;display:flex;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.hero-nav-arrow{background:var(--glass-bg-strong);border:1px solid var(--border);color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(12px)saturate(180%);width:38px;height:38px;box-shadow:0 8px 20px var(--shadow-color);border-radius:50%;justify-content:center;align-items:center;font-size:13px;transition:all .2s;display:flex}.hero-nav-arrow:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.hero-nav-dots{flex-direction:column;align-items:center;gap:10px;display:flex}.hero-nav-dot{background:var(--border-strong);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s cubic-bezier(.16,1,.3,1)}.hero-nav-dot:hover{background:var(--text-muted)}.hero-nav-dot.active{background:var(--accent);border-radius:6px;width:8px;height:26px;box-shadow:0 0 0 3px #ed1c2429}@media (width<=900px){.hero-slider{flex-direction:column;min-height:auto;padding:48px 0 40px}.hero-slide.active,.hero-slide.exiting{text-align:center;grid-template-columns:1fr;gap:44px}.hero-text{max-width:100%;margin:0 auto}.hero-buttons{justify-content:center}.hero-visual{order:-1}.hero-visual-frame{max-width:260px;margin:0 auto}.hero-chip{display:none}.hero-footer-row{margin-top:24px;position:static}.hero-side-nav{flex-direction:row;gap:20px;margin-top:32px;position:static;transform:none}.hero-nav-arrow svg{transform:rotate(-90deg)}.hero-nav-dots{flex-direction:row}.hero-nav-dot.active{width:26px;height:8px}}.product-card{aspect-ratio:3/4;isolation:isolate;background:#fff;border-radius:20px;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;display:block;position:relative;overflow:hidden}.product-card:hover{box-shadow:0 28px 56px var(--shadow-color-strong);transform:translateY(-8px)}.product-card-image{background:var(--accent);position:absolute;inset:0}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-card-badge{z-index:2;color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#1a1a1a;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:18px;left:18px}.product-card-body{z-index:2;flex-direction:column;gap:8px;padding:24px;display:flex;position:absolute;bottom:0;left:0;right:0}.product-card-body h3{color:#fff;letter-spacing:-.01em;font-size:22px;font-weight:800}.product-card-body p{color:#ffffffd9;-webkit-line-clamp:2;opacity:0;-webkit-box-orient:vertical;max-height:0;font-size:14px;line-height:1.5;transition:max-height .35s,opacity .3s,margin-top .35s;display:-webkit-box;overflow:hidden}.product-card:hover .product-card-body p{opacity:1;max-height:60px;margin-top:2px}.product-card-link{color:#fff;align-items:center;gap:8px;margin-top:4px;font-size:14px;font-weight:600;display:inline-flex}.product-card-link svg{transition:transform .3s}.product-card:hover .product-card-link svg{transform:translate(4px)}.partners-grid{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.partners-item{border-right:1px solid var(--border);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:auto;height:88px;padding:14px 18px;transition:background .2s;display:flex;position:relative}.partners-item:before{content:"";background:var(--accent);height:2px;transition:transform .2s;position:absolute;top:-1px;left:0;right:0;transform:scaleX(0)}.partners-item:hover{background:var(--bg-elevated)}.partners-item:hover:before{transform:scaleX(1)}.partners-item img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.scroll-parallax{will-change:transform}@media (prefers-reduced-motion:reduce){.scroll-parallax{transform:none!important}}.screen-icon-touch{transform-box:fill-box;transform-origin:50%;animation:1.8s ease-in-out infinite screenIconTap}@keyframes screenIconTap{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(1.18)}}@media (prefers-reduced-motion:reduce){.screen-icon-touch{animation:none}}.lang-icon-note{transform-box:fill-box;transform-origin:50%;animation:1.8s ease-in-out infinite langIconNotePulse}@keyframes langIconNotePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(1.18)}}@media (prefers-reduced-motion:reduce){.lang-icon-note{animation:none}}.runtime-icon-hands{transform-origin:137px 177px;animation:3s linear infinite runtimeIconSpin}@keyframes runtimeIconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.runtime-icon-hands{animation:none}}.stat-row{max-width:var(--container);grid-template-columns:repeat(4,1fr);gap:24px;margin:0 auto;padding:0 24px;display:grid}.stat-item{text-align:center;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);flex-direction:column;align-items:center;padding:40px 20px 32px;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.stat-item:before{content:"";opacity:0;background:radial-gradient(220px 140px at 50% -20%,#ed1c241f,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.stat-item:hover{border-color:var(--border-strong);box-shadow:0 24px 48px var(--shadow-color);transform:translateY(-6px)}.stat-item:hover:before{opacity:1}.stat-icon{color:var(--accent);opacity:0;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .6s cubic-bezier(.34,1.56,.64,1),transform .6s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;transform:scale(.4)rotate(-20deg)}.stat-icon.in{opacity:1;transform:scale(1)rotate(0)}.stat-item:hover .stat-icon{transform:scale(1.08)rotate(-4deg)}.stat-text{flex-direction:column;align-items:center;display:flex}.stat-row.has-icons{flex-wrap:wrap;justify-content:space-between;display:flex}.stat-item.has-icon{text-align:left;flex-direction:row;flex:none;justify-content:flex-start;align-items:center;gap:12px;padding:14px 16px}.stat-item.has-icon .stat-text{align-items:flex-start;gap:5px}.stat-item.has-icon .stat-divider{display:none}.stat-item.has-icon .stat-value{font-size:clamp(28px,3.2vw,34px)}.stat-item.has-icon .stat-label{max-width:110px;font-size:12.5px;line-height:1.4}.stat-value{font-family:var(--font-heading);color:var(--accent);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:clamp(38px,4.6vw,52px);font-weight:800;line-height:1;position:relative}.stat-divider{background:var(--accent);opacity:.85;border-radius:4px;width:28px;height:3px;margin:16px 0 14px;position:relative}.stat-label{color:var(--text-muted);letter-spacing:.01em;font-size:13.5px;font-weight:500;position:relative}@media (width<=900px){.stat-row{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.stat-row{grid-template-columns:1fr}}.scc-root{outline:none;align-items:center;min-height:min(760px,62vw);padding:32px 0;display:flex;position:relative;overflow:visible clip}.scc-layout{z-index:20;width:100%;max-width:var(--container);pointer-events:none;grid-template-columns:1fr 1fr;align-items:center;gap:64px;margin:0 auto;padding:0 24px;display:grid;position:relative}.scc-info{pointer-events:auto}.scc-heading{margin-bottom:8px}.scc-heading .eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;font-size:14px;font-weight:700;display:inline-block}.scc-heading .section-title{color:var(--text);letter-spacing:-.01em;font-size:clamp(30px,3.2vw,42px);font-weight:700}.scc-info{flex-direction:column;gap:48px;display:flex}.scc-info-text{animation:.5s cubic-bezier(.22,1,.36,1) scc-fade-in}@keyframes scc-fade-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.scc-info-subtitle{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:14px;font-weight:700;display:inline-block}.scc-info-title{color:var(--text);letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(38px,4.4vw,58px);font-weight:700}.scc-info-description{color:var(--text-muted);max-width:520px;margin-bottom:28px;font-size:21px;line-height:1.6}.scc-nav{align-items:center;gap:20px;display:flex}.scc-nav-btn{border:1px solid var(--border);background:var(--surface);width:52px;height:52px;color:var(--text);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .2s,background .2s,transform .2s;display:flex}.scc-nav-btn:hover{border-color:var(--border-strong);background:var(--bg-elevated);transform:translateY(-1px)}.scc-stack{aspect-ratio:1;touch-action:none;-webkit-user-select:none;user-select:none;width:min(760px,62vw);position:absolute;top:50%;right:0;overflow:visible;transform:translate(50%,-50%)}.scc-ring{border:1px dashed var(--border-strong);opacity:.55;pointer-events:none;z-index:1;border-radius:50%;position:absolute;inset:0}.scc-card{color:inherit;cursor:grab;will-change:transform, opacity;justify-content:center;align-items:center;text-decoration:none;display:flex;position:absolute;inset:0}.scc-card:active{cursor:grabbing}.scc-card-image{justify-content:center;align-items:center;width:260px;height:260px;display:flex;position:relative}.scc-card-image img{object-fit:contain;width:100%;height:100%;filter:drop-shadow(0 20px 32px var(--shadow-color-strong));display:block}.scc-dots{gap:8px;display:flex}.scc-dot{background:var(--border-strong);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.scc-dot:hover{background:var(--text-muted)}.scc-dot.active{background:var(--accent);border-radius:6px;width:24px}@media (prefers-reduced-motion:reduce){.scc-card{transition:none!important}.scc-info-text{animation:none}}@media (width<=900px){.scc-root{flex-direction:column;gap:32px;min-height:auto;display:flex}.scc-layout{order:2;grid-template-columns:1fr;gap:40px}.scc-stack{order:1;width:100%;max-width:480px;margin:0 auto;position:relative;top:auto;right:auto;transform:none}.scc-card-image{width:250px;height:250px}.scc-info{text-align:center;align-items:center}.scc-info-description{margin-left:auto;margin-right:auto}}@media (width<=480px){.scc-stack{max-width:calc(100vw - 40px)}.scc-card-image{width:200px;height:200px}}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.story-section{padding:72px 0 56px;position:relative;overflow:hidden}.story-section:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(700px 520px at 105% -10%,#ed1c2429,#0000 65%),radial-gradient(600px 500px at -10% 100%,#ed1c2414,#0000 60%);position:absolute;inset:0}.story-section:after{content:"";z-index:0;mix-blend-mode:screen;pointer-events:none;background-image:repeating-linear-gradient(90deg,#ffffff21 0 2px,#0000 2px 40px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(55% 65% at 100% 0,#000 0%,#0000 80%);mask-image:radial-gradient(55% 65% at 100% 0,#000 0%,#0000 80%)}:root[data-theme=light] .story-section:after{mix-blend-mode:normal;background-image:repeating-linear-gradient(90deg,#0000000f 0 2px,#0000 2px 40px)}.story-section .our-story-block,.story-section .trusted-strip{z-index:1;position:relative}.stats-section-home{margin:0;padding:72px 0 56px}.section-head{margin-bottom:56px}.section-head.split{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.section-head.center{text-align:center}.lineup-section{margin-top:-264px;padding-top:0;padding-bottom:0}.story-section .our-story-block{position:relative}.story-section .story-copy{max-width:620px}.story-section .eyebrow{font-size:15px}.story-section .section-title{font-size:clamp(38px,4.8vw,56px)}.story-section .our-story-text{margin-top:28px}.story-section .our-story-text p{margin-bottom:16px;font-size:20px;line-height:1.65}.story-link{margin-top:20px;padding:14px 24px;font-size:16px}.story-stats-row{border-top:1px solid var(--border);margin-top:32px;padding-top:28px}.story-stats-row .stat-row{grid-template-columns:repeat(2,1fr);gap:18px 28px;max-width:none;margin:0;padding:0}.story-stats-row .stat-item{text-align:left;background:0 0;border:none;align-items:flex-start;padding:0}.story-stats-row .stat-item:hover{box-shadow:none;transform:none}.story-stats-row .stat-text{flex-direction:row;align-items:center;gap:10px}.story-stats-row .stat-value{flex-shrink:0;font-size:clamp(22px,2.2vw,28px)}.story-stats-row .stat-divider{display:none}.story-stats-row .stat-label{color:var(--text);max-width:150px;font-size:13.5px;font-weight:600;line-height:1.3}.story-visual{pointer-events:none;justify-content:center;align-items:center;width:42%;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.story-visual img{filter:drop-shadow(0 30px 60px #ed1c242e);width:100%;max-width:500px;animation:5s ease-in-out infinite story-logo-float}@keyframes story-logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@media (prefers-reduced-motion:reduce){.story-visual img{animation:none}}.trusted-strip{margin-top:20px;padding:22px 0}.trusted-strip-inner{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.trusted-strip-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);white-space:nowrap;flex-shrink:0;align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.trusted-strip-label:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 3px #ed1c242e}.trusted-strip .partners-grid{width:100%}.trusted-strip .partners-item{height:88px;padding:16px 22px}@media (width<=720px){.story-visual{width:100%;margin-bottom:24px;position:static;transform:none}.story-visual img{max-width:260px}.story-stats-row .stat-row{grid-template-columns:repeat(2,1fr);gap:24px}.trusted-strip-inner{flex-direction:column;align-items:flex-start;gap:16px}.trusted-strip-label{border-right:none;padding-right:0}}.categories-section{background:var(--bg-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.categories-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.category-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;transition:transform .25s,border-color .25s}.category-card:hover{border-color:var(--border-strong);box-shadow:0 20px 40px var(--shadow-color);transform:translateY(-6px)}.category-icon{width:52px;height:52px;color:var(--accent);background:#ed1c241f;border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.category-card h3{margin-bottom:14px;font-size:18px}.category-link{color:var(--text-muted);align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.category-card:hover .category-link{color:var(--accent)}.products-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.why-section{background:var(--bg-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.why-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:56px;display:grid}.why-grid .btn{margin-top:28px}.why-list{flex-direction:column;gap:14px;list-style:none;display:flex}.why-list li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:14px;padding:16px 22px;font-size:16px;font-weight:600;display:flex}.why-list-icon{width:32px;height:32px;color:var(--accent);background:#ed1c241f;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.approach-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f3f4f7}.approach-head{justify-content:space-between;align-items:center;gap:40px;display:flex}.approach-head-text{flex:1;min-width:0}.approach-title{color:var(--text);letter-spacing:-.01em;font-size:clamp(22px,2.1vw,26px);font-weight:700;line-height:1.4}.approach-head .btn{flex-shrink:0}.approach-cards-col{flex-direction:column;gap:20px;width:100%;margin-top:48px;display:flex}.approach-lead{color:var(--text-muted);font-size:15px;font-weight:600}.approach-cards{grid-template-columns:repeat(2,1fr);gap:24px;width:100%;display:grid}.approach-card{background:var(--surface);background-image:radial-gradient(var(--border) 1px, transparent 1px);border:1px solid var(--border);border-radius:var(--radius);background-size:16px 16px;align-items:center;gap:20px;min-height:260px;padding:32px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.approach-card:hover{border-color:var(--border-strong);box-shadow:0 20px 40px var(--shadow-color);transform:translateY(-4px)}.approach-card-text{flex-direction:column;flex:50%;gap:12px;min-width:0;display:flex}.approach-card-text h3{letter-spacing:-.01em;color:var(--text);font-size:clamp(26px,2.8vw,34px);font-weight:800}.approach-card-text p{color:var(--text);font-size:17px;font-weight:500;line-height:1.6}.approach-card-link{color:var(--text);align-items:center;gap:10px;margin-top:12px;font-size:14px;font-weight:600;display:inline-flex}.approach-card-link svg{border:1px solid var(--border-strong);box-sizing:content-box;border-radius:50%;width:18px;height:18px;padding:5px;transition:background .2s,color .2s,border-color .2s}.approach-card:hover .approach-card-link svg{background:var(--accent);border-color:var(--accent);color:#fff}.approach-card-visual{flex:50%;min-width:0}.approach-card-visual .img-placeholder,.approach-card-visual .img-real{aspect-ratio:1;background:0 0;border:none}.blog-teaser-grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.blog-teaser-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.blog-teaser-card:hover{border-color:var(--border-strong);box-shadow:0 24px 48px var(--shadow-color-strong);transform:translateY(-6px)}.blog-teaser-image{aspect-ratio:16/9;background:var(--image-bg);position:relative;overflow:hidden}.blog-teaser-image .scroll-parallax{width:100%;height:100%;display:block}.blog-teaser-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.blog-teaser-card:hover .blog-teaser-image img{transform:scale(1.06)}.blog-teaser-date{-webkit-backdrop-filter:blur(6px);color:#fff;letter-spacing:.01em;background:#000000b3;border-radius:980px;padding:6px 12px;font-size:12px;font-weight:600;position:absolute;top:14px;left:14px}.blog-teaser-body{flex-direction:column;flex:1;gap:10px;padding:24px 26px 28px;display:flex}.blog-teaser-body h3{font-size:19px;line-height:1.3}.blog-teaser-body p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:14.5px;display:-webkit-box;overflow:hidden}.blog-teaser-link{color:var(--accent);align-items:center;gap:8px;margin-top:4px;font-size:14px;font-weight:600;display:inline-flex}.blog-teaser-link svg{transition:transform .25s}.blog-teaser-card:hover .blog-teaser-link svg{transform:translate(4px)}.cta-section{padding-bottom:140px}.cta-box{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:28px;padding:72px 48px}.cta-box p{max-width:640px;margin:18px auto 0;font-size:17px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:36px;display:flex}@media (width<=980px){.categories-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr;gap:32px}.approach-head{flex-direction:column;align-items:flex-start;gap:20px}.approach-cards{grid-template-columns:repeat(2,1fr)}.blog-teaser-grid{grid-template-columns:1fr}}@media (width<=640px){.approach-cards{grid-template-columns:1fr}.approach-card{text-align:center;flex-direction:column}.approach-card-link{justify-content:center;margin:0 auto}}@media (width<=560px){.categories-grid,.products-grid{grid-template-columns:1fr}.cta-box{padding:48px 24px}}.plist-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.plist-card:hover{border-color:var(--border-strong);box-shadow:0 24px 48px var(--shadow-color-strong);transform:translateY(-6px)}.plist-card-image{aspect-ratio:1;background:radial-gradient(70% 60% at 100% 0,#ed1c2414,#0000 65%),#f5f5f7;padding:20px;position:relative;overflow:hidden}.plist-card-image img{object-fit:contain;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1)}.plist-card:hover .plist-card-image img{transform:scale(1.05)}.plist-card-badge{z-index:2;background:var(--surface);border:1px solid var(--border);color:var(--text);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.plist-card-body{border-top:1px solid var(--border);flex-direction:column;flex:1;gap:8px;padding:20px 22px 24px;display:flex}.plist-card-body h3{color:var(--text);letter-spacing:-.01em;font-size:19px;font-weight:700}.plist-card-body p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.plist-card-link{color:var(--accent);align-items:center;gap:8px;margin-top:4px;font-size:14px;font-weight:600;display:inline-flex}.plist-card-link svg{transition:transform .3s}.plist-card:hover .plist-card-link svg{transform:translate(4px)}.page-hero{border-bottom:1px solid var(--border);padding:72px 0 40px}.page-hero .section-description{margin-top:16px}.products-tabs{flex-wrap:wrap;gap:10px;margin-bottom:44px;display:flex}.products-tab{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:12px 22px;font-size:14.5px;font-weight:600;transition:all .2s}.products-tab:hover{border-color:var(--accent);color:var(--text)}.products-tab.active{background:var(--accent);color:#fff;border-color:#0000}.plist-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (width<=980px){.plist-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.plist-grid{grid-template-columns:1fr}}.product-video-intro{background:#000;align-items:flex-end;min-height:calc(100vh - 72px);display:flex;position:relative;overflow:hidden}.product-video-intro-media{z-index:0;position:absolute;inset:0}.product-video-intro-video{object-fit:cover;width:100%;height:100%}.product-video-intro-placeholder{color:#ffffff59;text-align:center;background:linear-gradient(160deg,#0d0d10,#000);flex-direction:column;justify-content:flex-start;align-items:center;gap:16px;width:100%;height:100%;padding-top:22vh;padding-left:40px;padding-right:40px;display:flex}.product-video-intro-placeholder span{max-width:420px;font-size:14px;line-height:1.5}.product-video-intro-overlay{background:linear-gradient(#00000026 0%,#0006 45%,#000000e6 100%),radial-gradient(60% 50% at 15% 100%,#ed1c2440,#0000 70%);position:absolute;inset:0}.product-video-intro-content{z-index:1;padding:0 56px 100px;position:relative}.product-video-intro-content>*{max-width:620px}.product-video-intro-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ff4d55;opacity:0;font-size:13px;font-weight:700;animation:.6s cubic-bezier(.16,1,.3,1) both videoIntroIn;display:inline-block}.product-video-intro-title{letter-spacing:-.02em;color:#fff;opacity:0;margin-top:14px;font-size:clamp(38px,6vw,68px);font-weight:700;line-height:1.05;animation:.6s cubic-bezier(.16,1,.3,1) .16s both videoIntroIn}.product-video-intro-subtitle{color:#ffffffb8;opacity:0;max-width:560px;margin-top:20px;font-size:17px;line-height:1.6;animation:.6s cubic-bezier(.16,1,.3,1) .32s both videoIntroIn}.product-video-intro-actions{z-index:1;opacity:0;flex-direction:column;align-items:flex-end;gap:12px;animation:.6s cubic-bezier(.16,1,.3,1) .48s both videoIntroIn;display:flex;position:absolute;bottom:100px;right:56px}.product-video-intro-actions .btn-ghost{color:#fff;background:#ffffff1a;border-color:#ffffff59}.product-video-intro-actions .btn-ghost:hover{background:#ffffff2e;border-color:#fff}@keyframes videoIntroIn{0%{opacity:0;filter:blur(8px);transform:translate(40px)}to{opacity:1;filter:blur();transform:translate(0)}}@media (prefers-reduced-motion:reduce){.product-video-intro-eyebrow,.product-video-intro-title,.product-video-intro-subtitle,.product-video-intro-actions{opacity:1;animation:none}}.product-video-intro-scroll{z-index:1;color:#fff9;letter-spacing:.14em;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.product-video-intro-scroll-icon{border:1.5px solid #fff6;border-radius:980px;width:20px;height:32px;position:relative}.product-video-intro-scroll-icon:before{content:"";background:#ff4d55;border-radius:2px;width:4px;height:8px;animation:1.8s infinite videoIntroScrollMove;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes videoIntroScrollMove{0%{opacity:0;transform:translate(-50%)}30%{opacity:1}70%{opacity:1}to{opacity:0;transform:translate(-50%,10px)}}@media (width<=720px){.product-video-intro{flex-direction:column;justify-content:flex-end;align-items:stretch}.product-video-intro-content{padding-bottom:24px}.product-video-intro-actions{flex-flow:wrap;align-items:stretch;margin:24px 24px 100px;position:static}}.hotspot-image{border-radius:var(--radius);position:relative;overflow:visible}.hotspot-image>img{border-radius:var(--radius);border:1px solid var(--border);width:100%;display:block}.hotspot-dot{color:#fff;cursor:pointer;z-index:2;background:#08080ad9;border:1.5px solid #fff9;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;animation:2.4s ease-out infinite hotspot-pulse;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 #ed1c248c}.hotspot-dot.active{background:var(--accent);border-color:var(--accent);animation:none}@keyframes hotspot-pulse{0%{box-shadow:0 0 #ed1c2480}70%{box-shadow:0 0 0 12px #ed1c2400}to{box-shadow:0 0 #ed1c2400}}.hotspot-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-strong);border-radius:var(--radius-sm);z-index:3;background:#0a0a0cf5;width:220px;padding:16px 18px;animation:.25s both fadeUp;position:absolute;transform:translate(24px,-12px);box-shadow:0 20px 40px #00000080}.hotspot-card h5{color:var(--text);margin-bottom:6px;font-size:14.5px}.hotspot-card p{color:var(--text-muted);font-size:13px;line-height:1.5}@media (width<=560px){.hotspot-card{width:180px;transform:translate(16px,-8px)}}.feature-tabs{grid-template-columns:380px 1fr;align-items:start;gap:56px;display:grid}.feature-tabs-list{flex-direction:column;gap:4px;display:flex;position:sticky;top:140px}.feature-tab{text-align:left;border:none;border-left:2px solid var(--border);cursor:pointer;border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:0 0;align-items:flex-start;gap:16px;padding:16px 20px;transition:border-color .2s,background .2s;display:flex}.feature-tab:hover{background:var(--overlay-soft)}.feature-tab.active{border-left-color:var(--accent);background:#ed1c240f}.feature-tab-index{color:var(--text-faint);margin-top:2px;font-size:13px;font-weight:700}.feature-tab.active .feature-tab-index{color:var(--accent)}.feature-tab-text{flex-direction:column;gap:6px;display:flex}.feature-tab-title{color:var(--text-muted);font-size:17px;font-weight:600}.feature-tab.active .feature-tab-title{color:var(--text)}.feature-tab-summary{color:var(--text-muted);font-size:13.5px;line-height:1.5;animation:.3s both fadeUp}.feature-tabs-panel{animation:.4s both fadeUp}.feature-tabs-image{margin-bottom:28px}.feature-tabs-image img{border-radius:var(--radius);border:1px solid var(--border);width:100%}.feature-tabs-body{color:var(--text-muted);white-space:pre-line;max-width:620px;font-size:17px}@media (width<=900px){.feature-tabs{grid-template-columns:1fr;gap:12px}.feature-tabs-list{flex-direction:row;gap:8px;padding-bottom:8px;position:static;overflow-x:auto}.feature-tab{border-left:none;border-bottom:2px solid var(--border);border-radius:var(--radius-sm) var(--radius-sm) 0 0;white-space:nowrap;flex-shrink:0}.feature-tab.active{border-left-color:#0000;border-bottom-color:var(--accent)}.feature-tab-summary{display:none}.feature-tabs-panel{margin-top:20px}}.scroll-progress-track{z-index:39;background:0 0;width:100%;height:2px;position:sticky;top:72px;left:0}.scroll-progress-fill{background:var(--accent);height:100%;transition:width .1s linear}.product-360{aspect-ratio:1;border-radius:var(--radius);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:var(--surface);border:1px solid var(--border);max-width:560px;margin:0 auto;position:relative;overflow:hidden}.product-360.dragging{cursor:grabbing}.product-360>img{object-fit:cover;pointer-events:none;width:100%;height:100%}.product-360-placeholder{border:none;border-radius:0;height:100%}.product-360-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-strong);letter-spacing:.04em;text-transform:uppercase;color:var(--accent);background:#08080abf;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:12px;font-weight:600;display:inline-flex;position:absolute;top:16px;left:16px}.product-360-readout{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-strong);font-variant-numeric:tabular-nums;color:var(--text);text-align:center;background:#08080abf;border-radius:999px;min-width:46px;padding:7px 14px;font-size:12.5px;font-weight:700;position:absolute;top:16px;right:16px}.product-360-hint{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-strong);color:var(--text);pointer-events:none;background:#08080abf;border-radius:999px;align-items:center;gap:10px;padding:10px 18px;font-size:13.5px;font-weight:500;animation:1.8s ease-in-out infinite product360hint;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}@keyframes product360hint{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-56%)translateY(0)}}@media (width<=560px){.product-360{max-width:100%}}.bento-grid{grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;gap:16px;display:grid}.bento-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;overflow:hidden}.bento-card:hover{border-color:var(--border-strong);box-shadow:0 20px 40px var(--shadow-color);transform:translateY(-4px)}.bento-normal{grid-area:span 1/span 1}.bento-wide{grid-area:span 1/span 2}.bento-tall{grid-area:span 2/span 1}.bento-large{grid-area:span 2/span 2}.bento-card-media{flex-shrink:0}.bento-card-media :is(img,.img-placeholder){border:none;border-bottom:1px solid var(--border);border-radius:0}.bento-card-body{flex-direction:column;flex:1;justify-content:center;gap:6px;padding:24px;display:flex}.bento-large .bento-card-body,.bento-tall .bento-card-body{justify-content:flex-end}.bento-card-icon{width:44px;height:44px;color:var(--accent);background:linear-gradient(150deg,#ed1c2433,#ed1c240d);border:1px solid #ed1c242e;border-radius:13px;justify-content:center;align-items:center;margin-bottom:14px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;box-shadow:0 6px 16px #ed1c2424}.bento-card:hover .bento-card-icon{transform:scale(1.08)rotate(-4deg);box-shadow:0 10px 22px #ed1c243d}.bento-card-body h4{font-size:17px}.bento-large .bento-card-body h4{font-size:22px}.bento-large .bento-card-icon{border-radius:15px;width:52px;height:52px}.bento-card-body p{font-size:14px}@media (width<=900px){.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-large{grid-area:span 1/span 2}.bento-tall{grid-area:span 1/span 1}}@media (width<=620px){.bento-grid{grid-template-columns:1fr}.bento-wide,.bento-large,.bento-tall{grid-area:span 1/span 1}}.scroll-story-inner{grid-template-columns:.85fr 1.15fr;gap:72px;display:grid}.scroll-story-sticky{flex-direction:column;justify-content:center;align-items:center;gap:24px;height:calc(100vh - 126px);display:flex;position:sticky;top:126px}.scroll-story-head{text-align:center}.scroll-story-head .eyebrow{margin-bottom:12px}.scroll-story-visual{border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(150deg, #ed1c241f, var(--bg-elevated) 60%);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;min-height:380px;padding:40px;display:flex;overflow:hidden}.scroll-story-icon{width:96px;height:96px;color:var(--accent);background:linear-gradient(150deg,#ed1c2438,#ed1c240d);border:1px solid #ed1c2433;border-radius:26px;justify-content:center;align-items:center;animation:.5s cubic-bezier(.34,1.56,.64,1) both scrollStoryIconIn;display:flex;box-shadow:0 8px 24px #ed1c242e}@keyframes scrollStoryIconIn{0%{opacity:0;transform:scale(.5)rotate(-12deg)}to{opacity:1;transform:scale(1)rotate(0)}}.scroll-story-visual-num{font-family:var(--font-heading);letter-spacing:.1em;color:var(--accent);font-size:15px;font-weight:700}.scroll-story-visual-title{letter-spacing:-.01em;color:var(--text);font-size:clamp(20px,2.2vw,26px);font-weight:700}.scroll-story-progress{gap:10px;display:flex}.scroll-story-dot{background:var(--border-strong);border-radius:50%;width:8px;height:8px;transition:all .35s cubic-bezier(.16,1,.3,1)}.scroll-story-dot.active{background:var(--accent);border-radius:4px;width:26px}.scroll-story-steps{flex-direction:column;display:flex}.scroll-story-step{border-left:3px solid var(--border);opacity:.35;flex-direction:column;justify-content:center;min-height:62vh;padding:32px 0 32px 28px;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1),border-color .5s;display:flex;transform:translate(-8px)}.scroll-story-step.active{opacity:1;border-color:var(--accent);transform:translate(0)}.scroll-story-step-index{font-family:var(--font-heading);letter-spacing:.08em;color:var(--accent);margin-bottom:12px;font-size:14px;font-weight:700;display:block}.scroll-story-step h4{letter-spacing:-.015em;margin-bottom:12px;font-size:clamp(22px,2.6vw,30px);font-weight:700}.scroll-story-step p{color:var(--text-muted);max-width:480px;font-size:16.5px;line-height:1.6}@media (width<=900px){.scroll-story-inner{grid-template-columns:1fr;gap:40px}.scroll-story-sticky{height:auto;position:static}.scroll-story-visual{min-height:280px}.scroll-story-step{opacity:1;min-height:auto;padding:20px 0 20px 20px;transform:none}.scroll-story-step.active{border-color:var(--border)}.scroll-story-step:first-child{border-color:var(--accent)}}.gif-showcase-section{background:#000;padding:128px 0;position:relative;overflow:hidden}.gif-showcase-section:before{content:"";pointer-events:none;background:radial-gradient(55% 65% at 0 0,#ed1c2459,#0000 60%),radial-gradient(55% 65% at 100% 0,#ed1c2438,#0000 60%),radial-gradient(55% 65% at 0 100%,#ed1c2438,#0000 60%),radial-gradient(55% 65% at 100% 100%,#ed1c2459,#0000 60%);position:absolute;inset:0}.gif-showcase-inner{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid;position:relative}.gif-showcase-head{text-align:left}.gif-showcase-head .eyebrow{color:#ff4d55}.gif-showcase-head .section-title{color:#fff}.gif-showcase-text{color:#ffffffa6;margin-top:16px;font-size:17px;line-height:1.6}.gif-showcase-media{width:100%}.gif-showcase-img{width:100%;height:auto;display:block}.gif-showcase-placeholder{border-radius:var(--radius);color:#fff6;text-align:center;border:1.5px dashed #ffffff38;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;min-height:420px;padding:40px;display:flex}.gif-showcase-placeholder span{max-width:320px;font-size:14px;line-height:1.5}@media (width<=900px){.gif-showcase-section{padding:72px 0}.gif-showcase-inner{grid-template-columns:1fr;gap:40px}.gif-showcase-head{text-align:center}.gif-showcase-placeholder{min-height:280px}}.breadcrumb{color:var(--text-faint);align-items:center;gap:10px;padding:24px 24px 0;font-size:13.5px;display:flex}.breadcrumb a{color:var(--text-faint)}.breadcrumb a:hover{color:var(--accent)}.breadcrumb-back{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:13.5px;display:inline-flex}.breadcrumb-current{color:var(--text-muted)}.product-subnav{z-index:40;background:var(--glass-bg-scrolled);-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--border);margin-top:20px;position:sticky;top:74px}.product-subnav-inner{justify-content:space-between;align-items:center;height:52px;display:flex}.product-subnav-name{font-size:14.5px;font-weight:600}.product-subnav-links{scrollbar-width:none;gap:28px;margin-left:40px;margin-right:auto;display:flex;overflow-x:auto}.product-subnav-links::-webkit-scrollbar{display:none}.product-subnav-links a{flex-shrink:0}.product-subnav-cta{flex-shrink:0;margin-left:16px;padding:9px 20px;font-size:13.5px}.product-subnav-links a{color:var(--text-muted);font-size:13.5px;transition:color .2s}.product-subnav-links a:hover{color:var(--text)}.product-hero{padding:72px 24px 96px}.product-hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.product-hero-text{text-align:left;max-width:540px}.product-hero-text h1{letter-spacing:-.03em;margin-top:18px;font-size:clamp(36px,4.6vw,56px)}.product-short{color:var(--text-muted);max-width:520px;margin-top:16px;font-size:22px}.product-hook{color:var(--accent);letter-spacing:-.005em;max-width:520px;margin-top:20px;font-size:18px;font-weight:600}.product-hero-visual{width:100%}@media (width<=900px){.product-hero-inner{grid-template-columns:1fr;gap:48px}.product-hero-text{text-align:center;max-width:100%;margin:0 auto}.product-short,.product-hook,.product-hero-description{margin-left:auto;margin-right:auto}.product-actions{justify-content:center}.product-hero-visual{max-width:560px;margin:0 auto}}.product-gallery-main{aspect-ratio:1;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);overflow:hidden}.product-gallery-main img{object-fit:cover;width:100%;height:100%}.product-gallery-thumbs{justify-content:center;gap:12px;margin-top:18px;display:flex}.product-thumb{border:2px solid var(--border);cursor:pointer;opacity:.55;background:0 0;border-radius:10px;width:64px;height:64px;padding:0;transition:all .2s;overflow:hidden}.product-thumb.active{border-color:var(--accent);opacity:1}.product-thumb img{object-fit:cover;width:100%;height:100%}.stats-section{margin:8px 0 96px;padding-top:0;padding-bottom:0}.feature-tabs-section{background:var(--bg-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.use-cases-section{background:var(--bg)}.product-actions{flex-wrap:wrap;justify-content:flex-start;gap:14px;margin-top:32px;display:flex}.product-hero-description{color:var(--text-muted);max-width:520px;margin-top:20px;font-size:18px;line-height:1.6}.philosophy-section{padding-top:0}.philosophy-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:64px;display:grid}.philosophy-text{color:var(--text);letter-spacing:-.01em;border-left:3px solid var(--accent);padding-left:28px;font-size:clamp(20px,2.4vw,27px);font-style:italic;font-weight:500;line-height:1.55}.philosophy-media{aspect-ratio:4/3;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:0 24px 48px var(--shadow-color);overflow:hidden}.philosophy-media img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.philosophy-inner{grid-template-columns:1fr;gap:32px}.philosophy-media-col{order:-1;width:100%;max-width:480px;margin:0 auto}.philosophy-text{text-align:left}}.credibility-line{color:var(--text-faint);margin-top:28px;font-size:13.5px}.bento-section,.view360-section{background:var(--bg-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.video-section{padding-top:0}.video-frame{aspect-ratio:16/9;border-radius:var(--radius);border:1px solid var(--border);position:relative;overflow:hidden}.video-frame iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.product-story{flex-direction:column;gap:0;display:flex}.story-block{max-width:var(--container);grid-template-columns:1fr 1fr;align-items:center;gap:72px;margin:0 auto;padding:140px 24px;display:grid}.story-block.reversed{direction:rtl}.story-block.reversed>*{direction:ltr}.story-block.text-only{text-align:center;grid-template-columns:1fr}.story-block.text-only .story-text{max-width:700px;margin:0 auto}.story-image img{border-radius:var(--radius);border:1px solid var(--border);width:100%}.story-text h3{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(26px,3.4vw,38px)}.story-text p{white-space:pre-line;color:var(--text-muted);font-size:17px}.story-image-full{max-width:1400px;margin:0 auto;padding:0 24px 140px}.story-image-full img{border-radius:var(--radius);border:1px solid var(--border);width:100%}.pro-gallery{max-width:980px;margin:0 auto}.pro-gallery-main{aspect-ratio:16/9;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);cursor:zoom-in;position:relative;overflow:hidden}.pro-gallery-main img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.pro-gallery-main:hover img{transform:scale(1.035)}.pro-gallery-expand{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;opacity:0;background:#0000008c;border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-size:12.5px;font-weight:500;transition:opacity .25s,transform .25s;display:flex;position:absolute;bottom:16px;right:16px;transform:translateY(6px)}.pro-gallery-main:hover .pro-gallery-expand{opacity:1;transform:translateY(0)}.pro-gallery-arrow{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;opacity:.85;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .2s,background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pro-gallery-arrow:hover{opacity:1;background:#000000a6}.pro-gallery-arrow.prev{left:16px}.pro-gallery-arrow.next{right:16px}.pro-gallery-count{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;letter-spacing:.02em;background:#0000008c;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:500;position:absolute;bottom:16px;left:16px}.pro-gallery-thumbs{justify-content:center;gap:12px;margin-top:20px;display:flex}.pro-gallery-thumb{border:2px solid var(--border);cursor:pointer;opacity:.55;background:0 0;border-radius:10px;flex-shrink:0;width:84px;height:64px;padding:0;transition:opacity .2s,border-color .2s;overflow:hidden}.pro-gallery-thumb:hover{opacity:.85}.pro-gallery-thumb.active{border-color:var(--accent);opacity:1}.pro-gallery-thumb img{object-fit:cover;width:100%;height:100%}.pro-gallery-lightbox{z-index:1000;cursor:zoom-out;background:#000000eb;justify-content:center;align-items:center;padding:60px;animation:.2s pro-lightbox-fade;display:flex;position:fixed;inset:0}@keyframes pro-lightbox-fade{0%{opacity:0}to{opacity:1}}.pro-gallery-lightbox img{object-fit:contain;cursor:default;border-radius:8px;max-width:100%;max-height:100%}.pro-lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:26px;line-height:1;transition:background .2s;display:flex;position:absolute;top:20px;right:24px}.pro-lightbox-close:hover{background:#fff3}.pro-lightbox-arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pro-lightbox-arrow:hover{background:#fff3}.pro-lightbox-arrow.prev{left:24px}.pro-lightbox-arrow.next{right:24px}@media (width<=620px){.pro-gallery-main{aspect-ratio:4/3}.pro-gallery-thumb{width:64px;height:48px}.pro-gallery-lightbox{padding:24px}.pro-lightbox-arrow{width:42px;height:42px}}.compare-table-wrap{max-width:860px;margin:0 auto}.compare-description{margin-left:auto;margin-right:auto}.compare-table{border:1px solid var(--border);border-radius:var(--radius);margin-top:48px;overflow:hidden}.compare-row{border-bottom:1px solid var(--border);grid-template-columns:1.2fr 1fr 1fr;align-items:center;padding:18px 24px;font-size:15px;display:grid}.compare-row:last-child{border-bottom:none}.compare-row.compare-head{background:var(--surface);text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);font-size:13px;font-weight:700}.compare-label{color:var(--text);font-weight:600}.compare-b{color:var(--accent);font-weight:600}.compare-cta{text-align:center;margin-top:32px}@media (width<=620px){.compare-row{grid-template-columns:1fr 1fr;row-gap:6px}.compare-row.compare-head span:first-child{display:none}.compare-label{grid-column:1/-1}}.use-cases-chapter{text-align:center;max-width:1560px;margin:0 auto;padding:100px 24px 140px}.use-cases-header{max-width:900px;margin:0 auto 48px}.use-cases-header h3{letter-spacing:-.02em;font-size:clamp(26px,3.4vw,38px)}@media (width>=901px){.use-cases-header h3{white-space:nowrap}}.use-cases-header p{margin-top:14px;font-size:17px}.use-cases-image{max-width:900px;margin:0 auto 56px}.use-cases-image img{border-radius:var(--radius);border:1px solid var(--border);width:100%}.use-cases-grid{text-align:left;gap:16px;height:680px;display:flex}.use-case-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-direction:column;flex:1;justify-content:flex-start;min-width:0;height:100%;transition:flex .6s cubic-bezier(.16,1,.3,1),transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.use-case-media{background:var(--bg-elevated);border-bottom:1px solid var(--border);flex-shrink:0;height:130px}.use-case-media :is(img,.img-placeholder){border:none;border-radius:0;width:100%;height:100%}.use-case-media img{object-fit:contain}.use-case-body{flex-direction:column;flex:1;justify-content:flex-start;min-height:0;padding:22px 22px 24px;display:flex}.use-case-card.has-media .use-case-media{background:0 0;border-bottom:none;height:100%;position:absolute;inset:0}.use-case-card.has-media .use-case-media img{object-fit:cover}.use-case-card.has-media .use-case-body{z-index:1;background:linear-gradient(#0000 22%,#0006 50%,#000000d9 100%);justify-content:flex-end;height:100%;position:relative}.use-case-card.has-media .use-case-body h4{color:#fff}.use-case-card.has-media .use-case-body p{color:#ffffffd9}.use-cases-grid:hover .use-case-card{flex:.55}.use-cases-grid:hover .use-case-card:hover{flex:3.2}.use-case-card:hover{border-color:var(--border-strong);box-shadow:0 20px 40px var(--shadow-color);transform:translateY(-6px)}.use-case-icon{width:46px;height:46px;color:var(--accent);background:linear-gradient(150deg,#ed1c2433,#ed1c240d);border:1px solid #ed1c242e;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:18px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;box-shadow:0 6px 16px #ed1c2424}.use-case-card:hover .use-case-icon{transform:scale(1.08)rotate(-4deg);box-shadow:0 10px 22px #ed1c243d}.use-case-card h4{white-space:nowrap;text-overflow:ellipsis;margin-bottom:0;font-size:15.5px;transition:font-size .35s;overflow:hidden}.use-case-card:hover h4{font-size:23px}.use-case-card p{opacity:0;max-height:0;margin-top:0;font-size:14px;transition:max-height .4s,opacity .3s,margin-top .3s,font-size .35s;overflow:hidden}.use-case-card:hover p{opacity:1;max-height:200px;margin-top:10px;font-size:16px;transition-delay:.15s}@media (width<=900px){.use-cases-grid{flex-direction:column;height:auto}.use-case-card{flex:none;height:auto}.use-case-card.has-media{height:300px}.use-case-card h4{white-space:normal}.use-case-card p{opacity:1;max-height:none;margin-top:8px}.use-cases-chapter{padding:64px 24px 80px}}.specs-section{background:var(--bg-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.specs-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.spec-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;align-items:flex-start;gap:14px;padding:22px 20px;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s,box-shadow .25s;display:flex}.spec-card:hover{border-color:var(--border-strong);box-shadow:0 16px 32px var(--shadow-color);transform:translateY(-4px)}.spec-icon{width:44px;height:44px;color:var(--accent);background:linear-gradient(150deg,#ed1c2433,#ed1c240d);border:1px solid #ed1c242e;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;box-shadow:0 6px 16px #ed1c2424}.spec-card:hover .spec-icon{transform:scale(1.08)rotate(-4deg);box-shadow:0 10px 22px #ed1c243d}.spec-card>div:last-child{flex-direction:column;gap:5px;display:flex}.spec-name{letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);font-size:11.5px;font-weight:700}.spec-detail{color:var(--text);font-size:16px;font-weight:600;line-height:1.35}@media (width<=1100px){.specs-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.specs-grid{grid-template-columns:repeat(2,1fr)}.story-block{grid-template-columns:1fr;gap:32px;padding:80px 24px}.story-image-full{padding:0 24px 80px}.product-subnav-links{gap:16px;margin-left:0}.product-subnav-name,.product-subnav-cta{display:none}}@media (width<=560px){.specs-grid{grid-template-columns:repeat(2,1fr);gap:12px}.spec-card{padding:16px 14px}.product-subnav-links a{font-size:12.5px}}.section-block{grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding:64px 0;display:grid}.section-block.reversed{direction:rtl}.section-block.reversed>*{direction:ltr}.section-block.no-image{grid-template-columns:1fr}.section-block.no-image .section-block-content{text-align:center;max-width:720px;margin:0 auto}.section-block-image img{border-radius:var(--radius);border:1px solid var(--border);width:100%}.section-block-content h2{margin-bottom:18px;font-size:clamp(24px,3vw,34px)}.section-block-content p{white-space:pre-line;font-size:16px}@media (width<=860px){.section-block,.section-block.reversed{direction:ltr;grid-template-columns:1fr;gap:32px;padding:40px 0}}.company-hero{padding-bottom:0}.company-hero-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:56px;display:grid}.company-hero-description{max-width:560px}.company-hero-buttons{justify-content:flex-start;margin-top:32px}.company-stats{margin-top:72px}.mission-vision-section{padding-top:0}.mission-vision-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.mission-vision-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:36px 32px}.mission-vision-icon{width:50px;height:50px;color:var(--accent);background:#ed1c241f;border-radius:14px;justify-content:center;align-items:center;margin-bottom:22px;display:flex}.mission-vision-card h3{margin-bottom:12px;font-size:21px}.mission-vision-card p{font-size:15.5px}.process-section{background:var(--bg-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.process-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid;position:relative}.process-step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px 22px;position:relative}.process-step-number{font-family:var(--font-heading);color:var(--text-faint);margin-bottom:16px;font-size:13px;font-weight:700;display:block}.process-step-icon{width:40px;height:40px;color:var(--accent);background:#ed1c241f;border-radius:11px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.process-step h4{margin-bottom:8px;font-size:16.5px}.process-step p{font-size:14px}.values-section{background:var(--bg-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.values-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.value-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:left;padding:30px 24px;transition:transform .25s,border-color .25s,box-shadow .25s}.value-card:hover{border-color:var(--border-strong);box-shadow:0 20px 40px var(--shadow-color);transform:translateY(-6px)}.value-icon{width:50px;height:50px;color:var(--accent);background:#ed1c241f;border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.value-card h3{margin-bottom:10px;font-size:18px}.value-card p{font-size:14.5px}.why-choose-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px;display:grid}.why-choose-list{flex-wrap:wrap;gap:10px;margin-top:28px;list-style:none;display:flex}.why-choose-list li{color:var(--accent);background:#ed1c2414;border:1px solid #ed1c2440;border-radius:999px;padding:8px 18px;font-size:13.5px;font-weight:600}.why-choose-outro{margin-top:18px;font-size:15.5px}.company-cta-meta{flex-wrap:wrap;justify-content:center;gap:28px;margin-top:32px;display:flex}.company-cta-meta span{color:var(--text-faint);align-items:center;gap:8px;font-size:13.5px;display:inline-flex}.company-cta-meta svg{color:var(--accent)}@media (width<=900px){.company-hero-grid{grid-template-columns:1fr;gap:32px}.mission-vision-grid{grid-template-columns:1fr}.process-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.why-choose-grid{grid-template-columns:1fr;gap:32px}}@media (width<=560px){.process-grid,.values-grid{grid-template-columns:1fr}}.blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:transform .25s,border-color .25s;display:flex;overflow:hidden}.blog-card:hover{border-color:var(--border-strong);transform:translateY(-6px)}.blog-card-image{aspect-ratio:16/10;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%}.blog-card-body{flex-direction:column;flex:1;gap:10px;padding:22px;display:flex}.blog-card-date{color:var(--text-faint);letter-spacing:.04em;text-transform:uppercase;font-size:12.5px}.blog-card-body h3{font-size:18px}.blog-card-body p{-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:14px;display:-webkit-box;overflow:hidden}.blog-card-link{color:var(--accent);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:inline-flex}@media (width<=980px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.blog-grid{grid-template-columns:1fr}}.blog-detail-header{max-width:800px;padding:36px 24px 0}.blog-detail-header h1{margin-top:12px;font-size:clamp(28px,4vw,42px)}.blog-detail-cover{aspect-ratio:16/7;border-radius:var(--radius);border:1px solid var(--border);margin-top:40px;overflow:hidden}.blog-detail-cover img{object-fit:cover;width:100%;height:100%}.blog-detail-text{flex-direction:column;gap:18px;max-width:760px;padding-top:40px;display:flex}.blog-detail-text p{font-size:16.5px}.blog-detail-sections{padding-top:20px}.blog-detail-footer{padding:40px 24px 100px}.contact-container{grid-template-columns:.85fr 1.15fr;align-items:start;gap:56px;padding:64px 24px 120px;display:grid}.contact-left .section-description{max-width:420px;margin-top:16px}.contact-info-list{flex-direction:column;gap:24px;margin-top:40px;display:flex}.contact-info-item{align-items:flex-start;gap:16px;display:flex}.contact-info-item svg{width:42px;height:42px;color:var(--accent);box-sizing:border-box;background:#ed1c241f;border-radius:12px;flex-shrink:0;padding:12px}.contact-info-item h4{color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:14px}.contact-info-item p,.contact-info-item a{color:var(--text);font-size:15.5px}.contact-info-item a:hover{color:var(--accent)}.whatsapp-btn{color:#25d366;border-color:#25d36666;margin-top:36px}.whatsapp-btn:hover{color:#25d366;background:#25d36614;border-color:#25d366}.contact-form{flex-direction:column;gap:22px;padding:36px;display:flex}.form-banner{border-radius:var(--radius-sm);align-items:center;gap:10px;padding:14px 18px;font-size:14.5px;font-weight:500;display:flex}.form-banner.success{color:var(--success);background:#34d3991a;border:1px solid #34d3994d}.form-banner.error{color:var(--danger);background:#ff5c6a1a;border:1px solid #ff5c6a4d}.form-row{gap:18px;display:grid}.form-row.two{grid-template-columns:1fr 1fr}.form-field{flex-direction:column;gap:8px;display:flex}.form-field label{color:var(--text-muted);font-size:13.5px;font-weight:600}.form-field input,.form-field select,.form-field textarea{background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);padding:13px 16px;font-family:inherit;font-size:14.5px;transition:border-color .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--accent);outline:none}.form-field textarea{resize:vertical}.field-error{color:var(--danger);font-size:12.5px}.product-checks{flex-wrap:wrap;gap:10px;display:flex}.product-check{border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text-muted);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:9px 16px;font-size:13.5px;transition:all .2s;display:inline-flex}.product-check input{accent-color:var(--accent)}.product-check.checked{border-color:var(--accent);color:var(--accent);background:#ed1c2414}.stepper{align-items:flex-start;margin-bottom:8px;display:flex}.stepper-item{text-align:center;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex;position:relative}.stepper-item:not(:last-child):after{content:"";background:var(--border);z-index:0;width:100%;height:2px;position:absolute;top:15px;left:50%}.stepper-item.done:not(:last-child):after{background:var(--accent)}.stepper-circle{z-index:1;background:var(--bg-elevated);border:2px solid var(--border-strong);width:32px;height:32px;color:var(--text-faint);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:all .25s;display:flex;position:relative}.stepper-item.active .stepper-circle{border-color:var(--accent);color:var(--accent)}.stepper-item.done .stepper-circle{background:var(--accent);border-color:var(--accent);color:#fff}.stepper-label{color:var(--text-faint);text-transform:uppercase;letter-spacing:.03em;font-size:11.5px;font-weight:600}.stepper-item.active .stepper-label{color:var(--text)}.wizard-step{animation:.35s both fadeUp}.wizard-title{margin-bottom:6px;font-size:21px}.wizard-subtitle{margin-bottom:24px;font-size:14px}.wizard-panel .form-row,.wizard-panel .form-field{margin-bottom:18px}.wizard-panel .form-field:last-child,.wizard-panel .form-row:last-child{margin-bottom:0}.inquiry-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.inquiry-card{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--bg-elevated);color:var(--text-muted);text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;gap:12px;padding:18px 16px;font-size:13.5px;font-weight:600;transition:all .2s;display:flex}.inquiry-card svg{color:var(--text-faint);transition:color .2s}.inquiry-card:hover{border-color:var(--border-strong);background:var(--overlay-hover)}.inquiry-card.active{border-color:var(--accent);color:var(--text);background:#ed1c2414}.inquiry-card.active svg{color:var(--accent)}.wizard-summary{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.wizard-summary-chip{color:var(--accent);background:#ed1c241a;border:1px solid #ed1c244d;border-radius:999px;padding:7px 14px;font-size:12.5px;font-weight:600}.wizard-summary-chip.muted{background:var(--bg-elevated);border-color:var(--border-strong);color:var(--text-muted)}.wizard-nav{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.contact-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:50vh;padding:80px 24px;display:flex}.contact-success-icon{width:64px;height:64px;color:var(--success);background:#34d3991f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;display:flex}@media (width<=900px){.contact-container,.form-row.two{grid-template-columns:1fr}.inquiry-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.stepper-label{display:none}.inquiry-grid{grid-template-columns:1fr}}.not-found-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;padding:80px 24px;display:flex}.not-found-code{font-family:var(--font-heading);font-size:96px;font-weight:700}.not-found-inner .btn{margin-top:20px}.admin-login-page{background:var(--bg-elevated);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:380px;box-shadow:0 24px 60px -16px var(--shadow-color-strong);flex-direction:column;padding:32px;display:flex}.admin-login-badge{color:var(--accent);letter-spacing:.03em;text-transform:uppercase;background:#ed1c241f;border:1px solid #ed1c2440;border-radius:999px;align-self:flex-start;margin-bottom:18px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.admin-login-card h1{letter-spacing:-.01em;color:var(--text);margin:0 0 8px;font-size:22px}.admin-login-hint{color:var(--text-muted);margin:0 0 20px;font-size:13.5px;line-height:1.5}.admin-login-card h1+.admin-login-field{margin-top:20px}.admin-login-field{color:var(--text-muted);flex-direction:column;gap:6px;margin-bottom:16px;font-size:13px;display:flex}.admin-login-field input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);padding:11px 14px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.admin-login-field input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #ed1c2424}.admin-login-error{color:var(--danger);margin:0 0 16px;font-size:13.5px}.admin-login-card button{width:100%;margin-top:4px}.admin-shell{background:var(--bg-elevated);min-height:100vh;color:var(--text);display:flex}.admin-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:240px;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.admin-sidebar-brand{color:var(--accent);letter-spacing:-.01em;border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-bottom:16px;padding:0 10px 22px;font-size:14.5px;font-weight:700;display:flex}.admin-sidebar-nav{flex-direction:column;flex:1;gap:2px;display:flex}.admin-sidebar-section-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);padding:16px 12px 4px;font-size:11px;font-weight:700}.admin-sidebar-link{border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.admin-sidebar-link:hover{background:var(--overlay-hover);color:var(--text)}.admin-sidebar-link.active{color:var(--accent);background:#ed1c241f}.admin-sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding-top:14px;display:flex}.admin-sidebar-account{align-items:center;gap:10px;min-width:0;padding:0 4px;display:flex}.admin-sidebar-avatar{width:28px;height:28px;color:var(--accent);background:#ed1c2424;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:12.5px;font-weight:700;display:flex}.admin-sidebar-user{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.admin-sidebar-logout{border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;padding:9px 12px;font-size:13.5px;display:flex}.admin-sidebar-logout:hover{background:var(--overlay-hover)}.admin-main{flex-direction:column;flex:1;min-width:0;display:flex}.admin-topbar{z-index:10;background:var(--glass-bg-strong);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 40px;display:flex;position:sticky;top:0}.admin-breadcrumb{color:var(--text-muted);font-size:13px}.admin-breadcrumb strong{color:var(--text);font-weight:600}.admin-view-site{color:var(--text-muted);border:1px solid var(--border);border-radius:999px;align-items:center;gap:7px;padding:6px 12px;font-size:12.5px;font-weight:600;text-decoration:none;display:flex}.admin-view-site:hover{color:var(--accent);background:#ed1c240f;border-color:#ed1c244d}.admin-content{flex:1;min-width:0;padding:32px 40px}.admin-route-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}@media (width<=860px){.admin-shell{flex-direction:column}.admin-sidebar{flex-direction:row;align-items:center;width:100%;height:auto;padding:14px 16px;position:static}.admin-sidebar-brand{border-bottom:none;margin-bottom:0;padding:0}.admin-sidebar-nav{flex-direction:row;flex:1;align-items:center;padding:0 12px}.admin-sidebar-section-label{display:none}.admin-sidebar-footer{border-top:none;flex-direction:row;padding-top:0}.admin-sidebar-user{display:none}.admin-topbar{padding:12px 20px}.admin-content{padding:20px}}.adash{max-width:900px}.adash-head{margin-bottom:28px}.adash-head h1{letter-spacing:-.01em;color:var(--text);margin:0 0 6px;font-size:26px}.adash-head p{color:var(--text-muted);margin:0;font-size:14px}.adash-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px;display:grid}.adash-stat{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);flex-direction:column;align-items:flex-start;gap:8px;padding:18px;display:flex}.adash-stat-icon{width:34px;height:34px;color:var(--accent);background:#ed1c241a;border-radius:10px;justify-content:center;align-items:center;display:flex}.adash-stat-value{letter-spacing:-.02em;color:var(--text);font-size:26px;font-weight:700}.adash-stat-label{color:var(--text-muted);font-size:12.5px}.adash-cards{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.adash-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:inherit;align-items:center;gap:16px;padding:20px;text-decoration:none;transition:border-color .15s,transform .15s;display:flex}.adash-card:hover{border-color:#ed1c244d;transform:translateY(-1px)}.adash-card-icon{width:44px;height:44px;color:var(--accent);background:#ed1c241a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.adash-card-body{flex:1;min-width:0}.adash-card-body h3{color:var(--text);margin:0 0 4px;font-size:15px}.adash-card-body p{color:var(--text-muted);margin:0;font-size:12.5px;line-height:1.5}.adash-card-arrow{color:var(--text-faint);flex-shrink:0}@media (width<=640px){.adash-stats{grid-template-columns:repeat(2,1fr)}.adash-cards{grid-template-columns:1fr}}.mg{flex-direction:column;gap:14px;display:flex}.mg-toolbar{align-items:center;gap:10px;display:flex}.mg-search{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);min-width:0;color:var(--text);flex:1;padding:9px 12px;font-family:inherit;font-size:13.5px}.mg-search:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #ed1c2424}.mg-error{color:var(--danger);margin:0;font-size:13px}.mg-dropzone{border-radius:var(--radius-sm);border:2px dashed #0000;min-height:120px;transition:border-color .15s,background .15s}.mg-dropzone.drag-over{border-color:var(--accent);background:#ed1c240d}.mg-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;display:grid}.mg-empty{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:32px 12px;font-size:13.5px}.mg-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex-direction:column;gap:6px;padding:8px;transition:border-color .15s,box-shadow .15s;display:flex}.mg-item:hover{border-color:var(--border-strong);box-shadow:0 4px 12px var(--shadow-color)}.mg-thumb-btn{aspect-ratio:1;border-radius:calc(var(--radius-sm) - 4px);background:var(--bg-elevated);cursor:default;border:none;width:100%;padding:0;position:relative;overflow:hidden}.mg-item.selectable .mg-thumb-btn{cursor:pointer}.mg-thumb-btn img{object-fit:cover;width:100%;height:100%;display:block}.mg-thumb-placeholder{aspect-ratio:1;border-radius:calc(var(--radius-sm) - 4px);background:var(--bg-elevated);justify-content:center;align-items:center;width:100%;display:flex}.mg-thumb-placeholder .state-message{padding:0}.mg-thumb-overlay{color:#fff;opacity:0;background:#0000008c;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:600;transition:opacity .15s;display:flex;position:absolute;inset:0}.mg-item.selectable:hover .mg-thumb-overlay{opacity:1}.mg-item-meta{flex-direction:column;gap:1px;display:flex}.mg-item-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.mg-item-size{color:var(--text-faint);font-size:10.5px}.mg-item-actions{gap:6px;display:flex}.mg-icon-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:6px;display:flex}.mg-icon-btn:hover{background:var(--overlay-hover);color:var(--text)}.mg-icon-btn.danger:hover{color:var(--danger)}.mg-item.uploading{opacity:.7}.mlm-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:600;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.mlm-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:820px;max-height:85vh;box-shadow:0 24px 60px -12px var(--shadow-color-strong);flex-direction:column;display:flex}.mlm-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.mlm-head h2{color:var(--text);margin:0;font-size:17px}.mlm-close{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;font-size:20px;line-height:1}.mlm-close:hover{background:var(--overlay-hover)}.mlm-body{padding:20px;overflow-y:auto}.imgf{flex-direction:column;gap:6px;display:flex}.imgf-label{color:var(--text-muted);font-size:12.5px;font-weight:600}.imgf-row{align-items:center;gap:8px;display:flex}.imgf-preview{border:1px solid var(--border);background:var(--bg-elevated);width:38px;height:38px;color:var(--text-faint);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.imgf-preview img{object-fit:cover;width:100%;height:100%}.imgf-row input[type=text]{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);min-width:0;color:var(--text);flex:1;padding:9px 12px;font-family:inherit;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.imgf-row input[type=text]:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #ed1c2424}.imgf-clear,.imgf-browse{border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;flex-shrink:0;align-items:center;gap:6px;padding:9px 10px;font-size:12px;display:flex}.imgf-clear:hover{color:var(--danger);background:var(--overlay-hover)}.imgf-browse:hover{color:var(--accent);background:var(--overlay-hover)}.scf-form{flex-direction:column;gap:20px;display:flex}.scf-field{flex-direction:column;gap:6px;display:flex}.scf-label{color:var(--text-muted);font-size:12.5px;font-weight:600}.scf-field input[type=text],.scf-field textarea,.scf-subfield input[type=text],.scf-subfield textarea{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);resize:vertical;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.scf-field input:focus,.scf-field textarea:focus,.scf-subfield input:focus,.scf-subfield textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #ed1c2424}.scf-checkbox{color:var(--text);align-items:center;gap:8px;font-size:14px;display:flex}.scf-list,.scf-cards{flex-direction:column;gap:10px;display:flex}.scf-list-row{align-items:flex-start;gap:8px;display:flex}.scf-list-row textarea{flex:1}.scf-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);box-shadow:0 1px 3px var(--shadow-color);flex-direction:column;gap:12px;padding:14px;display:flex}.scf-card-head{color:var(--text-muted);justify-content:space-between;align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:flex}.scf-card-badge{align-items:center;gap:8px;display:flex}.scf-card-badge span:first-child{background:var(--overlay-soft);width:20px;height:20px;color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.scf-subfield{color:var(--text-muted);flex-direction:column;gap:5px;font-size:12.5px;display:flex}.scf-icon-btn{border-radius:var(--radius-sm);border:1px solid var(--border);width:30px;height:30px;color:var(--danger);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.scf-icon-btn:hover:not(:disabled){background:var(--overlay-hover)}.scf-add-btn{border-radius:var(--radius-sm);border:1px dashed var(--border-strong);color:var(--text-muted);cursor:pointer;background:0 0;align-self:flex-start;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s,background .15s;display:flex}.scf-add-btn:hover{color:var(--accent);border-color:var(--accent);background:#ed1c240d}.hse{flex-direction:column;gap:16px;display:flex}.hse-slide{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 1px 3px var(--shadow-color);padding:16px}.hse-slide-head{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:12px;font-size:13px;font-weight:600;display:flex}.hse-slide-actions{gap:6px;display:flex}.hse-slide-actions .scf-icon-btn{width:26px;height:26px;color:var(--text-muted)}.hse-slide-actions .scf-icon-btn:last-child{color:var(--danger)}.hse-slide-actions .scf-icon-btn:disabled{opacity:.35;cursor:not-allowed}.toggle-switch{border:1px solid var(--border);background:var(--overlay-soft);cursor:pointer;border-radius:999px;flex-shrink:0;width:42px;height:24px;padding:0;transition:background .15s,border-color .15s;position:relative}.toggle-switch.on{background:var(--accent);border-color:var(--accent)}.toggle-switch:disabled{opacity:.6;cursor:default}.toggle-switch-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0000004d}.toggle-switch.on .toggle-switch-thumb{transform:translate(18px)}.hsm{max-width:1180px}.hsm-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.hsm-head h1{letter-spacing:-.01em;color:var(--text);margin:0 0 6px;font-size:24px}.hsm-head p{color:var(--text-muted);margin:0;font-size:14px}.hsm-head-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.hsm-count{background:var(--overlay-soft);color:var(--text-muted);white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:12.5px;font-weight:600}.hsm-saved{color:var(--success);white-space:nowrap;background:#34c75924;border-radius:999px;flex-shrink:0;padding:6px 12px;font-size:12.5px;font-weight:600;animation:.15s hsm-fade-in}@keyframes hsm-fade-in{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.hsm-inline-error{color:var(--danger);margin:0 0 16px;font-size:13.5px}.hsm-workspace{align-items:flex-start;gap:20px;display:flex}.hsm-list{flex-direction:column;flex-shrink:0;gap:8px;width:300px;margin:0;padding:0;list-style:none;display:flex}.hsm-row{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:0 1px 2px var(--shadow-color);cursor:pointer;align-items:center;gap:10px;padding:12px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.hsm-row:hover{border-color:var(--border-strong);box-shadow:0 6px 16px var(--shadow-color);transform:translateY(-1px)}.hsm-row.selected{box-shadow:0 6px 16px var(--shadow-color);background:#ed1c240d;border-color:#ed1c2466}.hsm-row.hidden{opacity:.6}.hsm-drag-handle{color:var(--text-faint);cursor:grab;flex-shrink:0;display:flex}.hsm-row-order{background:var(--overlay-soft);width:20px;height:20px;color:var(--text-faint);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:10.5px;font-weight:700;display:flex}.hsm-row-icon{background:var(--overlay-soft);border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:flex}.hsm-row:hover .hsm-row-icon,.hsm-row.selected .hsm-row-icon{color:var(--accent);background:#ed1c241a;border-color:#ed1c2440}.hsm-row-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.hsm-row-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.hsm-row-key{color:var(--text-faint);align-items:center;gap:6px;font-family:monospace;font-size:11px;display:flex}.hsm-row-badge{letter-spacing:.03em;text-transform:uppercase;color:var(--text-faint);background:var(--overlay-soft);border-radius:999px;padding:1px 6px;font-family:inherit;font-size:9.5px;font-weight:700}.hsm-visibility{flex-shrink:0;align-items:center;gap:9px;display:flex}.hsm-visibility-label{color:var(--accent);width:44px;font-size:12px;font-weight:600}.hsm-visibility-label.off{color:var(--text-faint)}.hsm-editor-pane{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:0 1px 3px var(--shadow-color);flex-direction:column;flex:1;display:flex;overflow:hidden}.hsm-editor-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 24px;display:flex}.hsm-editor-head-text{align-items:flex-start;gap:12px;min-width:0;display:flex}.hsm-editor-icon{width:38px;height:38px;color:var(--accent);background:#ed1c241a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hsm-editor-head h2{color:var(--text);margin:0 0 2px;font-size:18px}.hsm-editor-subtitle{color:var(--text-muted);margin:0;font-size:12.5px}.hsm-editor-body{padding:24px}.hsm-editor-empty{color:var(--text-faint);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 24px;display:flex}.hsm-editor-empty p{max-width:320px;color:var(--text-muted);margin:0;font-size:13.5px}.hsm-editor-footer{border-top:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:10px;padding:14px 24px;display:flex;position:sticky;bottom:0}.hsm-editor-dirty{color:var(--text-faint);font-size:12.5px}.hsm-editor-dirty.active{color:var(--accent);font-weight:600}@media (width<=960px){.hsm-workspace{flex-direction:column}.hsm-list{flex-flow:wrap;width:100%}.hsm-list li{flex:260px}.hsm-editor-pane{width:100%}}.mlp{max-width:1000px}.mlp-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.mlp-stat{background:var(--overlay-soft);color:var(--text-muted);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:6px 12px;font-size:12.5px;font-weight:600}.mlp-head h1{letter-spacing:-.01em;color:var(--text);margin:0 0 6px;font-size:24px}.mlp-head p{color:var(--text-muted);margin:0;font-size:14px}
