@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&display=swap";:root{--bg-color: #0a0a0a;--accent-red: #ff3e3e;--accent-orange: #ff8c00;--text-white: #ffffff;--text-gray: #a0a0a0;--progress-bg: #333333;--glow-color: rgba(255, 62, 62, .4);--video-placeholder-bg: #151515}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}body{background-color:var(--bg-color);color:var(--text-white);font-family:Inter,sans-serif;min-height:100vh;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0;overflow-x:hidden}main{width:100%;display:flex;flex-direction:column;align-items:center}.progress-container{width:100%;background-color:var(--progress-bg);padding:12px 20px;display:flex;flex-direction:column;align-items:center;gap:8px;position:sticky;top:0;z-index:100}.progress-text{font-weight:800;font-size:.85rem;letter-spacing:1.5px;text-transform:uppercase}.progress-bar-wrapper{width:100%;max-width:600px;height:12px;background-color:#222;border-radius:6px;overflow:hidden}.progress-bar-fill{width:70%;height:100%;background:linear-gradient(90deg,var(--accent-orange),var(--accent-red));box-shadow:0 0 15px var(--accent-red);border-radius:6px;transition:width 1s ease-in-out}.header-section{max-width:1000px;width:90%;text-align:center;padding:60px 0 40px}.headline{font-size:clamp(1.8rem,5vw,3.5rem);font-weight:900;font-style:italic;text-transform:uppercase;line-height:1.1;margin-bottom:20px;position:relative;display:inline-block;color:var(--text-white);text-shadow:0 0 20px var(--glow-color),0 0 40px var(--glow-color)}.subheadline{font-size:clamp(1rem,2.5vw,1.3rem);color:var(--accent-red);font-weight:700;max-width:800px;margin:0 auto;letter-spacing:.5px}.video-section{width:90%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:15px;padding-bottom:100px}.video-wrapper{width:100%;aspect-ratio:16 / 9;background-color:var(--video-placeholder-bg);border:2px dashed rgba(255,255,255,.3);border-radius:12px;display:flex;justify-content:center;align-items:center;text-align:center;padding:20px}.video-placeholder-text{color:#ffffff80;font-size:1.2rem;font-weight:600}.video-instruction{color:var(--text-gray);font-size:.9rem;font-weight:500;text-align:center}.disclaimer-separator{width:100%;height:1px;background-color:#333;margin:40px 0 20px}.disclaimer-section{width:100%;max-width:800px}.disclaimer-section p{font-size:11px;color:#666;line-height:1.6;text-align:center;font-weight:400}@keyframes pulse{0%{opacity:.8}50%{opacity:1;text-shadow:0 0 30px var(--glow-color),0 0 60px var(--glow-color)}to{opacity:.8}}.headline{animation:pulse 3s infinite ease-in-out}@media(max-width:768px){.header-section{padding:40px 0 30px}.progress-text{font-size:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/style.css.map */
