body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.modal{margin:0 auto!important;max-width:1200px!important;width:100%!important}.avatar-grid,.background-grid{grid-gap:12px!important;display:grid!important;gap:12px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;padding:16px!important;width:100%!important}.avatar-item,.background-item{align-items:center!important;border-radius:8px!important;cursor:pointer!important;display:flex!important;flex-direction:column!important;padding:8px!important;transition:background-color .2s!important;width:100%!important}.avatar-item:hover,.background-item:hover{background-color:#0000000d!important}.avatar-item img,.background-item img{border-radius:4px!important;height:150px!important;object-fit:cover!important;width:100%!important}.avatar-item p,.background-item p{color:#666!important;font-size:12px!important;margin-top:8px!important;text-align:center!important;width:100%!important}@media (max-width:768px){.avatar-grid,.background-grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:480px){.avatar-grid,.background-grid{grid-template-columns:repeat(2,1fr)!important}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);margin-top:3rem;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar{background-color:#f5f5f5;bottom:-100%;box-shadow:0 -2px 5px #00000080;height:50%;left:0;overflow-y:auto;padding:30px 15px;position:fixed;transition:bottom .3s ease;width:100%;z-index:1000}.sidebar.open{bottom:0}.close-button{background:none;border:none;cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}@media (max-width:768px){.sidebar{height:70%;width:100%}}.dark-mode::placeholder{color:#ccc}.light-mode::placeholder{color:#666}.request-table th{padding:8px}.request-table th.fecha{width:150px}.request-table th.acciones,.request-table th.avatar,.request-table th.fondo,.request-table th.género,.request-table th.idioma,.request-table th.video{width:100px}.request-table th.prompt{width:200px}.request-table th.clase{width:150px}.request-table th.estado{margin-right:10px;width:20px}.modal{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{background-color:#fff;border-radius:5px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:20px;text-align:left;width:100%}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px}.button-group{display:flex;gap:20px;justify-content:flex-end}.react-responsive-modal-root{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.react-responsive-modal-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}.react-responsive-modal-container{height:100%;outline:0;overflow-x:hidden;overflow-y:auto;text-align:center}.react-responsive-modal-containerCenter:after{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}.react-responsive-modal-modal{background:#fff;box-shadow:0 12px 15px 0 #00000040;display:inline-block;margin:1.2rem;max-width:800px;overflow-y:auto;padding:1.2rem;position:relative;text-align:left;vertical-align:middle}.react-responsive-modal-closeButton{background-color:initial;border:none;cursor:pointer;display:flex;padding:0;position:absolute;right:14px;top:14px}.react-responsive-modal-container,.react-responsive-modal-modal,.react-responsive-modal-overlay{animation-fill-mode:forwards!important}@keyframes react-responsive-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes react-responsive-modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes react-responsive-modal-modal-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(100%)}}@keyframes react-responsive-modal-modal-out{0%{opacity:1;transform:scale(100%)}to{opacity:0;transform:scale(.96)}}.f13qeqtg>svg>circle.fui-Spinner__Track{stroke:#f0f8ff!important}.f11ditju>svg>circle.fui-Spinner__Tail{stroke:#000!important}.background-image{background-color:#fff8dc!important;border-radius:5px!important;cursor:pointer;display:block!important;height:130%!important;margin:0!important;object-fit:cover!important;padding:0!important;transform:scale(1.4) translateY(10px)!important;width:140%!important}.background-dialog-button{width:30%}.background-image:hover{border-radius:5px;outline:2px solid #585a96}.selected{border:2px solid #fff;outline:3px solid #585a96}.background-grid-container{grid-gap:12px!important;display:grid!important;gap:12px!important;grid-template-columns:repeat(7,1fr)!important;padding:16px!important;width:100%!important}.background-item{align-items:center!important;background-color:#a6a3ff!important;border-radius:5px!important;display:flex!important;flex-direction:column!important;height:180px!important;justify-content:flex-start!important;margin-bottom:8px!important;overflow:hidden!important;padding:10px 8px 8px!important;text-align:center!important;width:200px!important}.background-dialog-surface{height:80vh!important;max-width:90vw!important;min-width:1200px!important;overflow-y:auto!important}@media screen and (max-width:1400px){.background-dialog-surface{min-width:95vw!important}}@media screen and (max-width:1200px){.background-grid-container{grid-template-columns:repeat(7,1fr)!important}}@media screen and (max-width:1024px){.background-grid-container{grid-template-columns:repeat(5,1fr)!important}}@media screen and (max-width:768px){.background-grid-container{grid-template-columns:repeat(3,1fr)!important}.background-image{height:90px!important}}@media screen and (max-width:480px){.background-grid-container{gap:8px!important;grid-template-columns:repeat(2,1fr)!important}.background-image{height:80px!important}}@media screen and (max-width:912px){.background-grid-container{grid-template-columns:repeat(4,1fr)!important}.background-image{height:120px!important;transform:scale(1.2) translateY(5px)!important;width:100px!important}.background-item{height:140px!important;width:120px!important}.background-dialog-surface{height:70vh!important;max-width:80vw!important;min-width:80vw!important}}.background-item p{display:none!important}.avatar-image{background-color:#fff8dc!important;cursor:pointer;display:block!important;height:130%!important;margin:0!important;object-fit:cover!important;padding:0!important;transform:scale(1.4) translateY(10px)!important;width:140%!important}.avatar-image,.avatar-item{border-radius:5px!important}.avatar-item{align-items:center!important;background-color:#f1eeae!important;display:flex!important;flex-direction:column!important;height:180px!important;justify-content:flex-start!important;margin-bottom:8px!important;overflow:hidden!important;padding:10px 8px 8px!important;text-align:center!important;width:200px!important}.avatar-dialog-button{width:30%}.avatar-image:hover{border-radius:5px;outline:2px solid #585a96}.selected{border:12px solid #fff;outline:3px solid #ed1111}.avatar-grid-container{grid-gap:6px!important;display:grid!important;gap:6px!important;grid-template-columns:repeat(8,1fr)!important;padding:6px!important;width:100%!important}.dialog-surface{height:80vh!important;max-width:90vw!important;min-width:1200px!important;overflow-y:auto!important}.dialog-content{display:flex;flex-wrap:wrap;justify-content:center;overflow:hidden;padding:20px!important;width:100%!important}@media screen and (max-width:1400px){.dialog-surface{min-width:95vw!important}}@media screen and (max-width:1200px){.avatar-grid-container{grid-template-columns:repeat(6,1fr)!important}}@media screen and (max-width:1024px){.avatar-grid-container{grid-template-columns:repeat(5,1fr)!important}}@media screen and (max-width:768px){.avatar-grid-container{grid-template-columns:repeat(3,1fr)!important}.avatar-image{height:90px!important}}@media screen and (max-width:480px){.avatar-grid-container{gap:8px!important;grid-template-columns:repeat(2,1fr)!important}.avatar-image{height:80px!important}}@media screen and (max-width:912px){.avatar-grid-container{grid-template-columns:repeat(4,1fr)!important}.avatar-image{height:120px!important;transform:scale(1.2) translateY(5px)!important;width:100px!important}.avatar-item{height:140px!important;width:120px!important}.dialog-surface{height:70vh!important;max-width:80vw!important;min-width:80vw!important}}.avatar-item p{display:none!important}.preview-button{background-color:#585a96!important;color:#fff!important;margin:7px!important}.generate-video-button:disabled,.generate-voice-button:disabled,.preview-button:disabled{background-color:#7a7ccb!important}#mainLayout{display:flex;flex-wrap:wrap;gap:2rem}.column{flex:1 1 45%;margin-bottom:1rem}@media (max-width:768px){#mainLayout{flex-direction:column}.control-panel{margin-left:0;width:auto}.control-button{font-size:12px;height:35px;padding:0 8px}.composer-header{flex:1 1}}@media (min-width:769px) and (max-width:912px){#mainLayout{flex-direction:row;justify-content:space-between}}#col1{flex:1 1;margin-left:20px}.video-preview-title{color:#171717;font-family:Arial,sans-serif;font-size:1.4rem!important;font-weight:500}.video-preview-title-dark{color:hwb(0 100% 0)}.text-style,.video-preview-title-dark{font-family:Arial,sans-serif;font-size:1.2rem!important;font-weight:500}.text-style{color:#171717}.text-style-Prompt{font-size:1.1rem!important}.final-adjustments-title,.text-style-Prompt{color:#171717;font-family:Arial,sans-serif;font-weight:500}.final-adjustments-title{font-size:1.6rem!important}.final-adjustments-title-dark{color:hwb(0 100% 0);font-family:Arial,sans-serif;font-size:1.6rem!important;font-weight:500}.composer-container{display:flex;flex-direction:column}.composer-header{border-color:#585a96!important;border-left:1px solid #585a96!important;border-radius:10px;border-right:1px solid #585a96!important;border-top:1px solid #585a96!important;flex:3 1!important}.control-panel{align-items:center;background-color:#f0f0f0;border:1px solid #585a96!important;border-radius:10px;flex:1 1;gap:10px;justify-content:center;margin-left:-15px;width:95%}.dark .control-panel{background-color:#333}.composer-layout{flex-wrap:wrap}.control-button{align-items:center;display:flex;font-size:14px;height:40px;justify-content:center;padding:0 10px}@media (max-width:431px){.control-panel{justify-content:center!important;margin-left:0!important;width:calc(101% - 20px)!important}.control-button{align-items:center;display:flex;font-size:14px;height:30px;justify-content:center;padding:0 10px;width:30px}.column{margin-left:-2px;margin-top:20px;width:calc(100% - 40px)!important}.row-1,.row-2{justify-content:left;margin-left:-20px}}@media (min-width:768px) and (max-width:1024px){.composer-layout{flex-direction:column}.composer-header{margin-left:0!important;width:90%!important}.control-panel{margin-top:10px;width:93.5%!important}.column,.control-panel{margin-left:0!important}.column{width:90%!important}}.composer-container{margin:0 auto;padding:1rem;width:100%}.composer-header{align-items:center;background-color:#f5f5f5;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;margin-right:1rem;padding:1rem}.control-panel{display:flex;gap:1rem}.control-button{background-color:#585a96;border:none;color:#fff;cursor:pointer;padding:.5rem}.composer-layout{display:flex;gap:1rem;margin-right:1rem;margin-top:1rem}.column{background-color:#e5e5e5;border:1px solid #585a96;border-radius:8px;display:flex;flex:1 1;justify-content:center;overflow:hidden;padding:1rem}.column img{height:90%;max-width:150%;object-fit:scale-down}.column-1 img{height:75%;margin-left:30px;margin-top:45px;max-width:120%}.column-1 img,.column-2 img{object-fit:scale-down;padding-left:10px;padding-right:10px}.column-2 img{height:90%;margin-left:-50px;margin-top:40px;max-width:250%}.preview-image{border-radius:8px;height:auto;max-width:100%;object-fit:cover}.column-3 h2{margin-bottom:1rem;text-align:center}.column-3{align-items:center;display:flex;flex-direction:column;justify-content:center}.dark .column,.dark .composer-header{background-color:#333;color:#fff}@media (max-width:768px){.composer-layout{flex-direction:column}}.column-1,.column-2{color:#333;font-family:Arial,sans-serif;font-size:16px;font-weight:700}
/*# sourceMappingURL=main.09f0860f.css.map*/