:root{--vr-bg-primary:#0a0a0d;--vr-bg-secondary:#0f1729;--vr-bg-elevated:hsla(0,0%,100%,.05);--vr-bg-card:hsla(0,0%,100%,.04);--vr-text-primary:#fff;--vr-text-secondary:#cbd5e1;--vr-text-muted:#94a3b8;--vr-accent-from:#3b82f6;--vr-accent-to:#14b8a6;--vr-accent-glow:rgba(59,130,246,.4);--vr-border:hsla(0,0%,100%,.08);--vr-radius:18px;--vr-shadow-sm:0 4px 12px rgba(0,0,0,.2);--vr-shadow-lg:0 20px 60px rgba(0,0,0,.4)}[data-theme=dark]{--vr-bg-primary:#000;--vr-bg-secondary:#0a0a0a;--vr-bg-elevated:#131313;--vr-bg-card:#0d0d0d;--vr-text-primary:#f5f5f0;--vr-text-secondary:#a8a8a0;--vr-text-muted:#707070;--vr-accent-from:#d4af37;--vr-accent-to:#f5d76e;--vr-accent-glow:rgba(212,175,55,.35);--vr-border:rgba(212,175,55,.15);--vr-radius:8px;--vr-shadow-sm:0 4px 12px rgba(0,0,0,.5);--vr-shadow-lg:0 20px 60px rgba(212,175,55,.1)}[data-theme=editorial]{--vr-bg-primary:#fafaf7;--vr-bg-secondary:#f3f3ee;--vr-bg-elevated:#fff;--vr-bg-card:#fff;--vr-text-primary:#0a0a0a;--vr-text-secondary:#404040;--vr-text-muted:#737373;--vr-accent-from:#ff6b35;--vr-accent-to:#f7931e;--vr-accent-glow:rgba(255,107,53,.25);--vr-border:rgba(0,0,0,.08);--vr-radius:4px;--vr-shadow-sm:0 1px 3px rgba(0,0,0,.05);--vr-shadow-lg:0 12px 40px rgba(0,0,0,.08)}[data-theme=dark] .min-h-screen,[data-theme=dark] body,[data-theme=editorial] .min-h-screen,[data-theme=editorial] body{background:var(--vr-bg-primary)!important;color:var(--vr-text-primary)}[data-theme=editorial] .min-h-screen,[data-theme=editorial] body{font-family:Inter,system-ui,sans-serif}[data-theme=editorial] .text-white,[data-theme=editorial] [class*=text-gray-1],[data-theme=editorial] [class*=text-gray-2],[data-theme=editorial] [class*=text-gray-3]{color:var(--vr-text-primary)!important}[data-theme=editorial] .text-gray-400,[data-theme=editorial] .text-gray-500{color:var(--vr-text-muted)!important}[data-theme=editorial] [class*=bg-black],[data-theme=editorial] [class*=bg-dark],[data-theme=editorial] [class*=bg-gray-9]{background:var(--vr-bg-primary)!important}[data-theme=editorial] [class*="bg-white/"],[data-theme=editorial] [class*=bg-gray-8]{background:var(--vr-bg-elevated)!important;border-color:var(--vr-border)!important}[data-theme=editorial] section[class*=bg-gradient]{background:var(--vr-bg-secondary)!important}[data-theme=dark] section[class*=bg-gradient]{background:linear-gradient(135deg,#000,#0a0a0a)!important}[data-theme=dark] .bg-gradient-to-br,[data-theme=dark] .bg-gradient-to-r{background-image:linear-gradient(135deg,var(--vr-accent-from),var(--vr-accent-to))!important}.vr-theme-switcher{position:fixed;top:16px;right:16px;z-index:99998;font-family:Inter,system-ui,sans-serif}.vr-theme-trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--vr-border);background:var(--vr-bg-elevated);backdrop-filter:blur(20px);color:var(--vr-text-primary);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:var(--vr-shadow-sm)}.vr-theme-trigger:hover{transform:translateY(-1px);box-shadow:var(--vr-shadow-lg)}.vr-theme-emoji{font-size:16px}.vr-theme-arrow{font-size:9px;opacity:.6}.vr-theme-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;border-radius:var(--vr-radius);background:var(--vr-bg-elevated);backdrop-filter:blur(28px);border:1px solid var(--vr-border);box-shadow:var(--vr-shadow-lg);overflow:hidden;animation:vr-theme-slide .2s ease-out}@keyframes vr-theme-slide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.vr-theme-menu-footer,.vr-theme-menu-header{padding:10px 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--vr-text-muted);border-bottom:1px solid var(--vr-border)}.vr-theme-menu-footer{border-top:1px solid var(--vr-border);border-bottom:none;text-transform:none;letter-spacing:0;font-weight:400;font-size:10px;text-align:center;opacity:.7}.vr-theme-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;background:transparent;border:none;color:var(--vr-text-primary);cursor:pointer;text-align:left;transition:background .15s}.vr-theme-item:hover{background:hsla(0,0%,100%,.05)}[data-theme=editorial] .vr-theme-item:hover{background:rgba(0,0,0,.04)}.vr-theme-item.active{background:linear-gradient(135deg,var(--vr-accent-from),var(--vr-accent-to));color:#fff}[data-theme=dark] .vr-theme-item.active{color:#000}.vr-theme-item-emoji{font-size:18px}.vr-theme-item-text{display:flex;flex-direction:column;flex:1}.vr-theme-item-label{font-size:14px;font-weight:600}.vr-theme-item-sub{font-size:11px;opacity:.7}.vr-theme-check{font-size:14px}@media (max-width:768px){section[class*=py-2]{padding-top:3rem!important;padding-bottom:3rem!important}h1{font-size:2.2rem!important;line-height:1.1!important;letter-spacing:-.025em}h2{font-size:1.6rem!important;line-height:1.15!important}.grid.gap-8{gap:1.25rem!important}.flex.flex-col.sm\:flex-row>a,.flex.flex-col.sm\:flex-row>button{width:100%;justify-content:center}.grid.lg\:grid-cols-3,.grid.lg\:grid-cols-4,.grid.md\:grid-cols-3,.grid.md\:grid-cols-4{grid-template-columns:1fr!important;gap:1rem!important}.vr-theme-trigger{padding:6px 10px;font-size:12px}.vr-theme-name{display:none}.vr-theme-menu{right:0;min-width:200px}body{font-size:15px}}[data-theme=editorial] h1{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-weight:800;letter-spacing:-.04em}[data-theme=editorial] h2{font-weight:700;letter-spacing:-.025em}[data-theme=editorial] p{line-height:1.7}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3{font-family:Space Grotesk,Inter,system-ui,sans-serif;letter-spacing:-.02em}[data-theme=dark] .bg-clip-text{background:linear-gradient(135deg,#d4af37,#f5d76e)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}