@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-base: #0b0f19;--bg-card: #111318;--bg-elevated: #161a24;--bg-input: #0d1117;--bg-hover: #1a1f2e;--accent-primary: #CA8A04;--accent-hover: #EAB308;--accent-muted: #A16207;--text-primary: #e5e7eb;--text-secondary: #9ca3af;--text-muted: #6b7280;--border-default: #1f2937;--border-hover: #374151;--border-accent: rgba(230, 200, 136, .3);--status-success: #10b981;--status-warning: #f59e0b;--status-error: #ef4444}body{background-color:var(--bg-base);color:var(--text-primary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.line-clamp-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
