* { scrollbar-width: thin; scrollbar-color: #3b82f6 #1e293b; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #0f172a; border-radius: 10px; }
::-webkit-scrollbar-thumb { background: #3b82f6; border-radius: 10px; }
body { background: #020617; font-family: 'Inter', system-ui, sans-serif; }

.info-slot { background: rgba(15, 23, 42, 0.6); border-radius: 0.75rem; padding: 0.75rem; border: 1px solid rgba(51, 65, 85, 0.5); margin-bottom: 1rem; }
.info-slot-empty { color: #64748b; font-style: italic; font-size: 0.875rem; }
.slot-label { font-size: 0.7rem; text-transform: uppercase; color: #94a3b8; margin-bottom: 0.25rem; }

.menu-item { padding: 10px 16px; cursor: pointer; transition: background 0.2s; border-bottom: 1px solid #334155; }
.menu-item:last-child { border-bottom: none; }
.menu-item:hover { background: #1e293b; }
.menu-item.active { background: #1e40af; color: white; }
