:root{--bg-primary: #1a1a1a;--bg-secondary: #222222;--bg-card: rgba(255, 255, 255, .04);--bg-card-hover: rgba(255, 255, 255, .08);--border-subtle: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .12);--accent: #138f00;--accent-glow: rgba(19, 143, 0, .2);--danger: #e74c3c;--warning: #f1c40f;--orange: #e67e22;--text-primary: #e0e0e0;--text-secondary: #a0a0b0;--text-muted: rgba(255, 255, 255, .5);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--shadow-card: 0 2px 12px rgba(0, 0, 0, .3);--shadow-glow: 0 0 20px var(--accent-glow);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--transition: .2s ease}*{box-sizing:border-box}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes glowPulse{0%,to{box-shadow:0 0 #138f0000}50%{box-shadow:0 0 16px 2px #138f004d}}@keyframes goldGlowPulse{0%,to{box-shadow:0 0 20px #f1c40f33}50%{box-shadow:0 0 50px #f1c40f80,0 0 80px #f1c40f33}}@keyframes gradientRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes rippleExpand{0%{opacity:.8;transform:scale(.9)}to{opacity:0;transform:scale(1.6)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
