.divider-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.gradient-divider{height:8px;width:100%;background:linear-gradient(270deg,#8300e9,#ff35f1,#8300e9);background-size:400% 400%;animation:moveGradient 6s linear infinite;box-shadow:0 0 15px rgba(255,53,241,0.6)}.gold-bar{height:3px;width:100%;background:linear-gradient(90deg,#b8860b,#ffd700,#b8860b);background-size:200% 200%;animation:shimmer 4s linear infinite;box-shadow:0 0 10px rgba(255,215,0,0.6)}.gold-bar.top{margin-bottom:4px}.gold-bar.bottom{margin-top:4px}@keyframes moveGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}