#entryScreen,.frame,body{display:flex}#audio-box button,#showProfileBtn{filter:drop-shadow(0 0 5px #0096FF) drop-shadow(0 0 10px #0096FF)}#backgroundVideo,video#bg-video{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:-1}#audio-box button,#showProfileBtn,button{color:#000;font-weight:700;cursor:pointer}.profile,.way{animation:1s ease-in-out fadeIn}.badge:hover,.social-link:hover i{transform:scale(1.1)}#showProfileBtn::after,.badge::after{content:attr(data-label);position:absolute;white-space:nowrap;color:#fff;font-size:12px;opacity:0;pointer-events:none}#entryScreen{position:fixed;inset:0;background:#000;z-index:1000;justify-content:center;align-items:center;cursor:pointer}#entryOverlay{color:#fff;font-size:1.5rem;font-weight:700;text-align:center}body{margin:0;padding:0;background:0 0/cover #000;color:#fff;font-family:'Segoe UI',sans-serif;justify-content:center;align-items:center;height:100vh;overflow:hidden;cursor:url('cursor.cur'),auto}.frame{background:rgba(0,0,0,);padding:2rem;border-radius:20px;text-align:center;width:80%;max-width:500px;backdrop-filter:opacity(20%);box-shadow:0 0 30px rgba(255,255,255,.7)}.way{font-size:1.8rem;margin-bottom:20px;color:#0096ff;filter:drop-shadow(0 0 1px #0096FF) drop-shadow(0 0 10px #0096FF)}.profile-image{width:100px;height:100px;object-fit:cover;border-radius:50%;border:3px solid #6495ed;box-shadow:0 0 10px #6495ed,0 0 20px #6495ed;margin-bottom:10px}.social-links{display:flex;flex-direction:row;gap:2px;margin-top:3px}.audio-box,.profile-views{display:flex;align-items:center}.social-link{color:#0096ff;text-decoration:none;font-size:1.5rem;transition:.3s}.social-link i{margin-right:8px;color:#fff;transition:color .3s;text-shadow:0 0 5px #0096ff,0 0 10px #0096ff}.social-link:hover{color:#fff;filter:drop-shadow(0 0 5px #6495ED) drop-shadow(0 0 10px #6495ED)}.social-link:hover i{color:#fff}.profile-views{position:fixed;margin-top:280px;margin-right:490px;font-weight:700;color:#0096ff;user-select:none;font-size:14px;gap:6px}#showProfileBtn{position:fixed;bottom:10px;right:20px;padding:.5rem 1.2rem;border:none;background-color:#0096ff;border-radius:10px;transition:.3s;z-index:1100}#showProfileBtn:hover,button:hover{background-color:#ddd}#showProfileBtn::after{bottom:125%;right:50%;transform:translateX(50%);background-color:rgba(0,0,0,.8);padding:5px 10px;border-radius:6px;transition:opacity .3s}#showProfileBtn:hover::after{opacity:1}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.audio-box{margin:1rem 0;justify-content:center;gap:1rem;background:rgba(255,255,255,.1);padding:.8rem 1.2rem;border-radius:12px;box-shadow:0 0 30px rgba(255,255,255,.1)}#audioPlayer,.profile{display:none}#audio-box button,#audio-box input{outline:0}#audio-box button{background:#0096ff;border:none;padding:.5rem 1rem;border-radius:10px;font-size:1rem}#audio-box button:hover{transform:scale(1.03)}#audio-box input[type=range]{-webkit-appearance:none;width:100px;background:0 0;height:12px;margin:0;padding:0;vertical-align:middle;cursor:pointer}#audio-box input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;border-radius:50%;background:#0096ff;cursor:pointer;margin-top:-3.8px;position:relative}#audio-box input[type=range]::-webkit-slider-runnable-track{height:8px;background:#89cff0;border-radius:8px;filter:drop-shadow(0 0 5px #0096FF) drop-shadow(0 0 10px #0096FF)}#backgroundVideo{pointer-events:none}button{padding:.8rem 1.5rem;border:none;background-color:#fff;border-radius:10px;transition:.3s}.profile{margin-top:20px}.badge-container{display:flex;align-items:center}.badge{position:relative;width:32px;height:32px;border-radius:50%;display:inline-block;justify-content:center;align-items:center;cursor:default;transition:transform .2s}.badge::after{left:-50%;bottom:50%;transform:translateX(-50%);background-color:#1f1f1f;padding:4px 8px;border-radius:6px;transition:opacity .2s,transform .2s;z-index:9999}.badge:hover::after{opacity:1;transform:translateY(-50%) translateX(0)}.profile-content{display:flex;flex-direction:column;align-items:center}.profile-header{display:flex;align-items:center;gap:-2px}.badge-icon{width:10px;height:10px}.badge+.badge{margin-left:-4px}#badgesContainer .badge{display:inline-flex;align-items:center;margin-left:5px}.badge svg{width:18px;height:18px;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:.3s}.badge[data-label=Founder] svg{stroke:gold;filter:drop-shadow(0 0 5px gold) drop-shadow(0 0 10px gold)}.badge[data-label=Premium] svg{stroke:#6495ED;filter:drop-shadow(0 0 5px #6495ED) drop-shadow(0 0 10px #6495ED)}@keyframes glowPulse{0%,100%{filter:drop-shadow(0 0 5px var(--glow-color)) drop-shadow(0 0 10px var(--glow-color))}50%{filter:drop-shadow(0 0 8px var(--glow-color)) drop-shadow(0 0 15px var(--glow-color))}}
