@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--lilac-50:#faf5ff;--lilac-100:#f3edff;--lilac-200:#e9defe;--lilac-300:#d4c2fa;--lilac-400:#b8a9e8;--lilac-500:#9b8cd6;--lilac-600:#8b7fc8;--lilac-700:#8b5cf6;--lilac-800:#7c3aed;--lilac-900:#6d28d9;--primary:var(--lilac-700);--primary-hover:var(--lilac-800);--primary-dark:var(--lilac-900);--primary-soft:var(--lilac-600);--primary-rgb:139,92,246;--grad-primary:linear-gradient(135deg,#8b5cf6,#7c3aed);--grad-soft:linear-gradient(135deg,#8b7fc8,#9b8cd6);--grad-hero:linear-gradient(135deg,#9b8cd6,#b8a9e8);--grad-hero-overlay:linear-gradient(135deg,rgba(155,140,214,.85),rgba(184,169,232,.85));--grad-form-bg:linear-gradient(135deg,#f9f5ff,#faf5ff);--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--success:#34c759;--success-bg:#ecfdf5;--success-fg:#059669;--warning:#ff9500;--warning-bg:#fef3c7;--warning-fg:#d97706;--danger:#ef4444;--danger-alt:#ff3b30;--danger-bg:#fee2e2;--danger-fg:#dc2626;--info-bg:#f0f9ff;--info-fg:#0369a1;--video-bg:#faf5ff;--video-fg:#7c3aed;--fg-strong:var(--gray-900);--fg-body:var(--gray-800);--fg-muted:var(--gray-500);--fg-soft:var(--gray-400);--fg-on-primary:var(--white);--bg-app:var(--gray-50);--bg-surface:var(--white);--bg-sunken:var(--gray-100);--bg-tint:var(--lilac-50);--border-subtle:var(--gray-200);--border-default:var(--gray-300);--border-strong:var(--gray-400);--border-focus:var(--primary);--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-pill:9999px;--shadow-xs:0 1px 2px 0 rgba(0,0,0,.05);--shadow-sm:0 1px 3px rgba(0,0,0,.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-card-hover:0 4px 12px rgba(0,0,0,.1);--shadow-lg:0 8px 24px rgba(0,0,0,.12);--shadow-lilac-glow:0 4px 12px rgba(139,127,200,.3);--shadow-lilac-hover:0 6px 20px rgba(139,127,200,.4);--shadow-danger-pulse:0 2px 8px rgba(255,59,48,.3);--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--space-3xl:48px;--space-4xl:64px;--space-5xl:80px;--container-max:1320px;--content-narrow:600px;--content-medium:900px;--content-wide:1000px;--header-h-mobile:56px;--header-h-desktop:64px;--footer-nav-h:60px;--touch-min:44px;--touch-lg:52px;--touch-xl:60px;--z-header:100;--z-filters:90;--z-footer:50;--z-dropdown:1000;--z-modal:1010;--z-tooltip:1020;--dur-fast:.15s;--dur:.2s;--dur-slow:.3s;--ease:ease;--ease-out:cubic-bezier(.4,0,.2,1);--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-black:800;--fs-xs:11px;--fs-sm:12px;--fs-md:13px;--fs-base:14px;--fs-lg:16px;--fs-xl:18px;--fs-2xl:20px;--fs-3xl:24px;--fs-4xl:32px;--fs-5xl:48px;--fs-6xl:56px;--fs-7xl:64px;--lh-tight:1.2;--lh-snug:1.3;--lh-base:1.5;--lh-relaxed:1.6}.preorder-theme{--lilac-50:#fffbeb;--lilac-100:#fef3c7;--lilac-200:#fde68a;--lilac-300:#fcd34d;--lilac-400:#fbbf24;--lilac-500:#f59e0b;--lilac-600:#d97706;--lilac-700:#d97706;--lilac-800:#b45309;--lilac-900:#92400e;--primary:#d97706;--primary-hover:#b45309;--primary-dark:#92400e;--primary-soft:#f59e0b;--primary-rgb:217,119,6;--grad-primary:linear-gradient(135deg,#f59e0b,#d97706);--grad-soft:linear-gradient(135deg,#fbbf24,#f59e0b);--grad-hero:linear-gradient(135deg,#f59e0b,#fbbf24);--grad-form-bg:linear-gradient(135deg,#fffaf0,#fffbeb);--bg-tint:#fffbeb;--border-focus:var(--primary);--shadow-lilac-glow:0 4px 12px rgba(217,119,6,.3);--shadow-lilac-hover:0 6px 20px rgba(217,119,6,.4);--preorder-accent:#d97706;--preorder-accent-strong:#b45309;--preorder-accent-soft:#fbbf24;--preorder-band:linear-gradient(135deg,#b45309,#d97706 55%,#f59e0b)}*,:after,:before{box-sizing:border-box}html{font-size:16px;line-height:var(--lh-base);-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);color:var(--fg-strong);background:var(--bg-app);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover{color:var(--primary)}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}ol,ul{margin:0;padding:0}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px;width:100%}@media(max-width:640px){.container{padding:0 16px}}.t-hero{font-size:36px;font-weight:var(--fw-bold);line-height:var(--lh-snug);letter-spacing:-.01em}@media(min-width:768px){.t-hero{font-size:48px}}@media(min-width:1024px){.t-hero{font-size:56px}}.t-section{font-size:26px;font-weight:var(--fw-bold);line-height:var(--lh-tight)}@media(min-width:768px){.t-section{font-size:32px}}.t-h3{font-size:20px}.t-h3,.t-h4{font-weight:var(--fw-semibold);line-height:var(--lh-snug);color:var(--fg-strong)}.t-h4{font-size:18px}.t-title{font-size:16px;font-weight:var(--fw-semibold);line-height:1.25;color:var(--fg-strong)}.t-body{font-size:var(--fs-lg);line-height:var(--lh-relaxed)}.t-body,.t-body-sm{font-weight:var(--fw-regular);color:var(--fg-muted)}.t-body-sm{font-size:var(--fs-base);line-height:var(--lh-base)}.t-meta{font-size:var(--fs-md);font-weight:var(--fw-regular)}.t-caption,.t-meta{color:var(--fg-muted)}.t-caption{font-size:var(--fs-xs);font-weight:var(--fw-medium);letter-spacing:.5px;text-transform:uppercase}.t-price{font-size:var(--fs-xl);font-weight:var(--fw-bold);line-height:1.2;color:var(--fg-strong)}.t-price-unit{font-size:var(--fs-sm);font-weight:var(--fw-medium);color:var(--fg-muted)}.t-price-old{font-size:var(--fs-sm);color:var(--fg-soft);text-decoration:line-through}
