/**
 * @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:#68BE7C;--store-primary-hover:#50a072;--store-primary-light:#8fd3a0;--store-primary-dark:#203C30;--store-secondary:#687CBE;--store-secondary-light:#8c9cde;--store-secondary-dark:#4a5f9e;--store-bg:#000000;--store-dark:#080808;--store-surface:#111111;--store-surface-2:#1a1a1a;--store-surface-darker:#050505;--store-card-bg:#141414;--store-text:#f5f5f7;--store-text-secondary:#a1a1a6;--store-text-muted:#6e6e73;--store-border:#2a2a2a;--store-border-subtle:#1c1c1e;--store-success:#34c759;--store-warning:#ff9f0a;--store-error:#ff453a;--store-glass:rgba(10, 23, 27, 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.18);--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 40px rgba(104, 190, 124, 0.35);--store-glow-secondary:0 0 40px rgba(104, 124, 190, 0.35);--glow-subtle:0 0 20px rgba(104, 190, 124, 0.2);--glow-strong:0 0 60px rgba(104, 190, 124, 0.5);--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.175,0.885,0.32,1.275);--transition-spring:0.7s cubic-bezier(0.34, 1.56, 0.64, 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-full:9999px;--font-display:'fatfrank','SF Pro Display',-apple-system,BlinkMacSystemFont,sans-serif;--font-body:'SF Pro Text',-apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--font-size-8xl:6rem;--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:80px;--cart-width:420px;--header-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--header-shadow:0 4px 20px rgba(0, 0, 0, 0.3);--header-shadow-scrolled:0 8px 40px rgba(0, 0, 0, 0.5),0 0 0 1px rgba(0,255,136,0.1)}body.light-mode{--store-bg:#f5f5f7;--store-dark:#ffffff;--store-surface:#f0f0f0;--store-surface-2:#e8e8ed;--store-surface-darker:#fafafa;--store-card-bg:#ffffff;--store-primary:#4dbd67;--store-primary-hover:#3da558;--store-text:#1d1d1f;--store-text-secondary:#515154;--store-text-muted:#86868b;--store-border:#d2d2d7;--store-border-subtle:#e8e8ed;--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)}