[x-cloak] { display: none !important; }
.glass { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.05); }
.nav-item { position: relative; padding: 10px 0; }
.nav-item::after { content: ''; position: absolute; width: 0; height: 2px; bottom: 0; right: 0; background-color: #b91c1c; transition: width 0.3s; }
.nav-item:hover::after { width: 100%; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #b91c1c; border-radius: 4px; }