.tutorial-modal{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:16px;background:rgba(15,23,42,.62)}.tutorial-dialog{width:min(620px,100%);max-height:min(850px,calc(100vh - 32px));overflow:auto;padding:22px;border:1px solid #d7e2eb;border-radius:14px;background:#fff;box-shadow:0 24px 80px rgba(15,23,42,.25)}.tutorial-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.tutorial-dialog-head .eyebrow{margin-bottom:6px}.tutorial-dialog-head h2{margin:0;font-size:24px}.tutorial-close{width:38px;height:38px;flex:0 0 auto;border-radius:50%;background:#f1f5f9;color:#53627a;font-size:25px;line-height:1}.tutorial-product{display:grid;gap:4px;margin:18px 0;padding:14px 15px;border-left:3px solid #1677ff;background:#f4f9fd}.tutorial-product span{color:#718198;font-size:12px}.tutorial-product strong{font-size:17px}.tutorial-product small{color:#64748b;font-size:12px;line-height:1.5}.tutorial-modal-image{display:block;width:100%;height:auto;margin:0 0 18px;border:1px solid #d8e4ed;border-radius:10px}.tutorial-modal-steps{display:grid;gap:0}.tutorial-modal-step{position:relative;display:grid;grid-template-columns:30px 1fr;gap:11px;padding-bottom:16px}.tutorial-modal-step:last-child{padding-bottom:0}.tutorial-modal-step:not(:last-child):after{content:"";position:absolute;left:14px;top:29px;bottom:0;width:1px;background:#cfe0ed}.tutorial-modal-step span{position:relative;z-index:1;width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#1677ff;color:#fff;font-size:12px;font-weight:800}.tutorial-modal-step p{margin:3px 0 0;color:#536b84;font-size:13px;line-height:1.7}.tutorial-modal-tip{margin-top:20px;padding:13px 14px;border:1px solid #d4e6f6;border-radius:10px;background:#f3f8ff}.tutorial-modal-tip strong{font-size:13px}.tutorial-modal-tip p{margin:5px 0 0;color:#536b84;font-size:12px;line-height:1.6}.tutorial-modal-done{width:100%;height:46px;margin-top:18px;border:0;border-radius:10px;background:#1677ff;color:#fff;font:inherit;font-weight:800;cursor:pointer}@media(max-width:600px){.tutorial-modal{padding:10px}.tutorial-dialog{max-height:calc(100vh - 20px);padding:18px 16px}.tutorial-dialog-head h2{font-size:22px}}
/* Inline MP4 guide shown only when a product provides one. */
.tutorial-video-wrap{display:grid;gap:9px;margin:0 0 18px}.tutorial-video-wrap>strong{font-size:14px}.tutorial-video-wrap video{display:block;width:100%;aspect-ratio:16/9;border-radius:10px;background:#0f172a}
