@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark;--sidebar-width: 350px;--bg-sidebar: #0a0f1d;--bg-workspace: #030712;--box-border: rgba(255, 255, 255, .05);--box-bg: rgba(255, 255, 255, .03);--resolve-blue: #6366f1}body{margin:0;padding:0;background-color:var(--bg-workspace);color:#f9fafb;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden;height:100vh}.sidebar-box{background:#0f172a;border:1px solid rgba(255,255,255,.05);border-radius:1.25rem;padding:1.25rem;margin-bottom:1rem}.sidebar-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:#64748b;margin-bottom:1rem;display:block}.nav-item{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.25rem;border-radius:1rem;transition:all .2s ease;color:#94a3b8;font-weight:600;cursor:pointer;margin-bottom:.5rem}.nav-item:hover{background:#ffffff08;color:#fff}.nav-item.active{background:#6366f114;color:#818cf8}.nav-item-icon{width:22px;height:22px;flex-shrink:0}.scrollbar-professional::-webkit-scrollbar{height:12px;width:12px}.scrollbar-professional::-webkit-scrollbar-track{background:#0a0f1d;border-top:1px solid rgba(255,255,255,.05)}.scrollbar-professional::-webkit-scrollbar-thumb{background:#1e293b;border-radius:10px;border:2px solid #0a0f1d;box-shadow:inset 0 0 6px #0000004d}.scrollbar-professional::-webkit-scrollbar-thumb:hover{background:#6366f1}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:#334155;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#6366f1}@keyframes ken-burns{0%{transform:scale(1.05)}50%{transform:scale(1.15)}to{transform:scale(1.05)}}.animate-ken-burns{animation:ken-burns 40s ease-in-out infinite}.credit-badge{@apply bg-indigo-600 text-white px-4 py-2 rounded-full font-black text-xs shadow-xl border border-white/10;}@keyframes pulse-amber{0%{border-color:#f59e0b4d;box-shadow:0 0 #f59e0b1a}50%{border-color:#f59e0bb3;box-shadow:0 0 20px 2px #f59e0b33}to{border-color:#f59e0b4d;box-shadow:0 0 #f59e0b1a}}.animate-pulse-amber{animation:pulse-amber 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes fade-in-soft{0%{opacity:-1;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-soft{animation:fade-in-soft 1.6s ease-out forwards}
