@tailwind base;@tailwind components;@tailwind utilities;.bg-orbs{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background-color:#111;background-image:var(--bg-img, url(https://t.alcy.cc/pc));background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none}#root{position:relative;z-index:1}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s ease-in-out infinite}.dark .orb-1{width:500px;height:500px;background:#4a1c0366;top:-100px;left:-100px;animation-delay:0s}.dark .orb-2{width:400px;height:400px;background:#2c1e0b66;top:50%;right:-100px;animation-delay:-5s}.dark .orb-3{width:350px;height:350px;background:#6206;bottom:-50px;left:30%;animation-delay:-10s}.orb-1{width:500px;height:500px;background:#fff5e680;top:-100px;left:-100px;animation-delay:0s}.orb-2{width:400px;height:400px;background:#fff0e080;top:50%;right:-100px;animation-delay:-5s}.orb-3{width:350px;height:350px;background:#ffeadd80;bottom:-50px;left:30%;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}.glass-panel{background:#1e1e1e66;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.05)}.light .glass-panel{background:#ffffffd1;border:1px solid rgba(0,0,0,.05)}
