body { background-color: #050505; color: white; scroll-behavior: smooth; }
.glass-panel { background: rgba(255, 255, 255, 0.01); backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.03); }
.toxic-border { border: 1px solid rgba(247, 147, 26, 0.2); }
.hex-btn { border: 1px solid rgba(255,255,255,0.05); transition: all 0.2s; cursor: pointer; }
.hex-btn.active { background: #f7931a; color: white; border-color: #f7931a; box-shadow: 0 0 15px rgba(247, 147, 26, 0.5); }
.no-scrollbar::-webkit-scrollbar { display: none; }
.progress-glow { box-shadow: 0 0 15px rgba(247, 147, 26, 0.3); }
.info-trigger { cursor: pointer; color: #666; transition: color 0.2s; }
.info-trigger:hover { color: #f7931a; }
.posterus-link { cursor: pointer; border-bottom: 1px dotted #666; transition: all 0.2s; }
.posterus-link:hover { color: #f7931a; border-color: #f7931a; }
details summary::-webkit-details-marker { display: none; }
details > summary { list-style: none; }
