@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";:root{--bg-color: #000000;--text-color: #ffffff;--font-family: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);overflow:hidden;cursor:none}.player-container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;position:relative;background-color:#000}.player-video{width:100%;height:100%;object-fit:cover}.player-image{width:100%;height:100%;object-fit:cover;animation:fadeIn 1s ease-in-out}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10;text-align:center}.overlay h1{font-size:3rem;margin-bottom:1rem}.overlay h2{font-size:5rem;color:#6366f1;letter-spacing:.2em;font-weight:700}.overlay p{font-size:1.5rem;color:#94a3b8;margin-top:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
