@tailwind base;@tailwind components;@tailwind utilities;html,body{height:100%}body{margin:0;background-color:#0a0a0a;color:#f4f4f5;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial;-webkit-font-smoothing:antialiased}@layer components{.page{@apply max-w-4xl mx-auto px-6 py-10;}.card{@apply bg-zinc-900/60 border border-zinc-800 rounded-2xl p-6 shadow-lg;}.title{@apply text-3xl font-semibold tracking-tight;}.subtitle{@apply mt-2 text-sm text-zinc-400;}.label{@apply text-sm font-medium text-zinc-300 mb-1;}.input{@apply w-full rounded-xl bg-zinc-950 border border-zinc-800 px-4 py-3 text-sm text-zinc-100 placeholder-zinc-500 focus:outline-none focus:border-zinc-600;}.textarea{@apply input min-h-[180px] font-mono text-xs leading-5;}.button{@apply rounded-xl px-5 py-3 text-sm font-semibold transition active:scale-[.98];}.button-primary{@apply button bg-white text-black hover:bg-zinc-200;}.button-secondary{@apply button bg-zinc-800 text-zinc-100 hover:bg-zinc-700;}}
