.my-video-create-v7{--my-vc7-padding: 16px;--my-vc7-footer-height: 100px;--my-vc7-accent: #ff4180;--my-vc7-accent-15: rgba(255, 65, 128, 0.15);--my-vc7-accent-25: rgba(255, 65, 128, 0.25);--my-vc7-accent-50: rgba(255, 65, 128, 0.5);--my-vc7-bg: #121415;--my-vc7-bg-card: #16191b;--my-vc7-border: rgba(255, 255, 255, 0.07);--my-vc7-border-light: rgba(255, 255, 255, 0.2);--my-vc7-text: rgba(255, 255, 255, 0.8);--my-vc7-text-dim: rgba(255, 255, 255, 0.7);display:flex;flex-direction:row;margin-bottom:30px;width:100%;height:calc(var(--vh) - var(--my-header-height));min-height:500px;max-height:850px}@media screen and (max-width: 880px){.my-video-create-v7{--my-vc7-padding: 12px;--my-vc7-footer-height: 90px;flex-direction:column;height:auto;max-height:none;min-height:auto}}.my-video-create-v7[upload=""] .my-video-create-v7__upload-btn,.my-video-create-v7:not([upload]) .my-video-create-v7__upload-btn{display:flex}.my-video-create-v7[upload=""] .my-video-create-v7__generate-btn,.my-video-create-v7:not([upload]) .my-video-create-v7__generate-btn{display:none}.my-video-create-v7[upload]:not([upload=""]) .my-video-create-v7__upload-btn{display:none}.my-video-create-v7[upload]:not([upload=""]) .my-video-create-v7__generate-btn{display:flex}.my-video-create-v7 .my-video-create-v7__upload-btn{display:none}.my-video-create-v7[result] .my-video-create-v7__result-wrapper{display:flex}.my-video-create-v7:not([result]) .my-video-create-v7__result-placeholder{display:flex}.my-video-create-v7 .my-video-create-v7__operation{position:relative;padding:var(--my-vc7-padding) 0 var(--my-vc7-padding) var(--my-vc7-padding);max-width:440px;width:100%;border-right:1px solid var(--my-vc7-border-light)}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__operation{max-width:100%;border-right:none}}.my-video-create-v7 .my-video-create-v7__operation-body{display:flex;flex-direction:column;gap:var(--my-vc7-padding);padding-right:calc(var(--my-vc7-padding) - var(--my-scrollbar-width, 0px));padding-bottom:var(--my-vc7-footer-height);max-height:100%;overflow-y:scroll}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__operation-body{padding-bottom:0;overflow:visible}}.my-video-create-v7 .my-video-create-v7__operation-footer{position:absolute;left:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-small);padding:var(--my-vc7-padding);width:100%;height:var(--my-vc7-footer-height);background:var(--my-vc7-bg);border-top:1px solid var(--my-vc7-border);z-index:100}.my-video-create-v7 .my-video-create-v7__operation-footer .my-button{width:100%;height:40px;border-radius:16px;font-size:14px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__operation-footer{position:fixed;bottom:0;z-index:10000}}.my-video-create-v7 .my-video-create-v7__card{background:var(--my-vc7-bg-card);border:1px solid var(--my-vc7-border);border-radius:16px}.my-video-create-v7 my-upload{display:block;height:220px;border:none}.my-video-create-v7 .my-video-create-v7__card-divider{height:1px;background:var(--my-vc7-border)}.my-video-create-v7 .my-video-create-v7__scroll-section{padding:12px 0 12px 12px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__scroll-section{padding:var(--my-vc7-padding) 0 12px 12px;background:rgba(0,0,0,0);border:none;border-radius:0}}.my-video-create-v7 .my-video-create-v7__scroll-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-right:12px}.my-video-create-v7 .my-video-create-v7__scroll-title{color:#fff;font-size:16px;font-weight:500;line-height:1.21}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__scroll-title{font-size:14px}}.my-video-create-v7 .my-video-create-v7__scroll-header--right{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-small)}.my-video-create-v7 .my-video-create-v7__scroll-header--right .my-container-scroll-v3__scroll-btn{padding:3px}.my-video-create-v7 .my-video-create-v7__scroll-body{margin-top:6px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.my-video-create-v7 .my-video-create-v7__scroll-body::-webkit-scrollbar{display:none}.my-video-create-v7 .my-video-create-v7__categories{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;margin-bottom:10px;padding:0;padding-right:12px;list-style:none}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__categories{flex-wrap:nowrap;overflow-x:auto;gap:6px}}.my-video-create-v7 .my-video-create-v7__category{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:60px;height:32px;padding:0 12px;border-radius:12px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);color:var(--my-vc7-text);font-size:13px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.my-video-create-v7 .my-video-create-v7__category:hover:not([s-active]){background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.25);color:#fff}.my-video-create-v7 .my-video-create-v7__category[s-active]{background:var(--my-vc7-accent);border-color:var(--my-vc7-accent);color:#fff}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__category{min-width:70px;height:28px;padding:0 10px;font-size:13px}}@media screen and (min-width: 881px){.my-video-create-v7 .my-video-create-v7__samples .my-video-create-v7__scroll-body{max-height:340px;overflow-y:auto;scrollbar-width:auto;padding-right:6px}.my-video-create-v7 .my-video-create-v7__samples .my-video-create-v7__scroll-body::-webkit-scrollbar{display:block}}.my-video-create-v7 .my-video-create-v7__samples .my-container-scroll-v3__scroll-btn{display:none !important}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__samples .my-container-scroll-v3__scroll-btn{display:flex !important}}.my-video-create-v7 .my-video-create-v7__samples .my-container-scroll-v3__track{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:6px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__samples .my-container-scroll-v3__track{display:flex;grid-template-columns:none;gap:6px}}.my-video-create-v7 .my-video-create-v7__sample-item{display:flex;flex-shrink:0;border-radius:10px;border:1.5px solid rgba(0,0,0,0);overflow:hidden;cursor:pointer;transition:border-color .2s}.my-video-create-v7 .my-video-create-v7__sample-item[s-active]{border-color:var(--my-vc7-accent)}.my-video-create-v7 .my-video-create-v7__sample-item:hover img{scale:1.05}.my-video-create-v7 .my-video-create-v7__sample-item img{display:block;width:100%;aspect-ratio:122/202;object-fit:cover;transition:scale .2s}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__sample-item{width:96px;border-radius:8px}.my-video-create-v7 .my-video-create-v7__sample-item:hover:not([s-active]){border-color:rgba(0,0,0,0)}}.my-video-create-v7 .my-video-create-v7__sample-item[hidden]{display:none}.my-video-create-v7[running] .my-video-create-v7__sample-item{cursor:not-allowed;opacity:.5}.my-video-create-v7[running] .my-video-create-v7__sample-item:hover img{scale:1}.my-video-create-v7 .my-video-create-v7__custom-section{flex-shrink:0;background:var(--my-vc7-bg-card);border:1px solid var(--my-vc7-border);border-radius:12px;content-visibility:auto;contain-intrinsic-size:240px;contain-intrinsic-size:auto 240px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__custom-section{background:rgba(0,0,0,0);border:none;border-radius:0}}.my-video-create-v7 .my-video-create-v7__menu{display:flex;flex-direction:column;padding:var(--my-vc7-padding) 0 var(--my-vc7-padding) var(--my-vc7-padding);width:560px;flex-shrink:0;background:var(--my-vc7-bg);overflow:hidden;border-right:1px solid var(--my-vc7-border)}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__menu{margin:0 6px 0 12px;width:calc(100% - 18px);background:#121415;padding:12px;border:none;border-radius:12px}}.my-video-create-v7 .my-video-create-v7__tab-bar{position:relative;display:flex;justify-content:center;flex-shrink:0;margin-right:var(--my-vc7-padding);margin-bottom:16px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__tab-bar{margin-right:0}}.my-video-create-v7 .my-video-create-v7__tab-btn{padding:4px 8px 6px 8px;background:rgba(0,0,0,0);border:none;color:var(--my-vc7-text);font-size:16px;font-weight:400;cursor:pointer;transition:color .15s}.my-video-create-v7 .my-video-create-v7__tab-btn[s-active]{color:var(--my-vc7-accent);font-weight:500}@media screen and (min-width: 881px){.my-video-create-v7 .my-video-create-v7__tab-btn:not([s-active]):hover{color:#fff}}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__tab-btn{font-size:14px}}.my-video-create-v7 .my-video-create-v7__tab-indicator{position:absolute;bottom:-1px;left:0;height:3px;background:var(--my-vc7-accent);border-radius:10px;transition:transform .3s}.my-video-create-v7 .my-video-create-v7__preset{display:none;flex:1;min-height:0;contain:layout style}.my-video-create-v7 .my-video-create-v7__preset[s-active]{display:block;overflow-y:scroll;padding-right:calc(var(--my-vc7-padding) - var(--my-scrollbar-width, 0px))}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__preset[s-active]{overflow-y:visible;padding-right:0}}.my-video-create-v7 .my-video-create-v7__preset-grid{--gap: calc(var(--my-vc7-padding) * 0.8);display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:var(--gap);list-style:none}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__preset-grid{display:flex;flex-direction:row;gap:8px;overflow-x:auto}}.my-video-create-v7 .my-video-create-v7__preset-item{position:relative;border-radius:12px;border:1.5px solid rgba(0,0,0,0);overflow:hidden;cursor:pointer;aspect-ratio:3/5;transition:border-color .2s;content-visibility:auto;contain-intrinsic-size:280px;contain-intrinsic-size:auto 280px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__preset-item{flex-shrink:0;width:96px;border-radius:8px}}.my-video-create-v7 .my-video-create-v7__preset-item video{display:block;width:100%;height:100%;object-fit:cover;transition:scale .2s}@media screen and (min-width: 881px){.my-video-create-v7 .my-video-create-v7__preset-item:hover .my-video-create-v7__preset-item-label,.my-video-create-v7 .my-video-create-v7__preset-item[s-active] .my-video-create-v7__preset-item-label{transform:translateY(-48px)}.my-video-create-v7 .my-video-create-v7__preset-item:hover .my-video-create-v7__preset-item-try{opacity:1}}.my-video-create-v7 .my-video-create-v7__preset-item:hover video{scale:1.05}.my-video-create-v7 .my-video-create-v7__preset-item[s-active]{border-color:var(--my-vc7-accent)}.my-video-create-v7 .my-video-create-v7__preset-item[s-active] .my-video-create-v7__preset-item-try{display:none}.my-video-create-v7 .my-video-create-v7__preset-item[s-active] .my-video-create-v7__preset-item-use{display:flex;opacity:1}.my-video-create-v7 .my-video-create-v7__preset-item-label{position:absolute;bottom:0;left:0;right:0;padding:8px;color:#fff;font-size:14px;line-height:1.2;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.55);pointer-events:none;z-index:2;transition:transform .28s ease-out}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__preset-item-label{background:linear-gradient(transparent, rgba(0, 0, 0, 0.6));font-size:12px;transform:none;transition:none}}.my-video-create-v7 .my-video-create-v7__preset-item-overlay{position:absolute;bottom:0;left:0;right:0;height:100px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:16px;background:linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.75) 100%);z-index:1}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__preset-item-overlay{display:none}}.my-video-create-v7 .my-video-create-v7__preset-item-try,.my-video-create-v7 .my-video-create-v7__preset-item-use{display:flex;align-items:center;justify-content:center;width:calc(100% - var(--my-vc7-padding)*.8*2);height:32px;border-radius:12px;color:#fff;font-size:14px;font-weight:500;cursor:pointer}.my-video-create-v7 .my-video-create-v7__preset-item-try{border:1px solid hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.25);opacity:0;transition:opacity .28s ease-out .06s,background-color .2s,border-color .2s,box-shadow .2s}.my-video-create-v7 .my-video-create-v7__preset-item-try:hover{background:var(--my-vc7-accent);border-color:rgba(0,0,0,0);box-shadow:0 0 20.9px rgba(255,51,170,.25),inset 4px 5px 9.8px hsla(0,0%,100%,.25),inset -1px -3px 7px hsla(0,0%,100%,.25)}.my-video-create-v7 .my-video-create-v7__preset-item-use{display:none;opacity:0;background:var(--my-vc7-accent);box-shadow:0 0 20.9px rgba(255,51,170,.25),inset 4px 5px 9.8px hsla(0,0%,100%,.25),inset -1px -3px 7px hsla(0,0%,100%,.25)}@media(prefers-reduced-motion: reduce){.my-video-create-v7 .my-video-create-v7__preset-item-label,.my-video-create-v7 .my-video-create-v7__preset-item-try,.my-video-create-v7 .my-video-create-v7__preset-item-use{transition:none}}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__preset-item[s-active] .my-video-create-v7__preset-item-overlay{display:flex}.my-video-create-v7 .my-video-create-v7__preset-item[s-active] .my-video-create-v7__preset-item-label{background:none;transform:translateY(-48px)}}.my-video-create-v7 .my-video-create-v7__custom{display:none;flex-direction:column;flex:1;overflow:hidden;contain:layout style}.my-video-create-v7 .my-video-create-v7__custom[s-active]{display:flex}.my-video-create-v7 .my-video-create-v7__custom-inner{display:flex;flex-direction:column;flex:1;gap:10px;overflow-y:scroll;padding-right:calc(var(--my-vc7-padding) - var(--my-scrollbar-width, 0px))}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__custom-inner{padding-right:0;overflow-y:visible}}.my-video-create-v7 my-textarea.my-video-create-v7__custom-textarea{display:block;flex-shrink:0}.my-video-create-v7 .my-video-create-v7__custom-random{display:flex;align-items:center;gap:4px;height:32px;padding:0 12px;font-size:14px;font-weight:500;color:var(--my-vc7-accent);background:var(--my-vc7-accent-15);border-radius:12px}.my-video-create-v7 .my-video-create-v7__custom-random:hover{background:var(--my-vc7-accent-25)}.my-video-create-v7 .my-video-create-v7__custom-item{display:flex;flex-shrink:0;cursor:pointer}.my-video-create-v7 .my-video-create-v7__custom-item+.my-video-create-v7__custom-item{margin-left:10px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__custom-item+.my-video-create-v7__custom-item{margin-left:8px}}.my-video-create-v7 .my-video-create-v7__custom-item-media{position:relative;width:80px;aspect-ratio:3/5;border-radius:10px;border:1.5px solid rgba(0,0,0,0);overflow:hidden;transition:border-color .2s}.my-video-create-v7 .my-video-create-v7__custom-item-media img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__custom-item-media{width:62px;border-radius:8px}}.my-video-create-v7 .my-video-create-v7__custom-item-label{position:absolute;bottom:0;left:0;right:0;padding:16px 4px 6px;background:linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));border-radius:0 0 9px 9px;font-size:12px;color:#fff;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__custom-item-label{padding:12px 2px 4px;border-radius:0 0 7px 7px;font-size:11px}}.my-video-create-v7 .my-video-create-v7__custom-item[s-active] .my-video-create-v7__custom-item-media{border-color:var(--my-vc7-accent)}.my-video-create-v7 .my-video-create-v7__custom-item:hover:not([s-active]) .my-video-create-v7__custom-item-media{border-color:var(--my-vc7-accent-50)}.my-video-create-v7 .my-video-create-v7__color-row{display:none;flex-wrap:wrap;gap:var(--spacing-small);padding:12px 0 0 4px}.my-video-create-v7 .my-video-create-v7__color-row.my-video-create-v7__color-row--show{display:flex}.my-video-create-v7 .my-video-create-v7__color-dot{width:24px;height:24px;border-radius:8px;flex-shrink:0;cursor:pointer;transition:box-shadow .15s}.my-video-create-v7 .my-video-create-v7__color-dot:hover{box-shadow:0 0 0 2px hsla(0,0%,100%,.5)}.my-video-create-v7 .my-video-create-v7__color-dot[s-active]{box-shadow:0 0 0 1.5px var(--my-vc7-bg),0 0 0 3.5px #fff}.my-video-create-v7 .my-video-create-v7__bgm-section{flex-shrink:0;background:var(--my-vc7-bg-card);border:1px solid var(--my-vc7-border);border-radius:12px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__bgm-section{padding:0;background:rgba(0,0,0,0);border:none;border-radius:0}.my-video-create-v7 .my-video-create-v7__bgm-section .my-video-create-v7__scroll-header{padding-right:0}}.my-video-create-v7 .my-video-create-v7__bgm-item{position:relative;width:116px;aspect-ratio:103/152;border-radius:12px;overflow:hidden;flex-shrink:0;cursor:pointer;border:1.5px solid rgba(0,0,0,0);transition:border-color .2s,box-shadow .2s;margin-right:12px}.my-video-create-v7 .my-video-create-v7__bgm-item[s-active]{border-color:var(--my-vc7-accent);box-shadow:0 0 6.7px .625px rgba(255,14,138,.25)}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__bgm-item{width:92px;border-radius:8px;margin-right:8px}}.my-video-create-v7 .my-video-create-v7__bgm-item--upload:hover .my-video-create-v7__bgm-item--upload__placeholder__icon{opacity:1}.my-video-create-v7 .my-video-create-v7__bgm-item--upload:hover .my-video-create-v7__bgm-item--upload__placeholder__title{color:#fff}.my-video-create-v7 .my-video-create-v7__bgm-poster{position:relative;width:100%;height:100%;background:var(--background) center/cover no-repeat;background-color:#1c2022}.my-video-create-v7 .my-video-create-v7__bgm-media__controls{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:hsla(0,0%,100%,.25);border:1.5px solid hsla(0,0%,100%,.25);backdrop-filter:blur(1.27px)}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__bgm-media__controls{width:24px;height:24px;border-radius:9px}}.my-video-create-v7 .my-video-create-v7__bgm-media__controls__btn{display:none;align-items:center;justify-content:center}.my-video-create-v7 .my-video-create-v7__bgm-media__controls__btn svg{width:14px;height:14px}.my-video-create-v7 .my-video-create-v7__bgm-media__controls__btn.play{display:flex}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__bgm-media__controls__btn svg{width:11px;height:11px}}.my-video-create-v7 .my-video-create-v7__bgm-media[playing] .my-video-create-v7__bgm-media__controls__btn.play{display:none}.my-video-create-v7 .my-video-create-v7__bgm-media[playing] .my-video-create-v7__bgm-media__controls__btn.pause{display:flex}.my-video-create-v7 .my-video-create-v7__bgm-label-area{position:absolute;bottom:0;left:0;right:0;height:41px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);border-top:.5px solid hsla(0,0%,100%,.25);backdrop-filter:blur(7.9px);border-radius:0 0 12px 12px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__bgm-label-area{height:28px;border-radius:0 0 8px 8px}}.my-video-create-v7 .my-video-create-v7__bgm-media__label{font-size:14px;color:var(--my-vc7-text);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 8px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__bgm-media__label{font-size:11px}}.my-video-create-v7 .my-video-create-v7__bgm-item--upload{background:#1f2325}.my-video-create-v7 .my-video-create-v7__bgm-item--upload__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:8px}.my-video-create-v7 .my-video-create-v7__bgm-item--upload__placeholder__icon{opacity:.7;transition:opacity .2s}.my-video-create-v7 .my-video-create-v7__bgm-item--upload__placeholder__icon svg{width:24px;height:24px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__bgm-item--upload__placeholder__icon svg{width:18px;height:18px}}.my-video-create-v7 .my-video-create-v7__bgm-item--upload__placeholder__title{font-size:14px;font-weight:500;color:var(--my-vc7-text-dim);text-align:center}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__bgm-item--upload__placeholder__title{font-size:11px}}.my-video-create-v7 .my-video-create-v7__bgm-item--upload__loading{display:none;position:absolute;inset:0;align-items:center;justify-content:center;background:rgba(0,0,0,.5)}.my-video-create-v7 .my-video-create-v7__bgm-item--upload__loading::before{content:"";display:block;width:20px;height:20px;border-radius:999px;border:2px solid hsla(0,0%,100%,.1);border-top-color:#fff;border-left-color:#fff;animation:my-video-create-v7-bgm-uploading 1s infinite linear}@keyframes my-video-create-v7-bgm-uploading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.my-video-create-v7 .my-video-create-v7__bgm-item--upload[loading] .my-video-create-v7__bgm-item--upload__placeholder{display:none}.my-video-create-v7 .my-video-create-v7__bgm-item--upload[loading] .my-video-create-v7__bgm-item--upload__loading{display:flex}.my-video-create-v7 .my-video-create-v7__bgm-item--upload__audio{display:none;width:100%;height:100%}.my-video-create-v7 .my-video-create-v7__bgm-item--upload__clear{display:none;position:absolute;top:4px;right:4px;align-items:center;justify-content:center;width:20px;height:20px;background:rgba(0,0,0,.6);border-radius:50%;cursor:pointer;z-index:2;color:#fff;font-size:12px;transition:background .2s}.my-video-create-v7 .my-video-create-v7__bgm-item--upload__clear svg{width:12px;height:12px}.my-video-create-v7 .my-video-create-v7__bgm-item--upload__clear:hover{background:rgba(255,65,128,.8)}.my-video-create-v7 .my-video-create-v7__bgm-item--upload[data-src] .my-video-create-v7__bgm-item--upload__placeholder{display:none}.my-video-create-v7 .my-video-create-v7__bgm-item--upload[data-src] .my-video-create-v7__bgm-item--upload__audio{display:flex;background:#1f2325}.my-video-create-v7 .my-video-create-v7__bgm-item--upload[data-src]:hover .my-video-create-v7__bgm-item--upload__clear{display:flex}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__bgm-item--upload[data-src] .my-video-create-v7__bgm-item--upload__clear{display:flex}}.my-video-create-v7 .my-video-create-v7__duration{flex-shrink:0;padding:12px;background:var(--my-vc7-bg-card);border:1px solid var(--my-vc7-border);border-radius:12px}.my-video-create-v7 .my-video-create-v7__duration-header{display:flex;align-items:center;justify-content:space-between}.my-video-create-v7 .my-video-create-v7__duration-title{color:#fff;font-size:16px;font-weight:500;line-height:1.21}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__duration-title{font-size:14px}}.my-video-create-v7 .my-video-create-v7__duration-badge{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:24px;padding:0 8px;font-size:13px;font-weight:500;color:var(--my-vc7-accent);background:var(--my-vc7-accent-15);border-radius:8px}.my-video-create-v7 .my-video-create-v7__duration-body{padding:24px 10px 24px}.my-video-create-v7 .my-video-create-v7__duration-range.noUi-horizontal{height:12px}.my-video-create-v7 .my-video-create-v7__duration-range.noUi-target{border:1px solid rgba(0,0,0,0);background:linear-gradient(90deg, rgba(197, 45, 166, 0.2) 0%, rgba(226, 75, 119, 0.2) 100%);border-radius:999px;box-shadow:none}.my-video-create-v7 .my-video-create-v7__duration-range .noUi-connect{background:#ff4180;border-radius:999px}.my-video-create-v7 .my-video-create-v7__duration-range .noUi-connects{border-radius:999px}.my-video-create-v7 .my-video-create-v7__duration-range .noUi-handle{right:-10px;top:-5px;width:20px;height:20px;background:#e24b77;border:3px solid #fff;border-radius:999px;box-shadow:0 0 6px rgba(255,65,128,.4);cursor:pointer}.my-video-create-v7 .my-video-create-v7__duration-range .noUi-handle::before,.my-video-create-v7 .my-video-create-v7__duration-range .noUi-handle::after{content:none}.my-video-create-v7 .my-video-create-v7__duration-range .noUi-tooltip{display:none}.my-video-create-v7 .my-video-create-v7__duration-range .noUi-pips-horizontal{padding:5px 0 0 0;height:auto;top:50%}.my-video-create-v7 .my-video-create-v7__duration-range .noUi-marker-horizontal.noUi-marker{display:none}.my-video-create-v7 .my-video-create-v7__duration-range .noUi-value{font-size:12px}.my-video-create-v7 .my-video-create-v7__duration-range .noUi-value::after{content:"s"}.my-video-create-v7 .my-video-create-v7__result{flex:1;position:relative;padding:var(--my-vc7-padding) calc(var(--my-vc7-padding) - var(--my-scrollbar-width, 0px)) var(--my-vc7-padding) var(--my-vc7-padding)}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result{padding:0;margin:var(--my-vc7-padding) calc(var(--my-vc7-padding) - var(--my-scrollbar-width, 0px)) var(--my-vc7-padding) var(--my-vc7-padding);border-radius:12px;overflow:hidden}}.my-video-create-v7 .my-video-create-v7__rail{position:absolute;top:var(--my-vc7-padding);right:var(--my-vc7-padding);bottom:var(--my-vc7-padding);z-index:3;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;width:44px;max-width:calc(100% - 2*var(--my-vc7-padding));padding:10px 8px;border:1px solid var(--my-vc7-border);border-radius:12px;background:rgba(20,22,24,.72);backdrop-filter:blur(8px);overflow:hidden;transition:width .18s ease}.my-video-create-v7 .my-video-create-v7__rail[data-open]{width:150px;padding:10px}.my-video-create-v7 .my-video-create-v7__rail-toggle{flex:0 0 auto;display:flex;align-items:center;gap:6px;width:100%;padding:6px 0;border:0;border-radius:8px;background:none;cursor:pointer;color:var(--my-vc7-text-dim)}.my-video-create-v7 .my-video-create-v7__rail-toggle:hover{color:var(--my-vc7-text)}.my-video-create-v7 .my-video-create-v7__rail-toggle-caret{flex:none;display:inline-flex;transition:transform .18s ease}.my-video-create-v7 .my-video-create-v7__rail[data-open] .my-video-create-v7__rail-toggle-caret{transform:rotate(180deg)}.my-video-create-v7 .my-video-create-v7__rail-title{flex:0 0 auto;font-size:12px;line-height:1.3;white-space:nowrap}.my-video-create-v7 .my-video-create-v7__rail:not([data-open]) .my-video-create-v7__rail-title{writing-mode:vertical-rl;margin-top:8px}.my-video-create-v7 .my-video-create-v7__rail:not([data-open]) .my-video-create-v7__rail-list,.my-video-create-v7 .my-video-create-v7__rail:not([data-open]) .my-video-create-v7__rail-empty,.my-video-create-v7 .my-video-create-v7__rail:not([data-open]) .my-video-create-v7__rail-more{display:none}.my-video-create-v7 .my-video-create-v7__rail-list{display:grid;grid-template-columns:1fr;align-content:start;flex:1 1 auto;gap:8px;margin:0;padding:0;list-style:none;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.my-video-create-v7 .my-video-create-v7__rail-list::-webkit-scrollbar{display:none}.my-video-create-v7 .my-video-create-v7__rail-list:empty{flex:0 0 auto}.my-video-create-v7 .my-video-create-v7__rail-item{position:relative;width:100%;height:0;padding-bottom:133.33%;border:1px solid var(--my-vc7-border);border-radius:6px;overflow:hidden;cursor:pointer;background:hsla(0,0%,100%,.04)}.my-video-create-v7 .my-video-create-v7__rail-item img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover}.my-video-create-v7 .my-video-create-v7__rail-item-badge{position:absolute;right:4px;bottom:4px;padding:1px 4px;border-radius:4px;background:rgba(0,0,0,.6);font-size:9px;line-height:1.4;color:#fff}.my-video-create-v7 .my-video-create-v7__rail-item[data-expired]{cursor:default;border-color:hsla(0,0%,100%,.13);background:repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 6px, transparent 6px 12px),#15181b}.my-video-create-v7 .my-video-create-v7__rail-tomb{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:4px;text-align:center;line-height:1.25;color:var(--my-vc7-text-dim)}.my-video-create-v7 .my-video-create-v7__rail-tomb-icon{position:relative;flex:none;width:20px;height:17px;border:1.4px solid currentColor;border-radius:3px;opacity:.85}.my-video-create-v7 .my-video-create-v7__rail-tomb-icon::before{content:"";position:absolute;left:2px;right:2px;bottom:2px;height:6px;background:currentColor;opacity:.5;clip-path:polygon(0 100%, 35% 30%, 60% 100%)}.my-video-create-v7 .my-video-create-v7__rail-tomb-icon::after{content:"";position:absolute;left:-3px;top:50%;width:26px;height:1.4px;background:currentColor;transform:rotate(-38deg)}.my-video-create-v7 .my-video-create-v7__rail-tomb-label{font-size:9.5px;letter-spacing:.02em}.my-video-create-v7 .my-video-create-v7__rail-tomb-age{font-size:8.5px;opacity:.65}.my-video-create-v7 .my-video-create-v7__rail-empty{flex:0 0 auto;margin:0;font-size:11.5px;line-height:1.4;color:var(--my-vc7-text-dim)}.my-video-create-v7 .my-video-create-v7__rail-empty[hidden]{display:none}.my-video-create-v7 .my-video-create-v7__rail-more{flex:none;display:flex;align-items:center;justify-content:center;width:100%;height:34px;border:1px solid var(--my-vc7-border-light);border-radius:6px;font-size:12px;color:var(--my-vc7-text);text-decoration:none}.my-video-create-v7 .my-video-create-v7__rail-more[hidden]{display:none}.my-video-create-v7 .my-video-create-v7__rail-more:hover{border-color:var(--my-vc7-accent-50);color:#fff}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__rail{position:static;width:auto;padding:6px 0 2px;border:0;border-radius:0;background:none;backdrop-filter:none}.my-video-create-v7 .my-video-create-v7__rail,.my-video-create-v7 .my-video-create-v7__rail[data-open]{width:auto;padding:6px 0 2px}.my-video-create-v7 .my-video-create-v7__rail-toggle{padding:0 var(--my-vc7-padding) 8px;pointer-events:none}.my-video-create-v7 .my-video-create-v7__rail-toggle-caret{display:none}.my-video-create-v7 .my-video-create-v7__rail-title{font-size:13px;color:var(--my-vc7-text)}.my-video-create-v7 .my-video-create-v7__rail:not([data-open]) .my-video-create-v7__rail-title{writing-mode:horizontal-tb;margin-top:0}.my-video-create-v7 .my-video-create-v7__rail:not([data-open]) .my-video-create-v7__rail-list,.my-video-create-v7 .my-video-create-v7__rail:not([data-open]) .my-video-create-v7__rail-empty,.my-video-create-v7 .my-video-create-v7__rail:not([data-open]) .my-video-create-v7__rail-more{display:flex}.my-video-create-v7 .my-video-create-v7__rail-list{display:flex;gap:8px;padding:0 var(--my-vc7-padding) 2px;overflow-x:auto;overflow-y:hidden}.my-video-create-v7 .my-video-create-v7__rail-item{flex:0 0 auto;width:96px;height:128px;padding-bottom:0;border-radius:8px}.my-video-create-v7 .my-video-create-v7__rail-tomb-icon{width:15px;height:13px}.my-video-create-v7 .my-video-create-v7__rail-tomb-label{font-size:8.5px}.my-video-create-v7 .my-video-create-v7__rail-tomb-age{font-size:7.5px}.my-video-create-v7 .my-video-create-v7__rail-empty{padding:0 var(--my-vc7-padding) 6px;font-size:12px}.my-video-create-v7 .my-video-create-v7__rail-more{align-self:flex-end;width:auto;height:auto;margin:-30px var(--my-vc7-padding) 0 0;padding:0;border:0;font-size:12px;color:var(--my-vc7-accent)}.my-video-create-v7[has-history]:not([result]) .my-video-create-v7__result-placeholder{display:none}}.my-video-create-v7 .my-video-create-v7__result-placeholder{display:none;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:var(--my-vc7-padding);width:100%;height:100%}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-placeholder{gap:8px;padding:calc(var(--my-vc7-padding)*2) var(--my-vc7-padding);height:300px;background:var(--my-background-regular);border-radius:12px}}.my-video-create-v7 .my-video-create-v7__result-placeholder-icon{display:flex;align-items:center;justify-content:center;font-size:64px;opacity:.7}.my-video-create-v7 .my-video-create-v7__result-placeholder-icon svg{width:1em;height:1em}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-placeholder-icon{font-size:36px}}.my-video-create-v7 .my-video-create-v7__result-placeholder-title{max-width:310px;color:var(--my-vc7-text-dim);font-size:14px;line-height:1.2;text-align:center}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-placeholder-title{font-size:12px}}.my-video-create-v7 .my-video-create-v7__result-placeholder-btn{padding:8px 22px;color:var(--my-vc7-accent);background:var(--my-vc7-accent-15);border-radius:12px}.my-video-create-v7 .my-video-create-v7__result-placeholder-btn:hover{background:var(--my-vc7-accent-25)}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-placeholder-btn{padding:6px 18px;border-radius:8px}}.my-video-create-v7 .my-video-create-v7__result-wrapper{display:none;flex-direction:column;gap:var(--my-vc7-padding);width:100%;height:100%}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-wrapper{gap:8px}}.my-video-create-v7 .my-video-create-v7__result-card{flex:1;display:flex;flex-direction:column;gap:calc(var(--my-vc7-padding)*2);overflow:hidden}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-card{padding:0 0 12px 0;gap:0;background:#121415;border-radius:12px;border:1px solid var(--my-vc7-border)}}.my-video-create-v7 .my-video-create-v7__result-header-title{font-size:18px;font-weight:500}.my-video-create-v7 .my-video-create-v7__result-body{position:relative;display:flex;align-items:center;justify-content:center;flex:1;overflow:hidden}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-body{padding:0 12px 0 12px}}.my-video-create-v7 .my-video-create-v7__result-preview{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--my-vc7-bg-card);border-radius:16px;border:1px solid var(--my-vc7-border)}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-preview{border-radius:0;overflow:hidden;border:none;background:rgba(0,0,0,0)}}.my-video-create-v7 .my-video-create-v7__result-media{max-width:100%;max-height:100%}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-media{max-height:350px}}.my-video-create-v7 .my-video-create-v7__result-enhance{position:absolute;top:var(--my-vc7-padding);right:var(--my-vc7-padding);display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--my-vc7-text);background:rgba(0,0,0,.53);border-radius:14px;overflow:hidden;transition:color .2s}.my-video-create-v7 .my-video-create-v7__result-enhance:hover{color:var(--my-vc7-accent)}.my-video-create-v7 .my-video-create-v7__result-enhance svg{width:25.5px;height:25.5px}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-enhance{width:32px;height:32px;border-radius:11.2px}.my-video-create-v7 .my-video-create-v7__result-enhance svg{width:20.4px;height:20.4px}}.my-video-create-v7 .my-video-create-v7__result-footer{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--my-vc7-padding)}@media screen and (min-width: 1600px){.my-video-create-v7 .my-video-create-v7__result-footer{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 880px){.my-video-create-v7 .my-video-create-v7__result-footer{grid-template-columns:repeat(1, 1fr);padding:16px 12px 0 12px;border-top:1px solid var(--my-vc7-border)}}.my-video-create-v7 .my-video-create-v7__result-footer .my-button{padding:12px;color:hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:14px;font-size:14px;line-height:1.2;text-align:center;transition:color .3s,background-color .3s,border-color .3s}.my-video-create-v7 .my-video-create-v7__result-footer .my-button:hover{color:#fff;background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.25)}.my-video-create-v7 .my-video-create-v7__result-footer .my-button.my-video-create-v7__result-download{color:#fff;background:#ff4180;border:1px solid #ff4180}.my-video-create-v7 .my-video-create-v7__cost-credits{display:flex;align-items:center;justify-content:center;width:100%}@media screen and (max-width: 880px){.function-container .function-container__inner{background:var(--my-background)}}