body { -webkit-font-smoothing: antialiased; }
.bg-pattern { background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px); background-size: 20px 20px; }
.hide-scrollbar::-webkit-scrollbar { display: none; }
.mega-scroll::-webkit-scrollbar { width: 6px; }
.mega-scroll::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 4px; }
.mega-scroll::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
.mega-scroll::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
