.video-recording-cube-simple{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.cube-container{transition:opacity .3s ease}.cube-container.animating{opacity:.7}.video-explainer-display{padding:1rem;background:linear-gradient(180deg,rgba(26,27,42,.95),#131425);border:1px solid rgba(168,85,247,.3);border-radius:var(--radius-2xl,16px);box-shadow:0 20px 60px rgba(124,58,237,.3);min-height:400px}.step-content{width:100%!important;max-width:100%!important;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.step-content h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.step-content p{color:hsla(0,0%,100%,.8);margin-bottom:1rem;max-width:500px}.clipboard-container{display:flex;justify-content:center;align-items:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.clipboard-container.mobile{flex-direction:column;gap:1rem}.clipboard-image{transition:transform .3s ease}.clipboard-image:hover{transform:scale(1.02)}.form-instruction{background:rgba(168,85,247,.1);border:1px solid rgba(168,85,247,.3);border-radius:8px;padding:1rem;margin:1rem 0;max-width:400px}.form-instruction p{color:hsla(0,0%,100%,.9);margin:0}.instructional-step-content{width:100%!important;max-width:100%!important;text-align:center;box-sizing:border-box}.instructional-step-content h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.instructional-step-content p{color:hsla(0,0%,100%,.8);margin-bottom:.5rem}.instructional-video-wrapper{margin:1rem 0;border-radius:12px;overflow:hidden}.explainer-video,.instructional-video-wrapper{width:100%!important;max-width:100%!important;background:#000;box-sizing:border-box;min-height:200px}.explainer-video{height:auto!important;display:block;flex-shrink:0}.instructional-video-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;height:100dvh;z-index:999999;background:#000;display:flex;flex-direction:column;margin:0;padding:0}.fullscreen-video-container{flex:1 1;position:relative;width:100%;min-height:0;background:#000;overflow:hidden;display:flex;justify-content:center;align-items:center}.fullscreen-explainer-video{width:100%;height:100%;object-fit:contain}.video-controls-bar{flex-shrink:0;width:100%;min-height:100px;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));background:linear-gradient(transparent,rgba(0,0,0,.9));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;z-index:10}.recording-step-fullscreen{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;z-index:999999!important;background:#000!important;display:flex!important;flex-direction:column!important;margin:0!important;padding:0!important;border:none!important;border-radius:0!important}.camera-view-container{position:relative!important;flex:1 1!important;width:100%!important;height:calc(100% - 120px)!important;max-width:none!important;overflow:hidden!important;background:#000!important}.camera-preview-fullscreen{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transform:scaleX(-1)!important}.camera-view-container.recording-active{box-shadow:0 0 0 4px red,0 0 20px rgba(255,0,0,.5);animation:recording-pulse 1.5s ease-in-out infinite}@keyframes recording-pulse{0%,to{box-shadow:0 0 0 4px red,0 0 20px rgba(255,0,0,.5)}50%{box-shadow:0 0 0 4px red,0 0 40px rgba(255,0,0,.8)}}.recording-border{position:absolute;inset:0;border:4px solid red;border-radius:16px;pointer-events:none;animation:border-pulse 1s ease-in-out infinite}@keyframes border-pulse{0%,to{opacity:1}50%{opacity:.6}}.camera-error-overlay,.camera-loading-overlay{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:rgba(0,0,0,.95)!important;color:#fff!important;padding:2rem!important;text-align:center!important;z-index:100!important}.camera-error-overlay p{color:#ff6b6b!important;margin-bottom:1rem!important;font-size:1.1rem!important}.camera-loading-overlay p{color:#fff!important;font-size:1.2rem!important;margin-top:1rem!important}.countdown-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.7);z-index:20}.countdown-number{font-size:8rem;font-weight:700;color:#a855f7;text-shadow:0 0 30px rgba(168,85,247,.8);animation:countdown-pop 1s ease-out infinite}@keyframes countdown-pop{0%{transform:scale(1.2);opacity:0}20%{transform:scale(1);opacity:1}80%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}.countdown-overlay p{color:#fff;font-size:1.5rem;margin-top:1rem}.recording-indicator-overlay{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:8px;background:rgba(0,0,0,.7);padding:8px 16px;border-radius:8px;z-index:15}.recording-dot-pulse{width:12px;height:12px;background:red;border-radius:50%;animation:dot-pulse 1s ease-in-out infinite}@keyframes dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.recording-indicator-overlay span{color:red;font-weight:700;font-size:.9rem;letter-spacing:1px}.recording-exit-btn{position:fixed!important;top:calc(1rem + env(safe-area-inset-top, 20px))!important;left:1rem!important;z-index:1000001!important;background:rgba(0,0,0,.8)!important;color:#fff!important;border:1px solid hsla(0,0%,100%,.3)!important;border-radius:8px!important;padding:1rem 1.25rem!important;min-height:56px;font-size:1rem!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease}.recording-exit-btn:hover{background:rgba(0,0,0,.95)!important;border-color:hsla(0,0%,100%,.5)!important}.recording-controls-overlay{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;padding:1.5rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom, 20px))!important;text-align:center!important;background:linear-gradient(transparent,rgba(0,0,0,.95))!important;z-index:1000000!important}.recording-status-text{color:#fff}.recording-status-text p{margin:.25rem 0}.recording-status-text .small{font-size:.85rem;color:hsla(0,0%,100%,.6)}.countdown-text{color:#a855f7;font-size:1.2rem;font-weight:700}.btn--large{padding:1rem 2rem;font-size:1.2rem}.review-video-container{position:relative;width:100%;max-width:400px;margin:1rem auto;border-radius:16px;overflow:hidden;background:#000;aspect-ratio:9/16}.review-video-player{width:100%;height:100%;object-fit:cover}.video-error-overlay,.video-loading-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.9);color:#fff;z-index:10}.video-error-overlay p{color:#ff6b6b;margin-bottom:1rem}.no-video-message{padding:3rem;background:rgba(255,0,0,.1);border:1px solid rgba(255,0,0,.3);border-radius:12px;margin:2rem 0}.no-video-message p{color:#ff6b6b}.review-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap}.processing-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{width:40px;height:40px;border:4px solid rgba(168,85,247,.3);border-top-color:#a855f7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.step-indicator{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.step-dot{width:48px;height:48px;border-radius:50%;background:rgba(168,85,247,.3);cursor:pointer;transition:all .3s ease}.step-dot.active{background:#a855f7;transform:scale(1.2)}.step-dot:hover:not(.disabled){background:rgba(168,85,247,.6)}.step-dot.disabled{cursor:not-allowed}.swipe-indicator{text-align:center;margin-top:1rem;color:hsla(0,0%,100%,.5);font-size:.85rem}.submission-error{background:rgba(255,0,0,.1);border:1px solid rgba(255,0,0,.3);border-radius:8px;padding:1rem;margin:1rem 0;color:#ff6b6b;text-align:center}@media (max-width:768px){.video-recording-cube-simple{padding:0!important;margin:0!important;width:100vw!important;max-width:100vw!important;min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px);display:flex;flex-direction:column}.cube-container{flex:1 1;display:flex;flex-direction:column}.video-explainer-display{padding:1rem!important;min-height:calc(100vh - 150px)!important;min-height:calc(100dvh - 150px)!important;border-radius:0!important;border-left:none!important;border-right:none!important;flex-direction:column}.step-content,.video-explainer-display{display:flex;justify-content:center;flex:1 1}.step-content{width:100%!important;flex-direction:column;align-items:center;padding:1rem}.step-content h3{font-size:1.5rem;margin-bottom:.75rem}.step-content p{font-size:1rem;margin-bottom:1rem}.instructional-step-content{width:100%!important;padding:0!important;flex:1 1;display:flex;flex-direction:column;justify-content:flex-start}.instructional-step-content h3,.instructional-step-content p{padding:0 1rem;margin-bottom:.5rem}.video-recording-cube-simple .instructional-step-content .instructional-video-wrapper{position:relative;width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);margin:1rem auto;border-radius:12px;overflow:hidden;background:#000;min-height:65vh;height:65vh;max-height:75vh;display:flex;align-items:center;justify-content:center}@media (max-height:700px){.video-recording-cube-simple .instructional-step-content .instructional-video-wrapper{min-height:50vh;height:50vh;max-height:60vh}.video-recording-cube-simple .instructional-step-content .explainer-video{min-height:50vh}}.video-recording-cube-simple .instructional-step-content .explainer-video{width:100%;height:100%;min-height:65vh;object-fit:contain;display:block;background:#000}.countdown-number{font-size:5rem}.btn--large{padding:1rem 2rem!important;font-size:1.1rem!important;width:auto!important;min-width:200px}.review-video-container{width:calc(100vw - 2rem);max-width:100%;min-height:40vh;margin:1rem auto}.review-actions{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom, 20px));margin-bottom:2rem}.review-actions button{width:100%;max-width:280px;min-height:48px;touch-action:manipulation;position:relative;z-index:10}.clipboard-container{gap:1rem;margin:1.5rem 0}.clipboard-image img{width:250px!important;height:auto!important;max-width:80vw!important}.step-indicator{margin-top:1rem;padding-bottom:.5rem}.swipe-indicator{margin-top:.5rem;margin-bottom:1rem}}@media (max-width:375px){.video-explainer-display{padding:.75rem!important}.step-content h3{font-size:1.25rem}.step-content p{font-size:.9rem}.instructional-video-wrapper{min-height:40vh!important;height:40vh!important}.clipboard-image img{width:200px!important}}@media (prefers-reduced-motion:reduce){.clipboard-image,.cube-container,.step-dot{transition:none}.camera-view-container.recording-active,.countdown-number,.recording-border,.recording-dot-pulse,.spinner{animation:none}}@media (prefers-contrast:high){.camera-view-container.recording-active{box-shadow:0 0 0 6px red}.recording-border{border-width:6px}}