.focus-theme{--radius:.5rem;--font-display:"Playfair Display",serif;--font-body:"Inter",sans-serif;--heading-multiplier:var(--heading-scale,1);--text-multiplier:var(--text-scale,1);background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-body);transition:background-color .3s,color .3s}.focus-theme h1,.focus-theme h2,.focus-theme h3,.focus-theme h4,.focus-theme h5,.focus-theme h6{font-family:var(--font-display);letter-spacing:-.02em;color:hsl(var(--foreground))}.focus-theme .text-xs{font-size:calc(.75rem*var(--text-multiplier))}.focus-theme .text-sm{font-size:calc(.875rem*var(--text-multiplier))}.focus-theme .text-base{font-size:calc(1rem*var(--text-multiplier))}.focus-theme .text-lg{font-size:calc(1.125rem*var(--text-multiplier))}.focus-theme .text-xl{font-size:calc(1.25rem*var(--text-multiplier))}.focus-theme .text-2xl{font-size:calc(1.5rem*var(--heading-multiplier))}.focus-theme .text-3xl{font-size:calc(1.875rem*var(--heading-multiplier))}.focus-theme .text-4xl{font-size:calc(2.25rem*var(--heading-multiplier))}.focus-theme .text-5xl{font-size:calc(3rem*var(--heading-multiplier))}.focus-theme .text-6xl{font-size:calc(3.75rem*var(--heading-multiplier))}.focus-theme .text-7xl{font-size:calc(4.5rem*var(--heading-multiplier))}.focus-theme .text-8xl{font-size:calc(6rem*var(--heading-multiplier))}.focus-theme .text-9xl{font-size:calc(8rem*var(--heading-multiplier))}.focus-theme .text-10xl{font-size:calc(10rem*var(--heading-multiplier))}.focus-theme .text-11xl{font-size:calc(12rem*var(--heading-multiplier))}.focus-theme ul:not(.list-none){list-style-type:var(--list-style,disc);padding-left:1.5em}.focus-theme .text-gradient{background:var(--hero-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.focus-theme .hover-lift{transition:transform .3s cubic-bezier(0,0,.2,1),box-shadow .3s}.focus-theme .hover-lift:hover{transform:translateY(-8px)}.focus-theme .glass-effect{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:hsla(var(--background),.8);border:1px solid hsla(var(--border),.1)}.focus-theme .glow-effect{box-shadow:var(--shadow-glow)}.focus-theme .bg-background{background-color:hsl(var(--background))}.focus-theme .text-foreground{color:hsl(var(--foreground))}.focus-theme .border-border{border-color:hsl(var(--border))}.focus-theme .text-muted-foreground{color:hsl(var(--muted-foreground))}.focus-theme .bg-primary{background-color:hsl(var(--primary))!important}.focus-theme .text-primary-foreground{color:hsl(var(--primary-foreground))!important}.focus-theme .bg-card{background-color:hsl(var(--card))}.focus-theme .btn-hero{border:1px solid hsla(var(--foreground),.2);color:hsl(var(--foreground));background-color:#0000;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 2rem;font-weight:500;transition:all .4s cubic-bezier(.23,1,.32,1);display:inline-flex}.focus-theme .btn-hero:hover{background-color:hsl(var(--foreground));color:hsl(var(--background));box-shadow:0 10px 20px -10px hsl(var(--foreground)/.3);transform:scale(1.05)}.focus-theme .btn-primary{background:var(--hero-gradient);color:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 2rem;font-weight:500;transition:all .4s cubic-bezier(.23,1,.32,1);display:inline-flex}.focus-theme .btn-primary:hover{box-shadow:var(--shadow-glow);filter:brightness(1.1);transform:scale(1.05)}.focus-theme .section-padding{padding:5rem 1.5rem}@media (min-width:768px){.focus-theme .section-padding{padding:8rem 4rem}}
