@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-50: #FFF7ED;--brand-100: #FFEDD5;--brand-200: #FED7AA;--brand-400: #FB923C;--brand-500: #F97316;--brand-600: #EA580C;--brand-700: #C2410C;--surface-page: #F7F6F2;--surface-0: #FFFFFF;--surface-1: #FAFAF9;--surface-2: #F5F5F4;--border: #E7E5E4;--text-primary: #1C1917;--text-secondary: #57534E;--text-tertiary: #78716C;--text-ghost: #A8A29E;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--dur-fast: .15s;--dur-base: .2s}@layer base{body{background-color:var(--surface-page);color:var(--text-primary);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;@apply antialiased;}a{color:inherit;text-decoration:none}}@layer components{.btn-primary{@apply inline-flex items-center justify-center gap-2 bg-brand-500 hover:bg-brand-600 text-white text-sm font-semibold px-4 py-2 rounded-full transition-all duration-150 disabled:opacity-50 disabled:cursor-not-allowed;box-shadow:0 1px 3px #17141214}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #f9731659}.btn-secondary{@apply inline-flex items-center justify-center gap-2 bg-white hover:bg-stone-50 text-stone-700 text-sm font-medium px-4 py-2 rounded-full border border-stone-200 transition-all duration-150 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-ghost{@apply inline-flex items-center justify-center gap-2 hover:bg-stone-100 text-stone-600 text-sm font-medium px-3 py-1.5 rounded-lg transition-all duration-150;}.btn-danger{@apply inline-flex items-center justify-center gap-2 bg-red-600 hover:bg-red-700 text-white text-sm font-semibold px-4 py-2 rounded-full transition-all duration-150 disabled:opacity-50;}.card{background:var(--surface-0);border:1px solid var(--border);@apply rounded-xl shadow-sm;}.card-hover{@apply card transition-all duration-150 cursor-pointer;}.card-hover:hover{@apply shadow-lg -translate-y-0.5;border-color:transparent}.input{@apply w-full border border-stone-300 rounded-lg px-3 py-2 text-sm text-stone-900 placeholder-stone-300 bg-white focus:outline-none focus:border-brand-500 transition-all duration-150;box-shadow:0 1px 2px #1714120a}.input:focus{box-shadow:0 0 0 3px #f9731626,0 1px 2px #1714120a}.label{@apply block text-xs font-semibold text-stone-600 mb-1;}.nav-item{@apply flex items-center gap-2.5 px-3 py-2 rounded-md text-sm font-medium text-stone-600 transition-all duration-fast cursor-pointer;}.nav-item:hover{background:#0000000a;@apply text-stone-900;}.nav-item.active{background:var(--brand-50);color:var(--brand-700);@apply font-semibold;}.nav-section-label{@apply px-3 pt-3.5 pb-1 text-[10px] font-bold uppercase tracking-widest;color:var(--text-ghost)}.badge{@apply inline-flex items-center gap-1 text-xs font-semibold px-2 py-0.5 rounded-full;}.badge-gray{@apply badge bg-stone-100 text-stone-600;}.badge-amber{@apply badge bg-amber-100 text-amber-700;}.badge-blue{@apply badge bg-blue-100 text-blue-700;}.badge-green{@apply badge bg-green-100 text-green-700;}.badge-red{@apply badge bg-red-100 text-red-700;}.badge-orange{@apply badge bg-brand-100 text-brand-700;}}
