@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-950: #022c22;--brand-900: #064e3b;--brand-800: #065f46;--brand-700: #047857;--brand-600: #059669;--brand-400: #34d399;--brand-accent: #10b981}body.theme-salt{--brand-950: #2d1a01;--brand-900: #451a03;--brand-800: #78350f;--brand-700: #92400e;--brand-600: #b45309;--brand-accent: #f59e0b}html.dark body.theme-rice{--brand-950: #01110d;--brand-400: #6ee7b7;--brand-accent: #10b981}html.dark body.theme-salt{--brand-950: #0f0a00;--brand-400: #fbbf24;--brand-accent: #f59e0b}body{font-family:Inter,sans-serif;transition:background-color .6s ease,color .6s ease;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,.font-serif{font-family:Playfair Display,serif}img{transition:filter .5s ease-in-out}section{position:relative;overflow:hidden}.bg-grain-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.5;pointer-events:none;background-image:url(https://www.transparenttextures.com/patterns/natural-paper.png);background-repeat:repeat}html.dark .bg-grain-section:after{opacity:.03}.bg-purity-flow-section{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:linear-gradient(to bottom,#fffffff2,#f8fafcfa)!important;pointer-events:none}html.dark .bg-purity-flow-section{background-image:linear-gradient(to bottom,#020617,#01040a)!important}.air-wave-section{position:absolute;top:-50%;left:-50%;width:200%;height:200%;z-index:0;background:radial-gradient(circle at center,var(--brand-400),transparent 70%);pointer-events:none;mix-blend-mode:soft-light;filter:blur(80px);opacity:.04}html.dark .air-wave-section{opacity:.08}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{opacity:0;animation:fadeInUp 1.2s cubic-bezier(.2,.8,.2,1) forwards}.bg-deep-theme{background-color:var(--brand-950)!important;position:relative;overflow:hidden;background-image:radial-gradient(circle at top right,rgba(255,255,255,.03),transparent)}.text-deep-theme{color:var(--brand-950)!important}.reveal-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}.animate-slow-zoom{animation:slowZoom 25s ease-in-out infinite alternate}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes airWaveAnim{0%{transform:translate(0) scale(1) rotate(0)}33%{transform:translate(2%,-1%) scale(1.05) rotate(1deg)}66%{transform:translate(-1%,1%) scale(.98) rotate(-1deg)}to{transform:translate(1%,2%) scale(1.03) rotate(.5deg)}}.air-wave-anim{animation:airWaveAnim 25s ease-in-out infinite alternate}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc}html.dark ::-webkit-scrollbar-track{background:#020617}::-webkit-scrollbar-thumb{background:var(--brand-900);border-radius:4px}html.dark ::-webkit-scrollbar-thumb{background:var(--brand-800)}
