.hidden{display:none}#sound-effect{background-color:#fff;padding:30px;box-sizing:border-box;border-radius:20px;box-shadow:0 8px 20px #0000001a;transition:all ease-in-out .25s;height:auto}#sound-effect .input-wraper{display:flex;gap:20px;align-items:flex-start}#sound-effect .header{font-size:18px;line-height:20px;font-weight:600;color:#475569;margin-top:0;margin-bottom:12px}#sound-effect .input-section{position:relative;width:100%;height:150px}#sound-effect textarea{width:100%;height:100%;padding:20px;border:1px solid #E2E8F0;border-radius:10px;font-size:16px;line-height:1.5;box-sizing:border-box;color:#334155;font-family:sans-serif;resize:none}#sound-effect textarea::placeholder{color:#94a3b8}#sound-effect textarea:focus{border:1px solid #4F46E5!important}#sound-effect .char-counter{position:absolute;bottom:8px;right:12px;font-size:12px;color:#94a3b8}#sound-effect .button-section{display:flex;flex-direction:column;gap:20px}#sound-effect button.generateButton,#sound-effect button.cancelButton{width:172px;min-width:172px;border:none;border-radius:35px;background-color:#4f46e5;color:#fff;font-size:20px;font-weight:700;cursor:pointer;padding:12px 24px;display:inline-flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;transition:all ease-in-out .25s}#sound-effect button.generateButton:hover{background-color:#7a73eb}#sound-effect button.generateButton:disabled,#sound-effect button.cancelButton:disabled{background-color:#94a3b8}#sound-effect button.cancelButton{background-color:#f97316}#sound-effect button.cancelButton:hover{background-color:#fb923c}#sound-effect .effect-audios .option{position:relative;display:flex;justify-content:flex-start;align-items:center;background-color:#f8fafc;border-radius:7px;overflow:hidden;gap:8px;transition:all ease-in-out .45s}#sound-effect .effect-audios .option:hover{background-color:#e5ecff}#sound-effect .effect-audios .option .name{flex:1}#sound-effect .play-button,#sound-effect .download-button{margin-left:12px;display:flex;justify-content:center;align-items:center;gap:8px;color:#475569;cursor:pointer;width:40px;height:40px;border-radius:50%;background-color:#fff;border:2px solid #F1F5F9;transition:all ease-in-out .25s}#sound-effect .play-button:hover,#sound-effect .download-button:hover{border:2px solid #7a73eb}#sound-effect .play-button img,#sound-effect .download-button img{width:20px;height:20px;transition:all ease-in-out .35s}#sound-effect .play-button img.play{margin-left:3px}#sound-effect .download-button{margin:8px;align-self:flex-end;justify-self:flex-end}#sound-effect .effect-audios progress,#generateProgress{position:absolute;bottom:0;left:0;width:100%;height:4px;border:none}#sound-effect .effect-audios progress::-webkit-progress-bar,#generateProgress::-webkit-progress-bar{background-color:#f1f4f8;border-radius:0}#generateProgress::-webkit-progress-bar{background-color:#f1f4f8;border-radius:0}#sound-effect .effect-audios .option:hover progress::-webkit-progress-bar,#sound-effect .effect-audios .option:hover #generateProgress::-webkit-progress-bar{background-color:#e5ecff}#sound-effect .effect-audios progress::-webkit-progress-value,#generateProgress::-webkit-progress-value{background-color:#857dff;border-radius:5px}#sound-effect .effect-audios progress::-moz-progress-bar,#generateProgress::-moz-progress-bar{background-color:#857dff;border-radius:5px}#generateProgress{width:100%;height:4px;border:none;position:relative}#sound-effect .titlehighlight{color:#6956f5}#queueInfo{margin-top:10px;color:var(--Grey-60, #475569);font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.084px}#sound-effect .smart-mode{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:8px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:-.084px}#toggle{width:36px;min-width:32px;height:20px;border-radius:50px;position:relative;transition:background-color ease-in-out .5s}#toggleMenu{width:16px;height:16px;border-radius:48px;position:absolute;background:#fff;box-shadow:0 2px 4px #0006;transition:transform ease-in-out .5s;top:2px;left:1px}#sound-effect .open1{background-color:#00b800}#sound-effect .open2{transform:translate(100%)}#sound-effect .close1{background-color:#e2e8f0}#sound-effect .close2{transform:translate(1%)}#sound-effect .spinner{border:4px solid rgba(255,255,255,.6);border-radius:50%;border-top-color:#fff;width:16px;height:16px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 800px){#sound-effect{padding:20px;border-radius:10px}#sound-effect .input-section{height:220px}#sound-effect .button-section{flex-direction:row;width:100%}#sound-effect button.generateButton,#sound-effect button.cancelButton{flex:1;order:1;font-size:16px;padding:8px 16px;font-weight:600;gap:4px}#sound-effect .smart-mode{order:0}#sound-effect .input-wraper{flex-direction:column}}@media (max-width: 460px){#sound-effect{padding:20px 12px}#sound-effect .input-section{height:260px}#sound-effect textarea{padding:7px;border-radius:5px}#sound-effect button.generateButton,#sound-effect button.cancelButton{min-width:120px;font-size:14px;padding:8px 12px}}.share-pop{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:650px;border-radius:25px;background:#fff;box-shadow:0 5px 30px #4755692a;z-index:999}.share-pop .header{color:var(--Grey-60, #475569);font-size:18px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.144px;padding-left:32px}.share-pop .content{color:var(--Grey-60, #475569);font-size:16px;font-style:normal;font-weight:600;letter-spacing:-.112px;padding-left:32px}.share-pop .copylayout{display:flex;gap:20px;align-items:flex-start;margin-left:32px;margin-right:32px;padding-left:16px;padding-right:16px;justify-content:center;align-items:center;gap:10px;border-radius:10px;border:1px solid var(--Grey-20, #E2E8F0)}.share-pop .copylayout p{color:var(--Grey-80, #1E293B);font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.084px;width:100%}button.copyLink{width:84px;height:36px;min-width:84px;border:none;border-radius:35px;background-color:#4f46e5;color:#fff;font-size:14px;font-style:normal;font-weight:700;cursor:pointer;padding:12px 24px;display:inline-flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;transition:all ease-in-out .25s}button.copyLink:hover{background-color:#7a73eb}button.copyLink:disabled{background-color:#94a3b8}.close{float:right;font-size:28px;margin-top:10px;margin-right:15px;cursor:pointer}.copy-link{float:right;color:#6956f5;font-size:14px;font-family:Inter;font-weight:500;text-decoration:underline;line-height:16px;word-wrap:break-word;margin-top:22px;margin-right:15px;cursor:pointer}.shareitem{display:flex;padding:8px;flex-direction:column;align-items:center;gap:10px;margin-left:12px;margin-right:12px;cursor:pointer}.share-container{display:grid;flex-direction:row;align-items:center;justify-content:flex-start;margin-top:1px;margin-right:20px;margin-left:20px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.shareitem img{width:48px;height:48px}.shareitem .title{color:var(--Grey-70, #334155);font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.06px}.share-pop .list{overflow:hidden;overflow-x:hidden;overflow-y:hidden;white-space:nowrap}.scroll-button{position:absolute;width:40px;height:40px;top:16px;border-radius:50%;background-color:#fff;color:#475569;overflow:hidden;box-shadow:0 4px 4px #0000004d,0 0 4px #0003;border:#00000033}#scrollLeft{left:12px;top:120px}#scrollRight{right:12px;top:120px}.sharecopyurlp{color:var(--Grey-80, #1E293B);font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.084px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}button.share-to-collection{min-width:84px;border:none;border-radius:35px;background-color:#3b82f6;color:#fff;font-size:14px;font-style:normal;font-weight:700;cursor:pointer;padding:12px 24px;display:inline-flex;flex-direction:row;transition:all ease-in-out .25s;display:block;margin:5px 30px;float:left}button.share-to-collection:hover{background-color:#7a73eb}button.share-to-collection:disabled{background-color:#94a3b8}.bottom-tips-note{color:var(--Grey-60, #475569);font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.084px;display:inline-flex;width:90%;margin-left:30px;margin-top:4px;user-select:none}.mask{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0003}@media (max-width: 800px){.share-pop{top:15%;left:10%;transform:translate(-5%)}}#simple-alert{position:fixed;top:320px;left:50%;transform:translate(-50%);padding:12px;border-radius:7px;box-shadow:0 7px 15px #5d60731a;display:none;z-index:1000;display:flex;flex-direction:column;justify-content:center;gap:2px}#simple-alert.success{background-color:#f2faf6;border:1px solid #C0E5D1}#simple-alert.error{background-color:#fef2f2;border:1px solid #FFCCD2}#simple-alert.warning{background-color:#fff9ee;border:1px solid #FFEAB3}#simple-alert.info{border:1px solid #BDDDFF;background:#f1f8ff}#simple-alert h2{font-size:14px;font-weight:500;color:#334155;display:flex;align-items:center;gap:8px;margin:0 20px 0 0;line-height:1.4}#simple-alert p{margin:0 0 0 26px;color:#334155;font-size:14px}#simple-alert .close-btn{position:absolute;top:6px;right:10px;cursor:pointer;font-size:22px;color:#475569}#simple-alert .close-btn:hover{color:#475569}#simple-alert h2:before{content:"";padding:9px;background-repeat:no-repeat}#simple-alert.success h2:before{background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1084_2833)'%3E%3Cpath d='M9 17.25C13.5563 17.25 17.25 13.5563 17.25 9C17.25 4.44365 13.5563 0.75 9 0.75C4.44365 0.75 0.75 4.44365 0.75 9C0.75 13.5563 4.44365 17.25 9 17.25ZM8.29237 12.353L5.46968 9.53026L6.53034 8.4696L8.20765 10.1469L12.1806 5.51184L13.3195 6.48803L8.29237 12.353Z' fill='%2347B881'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1084_2833'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}#simple-alert.error h2:before{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1084_2845)'%3E%3Cpath d='M9 17.25C13.5563 17.25 17.25 13.5563 17.25 9C17.25 4.44365 13.5563 0.75 9 0.75C4.44365 0.75 0.75 4.44365 0.75 9C0.75 13.5563 4.44365 17.25 9 17.25ZM12.9584 11.7916L11.7916 12.9584L9 10.1667L6.20836 12.9584L5.04164 11.7916L7.83327 9L5.04164 6.20836L6.20836 5.04164L9 7.83327L11.7916 5.04164L12.9584 6.20836L10.1667 9L12.9584 11.7916Z' fill='%23F64C4C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1084_2845'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}#simple-alert.warning h2:before{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1084_2839)'%3E%3Cpath d='M0.75 9C0.75 4.44365 4.44365 0.75 9 0.75C13.5563 0.75 17.25 4.44365 17.25 9C17.25 13.5563 13.5563 17.25 9 17.25C4.44365 17.25 0.75 13.5563 0.75 9ZM8.25 12V13.5H9.75V12H8.25ZM8.25 11.25H9.75V5.25H8.25V11.25Z' fill='%23FFAD0D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1084_2839'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}#simple-alert.info h2:before{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.25 9C17.25 13.5563 13.5563 17.25 9 17.25C4.44365 17.25 0.75 13.5563 0.75 9C0.75 4.44365 4.44365 0.75 9 0.75C13.5563 0.75 17.25 4.44365 17.25 9ZM9.75 6V4.5H8.25V6H9.75ZM9.75 6.75H8.25V12.75H9.75V6.75Z' fill='%233B82F6'/%3E%3C/svg%3E%0A")}
