.smv__overlay{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.6)}.smv__dialog{position:relative;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;padding:28px 26px 26px;background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.3);color:#1a1a1a}.smv__close{position:absolute;top:10px;right:10px;width:30px;height:30px;border:none;background:rgba(0,0,0,0);color:#555;font-size:20px;line-height:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.smv__close:hover{color:#000}.smv__close:disabled{opacity:.4;cursor:not-allowed}.smv__title{margin:0 0 12px;font-size:1.5rem;font-weight:800;text-align:center;color:#001d3a}.smv__desc{margin:0 0 14px;font-size:.9rem;line-height:1.45;color:#444}.smv__link{color:#07438b;font-weight:700}.smv__link:hover{color:#05315f}.smv__count{margin:0 0 10px;font-weight:700;text-align:center;color:#07438b}.smv__options{display:flex;flex-direction:column;gap:9px;width:max-content;max-width:100%;margin:8px auto 14px}.smv__option,.smv__option-pick{--smv-radio-color:#07438b;display:flex;align-items:center;gap:8px;min-height:22px;color:#1a1a1a;cursor:pointer;font-size:1rem;line-height:1.25}.smv__option{width:100%}.smv__option--track{display:grid;grid-template-columns:minmax(0,max-content) 32px;grid-column-gap:26px;column-gap:26px;align-items:center;cursor:default}.smv__option-pick{min-width:0}.smv__option-pick span{overflow-wrap:anywhere}.smv__radio{flex:0 0 18px;width:18px;height:18px;margin:0;border:1.5px solid #777;border-radius:50%;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;display:inline-grid;place-content:center;cursor:pointer}.smv__radio:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--smv-radio-color);transform:scale(0);transition:transform .12s ease-in-out}.smv__radio:checked{border-color:var(--smv-radio-color)}.smv__radio:checked:before{transform:scale(1)}.smv__radio:focus-visible{outline:2px solid rgba(7,67,139,.3);outline-offset:2px}.smv__radio:disabled{opacity:.55;cursor:not-allowed}.smv__track-preview{display:flex;justify-content:center;width:32px}.smv__track-preview audio{display:none}.smv__preview-toggle{display:inline-flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;width:32px;min-height:32px;padding:0;border:none;background:rgba(0,0,0,0);color:#07438b;cursor:pointer;line-height:1}.smv__preview-toggle svg{width:22px;height:22px}.smv__preview-toggle:hover:not(:disabled){color:#05315f}.smv__preview-toggle:focus-visible{outline:2px solid rgba(7,67,139,.3);outline-offset:2px;border-radius:4px}.smv__preview-toggle:disabled{opacity:.45;cursor:not-allowed}.smv__preview-time{margin-top:2px;font-size:.58rem;font-weight:700;color:#555;letter-spacing:0}.smv__loading{color:#666}.smv__types{display:flex;gap:28px;justify-content:center;margin:0 auto 16px}.smv__type{--smv-radio-color:#812d4c;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:1.05rem;font-weight:700;line-height:1.25;color:#812d4c}.smv__note{margin:0 0 18px;font-size:.82rem;line-height:1.4;color:#666}.smv__result{margin:0 0 16px;padding:14px;border:1px solid #d7e3f2;border-radius:6px;background:#f3f8ff;text-align:center}.smv__result-msg{margin:0 0 10px;font-weight:700;color:#07438b}.smv__result-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.smv__result-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 16px;border-radius:4px;font-weight:700;font-size:.95rem;text-decoration:none;cursor:pointer}.smv__result-btn--download{background:#ec9834;color:#fff}.smv__result-btn--download:hover{color:#fff;background:#d8862a}.smv__result-btn--view{background:#fff;color:#07438b;border:1px solid #07438b}.smv__result-btn--view:hover{background:#eef4fb}.smv__result-hint{margin:10px 0 0;font-size:.78rem;color:#777}.smv__preview{position:fixed;inset:0;z-index:1200;background:rgba(0,0,0,.9)}.smv__preview,.smv__preview-close{display:flex;align-items:center;justify-content:center}.smv__preview-close{position:absolute;top:10px;right:8px;width:28px;height:28px;border:none;background:#333;color:#fff;font-size:1.2rem;line-height:0;z-index:1201;cursor:pointer}.smv__preview-player{max-width:92vw;max-height:88vh;width:auto;height:auto;background:#000;outline:none;box-shadow:0 4px 30px rgba(0,0,0,.5)}.smv__create{display:block;width:100%;padding:14px;border:none;border-radius:4px;background:#ec9834;color:#fff;font-weight:800;font-size:1.05rem;text-transform:none;cursor:pointer}.smv__create:hover:not(:disabled){background:#d8862a}.smv__create:disabled{opacity:.6;cursor:not-allowed}@media(max-width:520px){.smv__dialog{max-width:100%;padding:26px 18px 22px}}@media(max-width:360px){.smv__option--track{column-gap:14px}.smv__title{font-size:1.3rem}}