/**
 * @license
 * Copyright 2026 Cactusio
 *
 * This code is part of the Cactusio web platform.
 * All rights remain reserved.
 * Unauthorized use, extraction, or redistribution is not permitted.
 *
 * more info at [https://policies.cactusio.com/en/](https://policies.cactusio.com/en/)
 */
:root{--store-primary:#0071e3;--store-primary-hover:#0077ed;--store-primary-light:#2997ff;--store-primary-dark:#0058b0;--store-secondary:#2997ff;--store-secondary-light:#64b5ff;--store-secondary-dark:#0058b0;--store-accent-green:#68BE7C;--store-bg:#000000;--store-dark:#000000;--store-surface:#161617;--store-surface-2:#1d1d1f;--store-surface-darker:#0a0a0a;--store-card-bg:#1d1d1f;--store-tile:#1d1d1f;--store-tile-hover:#232326;--store-footer-bg:#161617;--store-text:#f5f5f7;--store-text-secondary:#a1a1a6;--store-text-muted:#86868b;--store-border:#424245;--store-border-subtle:#2d2d2f;--store-hairline:rgba(255, 255, 255, 0.12);--store-hairline-soft:rgba(255, 255, 255, 0.08);--store-success:#30d158;--store-warning:#ff9f0a;--store-error:#ff453a;--store-glass:rgba(0, 0, 0, 0.8);--store-glass-border:rgba(255, 255, 255, 0.12);--store-shadow:rgba(0, 0, 0, 0.4);--glass-backdrop-blur:20px;--glass-border-light:rgba(255, 255, 255, 0.14);--glass-shadow-light:0 8px 32px rgba(0, 0, 0, 0.3);--glass-shadow-heavy:0 20px 60px rgba(0, 0, 0, 0.5);--store-glow-primary:0 0 0 4px rgba(0, 113, 227, 0.22);--store-glow-secondary:0 0 0 4px rgba(41, 151, 255, 0.22);--glow-subtle:0 0 0 3px rgba(0, 113, 227, 0.16);--glow-strong:0 0 0 5px rgba(0, 113, 227, 0.3);--shadow-xs:0 1px 3px rgba(0,0,0,.2);--shadow-sm:0 2px 8px rgba(0,0,0,.3);--shadow-md:0 4px 16px rgba(0,0,0,.4);--shadow-lg:0 8px 32px rgba(0,0,0,.5);--shadow-xl:0 16px 48px rgba(0,0,0,.6);--shadow-2xl:0 24px 64px rgba(0,0,0,.7);--transition-fast:0.15s cubic-bezier(0.4,0,0.2,1);--transition-normal:0.3s cubic-bezier(0.4,0,0.2,1);--transition-slow:0.5s cubic-bezier(0.4,0,0.2,1);--transition-bounce:0.5s cubic-bezier(0.28,0.11,0.32,1);--transition-spring:0.6s cubic-bezier(0.28,0.11,0.32,1);--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:28px;--radius-tile:28px;--radius-full:980px;--font-display:-apple-system,BlinkMacSystemFont,'SF Pro Display','SF Pro Text','Inter','Helvetica Neue',Helvetica,Arial,sans-serif;--font-body:-apple-system,BlinkMacSystemFont,'SF Pro Text','SF Pro Display','Inter','Helvetica Neue',Helvetica,Arial,sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1.0625rem;--font-size-lg:1.1875rem;--font-size-xl:1.3125rem;--font-size-2xl:1.5rem;--font-size-3xl:1.75rem;--font-size-4xl:2.5rem;--font-size-5xl:3rem;--font-size-6xl:3.5rem;--font-size-7xl:4.5rem;--font-size-8xl:5.5rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--z-base:0;--z-dropdown:1000;--z-sidebar:1001;--z-overlay:1002;--z-modal:1003;--z-toast:1004;--z-tooltip:1005;--header-height:48px;--cart-width:420px;--header-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--header-shadow:none;--header-shadow-scrolled:none}body.light-mode{--store-bg:#ffffff;--store-dark:#ffffff;--store-surface:#f5f5f7;--store-surface-2:#fafafa;--store-surface-darker:#f5f5f7;--store-card-bg:#f5f5f7;--store-tile:#f5f5f7;--store-tile-hover:#efeff1;--store-footer-bg:#f5f5f7;--store-primary:#0071e3;--store-primary-hover:#0077ed;--store-primary-light:#0066cc;--store-text:#1d1d1f;--store-text-secondary:#515154;--store-text-muted:#86868b;--store-border:#d2d2d7;--store-border-subtle:#e8e8ed;--store-hairline:rgba(0, 0, 0, 0.12);--store-hairline-soft:rgba(0, 0, 0, 0.08);--store-glass:rgba(255, 255, 255, 0.8);--store-glass-border:rgba(0, 0, 0, 0.1);--store-shadow:rgba(0, 0, 0, 0.1);--glass-shadow-light:0 8px 32px rgba(0,0,0,.08);--glass-shadow-heavy:0 20px 60px rgba(0,0,0,.12)}