@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-white text-slate-950 antialiased selection:bg-brand-100 selection:text-brand-900;}}@layer components{.btn-primary{@apply bg-brand-600 text-white px-8 py-4 rounded-xl font-bold hover:bg-brand-700 transition-all active:scale-[.98] flex items-center justify-center gap-2 shadow-button border border-brand-500/20;background-image:linear-gradient(to bottom right,rgba(255,255,255,.1),transparent)}.card-base{@apply bg-white border border-slate-200 rounded-huge matured-shadow transition-all duration-300 hover:border-slate-300;}.label-caps{@apply text-[10px] font-black text-slate-400 uppercase tracking-[.2em];}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{@apply bg-transparent;}::-webkit-scrollbar-thumb{@apply bg-slate-200 rounded-full hover:bg-slate-300 transition-colors;}.subtle-grid{background-image:radial-gradient(#e4e4e7 .8px,transparent .8px);background-size:32px 32px}.text-gradient{@apply bg-clip-text text-transparent bg-gradient-to-br from-brand-600 via-brand-500 to-brand-400;}.text-gradient-slate{@apply bg-clip-text text-transparent bg-gradient-to-br from-slate-950 to-slate-600;}
