.tutorial-video-modal{z-index:9999;background:#09233ebf;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.tutorial-video-modal__content{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:90vh;padding:1rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0003}.tutorial-video-modal__close{color:#09233e;cursor:pointer;background:#f4f7f6;border:none;border-radius:50%;width:40px;height:40px;font-size:30px;font-weight:700;transition:all .2s;position:absolute;top:0;right:15px}.tutorial-video-modal__close:hover{background:#e8eceb}.tutorial-video-modal__header{margin-bottom:15px}.tutorial-video-modal__header h2{color:#09233e;margin:0;font-family:Nunito,sans-serif;font-size:1.9rem;line-height:1.3}.tutorial-video-modal__header p{color:#4a5e71;margin-top:.75rem;font-family:Inter,sans-serif;line-height:1.6}.tutorial-video-modal__player{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;overflow:hidden}.tutorial-video-modal__player video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.tutorial-video-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.tutorial-video-modal__primary,.tutorial-video-modal__secondary{cursor:pointer;border-radius:10px;min-width:160px;padding:.9rem 1.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s}.tutorial-video-modal__primary{color:#fff;background:#09233e;border:none}.tutorial-video-modal__primary:hover{background:#0d355b}.tutorial-video-modal__secondary{color:#09233e;background:#fff;border:1px solid #abb0b4}.tutorial-video-modal__secondary:hover{background:#f4f7f6}@media (max-width:768px){.tutorial-video-modal{padding:.75rem}.tutorial-video-modal__content{border-radius:14px;padding:1.25rem}.tutorial-video-modal__header h2{font-size:1.4rem}.tutorial-video-modal__header p{font-size:.95rem}.tutorial-video-modal__actions{flex-direction:column-reverse}.tutorial-video-modal__primary,.tutorial-video-modal__secondary{width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
