:root{--phatos-interface-widget-right: 25px;--phatos-interface-widget-bottom: 10px}.phatos-interface-widget{position:fixed;display:flex;flex-direction:column;bottom:0;right:0;height:100%;z-index:5}.phatos-interface-widget-show{z-index:calc(var(--zi-topbar))}.phatos-widgeet-toggle{position:absolute;bottom:var(--phatos-interface-widget-bottom);right:var(--phatos-interface-widget-right);width:32px;height:32px;background-color:var(--textBlack);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.phatos-widgeet-toggle svg{width:27px;height:27px;fill:var(--white)}.phatos-interface-widget .phatos-interface{display:none;position:fixed;bottom:var(--phatos-interface-widget-bottom);right:var(--phatos-interface-widget-right);width:340px;height:calc(100% - var(--phatos-interface-widget-bottom) * 2);background-color:var(--white);box-shadow:0 3px 20px 0 var(--border);border-radius:8px;overflow:hidden}.phatos-interface-widget-show .phatos-interface{display:flex;animation:interface_show .3s ease-in-out}@keyframes interface_show{0%{opacity:0;transform:translateY(10%) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.editor-container{width:100%;height:100%;z-index:0;overflow:hidden;color:#fff}.editor-container *{color:#fff}.websito-selected-html-element{position:absolute;width:600px;min-height:240px;padding:15px 20px;display:flex;flex-direction:column;box-shadow:#0000003d 0 3px 8px,#0000003d 0 0 20px;border-radius:9px;background-color:var(--white);cursor:move;z-index:calc(var(--zi-modals) - 1)}.websito-selected-html-element .modal-title{padding:0}.websito-selected-html-element .monaco-editor{height:400px!important;border-radius:9px!important;overflow:hidden}.websito-selected-html-element-close{position:absolute;top:10px;right:10px;width:24px;height:24px;cursor:pointer;fill:var(--textLight)}.websito-iframe{width:100%;height:calc(100% - 62px);border:none;border-top-left-radius:0;transition:width .3s ease}.websito-iframe-tablet{width:768px;height:1024px;margin:15px auto 120px;border-radius:20px}.websito-iframe-mobile{width:395px;height:697px;margin:15px auto 120px;border-radius:20px}.websito-sm-toolset{display:flex;align-items:center;position:absolute;bottom:70px;left:20px;z-index:var(--zi-devicePicker);background:var(--white);border-radius:5px;border:1px solid var(--borderLight);transition:background-color .3s,border-color .3s}.websito-sm-toolset-item{display:flex;align-items:center;cursor:pointer;position:relative;gap:10px;padding:8px;margin:4px;border-radius:4px;overflow:hidden;transition:background-color .3s}.websito-sm-toolset-item:hover:before,.websito-sm-toolset-item-active:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:var(--primary);opacity:.1}.websito-sm-toolset-item svg{width:20px;height:20px;fill:var(--text)}.websito-sm-toolset-item-active svg{fill:var(--primary)}.websito-sm-toolset-item-active p{color:var(--primary);font-weight:500}.websito-sm-toolset-separator{display:flex;height:30px;width:1.5px;background-color:var(--borderLight);margin:0 10px}.websito-default-page{display:flex;flex-direction:column;align-items:center;height:120%;width:100%;margin-top:-40px;padding-top:80px}.websito-default-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://fcdn.servicehoster.io/fa9e725d-1729-4edf-b81e-4dc297534ee4/f6a507e4-7446-446a-8be0-2418894ebcc2.png);background-size:cover;background-attachment:fixed;background-position:center;z-index:0;opacity:.12}.websito-default-page>*{z-index:1}.websito-default-page h1{text-align:center;font-size:52px;font-weight:500;letter-spacing:-3px}.websito-default-page-gradient{background:linear-gradient(90deg,#6a11cb,#2575fc,#9b25fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-size:72px!important}.websito-default-page textarea{width:500px;height:100px;border:2px solid #ac94c5;box-shadow:#52206433 0 7px 29px;background-color:#faf5ff;border-radius:12px;margin-top:20px;padding:20px 70px 20px 20px;font-size:20px;color:var(--textLight);resize:none}.websito-default-page textarea:focus{outline-color:#6a11cb}.websito-default-page-textarea{position:relative}.websito-default-page-textarea button{position:absolute;bottom:15px;right:10px}
