:root{--primary-yellow: #FFCF00;--primary-cyan: #00E5FF;--cloud-white: #F0F4F8;--dark-blue: #1A237E;--glass: rgba(255, 255, 255, .95)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background-color:var(--cloud-white);background-image:radial-gradient(circle at 10% 10%,rgba(255,77,0,.05) 0%,transparent 30%),radial-gradient(circle at 90% 90%,rgba(161,89,209,.05) 0%,transparent 30%);height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--dark-blue);padding:10px}.background-voxel{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.piece{position:absolute;width:30px;height:30px;border-radius:8px;opacity:.1;animation:fall linear infinite}@keyframes fall{0%{transform:translateY(-50px) rotate(0);opacity:0}10%{opacity:.1}90%{opacity:.1}to{transform:translateY(110vh) rotate(360deg);opacity:0}}.container{position:relative;z-index:10;width:100%;max-width:1100px;max-height:98vh;display:grid;grid-template-columns:1fr 1.3fr;gap:1rem;padding:1.2rem;background:var(--glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;box-shadow:0 30px 60px #0000001a;align-items:center;overflow-y:auto}@media(max-width:768px){.container{grid-template-columns:1fr;padding:1rem;gap:.5rem;max-height:98vh}}.left-panel{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.voxel-logo{display:flex;gap:5px;margin-bottom:.8rem}.logo-block{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.9rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2);animation:float 3s infinite ease-in-out}.letter-p1{background:#ff4d00;box-shadow:0 4px #d33d00}.letter-i{background:#ffc900;box-shadow:0 4px #d9aa00}.letter-p2{background:#40b5e0;box-shadow:0 4px #2a9ac4}.letter-o{background:#ff9100;box-shadow:0 4px #d67a00}.letter-l{background:#7ac142;box-shadow:0 4px #5b9b2d}.letter-u{background:#a159d1;box-shadow:0 4px #8041b0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.hero-img-container{width:100%;max-width:240px;margin-bottom:.5rem}.hero-img{width:100%;height:auto;border-radius:20px;border:3px solid white;box-shadow:0 10px 20px #0000000d}h1{font-size:1.5rem;font-weight:900;margin-bottom:.3rem;background:linear-gradient(45deg,#ff4d00,#a159d1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.main-msg{font-size:.9rem;color:#5c677d;line-height:1.2}.right-panel{display:flex;flex-direction:column;gap:.8rem;background:#ffffff80;padding:1rem;border-radius:20px;min-width:0}.video-section{width:100%;border-radius:15px;overflow:hidden;box-shadow:0 10px 20px #00000026;aspect-ratio:16 / 9;background:#000}.video-section iframe{width:100%;height:100%;border:none}.progress-area{background:#fff;padding:.8rem;border-radius:15px}.giant-progress{width:100%;height:24px;background:#edf2f7;border-radius:12px;overflow:hidden}.bar-fill{width:75%;height:100%;background:linear-gradient(90deg,#00d2ff,#00fff0)}.social-row{display:flex;gap:1.5rem;margin-bottom:.5rem}.social-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;box-shadow:0 4px 10px #0000000d;transition:all .2s;color:var(--dark-blue)}.social-icon:hover{transform:translateY(-3px);box-shadow:0 8px 15px #0000001a}.icon-ig:hover{color:#e1306c}.icon-fb:hover{color:#1877f2}.icon-tk:hover{color:#000}.status-text{margin-top:.4rem;font-weight:800;font-size:.75rem;color:#00b8cc;text-align:center;letter-spacing:.5px}.cta-footer{display:flex;flex-direction:column;gap:.5rem;align-items:center}.btn-youtube{width:100%;background:linear-gradient(45deg,red,#f55);color:#fff;padding:.8rem;border-radius:15px;text-decoration:none;font-weight:900;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 6px #b30000;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{transform:scale(1)}70%{transform:scale(1.02)}to{transform:scale(1)}}.copyright{font-size:.7rem;color:#94a3b8}.btn-aventura{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(45deg,#6200ea,#00b0ff);color:#fff;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;font-weight:900;font-size:1.2rem;margin-top:1.5rem;box-shadow:0 10px 20px #6200ea4d;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:3px solid rgba(255,255,255,.2)}.btn-aventura:hover{transform:scale(1.05) rotate(-2deg);box-shadow:0 15px 30px #6200ea80;background:linear-gradient(45deg,#7c4dff,#40c4ff)}.btn-aventura .btn-icon{font-size:1.5rem;background:#fff3;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}@media(min-width:769px)and (max-width:1024px){.container{grid-template-columns:1fr 1.1fr;padding:1rem;max-width:900px}}@media(max-height:700px){.container{padding:.8rem;gap:.8rem}.hero-img-container{max-width:180px}h1{font-size:1.2rem}.voxel-logo{margin-bottom:.5rem}.logo-block{width:24px;height:24px;font-size:.8rem}.btn-youtube{padding:.6rem;font-size:.9rem}}
