.username_main__VNna2{padding-top:var(--header-height);min-height:100dvh;overflow-y:scroll;padding-bottom:var(--bottom-nav-height)}.username_errorContainer__7ZpbG{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.username_errorMessage__Yq3Ep{font-size:14px;color:var(--primary-text-color);margin-bottom:20px}.username_backButton__uIYcm{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:8px;transition:all .2s ease;background:rgba(38,38,38,.6);color:var(--description-text);font-size:12px;cursor:pointer}.username_backButton__uIYcm:active,.username_backButton__uIYcm:hover{background:rgba(0,0,0,.303)}.CommentForm_form__jep4t .CommentForm_textarea__nbQM6{flex:1 1;height:48px;font-size:14px;padding-top:14px}.CommentForm_userInfo__veswm{margin-bottom:8px;display:flex;align-items:center;gap:4px;font-size:14px}.CommentForm_userInfo__veswm .CommentForm_profileImage__gF8RK{width:24px;height:24px;border-radius:50%}.CommentForm_userInfo__veswm .CommentForm_username__LAk_R{color:var(--comment-name-color);font-weight:700}.CommentForm_userInfo__veswm .CommentForm_nickname__2bmvm{font-weight:400;color:var(--comment-nickname-color);margin-left:4px}.CommentForm_userInfo__veswm .CommentForm_privateIconContainer__io1D_{margin-left:auto;display:flex;align-items:center}.CommentForm_userInfo__veswm .CommentForm_privateIconContainer__io1D_ .CommentForm_privateLabel__EdUIs{font-weight:400;color:#52514d;margin-left:4px;display:flex;align-items:center;gap:2px}.CommentForm_userInfo__veswm .CommentForm_privateIconContainer__io1D_ .CommentForm_privateLabel__EdUIs.CommentForm_locked__k0q38{color:var(--comment-content-color)}.CommentForm_userInfo__veswm .CommentForm_privateIconContainer__io1D_ .CommentForm_privecheckbox__DaZ3l{position:absolute;opacity:0;height:0;width:0}.CommentForm_inputContainer__aIgsx{display:flex;align-items:flex-start;gap:8px}.CommentForm_inputContainer__aIgsx label{display:block;margin-bottom:8px;margin-left:4px;font-size:14px;font-weight:600;color:var(--primary-text-color)}.CommentForm_inputContainer__aIgsx .CommentForm_inputWrapper__AXzYC{position:relative;display:flex;align-items:center}.CommentForm_inputContainer__aIgsx .CommentForm_icon__5sAI7{position:absolute;left:8px;display:flex;align-items:center}.CommentForm_inputContainer__aIgsx .CommentForm_errorMessage__zxoL4{display:block;font-size:12px;color:var(--delete-text-color);margin-top:8px}.CommentForm_inputContainer__aIgsx .CommentForm_hintMessage__lyNpS{display:block;font-size:12px;color:var(--deactive-text);margin-top:8px}.CommentForm_inputContainer__aIgsx .CommentForm_loadingIndicator__BYDnG{position:absolute;right:10px;font-size:12px;color:var(--deactive-text)}.CommentForm_inputContainer__aIgsx .CommentForm_fileInputWrapper__mxlmr{position:relative;width:100%;cursor:pointer}.CommentForm_inputContainer__aIgsx .CommentForm_fileInputWrapper__mxlmr input[type=file]{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.CommentForm_inputContainer__aIgsx .CommentForm_fileInputWrapper__mxlmr input[type=file]::-webkit-file-upload-button{cursor:pointer}.CommentForm_inputContainer__aIgsx .CommentForm_fileInputWrapper__mxlmr .CommentForm_fileInputOverlay__Gz1ba{padding:10px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:var(--input-bg);border-radius:8px;border:1px dashed var(--common-line-color);z-index:1;transition:border-color .2s ease-out}.CommentForm_inputContainer__aIgsx .CommentForm_fileInputWrapper__mxlmr .CommentForm_fileInputOverlay__Gz1ba:focus,.CommentForm_inputContainer__aIgsx .CommentForm_fileInputWrapper__mxlmr .CommentForm_fileInputOverlay__Gz1ba:hover:not(:disabled){outline:none;border:1px solid var(--common-active-color)}.CommentForm_inputContainer__aIgsx .CommentForm_fileInputWrapper__mxlmr .CommentForm_fileInputOverlay__Gz1ba svg{width:16px;height:16px;color:var(--primary-text-color)}.CommentForm_inputContainer__aIgsx .CommentForm_fileInputWrapper__mxlmr .CommentForm_fileInputOverlay__Gz1ba span{color:var(--primary-text-color);font-size:14px}.CommentForm_inputContainer__aIgsx input,.CommentForm_inputContainer__aIgsx input[type=date],.CommentForm_inputContainer__aIgsx textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:12px;background-color:var(--input-bg);resize:none;border:1px solid rgba(0,0,0,0);border-radius:8px;font-size:14px;color:var(--common-text-color);text-align:left;transition:border-color .2s ease-out}.CommentForm_inputContainer__aIgsx input:focus,.CommentForm_inputContainer__aIgsx input:hover:not(:disabled),.CommentForm_inputContainer__aIgsx input[type=date]:focus,.CommentForm_inputContainer__aIgsx input[type=date]:hover:not(:disabled),.CommentForm_inputContainer__aIgsx textarea:focus,.CommentForm_inputContainer__aIgsx textarea:hover:not(:disabled){outline:none;border:1px solid #40403b}.CommentForm_inputContainer__aIgsx input.CommentForm_error__b928e,.CommentForm_inputContainer__aIgsx input[type=date].CommentForm_error__b928e,.CommentForm_inputContainer__aIgsx textarea.CommentForm_error__b928e{border-color:#dc3545}.CommentForm_inputContainer__aIgsx input.CommentForm_error__b928e:focus,.CommentForm_inputContainer__aIgsx input[type=date].CommentForm_error__b928e:focus,.CommentForm_inputContainer__aIgsx textarea.CommentForm_error__b928e:focus{box-shadow:0 0 0 2px rgba(220,53,69,.1)}.CommentForm_inputContainer__aIgsx input:disabled,.CommentForm_inputContainer__aIgsx input[type=date]:disabled,.CommentForm_inputContainer__aIgsx textarea:disabled{cursor:not-allowed;color:var(--deactive-text)}.CommentForm_inputContainer__aIgsx input::-webkit-datetime-edit,.CommentForm_inputContainer__aIgsx input[type=date]::-webkit-datetime-edit,.CommentForm_inputContainer__aIgsx textarea::-webkit-datetime-edit{text-align:left}.CommentForm_inputContainer__aIgsx input::-webkit-datetime-edit-fields-wrapper,.CommentForm_inputContainer__aIgsx input[type=date]::-webkit-datetime-edit-fields-wrapper,.CommentForm_inputContainer__aIgsx textarea::-webkit-datetime-edit-fields-wrapper{text-align:left;justify-content:flex-start}.CommentForm_inputContainer__aIgsx input::-webkit-date-and-time-value,.CommentForm_inputContainer__aIgsx input[type=date]::-webkit-date-and-time-value,.CommentForm_inputContainer__aIgsx textarea::-webkit-date-and-time-value{text-align:left}.CommentForm_buttonGroup__22ThC{display:flex;gap:4px}.CommentForm_submitButton__O8k8n{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;transition:all .2s ease;border:1px solid #393630;background:rgba(150,150,150,.15);color:var(--primary-text-color);width:48px;height:48px}.CommentForm_submitButton__O8k8n:active,.CommentForm_submitButton__O8k8n:hover{background:rgba(0,0,0,.303)}.CommentForm_submitButton__O8k8n:hover:not(:disabled){color:var(--submit-text-color)}.CommentForm_submitButton__O8k8n:disabled{opacity:.5;cursor:not-allowed}.CommentForm_cancelButton__PKwjJ{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;transition:all .2s ease;border:1px solid #393630;background:rgba(255,94,94,.15);color:#ff5e5e;width:48px;height:48px;font-size:12px}.CommentForm_cancelButton__PKwjJ:active,.CommentForm_cancelButton__PKwjJ:hover{background:rgba(0,0,0,.303)}.CommentForm_cancelButton__PKwjJ:hover{background:rgba(255,94,94,.25)}.ProfileTooltip_tooltip__wX3xm{bottom:calc(100% + 12px);left:-8px;z-index:1000;background:var(--comment-tooltip-bg);border-radius:8px;min-width:232px;display:flex;flex-direction:column;align-items:center}.ProfileTooltip_tooltip__wX3xm,.ProfileTooltip_tooltip__wX3xm:after{position:absolute;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ProfileTooltip_tooltip__wX3xm:after{content:"";top:100%;left:20px;width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:8px solid var(--comment-tooltip-bg)}.ProfileTooltip_tooltip__wX3xm .ProfileTooltip_profileImage__ujoD7{width:100%;height:150px;border-radius:4px 4px 0 0;overflow:hidden}.ProfileTooltip_tooltip__wX3xm .ProfileTooltip_profileImage__ujoD7 img{width:100%;height:100%;object-fit:cover}.ProfileTooltip_tooltip__wX3xm .ProfileTooltip_info__SG7J8{text-align:center;width:100%;padding:12px 8px}.ProfileTooltip_tooltip__wX3xm .ProfileTooltip_info__SG7J8 .ProfileTooltip_name__dczCp{font-size:18px;font-weight:600;color:var(--comment-content-color)}.ProfileTooltip_tooltip__wX3xm .ProfileTooltip_info__SG7J8 .ProfileTooltip_nickname__dGsJZ{font-size:12px;color:var(--comment-nickname-color);margin-top:6px}.ProfileTooltip_tooltip__wX3xm .ProfileTooltip_info__SG7J8 .ProfileTooltip_bio__PpeJP{font-size:12px;color:var(--comment-content-color);margin:8px 0 0;line-height:1.4;word-break:break-word;white-space:pre-wrap;max-height:140px;overflow-y:auto}.ProfileTooltip_tooltip__wX3xm .ProfileTooltip_info__SG7J8 .ProfileTooltip_bio__PpeJP::-webkit-scrollbar{width:4px}.ProfileTooltip_tooltip__wX3xm .ProfileTooltip_info__SG7J8 .ProfileTooltip_bio__PpeJP::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:8px}.ProfileTooltip_tooltip__wX3xm .ProfileTooltip_info__SG7J8 .ProfileTooltip_bio__PpeJP::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.CommentList_commentList__bMbqz{margin-top:40px}.CommentList_commentItem__Xlv1u{position:relative;padding:24px 0;display:flex;gap:12px}.CommentList_commentItem__Xlv1u+.CommentList_commentItem__Xlv1u{border-top:1px solid var(--common-divide-line-color-secondary)}.CommentList_commentItem__Xlv1u.CommentList_replyComment__uCyNL{padding:16px 0;border-top:1px solid var(--common-divide-line-color-secondary)}.CommentList_commentProfile__UKE_L{position:relative}.CommentList_commentProfile__UKE_L .CommentList_profileButton__4oYrd{background:none;border:none;padding:0;cursor:pointer}.CommentList_commentProfile__UKE_L .CommentList_profileButton__4oYrd .CommentList_profileImageContainer__R4ihK{width:40px;height:40px;border-radius:50%;overflow:hidden}.CommentList_commentProfile__UKE_L .CommentList_profileButton__4oYrd .CommentList_profileImageContainer__R4ihK .CommentList_profileImage__nhuUH{width:100%;height:100%;object-fit:cover}.CommentList_commentContentContainer__CaZLT{width:100%}.CommentList_commentContentBody__fYBH2{display:flex;justify-content:space-between;align-items:flex-start}.CommentList_userInfo__TsAc2{font-size:14px;display:flex;gap:4px;align-items:center}.CommentList_userInfo__TsAc2 .CommentList_privateIcon__sNUQq{color:var(--comment-content-color)}.CommentList_userInfo__TsAc2 .CommentList_name__UM0LF{color:var(--comment-name-color);font-weight:700}.CommentList_userInfo__TsAc2 .CommentList_nickname__Xgvg6{color:var(--comment-nickname-color)}.CommentList_userInfo__TsAc2 .CommentList_date__801Fs{color:var(--comment-date-color);font-size:.875rem}.CommentList_content__E1WdD{margin-top:8px;white-space:pre-wrap;word-break:break-word;color:var(--comment-content-color);font-size:14px;line-height:1.25}.CommentList_commentActions__ZvTo5,.CommentList_commentDelete__4obc7{display:flex;align-items:center;gap:8px}.CommentList_commentActions__ZvTo5{margin-top:12px}.CommentList_likeButton__Mr8Hd{justify-content:center;border-radius:8px;border:1px solid #393630;color:var(--comment-nickname-color);padding:4px 8px;font-size:12px;height:auto;display:flex;align-items:center;gap:4px;transition:all .2s ease}.CommentList_likeButton__Mr8Hd:active,.CommentList_likeButton__Mr8Hd:hover{background:rgba(0,0,0,.303)}.CommentList_likeButton__Mr8Hd.CommentList_liked__Eh3Bs,.CommentList_likeButton__Mr8Hd:hover{background:rgba(255,94,94,.1);color:#ff5e5e}.CommentList_likeButton__Mr8Hd .CommentList_likeCount__ftG13{font-size:11px;font-weight:500}.CommentList_replyButton__75p6Y{justify-content:center;border-radius:8px;transition:all .2s ease;border:1px solid #393630;color:var(--comment-nickname-color);padding:4px 8px;font-size:12px;height:auto;display:flex;align-items:center;gap:4px}.CommentList_replyButton__75p6Y:active,.CommentList_replyButton__75p6Y:hover{background:rgba(0,0,0,.303)}.CommentList_replyButton__75p6Y:hover{color:var(--comment-content-color)}.CommentList_deleteButton__fQpQn{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;transition:all .2s ease;border:1px solid #393630;width:48px;height:48px;flex-shrink:0;color:var(--description-text)}.CommentList_deleteButton__fQpQn:active,.CommentList_deleteButton__fQpQn:hover{background:rgba(0,0,0,.303)}.CommentList_deleteButton__fQpQn:hover{color:var(--delete-text-color)}.CommentList_deleteButton__fQpQn:active,.CommentList_deleteButton__fQpQn:hover{background:rgba(0,0,0,.45)}.CommentList_noComments__9QTKB{color:var(--comment-name-color);font-size:14px;text-align:center;padding:20px 0}.CommentList_commentReplies__CBFLi{position:relative;margin-top:12px}.CommentList_commentReplies__CBFLi:before{content:"";position:absolute;top:-20%;left:-32px;bottom:0;height:120%;width:1px;background-color:var(--common-divide-line-color-secondary)}.CommentList_replyForm__Gc0j9{margin-top:20px;padding:12px;background:rgba(150,150,150,.05);border-radius:8px}.CommentList_repliesList__4R_Qf .CommentList_commentItem__Xlv1u:first-child{border-top:none}.page_main__7gLAP{padding-top:var(--header-height);min-height:100dvh;overflow-y:scroll;padding-bottom:var(--bottom-nav-height);position:relative;z-index:0}.page_main__7gLAP:before{content:"";position:fixed;top:0;left:0;z-index:0;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.page_main__7gLAP .page_container__8GUNa{position:relative;z-index:1;width:100%;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--pd);margin-top:var(--mtb);margin-bottom:44px}.page_main__7gLAP .page_container__8GUNa .page_header___AE7v{position:relative;display:flex;margin-top:48px;margin-bottom:40px;align-items:center;justify-content:center}.page_main__7gLAP .page_container__8GUNa .page_header___AE7v h2{font-family:Pretendard;color:var(--description-text);font-size:14px;font-weight:400}.page_main__7gLAP .page_container__8GUNa .page_header___AE7v h2 strong{font-weight:400}.page_main__7gLAP .page_container__8GUNa .page_header___AE7v .page_page_navigation__B5u_E{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;z-index:10;pointer-events:none}.page_main__7gLAP .page_container__8GUNa .page_header___AE7v .page_page_navigation__B5u_E .page_navButton__x15x3{display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;border:1px solid #393630;background:rgba(150,150,150,.15);color:var(--secondary-button-color);width:36px;height:36px;padding:10px;cursor:pointer;transition:background-color transform .2s ease ease .2s;pointer-events:auto}.page_main__7gLAP .page_container__8GUNa .page_header___AE7v .page_page_navigation__B5u_E .page_navButton__x15x3:active,.page_main__7gLAP .page_container__8GUNa .page_header___AE7v .page_page_navigation__B5u_E .page_navButton__x15x3:hover{background:rgba(0,0,0,.303);background:rgba(0,0,0,.45)}.page_main__7gLAP .page_container__8GUNa .page_header___AE7v .page_page_navigation__B5u_E .page_navButton__x15x3.page_prevButton__xAdPU{margin-left:auto}.page_main__7gLAP .page_container__8GUNa .page_header___AE7v .page_page_navigation__B5u_E .page_navButton__x15x3.page_nextButton__Z6B6u{margin-right:auto}.page_main__7gLAP .page_container__8GUNa .page_imageContainer__Qar2r{position:relative;width:100%;max-width:600px;border-radius:8px;overflow:visible}.page_main__7gLAP .page_container__8GUNa .page_imageContainer__Qar2r img{width:100%;height:100%;object-fit:contain;border-radius:8px;overflow:hidden}.page_commentsContainer__VU6XI{margin:60px 0 120px}.page_commentsContainer__VU6XI .page_loginPrompt__0VyIH{text-align:center}.page_commentsContainer__VU6XI .page_loadingText__xI7_u,.page_commentsContainer__VU6XI .page_loginPrompt__0VyIH{color:var(--comment-name-color);font-size:14px;font-weight:400}.page_commentsTitle__Oygy4{font-size:16px;font-weight:500;margin-bottom:24px;color:var(--comment-title-color);border-bottom:1px solid var(--comment-title-color);padding-bottom:6px}.page_error__He3UU{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px}.page_error__He3UU .page_errorMessage__e58mv{font-size:16px;color:var(--text-color);text-align:center;margin-bottom:15px}.page_visibilityButton__wG_t0{margin-top:24px;text-align:center}.page_visibilityButton__wG_t0 button{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:8px 16px;color:#fff;font-size:14px;max-width:168px;cursor:pointer;transition:all .2s ease-in-out}.page_visibilityButton__wG_t0 button:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3)}.page_visibilityButton__wG_t0 button .page_circlesVisibility__cLZd4{display:flex;flex-direction:column;align-items:center;gap:4px}.page_visibilityButton__wG_t0 button .page_circlesVisibility__cLZd4 .page_circlesList__QTw_X{display:flex;flex-wrap:wrap;gap:4px;justify-content:center}.page_visibilityButton__wG_t0 button .page_circlesVisibility__cLZd4 .page_circlesList__QTw_X .page_circleName__GQTPl{font-size:.8rem;background:hsla(0,0%,100%,.15);padding:2px 8px;border-radius:12px}.Status_loading__9j9IY{padding-top:var(--header-height);overflow-y:scroll;padding-bottom:var(--bottom-nav-height);position:relative;z-index:0;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;min-height:100dvh;width:100%;z-index:999}.Status_loading__9j9IY:before{content:"";position:fixed;top:0;left:0;z-index:0;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.4)}@media(max-width:767px){.Status_loading__9j9IY{background:var(--bg-image) no-repeat center/cover;background-attachment:fixed}}@media(min-width:768px){.Status_loading__9j9IY{background:var(--pc-bg-image) no-repeat center/cover;background-attachment:fixed}}.Status_loading__9j9IY .Status_status__M8pa4{position:relative;z-index:1;flex-direction:column;gap:12px;height:var(--main-vh);display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:400;color:var(--common-deactive-color)}.Status_loading__9j9IY .Status_status__M8pa4:before{content:"";display:block;width:60px;height:60px;background-image:var(--symbol-logo);background-size:contain;background-repeat:no-repeat;background-position:50%;opacity:.4}.Status_loading__9j9IY .Status_componentStatus__4qZ3_{font-size:14px;font-weight:400;color:var(--common-deactive-color)}.Status_immediate__lYcAe{animation:Status_fadeIn__r1TST .15s ease-out forwards;z-index:999}@keyframes Status_fadeIn__r1TST{0%{opacity:.6}to{opacity:1}}.Status_main__kLZec{display:flex;align-items:center;justify-content:center;min-height:100dvh;width:100%}.Status_status__M8pa4{font-size:14px;color:var(--description-text)}.Status_pageTransition__AZGct{width:100%;min-height:100dvh;opacity:0;transform:translateY(10px);transition:opacity .6s ease-out,transform .6s ease-out;will-change:opacity,transform}.Status_pageTransition__AZGct.Status_visible__AvHkF{opacity:1;transform:translateY(0)}.Header_header__JQBJj{width:100%;height:calc(env(safe-area-inset-top) + var(--header-height));box-shadow:inset 0 0 0 0 hsla(0,0%,100%,.08),inset 0 -1px 1px hsla(0,0%,100%,.1),inset 0 -1px 0 hsla(0,0%,100%,.1);position:fixed;top:0;left:0;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:1000}.Header_header__JQBJj .Header_container__MMUXt{position:relative;z-index:1;width:100%;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--pd);display:grid;grid-template-columns:48px 1fr 48px;align-items:center;justify-content:space-between}.Header_header__JQBJj .Header_container__MMUXt.Header_mainContainer__Yhap7{grid-template-columns:1fr 1fr 48px}.Header_header__JQBJj .Header_container__MMUXt.Header_mainContainer__Yhap7 .Header_title__V7ObT{display:flex;align-items:center;gap:4px;color:#fff}.Header_header__JQBJj .Header_container__MMUXt.Header_mainContainer__Yhap7 .Header_title__V7ObT:before{content:"";display:block;width:32px;height:32px;background-image:var(--symbol-logo);background-size:contain;background-repeat:no-repeat;background-position:50%}.Header_logo__uJIlO{font-size:1.5rem;font-weight:700;text-decoration:none;color:#333}.Header_backButton__lGH_h{width:24px;height:24px;border:none;background:none;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;padding:0;color:var(--common-header-text-color)}.Header_title__V7ObT{font-size:18px;font-weight:600;text-align:center;margin:0;color:var(--common-header-text-color)}.Header_rightAction__IizOR{display:flex;justify-content:flex-end}.Header_actionButton__V13if{border:none;background:none;color:var(--submit-text-color);font-size:16px;font-weight:600;cursor:pointer;padding:0}.Header_actionButton__V13if.Header_deleteButton__CLTmU{color:var(--delete-text-color)}.Header_menuContainer__lCNfI{position:relative}.Header_menuButton__vmmHG{border:none;background:none;color:var(--common-header-text-color);padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.Header_menuButton__vmmHG:hover{background-color:hsla(0,0%,100%,.1)}.Header_dropdown__NOSIS{position:absolute;top:100%;right:-4px;margin-top:8px;border-radius:12px;background-color:#21201f;padding:8px 6px;min-width:140px;max-height:128px;overflow:auto;box-shadow:inset 0 0 0 0 hsla(0,0%,100%,.08),inset 0 1px 0 hsla(0,0%,100%,.2),inset 0 1px 2px hsla(0,0%,100%,.05),inset 0 0 0 hsla(0,0%,100%,.1),inset 0 -1px 1px hsla(0,0%,100%,.1);min-width:142px;max-height:none}.Header_dropdown__NOSIS .Header_dropdownItem__DLqtz{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:none;color:var(--common-header-text-color);font-size:14px;cursor:pointer;border-radius:var(--canvas-border-radius);transition:background-color .2s}.Header_dropdown__NOSIS .Header_dropdownItem__DLqtz:hover{background-color:hsla(0,0%,100%,.1)}.Header_dropdown__NOSIS .Header_dropdownItem__DLqtz.Header_deleteItem__OHUT8{color:var(--delete-text-color)}.Header_dimmedLayer__UY0Vu{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999}.Header_loadingSpinner__LBhYm{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fff;font-size:1.2rem}.Header_spinner__Y0GOV{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid var(--common-active-color);border-radius:50%;animation:Header_spin__SYKkV 1s linear infinite}@keyframes Header_spin__SYKkV{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.diary_main__kuIP6{padding-top:var(--header-height);min-height:100dvh;overflow-y:scroll;padding-bottom:var(--bottom-nav-height)}.Profile_profileContainer__98KeO{position:relative;z-index:1}.Profile_profileImageContainer__Eqkpk{height:100%;object-fit:cover;max-height:280px;aspect-ratio:16/9;background-color:var(--common-bg);position:relative;width:100%;margin-bottom:-36px}.Profile_profileImageContainer__Eqkpk .Profile_imageContainer__Pwb2b{position:relative;width:100%;height:100%;max-height:280px;overflow:hidden}.Profile_profileImageContainer__Eqkpk .Profile_profileImage__fgsCa{position:absolute;width:100%;height:100%;object-fit:cover;transform:translateY(0);will-change:transform}.Profile_profileSection__RS0kq{width:100%;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--pd);max-width:calc(var(--diary-max-width) + 52px);position:relative;z-index:1}.Profile_profileSection__RS0kq .Profile_profileInfo__Jadvb{padding:24px 16px;background:rgba(70,70,70,.6);border-radius:8px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:inset 0 0 0 0 hsla(0,0%,100%,.08),inset 0 1px 1px hsla(0,0%,100%,.1),inset 0 1px 0 hsla(0,0%,100%,.1),inset 0 -1px 1px hsla(0,0%,100%,.18)}.Profile_profileSection__RS0kq .Profile_profileInfo__Jadvb .Profile_profileHeader__n1wgj{display:flex;justify-content:space-between;align-items:center}.Profile_profileSection__RS0kq .Profile_profileInfo__Jadvb .Profile_name__ENrYQ{display:flex;align-items:center}.Profile_profileSection__RS0kq .Profile_profileInfo__Jadvb .Profile_name__ENrYQ strong{font-size:24px;font-weight:600;color:#e2e0d7}.Profile_profileSection__RS0kq .Profile_profileInfo__Jadvb .Profile_nickname__U7ha1{color:var(--description-text);margin-left:6px;font-weight:400;font-size:14px}.Profile_profileSection__RS0kq .Profile_profileInfo__Jadvb .Profile_desc__gOfnf{color:var(--common-active-color);font-size:14px}.Profile_profileSection__RS0kq .Profile_profileInfo__Jadvb .Profile_desc__gOfnf.Profile_bio__Ht38y{margin-top:20px}.Profile_profileSection__RS0kq .Profile_stats__3NjD6{color:var(--description-text);font-size:14px}.Profile_bio__Ht38y{white-space:pre-wrap;word-break:break-word;margin-top:8px;font-size:14px;line-height:1.3;color:var(--common-active-color)}.official_main__JCwAg{padding-top:var(--header-height);min-height:100dvh;overflow-y:scroll;padding-bottom:var(--bottom-nav-height)}.official_headerContainer__f7Kdd{position:absolute;top:var(--header-height);left:0;width:100%;height:100%;max-height:280px}.official_tooltipContainer__43UPc{position:absolute;z-index:2;bottom:96px;width:100%;display:flex;justify-content:center}.official_tooltipContainer__43UPc .official_tooltipButton__dUCB3{background:none;padding:8px 16px;font-size:16px;font-weight:800;text-shadow:0 0 1px #000,0 0 2px #000,0 0 4px #000;color:var(--primary-text-color);outline:none;cursor:pointer;transition:all .2s ease}.official_tooltipContainer__43UPc .official_tooltipButton__dUCB3.official_open__uiJ4W,.official_tooltipContainer__43UPc .official_tooltipButton__dUCB3:hover{background:var(--hover-bg)}.official_tooltipContainer__43UPc .official_tooltipContent__LZL_8{position:absolute;top:calc(100% + 0px);left:50%;transform:translateX(-50%) translateY(10px);background:var(--tooltip-bg,rgba(0,0,0,.8));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:16px;border-radius:8px;width:100%;max-width:336px;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.official_tooltipContainer__43UPc .official_tooltipContent__LZL_8 p{color:var(--tooltip-text);font-size:12px;line-height:1.5;margin:0;white-space:pre-wrap;word-break:keep-all}.official_tooltipContainer__43UPc .official_tooltipContent__LZL_8 p+p{margin-top:8px}.official_tooltipContainer__43UPc .official_tooltipContent__LZL_8:after{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid var(--tooltip-bg,rgba(0,0,0,.8))}.official_tooltipContainer__43UPc .official_tooltipContent__LZL_8.official_open__uiJ4W{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.official_container__f273c{padding-bottom:80px}.official_footer__8PIeZ{position:relative;z-index:1;margin-bottom:60px;text-align:center;font-size:12px;color:var(--description-text);line-height:1.5}.DiaryList_container__7jrUy{width:100%;max-width:var(--diary-max-width);margin:36px auto 0}.DiaryList_diaryList__6_uxi{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px;width:100%}.DiaryList_emptyState__Ow5De{display:flex;justify-content:center;align-items:center;min-height:100px}.DiaryList_emptyState__Ow5De p{color:#888;font-size:14px}@keyframes DiaryItem_fadeInUp__haE4u{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.DiaryItem_diaryItem___JgrP{position:relative;width:100%;opacity:0;animation:DiaryItem_fadeInUp__haE4u .5s ease forwards;will-change:opacity,transform}.DiaryItem_imageContainer__GnJgj{position:relative;display:block;width:100%;height:100%;overflow:hidden}.DiaryItem_imageContainer__GnJgj img{width:100%;height:100%;object-fit:cover}.DiaryItem_unreadIndicator__65vay{position:absolute;z-index:1;top:5px;right:5px;display:flex;align-items:center;justify-content:center;gap:2px}.DiaryItem_unreadIndicator__65vay svg{width:14px;height:14px;color:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.6))}.DiaryItem_unreadIndicator__65vay span{font-size:12px;font-weight:700;text-shadow:0 0 2px rgba(0,0,0,.5)}.setting_main__iHlCg{padding-top:var(--header-height);min-height:100dvh;overflow-y:scroll;padding-bottom:var(--bottom-nav-height)}.setting_settingContainer__HmUcj{display:flex;flex-direction:column;width:100%;height:calc(100dvh - var(--header-height) - var(--bottom-nav-height))}.setting_settingContainer__HmUcj h1{font-size:24px;margin-bottom:20px}.setting_settingList__PDSln{position:relative;z-index:1;width:100%;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--pd);height:auto;margin-top:var(--mtb)}.setting_settingList__PDSln li+li{margin-top:12px}.setting_settingList__PDSln li a,.setting_settingList__PDSln li button{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:12px;border-radius:8px;transition:all .2s ease;background:rgba(38,38,38,.6);border:1px solid #2e2c27;color:var(--primary-text-color);gap:8px}.setting_settingList__PDSln li a:active,.setting_settingList__PDSln li a:hover,.setting_settingList__PDSln li button:active,.setting_settingList__PDSln li button:hover{background:rgba(0,0,0,.8)}.setting_settingList__PDSln li a.setting_dangerButton__TRVwZ,.setting_settingList__PDSln li button.setting_dangerButton__TRVwZ{color:#6b6b6b}.setting_settingFooter__7eBM7{margin-top:auto;position:relative;z-index:1;margin-bottom:20px;text-align:center;font-size:12px;color:var(--description-text);line-height:1.5}.Dialog_overlay__zj35K{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:99999}.Dialog_dialog__GYoYg,.Dialog_overlay__zj35K{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.Dialog_dialog__GYoYg{background-color:rgba(45,45,45,.9);border-radius:12px;padding:24px;width:90%;max-width:400px;box-shadow:inset 0 0 0 0 hsla(0,0%,100%,.08),inset 0 1px 0 hsla(0,0%,100%,.2),inset 0 1px 2px hsla(0,0%,100%,.05),inset 0 0 0 hsla(0,0%,100%,.1),inset 0 -1px 1px hsla(0,0%,100%,.1)}.Dialog_dialog__GYoYg h2{font-size:16px;margin:0;font-weight:600;color:#bfbdb6}.Dialog_dialog__GYoYg p{font-size:14px;color:#8b8984;margin:0 0 28px;line-height:1.5;word-break:keep-all}.Dialog_dialog__GYoYg p.Dialog_warning__P_PFK{color:var(--delete-text-color)}.Dialog_dialog__GYoYg .Dialog_closeButton__unMke,.Dialog_dialog__GYoYg .Dialog_submitButton__s5Oee{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.Dialog_dialog__GYoYg .Dialog_closeButton__unMke:disabled,.Dialog_dialog__GYoYg .Dialog_submitButton__s5Oee:disabled{opacity:.5;cursor:not-allowed}.Dialog_dialog__GYoYg .Dialog_closeButton__unMke{background-color:#393939;color:#908d8b;transition:all .2s ease}.Dialog_dialog__GYoYg .Dialog_closeButton__unMke:active:not(:disabled),.Dialog_dialog__GYoYg .Dialog_closeButton__unMke:hover:not(:disabled){background-color:#303030}.Dialog_dialog__GYoYg .Dialog_shareButton__1n574,.Dialog_dialog__GYoYg .Dialog_submitButton__s5Oee{background-color:#000;color:#dcd5be;transition:all .2s ease}.Dialog_dialog__GYoYg .Dialog_shareButton__1n574:active:not(:disabled),.Dialog_dialog__GYoYg .Dialog_shareButton__1n574:hover:not(:disabled),.Dialog_dialog__GYoYg .Dialog_submitButton__s5Oee:active:not(:disabled),.Dialog_dialog__GYoYg .Dialog_submitButton__s5Oee:hover:not(:disabled){color:#e8debf;background-color:#141414}.Dialog_dialog__GYoYg .Dialog_content__RcWFl p{margin-bottom:12px}.Dialog_optionsContainer__tcuEd{position:relative}.Dialog_optionsContainer__tcuEd .Dialog_checkboxList__LJQ9C{margin-bottom:20px;color:var(--description-text);max-height:112px;padding:12px 0;overflow:auto}.Dialog_optionsContainer__tcuEd:after,.Dialog_optionsContainer__tcuEd:before{content:"";position:absolute;left:0;right:0;height:16px;pointer-events:none;z-index:99}.Dialog_optionsContainer__tcuEd:before{top:0;background:linear-gradient(180deg,rgb(45,45,45),transparent)}.Dialog_optionsContainer__tcuEd:after{bottom:0;background:linear-gradient(0deg,rgb(45,45,45),transparent)}.Dialog_optionsContainer__tcuEd .checkboxList{display:flex;flex-direction:column;gap:12px}.Dialog_optionsContainer__tcuEd .checkboxItem{display:flex;align-items:center;gap:8px;padding:8px;border-radius:8px;transition:background-color .2s ease}.Dialog_optionsContainer__tcuEd .checkboxItem:hover{background-color:var(--hover-color)}.Dialog_optionsContainer__tcuEd .checkbox{width:20px;height:20px;border:1px solid var(--border-color);border-radius:8px;position:relative;transition:all .2s ease}.Dialog_optionsContainer__tcuEd .checkbox:checked{background-color:var(--primary);border-color:var(--primary)}.Dialog_optionsContainer__tcuEd .checkbox:checked:after{content:"";position:absolute;top:2px;left:6px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.Dialog_optionsContainer__tcuEd .label{font-size:14px;color:var(--primary-text-color)}.Dialog_optionsContainer__tcuEd .Dialog_noCircles__AtiSd{margin-top:12px}.Dialog_actions__owZQN{display:flex;gap:8px;justify-content:flex-end}.Dialog_closeButton__unMke,.Dialog_submitButton__s5Oee{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.Dialog_closeButton__unMke:disabled,.Dialog_submitButton__s5Oee:disabled{opacity:.5;cursor:not-allowed}.Dialog_closeButton__unMke{background-color:var(--button-secondary-background);color:var(--button-secondary-text)}.Dialog_closeButton__unMke:hover:not(:disabled){background-color:var(--button-secondary-hover)}.Dialog_submitButton__s5Oee{background-color:var(--primary);color:#fff}.Dialog_submitButton__s5Oee:hover:not(:disabled){background-color:var(--primary-dark)}.Dialog_submitButton__s5Oee.Dialog_warningButton__gRNYS{background-color:var(--delete-text-color,#ff4d4f)}.Dialog_submitButton__s5Oee.Dialog_warningButton__gRNYS:hover:not(:disabled){background-color:var(--delete-text-color-dark,#d93939)}.Dialog_message__X_2rR{margin-bottom:20px;font-size:16px;line-height:1.5;color:var(--primary-text-color)}.Dialog_warningMessage__7sz1o{margin-bottom:20px;font-size:16px;line-height:1.5;color:var(--delete-text-color)!important;font-weight:500}.Dialog_header__04wOu{display:flex;justify-content:space-between;align-items:center}.Dialog_title__Y70XM{font-size:16px;font-weight:600;color:var(--primary-text-color);margin:0}.Dialog_content__RcWFl{margin:16px 0}.bottomNav_bottomNav__GKpsd{position:fixed;bottom:-1px;left:0;right:0;height:calc(env(safe-area-inset-bottom) + var(--bottom-nav-height));display:flex;justify-content:space-around;align-items:center;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:inset 0 0 0 0 hsla(0,0%,100%,.08),inset 0 1px 1px hsla(0,0%,100%,.1),inset 0 1px 0 hsla(0,0%,100%,.1);z-index:1000}.bottomNav_bottomNav__GKpsd .bottomNav_navContainer__R_3Jg{position:relative;z-index:1;width:100%;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--pd);display:flex;justify-content:space-around;align-items:center}.bottomNav_bottomNav__GKpsd .bottomNav_navItem__EOQ84{display:flex;align-items:center;justify-content:center;color:var(--primary-text-color);padding:8px;border-radius:var(--canvas-border-radius);transition:all .2s ease}.bottomNav_bottomNav__GKpsd .bottomNav_navItem__EOQ84.bottomNav_active__PbAZ_,.bottomNav_bottomNav__GKpsd .bottomNav_navItem__EOQ84:active,.bottomNav_bottomNav__GKpsd .bottomNav_navItem__EOQ84:hover{color:#fff;background:rgba(0,0,0,.303)}.bottomNav_bottomNav__GKpsd .bottomNav_navItem__EOQ84 .bottomNav_active__PbAZ_,.bottomNav_bottomNav__GKpsd .bottomNav_navItem__EOQ84[aria-current=page]{color:#fff}.bottomNav_bottomLoginNav__EGepC{max-width:var(--max-width);margin:0 auto;position:fixed;bottom:8px;left:0;right:0;height:calc(env(safe-area-inset-bottom) + var(--bottom-nav-height));padding:0 var(--pd)}.bottomNav_bottomLoginNav__EGepC .bottomNav_loginNavItem__PFce3{display:flex;align-items:center;justify-content:center;width:100%;padding:16px;border-radius:8px;color:var(--primary-text-color);border:1px solid rgba(0,0,0,0);transition:all .2s ease-out;background:var(--default-button-bg);gap:8px;font-size:16px;font-weight:600}.bottomNav_bottomLoginNav__EGepC .bottomNav_loginNavItem__PFce3:active,.bottomNav_bottomLoginNav__EGepC .bottomNav_loginNavItem__PFce3:hover{color:#dcd5be;color:#fff;background:var(--default-button-bg-hover);border:1px solid #1d1d1d;box-shadow:0 0 24px 0 rgba(0,0,0,.4),0 0 4px 0 rgba(0,0,0,.6)}.CanvasArea_canvasArea__LUOdO{position:relative;z-index:1;margin:0 auto;max-width:100%;max-height:calc(100vh - (var(--header-height) + var(--bottom-nav-height) + 16px + 32px));display:flex;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);color:var(--background);overflow:hidden;touch-action:manipulation;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:440px){.CanvasArea_canvasArea__LUOdO{max-height:calc(100dvh - var(--header-height) - var(--bottom-nav-height))}}.CanvasArea_canvasElement__VhOAp{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.CanvasArea_elementsOverlay__bzsc9{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;touch-action:none}.CanvasArea_elementWrapper__zn9QA{position:relative;width:100%;height:100%;pointer-events:auto;user-select:none;touch-action:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;will-change:transform;touch-action:manipulation}.CanvasArea_elementWrapper__zn9QA img{width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;object-fit:contain;pointer-events:none;will-change:transform}.CanvasArea_elementWrapper__zn9QA.CanvasArea_focused__l1Br9 .CanvasArea_controlPanel__bv_gE,.CanvasArea_elementWrapper__zn9QA.CanvasArea_focused__l1Br9 .CanvasArea_rotateHandle__hnjhf,.CanvasArea_elementWrapper__zn9QA:focus .CanvasArea_controlPanel__bv_gE,.CanvasArea_elementWrapper__zn9QA:focus .CanvasArea_rotateHandle__hnjhf{display:flex;opacity:1;visibility:visible;pointer-events:all;touch-action:manipulation}.CanvasArea_rotateHandle__hnjhf{position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:24px;height:24px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;touch-action:none;box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:10000}.CanvasArea_rotateHandle__hnjhf:hover{background-color:#f0f0f0}.CanvasArea_controlPanel__bv_gE{position:absolute;bottom:-48px;left:50%;transform:translateX(-50%);display:flex;gap:5px;background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:4px;opacity:1;visibility:visible;z-index:1000;pointer-events:all;touch-action:auto}.CanvasArea_controlPanel__bv_gE button{color:var(--primary-color);width:24px;height:24px;border:none;background-color:rgba(0,0,0,0);font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:2px;pointer-events:all;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}.CanvasArea_controlPanel__bv_gE button:active{background-color:#e0e0e0}.CanvasArea_controlPanel__bv_gE button svg.CanvasArea_colorPickerIcon__lhTf_{pointer-events:none}.CanvasArea_controlPanel__bv_gE button svg.CanvasArea_colorPickerIcon__lhTf_>path:not(:first-child){stroke:#bfbfbf;stroke-width:1}.CanvasArea_controlPanel__bv_gE button:hover{background-color:#f0f0f0}.CanvasArea_controlPanel__bv_gE button .CanvasArea_textShadowIcon__7ZmM0{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px}.CanvasArea_controlPanel__bv_gE button .CanvasArea_textShadowIcon__7ZmM0:not(.CanvasArea_none__HR6JX){background-color:#dcdcdc}.CanvasArea_controlPanel__bv_gE button .CanvasArea_textShadowIcon__7ZmM0:not(.CanvasArea_none__HR6JX).CanvasArea_white__JtR55{color:#000;text-shadow:0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff}.CanvasArea_controlPanel__bv_gE button .CanvasArea_textShadowIcon__7ZmM0:not(.CanvasArea_none__HR6JX).CanvasArea_black__y4Q6y{color:#fff;text-shadow:0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000}.CanvasArea_stickerElement__grioY{transform-origin:center center;width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible}.CanvasArea_stickerElement__grioY img{width:100%;height:100%;object-fit:contain}.CanvasArea_textElement__I8jc3{display:block;width:100%;height:100%;padding:8px;transform-origin:center center;white-space:pre-wrap;word-break:break-word;border-radius:4px;outline:none;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);min-height:24px;height:auto;display:flex;pointer-events:auto;flex-direction:column;line-height:1.5;font-weight:400;font-style:normal}.CanvasArea_textElement__I8jc3 textarea{padding:0;margin:0;min-height:24px;height:auto;overflow:hidden;box-sizing:border-box;line-height:1.5;display:block;font-weight:inherit;font-style:inherit}.CanvasArea_shapeElement__YKT11{transform:rotate(0deg);transform-origin:center center}.CanvasArea_canvasContainer__dpinK{position:relative;z-index:1;width:100%;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--pd);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - var(--header-height) - var(--bottom-nav-height));padding-top:var(--header-height);padding-bottom:var(--bottom-nav-height)}.CanvasArea_resizeHandle__p9jDd{width:20px!important;height:20px!important;pointer-events:auto!important;z-index:1000}.CanvasArea_resizeHandle__p9jDd:before{content:"";display:block;width:50%;height:50%}.CanvasArea_resizeHandle__p9jDd.CanvasArea_bottomLeft__GREy7{left:-10px;bottom:-10px}.CanvasArea_resizeHandle__p9jDd.CanvasArea_bottomLeft__GREy7:before{border-bottom:3px solid #fff;border-left:3px solid #fff;border-radius:0 0 0 10px;filter:drop-shadow(0 0 1px black) drop-shadow(0 0 1px black);margin-left:8px;margin-top:0}.CanvasArea_resizeHandle__p9jDd.CanvasArea_bottomRight__csF1_{right:-10px;bottom:-10px}.CanvasArea_resizeHandle__p9jDd.CanvasArea_bottomRight__csF1_:before{border-bottom:3px solid #fff;border-right:3px solid #fff;border-radius:0 0 10px 0;filter:drop-shadow(0 0 1px black) drop-shadow(0 0 1px black);margin-left:0;margin-top:0}.CanvasArea_resizeHandle__p9jDd.CanvasArea_topLeft__1wj85{left:-10px;top:-10px}.CanvasArea_resizeHandle__p9jDd.CanvasArea_topLeft__1wj85:before{border-top:3px solid #fff;border-left:3px solid #fff;border-radius:10px 0 0 0;filter:drop-shadow(0 0 1px black) drop-shadow(0 0 1px black);margin-left:8px;margin-top:8px}.CanvasArea_resizeHandle__p9jDd.CanvasArea_topRight__WcK0t{right:-10px;top:-10px}.CanvasArea_resizeHandle__p9jDd.CanvasArea_topRight__WcK0t:before{border-top:3px solid #fff;border-right:3px solid #fff;border-radius:0 10px 0 0;filter:drop-shadow(0 0 1px black) drop-shadow(0 0 1px black);margin-left:0;margin-top:8px}.CanvasArea_dragHandle__Goguq{cursor:move;pointer-events:auto;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform-origin:center center;transition:transform .1s ease;touch-action:none}.CanvasArea_dragHandle__Goguq img{width:100%;height:100%;object-fit:contain}.CanvasArea_colorPickerWrapper__XnG__{position:relative;pointer-events:auto!important;touch-action:none!important;z-index:1001}.CanvasArea_textColorPickerContainer__HCmVw{position:absolute;top:calc(100% + 54px);left:50%;transform:translateX(-50%);background-color:#fff;padding:4px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:100;pointer-events:auto;touch-action:none}.CanvasArea_textColorPickerContainer__HCmVw .react-colorful{width:150px!important;height:150px!important;touch-action:none}.CanvasArea_textColorPickerContainer__HCmVw .react-colorful *,.CanvasArea_textColorPickerContainer__HCmVw .react-colorful__interactive{touch-action:none}.CanvasArea_textColorPickerContainer__HCmVw .react-colorful__pointer{width:20px!important;height:20px!important}.CanvasArea_textColorPickerContainer__HCmVw .react-colorful__saturation{border-radius:4px 4px 0 0!important}.CanvasArea_textColorPickerContainer__HCmVw .react-colorful__alpha{border-radius:0 0 4px 4px!important}.CanvasArea_textColorPickerContainer__HCmVw .react-colorful__alpha,.CanvasArea_textColorPickerContainer__HCmVw .react-colorful__hue{height:18px!important}.CanvasArea_textColorPickerContainer__HCmVw .react-colorful__hue,.CanvasArea_textColorPickerContainer__HCmVw .react-colorful__saturation{touch-action:none}.CanvasArea_filterLayer__j_ezx{z-index:2;mix-blend-mode:normal}.CanvasArea_filterLayer__j_ezx,.CanvasArea_noiseLayer__I_ln3{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.CanvasArea_noiseLayer__I_ln3{z-index:3;mix-blend-mode:overlay}.CanvasArea_rgbSplitContainer__tCTIl{overflow:hidden;z-index:2}.CanvasArea_rgbLayer__xUjkS,.CanvasArea_rgbSplitContainer__tCTIl{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.CanvasArea_rgbLayer__xUjkS{background-size:cover;background-position:50%;mix-blend-mode:screen}.CanvasArea_locked__vMdDs,.CanvasArea_locked__vMdDs *{pointer-events:none!important}.CanvasArea_opacitySliderContainer__5aB8I{position:absolute;top:calc(100% + 54px);left:50%;transform:translateX(-50%);background-color:#fff;padding:4px 8px;border-radius:8px;display:flex;align-items:center;gap:2px;z-index:1000;border:1px solid #ccc;pointer-events:auto}.CanvasArea_opacitySlider__RS8jB{width:100px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ddd;outline:none;border-radius:10px}.CanvasArea_opacitySlider__RS8jB::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;border:2px solid var(--canvas-filter-border-color)}.CanvasArea_opacitySlider__RS8jB::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;border:2px solid var(--canvas-filter-border-color)}.CanvasArea_opacityValue__DrU_v{color:#000;font-size:12px;min-width:30px;text-align:right}.CanvasArea_shapeElement__YKT11{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CanvasArea_colorPicker__C2JKv{position:absolute;top:-220px;left:0;z-index:10;background-color:#fff;border-radius:8px;padding:8px;box-shadow:0 2px 10px rgba(0,0,0,.2)}.CanvasArea_scanlineOverlay__c3CeT{background-image:repeating-linear-gradient(0deg,rgba(0,0,0,.15),rgba(0,0,0,.15) 1px,transparent 0,transparent 2px),repeating-linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.15) 1px,transparent 0,transparent 2px);background-size:2px 2px;background-repeat:repeat;image-rendering:pixelated;z-index:15}.CanvasArea_glitterOverlay__pchTq,.CanvasArea_scanlineOverlay__c3CeT{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.CanvasArea_glitterOverlay__pchTq{mix-blend-mode:screen;z-index:20}.CanvasArea_dreamyGlowOverlay__ZYpV6{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen;z-index:10;border-radius:16px;background:rgba(0,0,0,0);opacity:0;transition:opacity .3s ease}.CanvasMenu_canvasMenu__YU_A9{display:block;margin:16px 0}.CanvasMenu_canvasMenuList__87A3m{display:flex;gap:12px}.CanvasMenu_canvasMenuListItem__qp4Cy button{display:flex;align-items:center;justify-content:center;background-color:var(--canvas-button-color);width:40px;height:40px;border-radius:50%;font-size:16px;color:#fff}.CanvasMenu_canvasMenuListItem__qp4Cy.CanvasMenu_layerItem__JaHJ3{margin-left:auto}.BottomPanel_bottomPanel__E16lK{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;position:fixed;top:100%;left:50%;height:100%;max-height:calc(55vh - (var(--bottom-nav-height) - var(--bottom-nav-height)));transform:translate3d(-50%,0,0);transform-origin:top;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;border-radius:20px 20px 0 0;padding:40px 0 calc(var(--bottom-nav-height));box-shadow:inset 0 0 0 0 hsla(0,0%,100%,.08),inset 0 1px 1px hsla(0,0%,100%,.1),inset 0 1px 0 hsla(0,0%,100%,.1),0 -1px 6px 0 rgba(0,0,0,.5);transition:height .3s ease-out;background:rgba(70,70,70,.7);-webkit-backdrop-filter:blur(50px) opacity(1);backdrop-filter:blur(50px) opacity(1);will-change:backdrop-filter;isolation:isolate;z-index:99;transition:transform .6s cubic-bezier(.65,0,.35,1);touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;overscroll-behavior-y:contain}.BottomPanel_bottomPanel__E16lK:before{content:"";position:absolute;top:16px;left:50%;transform:translateX(-50%);width:40px;height:4px;background:#ddd;border-radius:2px;cursor:pointer;transition:background-color .2s ease}.BottomPanel_bottomPanel__E16lK:before:hover{background:#fff}.BottomPanel_bottomPanel__E16lK.BottomPanel_open__MC2To{overflow-y:auto;overflow-x:hidden;transform:translate3d(-50%,calc(-55vh - (var(--bottom-nav-height) - var(--bottom-nav-height))),0)}.BottomPanel_bottomPanel__E16lK.BottomPanel_open__MC2To .BottomPanel_toolContainer__rmh96{position:relative;height:100%;overflow:scroll;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior-y:contain}.BottomPanel_toolSection__SrziH.BottomPanel_backgroundSection__akdgr{position:relative}.BottomPanel_toolSection__SrziH.BottomPanel_backgroundSection__akdgr h3{margin-top:2px}.BottomPanel_toolSection__SrziH.BottomPanel_stickerSection__CCLaj{position:relative}.BottomPanel_toolSection__SrziH.BottomPanel_stickerSection__CCLaj img{padding:4px;object-fit:contain;filter:drop-shadow(0 0 1.5px rgba(0,0,0,.5))}.BottomPanel_toolSection__SrziH.BottomPanel_textSection__cDBk_{position:relative;margin-bottom:24px}.BottomPanel_toolSection__SrziH.BottomPanel_textSection__cDBk_ ul.BottomPanel_itemList__zPRox{flex-direction:column;margin-top:22px;padding-top:0}.BottomPanel_toolSection__SrziH.BottomPanel_filterSection__4AxnJ{position:relative;margin-bottom:52px}.BottomPanel_toolSection__SrziH+.BottomPanel_toolSection__SrziH{margin-top:28px;padding-top:20px;border-top:1px solid rgba(139,137,132,.462745098)}.BottomPanel_toolSection__SrziH h3{margin:10px 0 0;font-size:16px;color:#fff;padding:0 var(--pd)}.BottomPanel_toolSection__SrziH h4{margin:20px 0 4px;font-size:14px;font-weight:400;color:var(--primary-text-color);padding:0 var(--pd)}.BottomPanel_defaultItems__uHEXv{position:relative;margin-bottom:12px;display:flex;gap:8px;flex-wrap:wrap}.BottomPanel_uploadContainer__SWmd2{display:flex;flex-direction:row;margin-left:var(--pd)}.BottomPanel_colorButtonContainer__RDuSQ{position:relative;display:flex;align-items:center;z-index:10}.BottomPanel_colorButton__UHenO{width:22px;height:22px;border-radius:50%;width:var(--thumbnail-button-size);height:var(--thumbnail-button-size);border-radius:8px;background-color:var(--canvas-background);border:1px solid var(--canvas-button-border-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s;flex-shrink:0}.BottomPanel_colorButton__UHenO:hover{border-color:var(--common-active-color)}.BottomPanel_colorButton__UHenO:active{transform:translateY(2px)}.BottomPanel_colorButton__UHenO svg{width:20px;height:20px;color:#121212}.BottomPanel_colorPickerPopup__OweRG{position:absolute;left:12px;top:100%;z-index:100;margin:4px 0;padding:4px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);touch-action:none;pointer-events:auto}.BottomPanel_colorPickerPopup__OweRG .react-colorful{width:150px!important;height:150px!important}.BottomPanel_colorPickerPopup__OweRG .react-colorful__saturation{border-radius:4px 4px 0 0!important;touch-action:none}.BottomPanel_colorPickerPopup__OweRG .react-colorful__hue{border-radius:0 0 4px 4px!important;touch-action:none}.BottomPanel_colorPickerPopup__OweRG .react-colorful__pointer{width:20px!important;height:20px!important}.BottomPanel_colorPickerPopup__OweRG .react-colorful p{display:block!important;margin:0!important;padding:0!important}.BottomPanel_uploadButton__CQ_ue{width:var(--thumbnail-button-size);height:var(--thumbnail-button-size);border-radius:8px;background-color:var(--canvas-background);border:1px solid var(--canvas-button-border-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.BottomPanel_uploadButton__CQ_ue:hover{border-color:var(--common-active-color)}.BottomPanel_uploadButton__CQ_ue:active{transform:translateY(2px)}.BottomPanel_uploadButton__CQ_ue svg{width:20px;height:20px;color:#121212}.BottomPanel_uploadButton__CQ_ue.BottomPanel_uploading__gUi2z{cursor:not-allowed;opacity:.7}.BottomPanel_uploadButton__CQ_ue .BottomPanel_loadingIcon__1epC7{animation:BottomPanel_spin__gfFNj 1s linear infinite}.BottomPanel_itemList__zPRox{position:relative;z-index:1;display:flex;gap:8px;list-style:none;margin:0;flex-wrap:nowrap;overflow-x:auto;width:auto;padding:12px 16px}.BottomPanel_itemList__zPRox+.BottomPanel_itemList__zPRox{margin-top:12px}.BottomPanel_itemList__zPRox li.BottomPanel_uploadImages__6TuZw{flex-shrink:0}.BottomPanel_itemList__zPRox.BottomPanel_fontItemList__ThxVs{width:100%}.BottomPanel_itemList__zPRox.BottomPanel_fontItemList__ThxVs li.BottomPanel_fontItem__32BMa{flex-shrink:0;width:auto;transition:transform .2s}.BottomPanel_itemList__zPRox.BottomPanel_fontItemList__ThxVs li.BottomPanel_fontItem__32BMa button{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:12px;border-radius:8px;transition:all .2s ease;background:rgba(38,38,38,.6);background-color:rgba(0,0,0,.2);color:#fff;font-size:14px;font-weight:800;height:100%;border:none}.BottomPanel_itemList__zPRox.BottomPanel_fontItemList__ThxVs li.BottomPanel_fontItem__32BMa button:active,.BottomPanel_itemList__zPRox.BottomPanel_fontItemList__ThxVs li.BottomPanel_fontItem__32BMa button:hover{background:rgba(0,0,0,.8);background:rgba(0,0,0,.4)}.BottomPanel_itemList__zPRox.BottomPanel_fontItemList__ThxVs li.BottomPanel_fontItem__32BMa:active{transform:translateY(2px)}.BottomPanel_itemList__zPRox.BottomPanel_buttonSideList__zWxR9{margin:0;padding:12px 16px 12px 8px}.BottomPanel_uploadImages__6TuZw{position:relative;display:flex;align-items:center}.BottomPanel_uploadImages__6TuZw span.BottomPanel_notice__UJslo{display:flex;align-items:center;height:50px;margin-left:12px;font-size:12px;color:var(--canvas-button-border-color)}.BottomPanel_uploadImages__6TuZw .BottomPanel_deleteButton__7dhyb{position:absolute;top:-8px;right:-8px;background-color:#fff;color:#000;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.BottomPanel_itemButton__b2Ax5{width:var(--thumbnail-button-size);height:var(--thumbnail-button-size);border-radius:8px;background-color:var(--canvas-background);border:1px solid var(--canvas-button-border-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s;background:rgba(182,182,182,.8);overflow:hidden}.BottomPanel_itemButton__b2Ax5:hover{border-color:var(--common-active-color)}.BottomPanel_itemButton__b2Ax5:active{transform:translateY(2px)}.BottomPanel_itemButton__b2Ax5 svg{width:20px;height:20px;color:#121212}.BottomPanel_itemButton__b2Ax5 img{width:100%;height:100%;object-fit:cover}@keyframes BottomPanel_spin__gfFNj{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.BottomPanel_filterButtonsContainer__lNEA2{display:flex;flex-direction:column;gap:12px}.BottomPanel_filterItem__n6CtZ{display:flex;flex-direction:column;gap:8px;padding:0 var(--pd)}.BottomPanel_filterItem__n6CtZ .BottomPanel_filterControl__VgVIp{display:flex;align-items:center;gap:8px;padding:0 8px;margin:8px 0 4px;touch-action:none;width:100%}.BottomPanel_filterItem__n6CtZ .BottomPanel_filterControl__VgVIp input{width:100%}.BottomPanel_filterIntensitySlider__vCJ5r{height:24px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:hsla(0,0%,100%,.35);outline:none;border-radius:12px;box-shadow:0 0 4px rgba(0,0,0,.2);border:none;cursor:pointer}.BottomPanel_filterIntensitySlider__vCJ5r::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid var(--canvas-filter-border-color);box-shadow:0 0 3px rgba(0,0,0,.3);cursor:pointer}.BottomPanel_filterIntensitySlider__vCJ5r::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid var(--canvas-filter-border-color);box-shadow:0 0 3px rgba(0,0,0,.3);cursor:pointer}.BottomPanel_filterButton__Oq6zg{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:12px;border-radius:8px;transition:all .2s ease;background:rgba(38,38,38,.6);background-color:rgba(0,0,0,.2);color:#fff;font-size:14px;font-weight:800;font-weight:600;gap:8px;border:none}.BottomPanel_filterButton__Oq6zg:active,.BottomPanel_filterButton__Oq6zg:hover{background:rgba(0,0,0,.8);background:rgba(0,0,0,.4)}.BottomPanel_filterButton__Oq6zg.BottomPanel_active__sXdOa{background:rgba(0,0,0,.4)}.BottomPanel_filterButton__Oq6zg .BottomPanel_filterName__gW0C4{font-size:14px}.BottomPanel_filterIntensityContainer__93cV7{display:flex;align-items:center;gap:8px;padding:0 8px;touch-action:none}.BottomPanel_filterIntensityContainer__93cV7 .BottomPanel_filterIntensitySlider__vCJ5r{flex:1 1;touch-action:none}.BottomPanel_filterIntensityContainer__93cV7 .BottomPanel_filterIntensityValue__MHs0D{font-size:12px;color:var(--description-text);min-width:36px;text-align:right}.BottomPanel_shapeItemList__KWO5i{padding:12px 0}.BottomPanel_shapeItem__Zriz9 button{width:var(--thumbnail-button-size);height:var(--thumbnail-button-size);border-radius:8px;background-color:var(--canvas-background);border:1px solid var(--canvas-button-border-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s;background:rgba(182,182,182,.8)}.BottomPanel_shapeItem__Zriz9 button:hover{border-color:var(--common-active-color)}.BottomPanel_shapeItem__Zriz9 button:active{transform:translateY(2px)}.BottomPanel_shapeItem__Zriz9 button svg{width:20px;height:20px;color:#121212;color:#353530;width:60%;height:60%}.BottomPanel_shapePreview__2_ikE{width:20px;height:20px;margin-left:8px}.BottomPanel_layerSection__jtt7D{width:100%;padding:0 var(--pd);margin-bottom:40px}.BottomPanel_layerSection__jtt7D .BottomPanel_toolSectionHeader__t0_i3{display:flex;align-items:center;gap:8px;margin-bottom:22px}.BottomPanel_layerSection__jtt7D .BottomPanel_toolSectionHeader__t0_i3 h3{margin:0;padding:0}.BottomPanel_layerSection__jtt7D .BottomPanel_toolSectionHeader__t0_i3 .BottomPanel_layerDesc__AmR3P{font-size:12px;font-weight:400;color:var(--primary-text-color)}.BottomPanel_layerSection__jtt7D .BottomPanel_layerList__Et7DT{display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-right:5px}.BottomPanel_layerSection__jtt7D .BottomPanel_layerList__Et7DT::-webkit-scrollbar{width:4px}.BottomPanel_layerSection__jtt7D .BottomPanel_layerList__Et7DT::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:8px}.BottomPanel_layerSection__jtt7D .BottomPanel_emptyState__i4gc_{text-align:center;padding:30px 0;color:var(--primary-text-color)}.BottomPanel_layerSection__jtt7D .BottomPanel_emptyState__i4gc_ p{margin:5px 0;font-size:14px}.BottomPanel_layerItem__F4H8W{width:100%;display:flex;align-items:center;justify-content:flex-start;border-radius:8px;transition:all .2s ease;background:rgba(38,38,38,.6);border:none;padding:4px 12px;cursor:-webkit-grab;cursor:grab;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.BottomPanel_layerItem__F4H8W:active,.BottomPanel_layerItem__F4H8W:hover{background:rgba(0,0,0,.8);background:rgba(38,38,38,.3)}.BottomPanel_layerItem__F4H8W.BottomPanel_dragging__DNs3W{cursor:-webkit-grabbing;cursor:grabbing;outline:2px dotted hsla(0,0%,100%,.5882352941);outline-offset:-2px;opacity:.4;background:#000;box-shadow:0 2px 5px rgba(0,0,0,.1)}.BottomPanel_layerItem__F4H8W.BottomPanel_locked__AWU_X{opacity:.7;cursor:not-allowed}.BottomPanel_layerItem__F4H8W.BottomPanel_locked__AWU_X .BottomPanel_layerInfo__D_tvf{opacity:.7}.BottomPanel_layerItem__F4H8W.BottomPanel_hidden__CgHMy{opacity:.5}.BottomPanel_layerItem__F4H8W .BottomPanel_layerInfo__D_tvf{display:flex;align-items:center;gap:8px;overflow:hidden;flex:1 1;margin-left:16px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.BottomPanel_layerItem__F4H8W .BottomPanel_layerIcon__co_Uc{font-size:24px;flex-shrink:0}.BottomPanel_layerItem__F4H8W .BottomPanel_layerName__ui1tE{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.BottomPanel_layerItem__F4H8W .BottomPanel_previewSticker__A8vnd,.BottomPanel_layerItem__F4H8W .BottomPanel_previewText__y9J5O{max-width:100px;max-height:30px;overflow:hidden;font-size:11px;margin-left:5px;color:var(--primary-text-color);white-space:nowrap;text-overflow:ellipsis;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.BottomPanel_layerItem__F4H8W .BottomPanel_previewSticker__A8vnd img{max-height:30px;max-width:30px;object-fit:contain}.BottomPanel_layerItem__F4H8W .BottomPanel_layerControls__lPuUe{display:flex;gap:5px;flex-shrink:0}.BottomPanel_layerItem__F4H8W .BottomPanel_layerButton__IWKlD{background:rgba(0,0,0,0);border:none;color:var(--primary-text-color);padding:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.BottomPanel_layerItem__F4H8W .BottomPanel_layerButton__IWKlD:disabled{opacity:.3;cursor:not-allowed}.BottomPanel_layerItem__F4H8W .BottomPanel_layerButton__IWKlD svg{font-size:18px}.BottomPanel_layerItem__F4H8W .BottomPanel_layerButton__IWKlD.BottomPanel_active__sXdOa{color:var(--primary-color);background-color:var(--primary-color-light)}.BottomPanel_layerList__Et7DT{position:relative}.BottomPanel_layerList__Et7DT:after{content:"";position:absolute;bottom:0;left:0;right:0;height:20px;background:linear-gradient(0deg,rgba(255,255,255,.8),rgba(255,255,255,0));pointer-events:none;opacity:0;transition:opacity .2s}.BottomPanel_layerList__Et7DT.BottomPanel_scrolled__FuomK:after{opacity:1}.BottomPanel_layerList__Et7DT.BottomPanel_dropArea__fqyHG{outline:2px dashed rgba(0,123,255,.3);background-color:rgba(0,123,255,.05);border-radius:8px}.BottomPanel_dragItem__ziS6e{opacity:.6;transform:scale(.98);box-shadow:0 5px 10px rgba(0,0,0,.1)}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter]{background-color:rgba(70,70,70,.65)!important;box-shadow:none!important;border:none!important;position:fixed!important;top:auto!important;bottom:50%!important;left:50%!important;transform:translate(-50%,50%)!important;width:380px!important;height:auto!important;padding:24px 0!important;max-width:85%!important;border-radius:12px!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;box-shadow:inset 0 0 0 0 hsla(0,0%,100%,.08),inset 0 1px 1px hsla(0,0%,100%,.1),inset 0 1px 0 hsla(0,0%,100%,.1),0 -1px 6px 0 rgba(0,0,0,.3)!important;border:1px solid hsla(0,0%,100%,.2)!important;transition:none!important}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] [class*=toolSection]:after,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] [class*=toolSection]:before,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter]:after,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter]:before{opacity:0!important;visibility:hidden!important;display:none!important;border:none!important;content:none!important}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] .BottomPanel_filterButtonsContainer__lNEA2>h4,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] .BottomPanel_filterItem__n6CtZ:not(.BottomPanel_active-adjustment__AdTqU),section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] .BottomPanel_toolSection__SrziH:not(.BottomPanel_filterSection__4AxnJ),section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] [class*=BottomPanel_filterButtonsContainer]>h4,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] [class*=BottomPanel_filterItem]:not(.BottomPanel_active-adjustment__AdTqU),section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] [class*=BottomPanel_toolSection]:not([class*=BottomPanel_filterSection]),section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] [class*=filterItem]:not(.BottomPanel_active-adjustment__AdTqU),section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] [class*=toolSection]:not([class*=filterSection]),section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] h3:not(.BottomPanel_active-adjustment__AdTqU h3),section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] h4{opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:none!important;height:0!important;width:0!important;margin:0!important;padding:0!important;border:none!important;position:absolute!important;left:-9999px!important;top:-9999px!important;transition:none!important}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] .BottomPanel_toolSection__SrziH,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] [class*=BottomPanel_toolSection],section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] [class*=toolSection]{border:none!important;background:rgba(0,0,0,0)!important;box-shadow:none!important;padding:0!important;margin:0!important;height:auto!important;position:relative!important}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment]{position:relative!important;top:0!important;left:50%!important;width:100%!important;height:auto!important;transform:translateX(-50%);background-color:inherit!important;display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] .BottomPanel_filterButton__Oq6zg,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=BottomPanel_filterButton],section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=filterButton]{background:none!important;padding:0 16px!important;pointer-events:none!important}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=filterButton]>svg{width:24px;height:24px}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] .BottomPanel_filterName__gW0C4,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=BottomPanel_filterName],section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=filterName]{font-weight:400!important;font-size:18px!important}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] .BottomPanel_filterControl__VgVIp{padding:0 16px!important;align-items:center!important;margin-top:12px!important}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] .BottomPanel_filterIntensitySlider__vCJ5r,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=BottomPanel_filterIntensitySlider],section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=filterIntensitySlider]{height:28px!important;width:100%!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:hsla(0,0%,100%,.4)!important;outline:none!important;border-radius:16px!important;box-shadow:none!important;margin:0!important;border:none!important}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] .BottomPanel_filterIntensitySlider__vCJ5r::-webkit-slider-thumb,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=BottomPanel_filterIntensitySlider]::-webkit-slider-thumb,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=filterIntensitySlider]::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;width:26px!important;height:26px!important;border-radius:50%!important;background:#fff!important;box-shadow:none!important;cursor:pointer!important}section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] .BottomPanel_filterIntensityValue__MHs0D,section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=BottomPanel_filterIntensityValue],section.BottomPanel_bottomPanel__E16lK[data-adjusting-filter] div.BottomPanel_filterItem__n6CtZ[class*=active-adjustment] [class*=filterIntensityValue]{font-size:20px!important;text-align:center!important;font-weight:300!important;display:inline-block!important;min-width:50px!important}body.BottomPanel_adjusting-filter__o9xyN * .BottomPanel_filterButtonsContainer__lNEA2 h4,body.BottomPanel_adjusting-filter__o9xyN * [class*=BottomPanel_filterButtonsContainer] h4{display:none!important;height:0!important;width:0!important;margin:0!important;padding:0!important;opacity:0!important;visibility:hidden!important;position:absolute!important;left:-9999px!important;top:-9999px!important;pointer-events:none!important}.BottomPanel_noiseOverlay__FSXCb{background-size:cover!important}.BottomPanel_noiseOverlay__FSXCb,.BottomPanel_scanlineOverlay__jV1Cx{background-repeat:repeat!important;image-rendering:-webkit-optimize-contrast!important;image-rendering:crisp-edges!important}.BottomPanel_scanlineOverlay__jV1Cx{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;pointer-events:none!important;background-image:repeating-linear-gradient(0deg,rgba(0,0,0,.15),rgba(0,0,0,.15) 1px,transparent 0,transparent 2px),repeating-linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.15) 1px,transparent 0,transparent 2px)!important;background-size:2px 2px!important;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background-image:repeating-linear-gradient(0deg,rgba(0,0,0,.15),rgba(0,0,0,.15) 1px,transparent 0,transparent 2px),repeating-linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.15) 1px,transparent 0,transparent 2px);background-size:2px 2px;background-repeat:repeat;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;z-index:15}.CheckboxList_checkboxList__IiykO{list-style:none;padding:0;margin:0}.CheckboxList_checkboxList__IiykO+.CheckboxList_checkboxList__IiykO{margin-top:14px;padding-top:14px;border-top:1px solid var(--common-line-color)}.CheckboxList_checkboxItem__qCVud+li{margin-top:14px}.CheckboxList_checkboxLabel__yWpEu{display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:600;word-break:break-all}.CheckboxList_checkbox__AgMyw{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.CheckboxList_checkbox__AgMyw:checked~.CheckboxList_checkmark__FM4aP{background-color:var(--checkbox-checked-bg-color);border-color:var(--checkbox-checked-border-color)}.CheckboxList_checkbox__AgMyw:checked~.CheckboxList_checkmark__FM4aP:after{display:block}.CheckboxList_checkmark__FM4aP{height:16px;width:16px;background-color:var(--checkbox-bg-color);border:1px solid var(--checkbox-border-color);border-radius:8px;margin-right:8px;position:relative;transition:all .2s;flex-shrink:0}.CheckboxList_checkmark__FM4aP:after{content:"";position:absolute;display:none;top:1px;left:4px;width:4px;height:8px;border:solid var(--checkbox-check-color);border-width:0 2px 2px 0;transform:rotate(45deg)}.CheckboxList_label__D1yU9{color:var(--checkbox-text-color);font-size:14px;font-weight:600;word-break:break-all}.write_main__6wMCD{position:relative;z-index:0;width:100%}.write_main__6wMCD:before{content:"";position:fixed;top:0;left:0;z-index:0;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.write_writeContainer__yD8WV{z-index:1;width:100%;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--pd);height:100dvh;padding-top:80px;padding-bottom:160px;justify-content:center;position:relative}.write_elementsOverlay__sZ0PQ{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.write_elementWrapper__sCwXV{position:absolute;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform-origin:center center;will-change:transform;cursor:move}@media(hover:none)and (pointer:coarse){.write_elementWrapper__sCwXV:active{cursor:-webkit-grabbing;cursor:grabbing}.write_elementWrapper__sCwXV .write_dragHandleBar__9c5GX{height:32px;opacity:.8}.write_elementWrapper__sCwXV .write_dragHandleBar__9c5GX:active{opacity:1}}.write_elementWrapper__sCwXV.write_selected__RAsvc{outline:1px solid #007bff}.write_elementWrapper__sCwXV.write_focused__Nr9ze{outline:2px solid #007bff}.write_elementWrapper__sCwXV.write_focused__Nr9ze .write_dragHandleBar__9c5GX{display:flex}.write_elementWrapper__sCwXV:not(.write_focused__Nr9ze){outline:none;z-index:0}.write_elementWrapper__sCwXV:not(.write_focused__Nr9ze):hover{outline:1px dotted #a2b6cc}.write_elementWrapper__sCwXV .write_controls__qhcdp{display:none}.write_elementWrapper__sCwXV img{display:block;pointer-events:none}.write_elementWrapper__sCwXV div[contenteditable]{background:rgba(0,0,0,0);border:none;outline:none;cursor:text;min-width:100px;padding:8px;text-align:center;white-space:pre-wrap;transition:min-height .2s ease;caret-color:#007bff}.write_elementWrapper__sCwXV div[contenteditable].write_editing__R5Qeb{background-color:hsla(0,0%,100%,.1);border-radius:8px;box-shadow:0 0 0 2px rgba(0,123,255,.3)}.write_elementWrapper__sCwXV div[contenteditable]:empty:before{content:attr(data-placeholder);color:#aaa;font-style:italic;pointer-events:none}.write_elementWrapper__sCwXV div[contenteditable]:hover{outline:1px solid rgba(0,123,255,.3)}.write_elementWrapper__sCwXV div[contenteditable]:focus{outline:2px solid rgba(0,123,255,.5);background-color:hsla(0,0%,100%,.1)}.write_elementWrapper__sCwXV .write_dragHandle__4uiTH{position:relative;width:100%;height:100%;cursor:move}.write_elementWrapper__sCwXV .write_textWrapper__JFLzG{cursor:text;min-width:100px;width:auto;height:auto;overflow:visible}.write_elementWrapper__sCwXV.write_focused__Nr9ze{z-index:1}.write_elementWrapper__sCwXV.write_focused__Nr9ze .write_dragHandle__4uiTH{opacity:1}.write_elementWrapper__sCwXV .write_dragHandleBar__9c5GX{background-color:#f44;cursor:move;z-index:2}.write_elementWrapper__sCwXV .write_dragHandleBar__9c5GX:hover{background-color:#bebebe}.write_elementWrapper__sCwXV .write_dragHandleBar__9c5GX .write_dragIcon__SyZ4f{color:#fff;font-size:14px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.write_elementWrapper__sCwXV .write_dragHandleBar__9c5GX{position:absolute;top:-24px;left:0;right:0;height:24px;background-color:#bbb;border-radius:4px 4px 0 0;cursor:-webkit-grab;cursor:grab;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;z-index:10}.write_elementWrapper__sCwXV .write_dragHandleBar__9c5GX:hover{opacity:1!important;background-color:#e0e0e0}.write_elementWrapper__sCwXV .write_dragHandleBar__9c5GX:active{cursor:-webkit-grabbing;cursor:grabbing}.write_elementWrapper__sCwXV .write_elementContent__Y2RY8{position:relative;pointer-events:auto;z-index:1}.write_elementWrapper__sCwXV .write_textWrapper__JFLzG{position:relative;pointer-events:auto;z-index:1;min-height:1em;display:flex;align-items:center;justify-content:center;word-break:keep-all;overflow-wrap:break-word;white-space:pre-line;padding:0;margin:0;text-align:center;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;width:300px;box-sizing:border-box}.write_elementWrapper__sCwXV .write_rotateHandle__NNzTd{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);width:20px;height:20px;background:#fff;border:2px solid #007bff;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .2s;z-index:2;display:flex;align-items:center;justify-content:center}.write_elementWrapper__sCwXV .write_rotateHandle__NNzTd:before{content:"↻";color:#007bff;font-size:14px}.write_elementWrapper__sCwXV .write_rotateHandle__NNzTd:hover{background:#007bff}.write_elementWrapper__sCwXV .write_rotateHandle__NNzTd:hover:before{color:#fff}.write_elementWrapper__sCwXV.write_focused__Nr9ze{z-index:2}.write_elementWrapper__sCwXV.write_focused__Nr9ze .write_dragHandleBar__9c5GX{opacity:.8;pointer-events:auto}.write_elementWrapper__sCwXV.write_focused__Nr9ze .write_rotateHandle__NNzTd{opacity:1}.write_elementContent__Y2RY8{position:relative;width:100%;height:100%}.write_textContainer__QI0pq{position:relative;display:flex;align-items:center;background:rgba(0,0,0,0)}.write_textContainer__QI0pq .write_dragHandle__4uiTH{position:absolute;left:-24px;top:50%;transform:translateY(-50%);cursor:-webkit-grab;cursor:grab;padding:4px;color:#007bff;font-size:16px;opacity:0;transition:opacity .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.write_textContainer__QI0pq .write_dragHandle__4uiTH:active{cursor:-webkit-grabbing;cursor:grabbing}.write_textContainer__QI0pq:hover .write_dragHandle__4uiTH{opacity:1}.write_visibilityButton__g41Ic{position:absolute;bottom:16px;right:16px;background-color:hsla(0,0%,100%,.7);border:1px solid #ddd;border-radius:20px;color:#333;font-size:.9rem;padding:8px 16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;cursor:pointer;transition:all .2s ease}.write_visibilityButton__g41Ic:hover{background-color:hsla(0,0%,100%,.85)}.InputField_inputContainer__sbPrf label{display:block;margin-bottom:8px;margin-left:4px;font-size:14px;font-weight:600;color:var(--primary-text-color)}.InputField_inputContainer__sbPrf .InputField_inputWrapper__uKShd{position:relative;display:flex;align-items:center}.InputField_inputContainer__sbPrf .InputField_icon__Zgmwk{position:absolute;left:8px;display:flex;align-items:center}.InputField_inputContainer__sbPrf .InputField_errorMessage__MNrQS{display:block;font-size:12px;color:var(--delete-text-color);margin-top:8px}.InputField_inputContainer__sbPrf .InputField_hintMessage__1hE9k{display:block;font-size:12px;color:var(--deactive-text);margin-top:8px}.InputField_inputContainer__sbPrf .InputField_loadingIndicator__bEbzJ{position:absolute;right:10px;font-size:12px;color:var(--deactive-text)}.InputField_inputContainer__sbPrf .InputField_fileInputWrapper__RGnHm{position:relative;width:100%;cursor:pointer}.InputField_inputContainer__sbPrf .InputField_fileInputWrapper__RGnHm input[type=file]{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.InputField_inputContainer__sbPrf .InputField_fileInputWrapper__RGnHm input[type=file]::-webkit-file-upload-button{cursor:pointer}.InputField_inputContainer__sbPrf .InputField_fileInputWrapper__RGnHm .InputField_fileInputOverlay__CIZby{padding:10px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:var(--input-bg);border-radius:8px;border:1px dashed var(--common-line-color);z-index:1;transition:border-color .2s ease-out}.InputField_inputContainer__sbPrf .InputField_fileInputWrapper__RGnHm .InputField_fileInputOverlay__CIZby:focus,.InputField_inputContainer__sbPrf .InputField_fileInputWrapper__RGnHm .InputField_fileInputOverlay__CIZby:hover:not(:disabled){outline:none;border:1px solid var(--common-active-color)}.InputField_inputContainer__sbPrf .InputField_fileInputWrapper__RGnHm .InputField_fileInputOverlay__CIZby svg{width:16px;height:16px;color:var(--primary-text-color)}.InputField_inputContainer__sbPrf .InputField_fileInputWrapper__RGnHm .InputField_fileInputOverlay__CIZby span{color:var(--primary-text-color);font-size:14px}.InputField_inputContainer__sbPrf input,.InputField_inputContainer__sbPrf input[type=date],.InputField_inputContainer__sbPrf textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:12px;background-color:var(--input-bg);resize:none;border:1px solid rgba(0,0,0,0);border-radius:8px;font-size:14px;color:var(--common-text-color);text-align:left;transition:border-color .2s ease-out}.InputField_inputContainer__sbPrf input:focus,.InputField_inputContainer__sbPrf input:hover:not(:disabled),.InputField_inputContainer__sbPrf input[type=date]:focus,.InputField_inputContainer__sbPrf input[type=date]:hover:not(:disabled),.InputField_inputContainer__sbPrf textarea:focus,.InputField_inputContainer__sbPrf textarea:hover:not(:disabled){outline:none;border:1px solid #40403b}.InputField_inputContainer__sbPrf input.InputField_error__6cjzv,.InputField_inputContainer__sbPrf input[type=date].InputField_error__6cjzv,.InputField_inputContainer__sbPrf textarea.InputField_error__6cjzv{border-color:#dc3545}.InputField_inputContainer__sbPrf input.InputField_error__6cjzv:focus,.InputField_inputContainer__sbPrf input[type=date].InputField_error__6cjzv:focus,.InputField_inputContainer__sbPrf textarea.InputField_error__6cjzv:focus{box-shadow:0 0 0 2px rgba(220,53,69,.1)}.InputField_inputContainer__sbPrf input:disabled,.InputField_inputContainer__sbPrf input[type=date]:disabled,.InputField_inputContainer__sbPrf textarea:disabled{cursor:not-allowed;color:var(--deactive-text)}.InputField_inputContainer__sbPrf input::-webkit-datetime-edit,.InputField_inputContainer__sbPrf input[type=date]::-webkit-datetime-edit,.InputField_inputContainer__sbPrf textarea::-webkit-datetime-edit{text-align:left}.InputField_inputContainer__sbPrf input::-webkit-datetime-edit-fields-wrapper,.InputField_inputContainer__sbPrf input[type=date]::-webkit-datetime-edit-fields-wrapper,.InputField_inputContainer__sbPrf textarea::-webkit-datetime-edit-fields-wrapper{text-align:left;justify-content:flex-start}.InputField_inputContainer__sbPrf input::-webkit-date-and-time-value,.InputField_inputContainer__sbPrf input[type=date]::-webkit-date-and-time-value,.InputField_inputContainer__sbPrf textarea::-webkit-date-and-time-value{text-align:left}.CustomButton_button__tqrry{display:flex;align-items:center;justify-content:center;width:100%;padding:16px;border-radius:8px;color:var(--primary-text-color);border:1px solid rgba(0,0,0,0);transition:all .2s ease-out;background:var(--default-button-bg);font-size:16px;gap:8px;cursor:pointer}.CustomButton_button__tqrry:active,.CustomButton_button__tqrry:hover{color:#dcd5be;color:#fff;background:var(--default-button-bg-hover);border:1px solid #1d1d1d;box-shadow:0 0 24px 0 rgba(0,0,0,.4),0 0 4px 0 rgba(0,0,0,.6)}.CustomButton_button__tqrry:disabled{opacity:.5;cursor:not-allowed}.CustomButton_large__e_e1n{font-size:16px}.CustomButton_medium__WHmlx{font-size:14px}.CustomButton_full__iXQVu{width:100%;font-weight:600}.CustomButton_invalid__MFcmK{border-color:#dc3545;color:#dc3545}.CustomButton_invalid__MFcmK.CustomButton_filled__0rV6G{background-color:#dc3545;color:#fff}.CustomButton_invalid__MFcmK.CustomButton_filled__0rV6G:hover:not(:disabled){background-color:#bd2130}.CustomButton_invalid__MFcmK.CustomButton_outlined__3nPAR:hover:not(:disabled){background-color:rgba(220,53,69,.1)}.CustomButton_icon__gpWgL{display:flex;align-items:center}.CustomButton_label___aiO6{white-space:nowrap}.register_registerContainer__zABkG{padding-top:var(--header-height);min-height:100dvh;overflow-y:scroll;padding-bottom:var(--bottom-nav-height)}.register_registerContainer__zABkG .register_registerForm__ngSyR{position:relative;z-index:1;width:100%;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--pd)}.register_registerContainer__zABkG .register_registerForm__ngSyR h2{font-size:24px;margin-bottom:20px}.register_profileContainer__cRXtU{position:relative;z-index:1;width:100%;height:100%;max-width:var(--max-width);padding:0 var(--pd);margin:50px auto 44px}.register_bioGroup__kw1Fz,.register_nameGroup__vBfRi,.register_profileImageGroup__58A7m{margin-bottom:24px;border-bottom:1px solid var(--common-divide-line-color-secondary);padding-bottom:24px}.register_bioGroup__kw1Fz{border-bottom:none}.register_inputGroup__gRqVz+.register_inputGroup__gRqVz{margin-top:24px}.register_inputGroup__gRqVz label{display:block;margin-bottom:8px;margin-left:4px;font-size:14px;font-weight:600;color:var(--primary-text-color)}.register_inputGroup__gRqVz .register_inputWrapper__WyCha{position:relative;display:flex;align-items:center}.register_inputGroup__gRqVz .register_icon__mlEhI{position:absolute;left:8px;display:flex;align-items:center}.register_inputGroup__gRqVz .register_errorMessage__Vz54y{display:block;font-size:12px;color:var(--delete-text-color);margin-top:8px}.register_inputGroup__gRqVz .register_hintMessage__3mOKr{display:block;font-size:12px;color:var(--deactive-text);margin-top:8px}.register_inputGroup__gRqVz .register_loadingIndicator__wRLQY{position:absolute;right:10px;font-size:12px;color:var(--deactive-text)}.register_inputGroup__gRqVz .register_fileInputWrapper__WM_C6{position:relative;width:100%;cursor:pointer}.register_inputGroup__gRqVz .register_fileInputWrapper__WM_C6 input[type=file]{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.register_inputGroup__gRqVz .register_fileInputWrapper__WM_C6 input[type=file]::-webkit-file-upload-button{cursor:pointer}.register_inputGroup__gRqVz .register_fileInputWrapper__WM_C6 .register_fileInputOverlay__1NlH4{padding:10px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:var(--input-bg);border-radius:8px;border:1px dashed var(--common-line-color);z-index:1;transition:border-color .2s ease-out}.register_inputGroup__gRqVz .register_fileInputWrapper__WM_C6 .register_fileInputOverlay__1NlH4:focus,.register_inputGroup__gRqVz .register_fileInputWrapper__WM_C6 .register_fileInputOverlay__1NlH4:hover:not(:disabled){outline:none;border:1px solid var(--common-active-color)}.register_inputGroup__gRqVz .register_fileInputWrapper__WM_C6 .register_fileInputOverlay__1NlH4 svg{width:16px;height:16px;color:var(--primary-text-color)}.register_inputGroup__gRqVz .register_fileInputWrapper__WM_C6 .register_fileInputOverlay__1NlH4 span{color:var(--primary-text-color);font-size:14px}.register_inputGroup__gRqVz input,.register_inputGroup__gRqVz input[type=date],.register_inputGroup__gRqVz textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:12px;background-color:var(--input-bg);resize:none;border:1px solid rgba(0,0,0,0);border-radius:8px;font-size:14px;color:var(--common-text-color);text-align:left;transition:border-color .2s ease-out}.register_inputGroup__gRqVz input:focus,.register_inputGroup__gRqVz input:hover:not(:disabled),.register_inputGroup__gRqVz input[type=date]:focus,.register_inputGroup__gRqVz input[type=date]:hover:not(:disabled),.register_inputGroup__gRqVz textarea:focus,.register_inputGroup__gRqVz textarea:hover:not(:disabled){outline:none;border:1px solid #40403b}.register_inputGroup__gRqVz input.register_error__rv7M6,.register_inputGroup__gRqVz input[type=date].register_error__rv7M6,.register_inputGroup__gRqVz textarea.register_error__rv7M6{border-color:#dc3545}.register_inputGroup__gRqVz input.register_error__rv7M6:focus,.register_inputGroup__gRqVz input[type=date].register_error__rv7M6:focus,.register_inputGroup__gRqVz textarea.register_error__rv7M6:focus{box-shadow:0 0 0 2px rgba(220,53,69,.1)}.register_inputGroup__gRqVz input:disabled,.register_inputGroup__gRqVz input[type=date]:disabled,.register_inputGroup__gRqVz textarea:disabled{cursor:not-allowed;color:var(--deactive-text)}.register_inputGroup__gRqVz input::-webkit-datetime-edit,.register_inputGroup__gRqVz input[type=date]::-webkit-datetime-edit,.register_inputGroup__gRqVz textarea::-webkit-datetime-edit{text-align:left}.register_inputGroup__gRqVz input::-webkit-datetime-edit-fields-wrapper,.register_inputGroup__gRqVz input[type=date]::-webkit-datetime-edit-fields-wrapper,.register_inputGroup__gRqVz textarea::-webkit-datetime-edit-fields-wrapper{text-align:left;justify-content:flex-start}.register_inputGroup__gRqVz input::-webkit-date-and-time-value,.register_inputGroup__gRqVz input[type=date]::-webkit-date-and-time-value,.register_inputGroup__gRqVz textarea::-webkit-date-and-time-value{text-align:left}.register_inputGroup__gRqVz+button[type=submit]{margin-top:32px}.register_imagePreview__ONiEz{position:relative;width:100%;height:100%;object-fit:cover;max-height:280px;aspect-ratio:16/9;background-color:var(--common-bg);border-radius:var(--canvas-border-radius);margin-bottom:24px}.register_checkboxGroup__yi3U6{display:flex;align-items:center;gap:8px;margin-top:4px}.register_checkboxGroup__yi3U6 input[type=checkbox]{width:16px;height:16px}.register_checkboxGroup__yi3U6 label{font-size:14px}