.mobile-editor-layout{color:#000;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;touch-action:manipulation;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior:contain;background-color:#f3f4f6;flex-direction:column;height:100%;min-height:100dvh;margin:0;padding:0;display:flex;position:relative}.mobile-editor-layout::-webkit-scrollbar{display:none}.mobile-editor-layout button,.mobile-editor-layout input,.mobile-editor-layout textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.mobile-editor-layout input,.mobile-editor-layout textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}.mobile-editor-layout input,.mobile-editor-layout textarea:not(.text-editor-input){font-size:16px!important}.mobile-editor-layout input{line-height:16px!important}.mobile-editor-layout img{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.mobile-editor-layout__header{z-index:5;background-color:#fff;border-bottom:1px solid rgba(17,24,39,.06);flex:none;justify-content:space-between;align-items:center;padding:2px 6px;display:flex}.mobile-editor-layout__body{flex-direction:column;flex:auto;display:flex;position:relative;overflow:hidden}.mobile-editor-layout__canvas{flex:auto;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.mobile-editor-layout__canvas-overlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.mobile-editor-layout__floating-toolbar{pointer-events:none;justify-content:center;width:100%;display:flex;position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)}.mobile-editor-layout__floating-toolbar>*{pointer-events:auto}.mobile-editor-layout__bottom-toolbar{z-index:10;background-color:#fff;border-top:1px solid rgba(17,24,39,.06);flex:none;padding:0;position:-webkit-sticky;position:sticky;bottom:0}.mobile-editor-layout__scrim{cursor:pointer;z-index:30;background:rgba(17,24,39,.35);border:0;margin:0;padding:0;position:fixed;top:0;bottom:0;left:0;right:0}.mobile-editor-layout__sheet{z-index:40;height:auto;padding-bottom:0;padding-bottom:env(safe-area-inset-bottom);background-color:#fff;border-top-left-radius:18px;border-top-right-radius:18px;flex-direction:column;animation:.16s ease-out mobile-editor-sheet-in;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px rgba(15,23,42,.12)}.mobile-editor-layout__sheet:not(.mobile-editor-layout__sheet--properties){height:min(61.75vh,456px)}.mobile-editor-layout__sheet.mobile-editor-layout__sheet--templates{height:min(70vh,585px)}.mobile-editor-layout__sheet.mobile-editor-layout__sheet--layers{height:min(30.88vh,228px)}.mobile-editor-layout__sheet.mobile-editor-layout__sheet--context{height:auto}.mobile-editor-layout__sheet-header{touch-action:none;flex:none;justify-content:center;padding:14px 18px;display:flex}.mobile-editor-layout__sheet-handle{background-color:rgba(107,114,128,.35);border-radius:9999px;width:48px;height:5px}.mobile-editor-layout__sheet-content{-webkit-overflow-scrolling:touch;border-top:1px solid transparent;flex-direction:column;flex:auto;justify-content:flex-start;min-height:45px;padding:1px 18px 18px;display:flex;overflow-x:hidden;overflow-y:auto}.mobile-editor-layout__sheet--templates .mobile-editor-layout__sheet-content{padding-bottom:0}.mobile-editor-layout__sheet--layers .mobile-editor-layout__sheet-content{justify-content:flex-start;overflow:hidden}.mobile-editor-layout__sheet--properties .mobile-editor-layout__sheet-content{flex:0 auto;justify-content:center}@keyframes mobile-editor-sheet-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.mobile-editor-header{flex-direction:column;gap:.75rem;width:100%;display:flex}.mobile-editor-header__top{justify-content:flex-end;align-items:center;display:flex}.mobile-editor-header__menu{align-items:center;margin-right:auto;display:flex}.mobile-editor-header__actions{display:flex}.mobile-editor-header__title{background:#f9fafb;border-radius:12px;align-items:center;gap:.5rem;padding:.25rem .5rem;display:flex}.mobile-editor-header__title-icon{margin-top:-2px}.mobile-editor-header__title-input{color:#000;background:0 0;border:none;outline:none;flex:1;margin-left:-8px;font-size:16px;font-weight:700}.mobile-editor-header__controls{justify-content:space-between;gap:.5rem;display:flex}.mobile-editor-header__icon-btn{position:relative}.mobile-editor-header__icon-btn--active{color:var(--x02-colorpointpurple)}.mobile-editor-header__comment-badge{pointer-events:none;background-color:#b66cef;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:5px;right:5px}.mobile-editor-header__menu-panel{background:#fff;flex-direction:column;gap:4px;margin:0 -1rem;padding:14px 0 8px;display:flex}.mobile-editor-header__menu-row{color:#000;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;padding:0 28px;font-size:14px;display:flex}.mobile-editor-header__menu-row.mobile-header-divider{border-top:1px solid #f0f1f3;padding-top:8px}.mobile-header-menu-snap{border-top:1px solid transparent!important;padding-top:4px!important;padding-bottom:8px!important}.mobile-editor-header__menu-row-bind{padding-top:13px!important;padding-bottom:4px!important}.mobile-editor-header__menu-row--title{cursor:text}.mobile-editor-header__menu-row--title input{color:#000;background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.mobile-editor-header__menu-row--toggle{position:relative}.mobile-editor-header__menu-row--toggle .mobile-editor-header__menu-toggle{background:rgba(156,163,175,.4);border-radius:9999px;flex:none;width:35px;height:20px;transition:background .2s;position:relative}.mobile-editor-header__menu-row--toggle .mobile-editor-header__menu-toggle:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.mobile-editor-header__menu-row--toggle.is-active .mobile-editor-header__menu-toggle{background:var(--x02-colorpointpurple)}.mobile-editor-header__menu-row--toggle.is-active .mobile-editor-header__menu-toggle:after{transform:translate(15px)}.mobile-editor-header__menu-icon{font-family:var(--font-awesome-pro-light),Helvetica;letter-spacing:0;white-space:nowrap;color:#000;width:-moz-fit-content;width:fit-content;font-size:17px;line-height:normal;transition:background-color .2s,border-color .2s,color .2s;position:relative}.mobile-editor-header__menu-label{text-align:left;flex:1;font-size:14px}.mobile-header-layer-icon,.mobile-header-layer-label{margin-left:-2px}.mobile-editor-header__menu-chevron{color:#9ca3af;width:42px;height:24px;font-size:1rem}.mobile-editor-header__menu-home-btn{background-color:var(--x02-colorbgpastelpurple);color:var(--x02-colorpointpurple);border-radius:4px;justify-content:center;align-items:center;gap:8px;height:36px;margin:8px 28px;padding:6px 0;font-size:16px;text-decoration:none;display:flex}.mobile-editor-header__menu-home-icon{font-family:var(--font-awesome-pro-light),Helvetica;font-size:17px}.mobile-editor-header__menu-home-text{font-family:var(--font-pretendard-regular),Helvetica}
.mobile-bottom-toolbar{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.mobile-bottom-toolbar__scroll{touch-action:pan-x;-webkit-overflow-scrolling:touch;justify-content:space-between;align-items:stretch;gap:20px;width:100%;padding:8px 15px;display:flex;overflow-x:auto}.mobile-bottom-toolbar__scroll::-webkit-scrollbar{display:none}.mobile-bottom-toolbar__button{width:50px;height:50px;color:var(--x03-textmaintxtcolor);touch-action:pan-x;border:none;border-radius:4px;flex-direction:column;flex:none;align-items:center;padding:0;font-size:.7rem;display:flex;background-color:#fff!important}.mobile-bottom-toolbar__button--active{color:var(--x03-texttxtpurple);background-color:var(--x02-colorbgpastelpurple)!important}.selection-toolbar__copy-plus-button{padding:9px}.selection-toolbar__copy-plus-button .icon-svg{width:22px;height:22px}.mobile-bottom-toolbar__button--active .mobile-bottom-toolbar__icon{font-family:var(--font-awesome-pro-solid),Helvetica;color:var(--x03-texttxtpurple)}.mobile-bottom-toolbar__icon{padding-bottom:5px;font-size:18px!important}.mobile-bottom-toolbar__label{white-space:nowrap;font-size:14px}.mobile-bottom-toolbar__container{flex-direction:column;gap:12px;width:100%;display:flex}.mobile-bottom-toolbar__secondary{pointer-events:none;z-index:1;--secondary-anchor:50%;justify-content:center;display:flex;position:absolute;bottom:100%;left:0;right:0}.mobile-bottom-toolbar__secondary-scroll{bottom:0;left:var(--secondary-anchor,50%);touch-action:pan-x;-webkit-overflow-scrolling:touch;pointer-events:auto;background:#fff;border-radius:20px 20px 0 0;align-items:center;gap:10px;padding:6px 10px;display:flex;position:absolute;overflow-x:auto;transform:translate(-50%);box-shadow:0 -8px 24px rgba(15,23,42,.12)}.mobile-bottom-toolbar__secondary-scroll::-webkit-scrollbar{display:none}.mobile-bottom-toolbar__secondary-button{touch-action:pan-x;width:30px;height:30px;padding:0!important}@media (hover:hover){.mobile-bottom-toolbar__secondary-button:hover{background-color:#fff!important}}.mobile-bottom-toolbar__secondary-icon-svg{background-color:#000;width:20px;height:20px;margin-top:-4px;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (min-width:768px){.mobile-bottom-toolbar__secondary-scroll{gap:18px;padding:14px 18px}.mobile-bottom-toolbar__secondary-button{width:42.25px;height:42.25px;padding:0}.mobile-bottom-toolbar__secondary-icon{line-height:1;font-size:24px!important}.mobile-bottom-toolbar__secondary-icon-svg{width:29px;height:29px}}.mobile-bottom-toolbar__secondary-button--active{color:var(--x03-texttxtpurple);background-color:var(--x02-colorbgpastelpurple)!important}.mobile-bottom-toolbar__secondary-button--active .mobile-bottom-toolbar__secondary-icon{font-family:var(--font-awesome-pro-solid),Helvetica;color:var(--x03-texttxtpurple)}
.mobile-property-sheet__mode-toggle{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:1rem;display:grid}.mobile-property-sheet__mode-btn{color:#374151;background:#e5e7eb;border:none;border-radius:14px;padding:.65rem .5rem;font-size:.85rem}.mobile-property-sheet__mode-btn.is-active{color:#fff;background:#4f46e5}.mobile-property-sheet__content{flex-direction:column;gap:.75rem;display:flex}.mobile-property-sheet__content .properties-tool,.mobile-property-sheet__content .properties-tool-row,.mobile-property-sheet__content .properties-tool-slider{width:100%}.mobile-property-sheet__content .properties-wrapper .properties-tool-row-wrapper .properties-toggle{left:20px!important}.mobile-property-sheet__content .properties-wrapper .properties-select{border:none;padding:0}.mobile-property-sheet__content .properties-wrapper .properties-select.select-font{width:185px}.mobile-property-sheet__content .properties-wrapper .properties-select-input{opacity:1;z-index:auto;-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist;border:1px solid var(--x02-colorlinegrey);width:100%;height:36px;color:var(--x03-textmaintxtcolor);font-family:var(--font-pretendard-regular),Helvetica;cursor:pointer;box-sizing:border-box;background-color:#fff;border-radius:10px;padding:0 12px;font-size:14px;line-height:1.4;position:static}.mobile-property-sheet__content .properties-wrapper .properties-select-input:focus{border-color:var(--x02-colorpointpurple);outline:none}.mobile-property-sheet__content .properties-wrapper .properties-select-frame,.mobile-property-sheet__content .properties-wrapper .properties-select>.properties-tool-row{display:none}.mobile-property-sheet__content .properties-wrapper .radius-input-box .radius-input-unit{font-size:16px;right:7px}.mobile-property-sheet__content .properties-wrapper .curved-input-box .curved-input-unit{font-size:16px}
.mobile-layers-sheet{flex-direction:column;height:100%;display:flex}.mobile-layers-sheet .panel-title{background-color:#fff;flex:none;padding-bottom:.75rem}.mobile-layers-sheet .layer-list-wrapper{flex:auto;width:100%;min-height:0;padding-right:0;overflow-y:auto}.mobile-layers-sheet .layer-list{width:100%;max-width:none}@media (hover:hover){.mobile-layers-sheet .layer-item:hover{background-color:#fff}}
.mobile-comments-sheet{flex-direction:column;flex:auto;gap:.75rem;height:100%;min-height:0;display:flex;overflow:hidden}.mobile-comments-sheet .comment-panel-container{border-radius:0;flex-direction:column;flex-shrink:1;align-self:stretch;width:100%;min-width:0;height:100%;padding:0;display:flex;overflow:hidden}.mobile-comments-sheet .comment-panel-anchor{height:100%;width:100%!important;min-width:0!important;margin:0!important}.mobile-comments-sheet .comment-panel-wrapper{border-left:none;justify-content:stretch;width:100%;padding:0!important}.mobile-comments-sheet .comment-panel-container .comment-default-box{width:100%;max-width:none}.mobile-comments-sheet .comment-panel-container .comment-item{flex-direction:column;align-self:stretch;width:100%;min-width:0;display:flex}.mobile-comments-sheet .comment-panel-container .comment-item .comment-item-default,.mobile-comments-sheet .comment-panel-container .comment-item-default{width:100%!important;max-width:none!important;padding:16px 16px 12px!important}.mobile-comments-sheet .comment-panel-container .comment-item-default--editing{width:100%!important;max-width:none!important}.mobile-comments-sheet .comment-panel-container .comment-item-default .comment-item-txt{grid-template-columns:1fr auto}.mobile-comments-sheet .comment-panel-container .comment-item-default .comment-item-txt>.text-wrapper{max-width:none}.mobile-comments-sheet .comment-panel-container .comment-item{overflow:visible}.mobile-comments-sheet .comment-panel-container .comment-edit-btn-group{top:10px;bottom:auto;left:auto;right:10px}.mobile-comments-sheet .comment-panel-container .comment-edit-btn-group .icon-btn{width:36px!important;height:36px!important}.mobile-comments-sheet .comment-panel-container .comment-contents{flex-direction:column;flex:auto;align-self:stretch;gap:20px;width:100%;min-height:0;display:flex;overflow:hidden}.mobile-comments-sheet .comment-panel-container .comment-list-wrapper{min-height:0;padding-bottom:calc(72px + max(env(safe-area-inset-bottom),0px));scroll-padding-bottom:calc(72px + max(env(safe-area-inset-bottom),0px));-ms-overflow-style:none;scrollbar-width:none;flex:auto;align-self:stretch;width:100%;overflow-y:auto}.mobile-comments-sheet .comment-panel-container .comment-item-wrapper{align-self:stretch;width:100%}.mobile-comments-sheet .comment-panel-container .comment-input-wrapper{padding:16px max(env(safe-area-inset-left),16px)calc(16px + max(env(safe-area-inset-bottom),0px))max(env(safe-area-inset-right),16px);z-index:100;background:linear-gradient(rgba(255,255,255,0) 0%,#fff 40%);position:fixed;bottom:0;left:0;right:0}.mobile-comments-sheet .comment-panel-container .comment-input-wrapper .comment-input{margin:0 auto}.mobile-comments-sheet .comment-panel-container .comment-list-wrapper{padding-right:0}.mobile-comments-sheet .comment-list-wrapper::-webkit-scrollbar{width:0;height:0}
.mobile-template-sheet{flex-direction:column;gap:.75rem;height:100%;min-height:0;display:flex}.mobile-template-sheet__content{flex-direction:column;flex:auto;gap:.75rem;width:100%;min-height:0;display:flex}.mobile-template-sheet .template-list-wrapper{flex:auto;height:100%;min-height:0;padding:0;overflow:hidden}.mobile-template-sheet .template-panel__tabs{padding-top:0}.mobile-template-sheet .templete-list-frame{width:100%;padding-bottom:15px}.mobile-template-sheet .templete-list-frame .templete-list-row{justify-content:space-around;column-gap:max(12px,min(4vw,24px))}.mobile-template-sheet .template-list-wrapper .templete-list-div{-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.mobile-template-sheet .template-list-wrapper .templete-list-div::-webkit-scrollbar{width:0;height:0}
.mobile-multi-select-bar{color:#fff;z-index:9999;background-color:#2b2a2e;border-radius:100px;justify-content:space-between;align-items:center;width:calc(100% - 32px);max-width:300px;height:50px;padding:0 16px;animation:.2s ease-out slideDown;display:flex;position:fixed;top:60px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px rgba(0,0,0,.2)}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.mobile-multi-select-left,.mobile-multi-select-right{align-items:center;gap:12px;display:flex}.mobile-multi-select-center{font-size:14px;font-family:var(--font-pretendard-regular),sans-serif;color:#fff;text-align:center;flex:1;justify-content:center;align-items:center;line-height:1;display:flex}.mobile-multi-select-checkbox-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.mobile-checkbox{border:2px solid #fff;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.mobile-checkbox-check{font-family:var(--font-awesome-pro-solid),Helvetica;color:#fff;font-size:12px}.mobile-multi-select-done-btn{color:#e5a400;height:32px;font-size:14px;font-family:var(--font-pretendard-regular),sans-serif;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 12px;line-height:1;display:flex}.mobile-multi-select-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.mobile-close-icon{font-family:var(--font-awesome-pro-light),Helvetica;font-size:16px}
