@theme{--color-brand-primary: #10b981; --color-brand-secondary: #059669; --color-brand-accent: #3b82f6; --color-surface-700: #1e293b; --color-surface-800: #0f172a; --color-surface-900: #020617; --color-surface-950: #010410; --color-background: #020617; --color-foreground: #f8fafc; --color-muted: #64748b; --color-input: #1e293b80; --color-card: #0f172a; --font-sans: "Outfit", "Inter", system-ui, sans-serif; --transition-speed: .3s;}:root{--card-bg:#0f172a66;--card-border:#ffffff0d}.light{--color-brand-primary:#0f766e;--color-brand-secondary:#115e59;--color-surface-700:#f1f5f9;--color-surface-800:#fff;--color-surface-900:#f8fafc;--color-surface-950:#f1f5f9;--color-background:#f1f5f9;--color-foreground:#0f172a;--card-bg:#fffc;--card-border:#0000000d;--color-card:#fff}body{background-color:var(--color-background);color:var(--color-foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;letter-spacing:-.01em;transition:background-color .3s,color .3s}.glass-panel{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:2rem;transition:all .4s cubic-bezier(.23,1,.32,1);box-shadow:0 25px 50px -12px #00000080}.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:1.5rem;transition:all .3s}.glass-card:hover{border-color:#10b98133;transform:translateY(-2px);box-shadow:0 10px 30px -10px #10b9811a}@apply overflow-x-auto rounded-2xl border border-white/10 bg-white/5 backdrop-blur-md;@apply w-full text-left border-collapse;@apply border-b border-white/10 bg-white/5;@apply px-6 py-4 text-[10px] font-black text-muted uppercase tracking-[.2em] whitespace-nowrap;@apply px-6 py-4 text-sm text-white/80 border-b border-white/5 transition-colors;@apply border-b-0;@apply bg-white/5 text-white;@apply bg-surface-800/50 border border-white/5 rounded-xl px-4 py-3 text-sm text-white placeholder:text-muted focus:border-brand-primary focus:ring-1 focus:ring-brand-primary/50 outline-none transition-all;@apply bg-brand-primary hover:bg-brand-secondary text-white px-6 py-3 rounded-xl font-black uppercase tracking-widest text-[11px] shadow-lg shadow-brand-primary/20 transition-all active:scale-95 disabled:opacity-50;@apply bg-white/5 hover:bg-white/10 text-muted hover:text-white px-4 py-2 rounded-lg font-bold transition-all;.animate-slide-up{animation:.6s cubic-bezier(.16,1,.3,1) forwards slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@apply max-w-[1600px] mx-auto space-y-8 p-6 md:p-12 md:pt-24 animate-fade-in;@apply flex flex-col md:flex-row md:items-end justify-between gap-6 mb-10;@apply text-4xl font-black text-white tracking-tighter uppercase leading-none;@apply text-[10px] font-black text-muted uppercase tracking-[.4em] mt-3;::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#10b98166}@media (max-width:768px){@apply text-3xl;@apply p-4 space-y-6;@apply rounded-2xl;}
