@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-teal:#0D9488;--brand-teal-dark:#0F766E;--brand-teal-light:#14B8A6;--brand-accent:#F97316;--brand-accent-dark:#EA580C;--bg:#0F172A;--bg-elevated:#1E2937;--bg-card:#1E2937;--text:#F8FAFC;--text-muted:#94A3B8;--success:#10B981;--warning:#FBBF24;--danger:#EF4444}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg);color:var(--text)}.btn{@apply inline-flex items-center justify-center gap-2 rounded-2xl px-5 py-2.5 text-sm font-semibold transition-all active:scale-[0.985]}.btn-primary{background-color:var(--brand-teal);color:white}.btn-primary:hover{background-color:var(--brand-teal-dark)}.btn-accent{background-color:var(--brand-accent);color:white}.btn-accent:hover{background-color:var(--brand-accent-dark)}.btn-ghost{@apply border border-neutral-700 hover:bg-neutral-800}.card{@apply rounded-3xl border border-neutral-800 bg-[#1E2937] p-6 shadow-sm}.section-title{@apply text-2xl font-semibold tracking-tight text-white}.bucket{@apply inline-flex items-center gap-1.5 rounded-full px-3 py-1 text-xs font-semibold}.bucket-community{background-color:#FEF3C7;color:#92400E}.bucket-educational{background-color:#DBEAFE;color:#1E40AF}.bucket-everyday{background-color:#FCE7F3;color:#9D174D}.bucket-expressive{background-color:#E0E7FF;color:#3730A3}.bucket-mindbody{background-color:#D1FAE5;color:#065F46}.status-pill{@apply inline-flex items-center rounded-full px-3 py-0.5 text-xs font-medium}.status-checked-in{@apply bg-emerald-500/10 text-emerald-400}.status-here-now{@apply bg-teal-500/10 text-teal-400 font-semibold}.member-photo{@apply rounded-2xl object-cover ring-2 ring-neutral-800}.nav-link{@apply px-4 py-2 rounded-2xl text-sm font-medium text-neutral-300 hover:text-white hover:bg-neutral-800 transition-colors}.nav-link.active{@apply bg-neutral-800 text-white}