.scene{position:relative;min-height:100vh;background:#05020f;font-family:Trebuchet MS,Segoe UI,sans-serif;overflow-x:hidden}.bg-pattern{position:fixed;inset:0;width:100%;height:100%;pointer-events:none}.orb{position:fixed;border-radius:50%;filter:blur(80px);pointer-events:none}.orb-1{width:500px;height:500px;top:-150px;left:-150px;background:radial-gradient(circle,rgba(121,40,202,.35) 0%,transparent 70%);animation:orb-drift 12s ease-in-out infinite alternate}.orb-2{width:400px;height:400px;bottom:-100px;right:-100px;background:radial-gradient(circle,rgba(255,140,66,.2) 0%,transparent 70%);animation:orb-drift 16s ease-in-out infinite alternate-reverse}.orb-3{width:300px;height:300px;top:40%;left:55%;background:radial-gradient(circle,rgba(0,212,170,.15) 0%,transparent 70%);animation:orb-drift 10s ease-in-out infinite alternate}@keyframes orb-drift{0%{transform:translate(0) scale(1)}to{transform:translate(30px,20px) scale(1.1)}}.kente-band{position:absolute;left:0;right:0;height:6px;display:flex;z-index:5}.kente-band--top{top:0}.kente-band--bottom{bottom:0}.kente-band span{flex:1}.kente-band span:nth-child(4n+1){background:#ffd166}.kente-band span:nth-child(4n+2){background:#7928ca}.kente-band span:nth-child(4n+3){background:#ff8c42}.kente-band span:nth-child(4n+4){background:#00d4aa}.divider{display:flex;align-items:center;gap:.5rem}.divider span{flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(200,170,110,.22),transparent)}.divider .diamond{flex:0 0 8px;width:8px;height:8px;background:#ffd166;transform:rotate(45deg);box-shadow:0 0 8px #ffd16680}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:#05020f}
