/* NOIR Agent Development — theme (ikut design/NOIR Agent.dc.html) */
html, body { margin: 0; padding: 0; background: #150A24; }
body { font-family: 'Manrope', sans-serif; color: #F5EFFA; }
a { color: #F0CE5E; }
a:hover { color: #D4AF37; }
* { box-sizing: border-box; }
input, textarea, select, button { font-family: 'Manrope', sans-serif; }
input:focus, textarea:focus, select:focus { outline: 1px solid #D4AF37; }

@keyframes noirGlow {
  0%, 100% { box-shadow: 0 0 30px rgba(212, 175, 55, 0.35); }
  50% { box-shadow: 0 0 60px rgba(240, 206, 94, 0.6); }
}
@keyframes noirShimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
@keyframes noirRotateHint {
  0%, 20% { transform: rotate(0deg); }
  50%, 70% { transform: rotate(-90deg); }
  100% { transform: rotate(0deg); }
}
::-webkit-scrollbar { height: 6px; width: 6px; }
::-webkit-scrollbar-thumb { background: #4A2570; border-radius: 99px; }
