.ChatListItem-module__rPIZQG__swipeWrapper{background:var(--white);width:100%;height:88px;position:relative;overflow:hidden}.ChatListItem-module__rPIZQG__swipeContent{z-index:1;will-change:transform;background:var(--white);touch-action:pan-y;height:100%;position:relative}.ChatListItem-module__rPIZQG__swipeContent.ChatListItem-module__rPIZQG__animating{transition:transform .25s ease-out}.ChatListItem-module__rPIZQG__pinAction,.ChatListItem-module__rPIZQG__deleteAction{width:88px;height:88px;color:var(--white);justify-content:center;align-items:center;transition:opacity .12s;display:flex;position:absolute;top:0}.ChatListItem-module__rPIZQG__actionHidden{opacity:0;pointer-events:none}.ChatListItem-module__rPIZQG__pinAction{background:var(--primary-purple-500);left:0}.ChatListItem-module__rPIZQG__deleteAction{background:var(--primary-red-500);right:0}.ChatListItem-module__rPIZQG__container{box-sizing:border-box;background:var(--white);cursor:pointer;flex-direction:row;align-items:center;gap:16px;width:100%;height:88px;padding:12px;transition:background-color .15s;display:flex}.ChatListItem-module__rPIZQG__container:hover{background:var(--gray-100,#fafafa)}.ChatListItem-module__rPIZQG__container:active{background:var(--gray-200,#f5f5f5)}.ChatListItem-module__rPIZQG__thumbnailWrapper{box-sizing:border-box;border:1px solid #1a1a1a1f;border-radius:24px;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.ChatListItem-module__rPIZQG__thumbnail{object-fit:cover}.ChatListItem-module__rPIZQG__messageArea{flex-direction:column;flex:1;align-items:flex-start;gap:0;min-width:0;height:44px;padding:0;display:flex}.ChatListItem-module__rPIZQG__topTextContainer{flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-width:0;height:22px;padding:0;display:flex}.ChatListItem-module__rPIZQG__checkbox{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ChatListItem-module__rPIZQG__nameArea{flex:1;align-items:center;gap:4px;min-width:0;display:flex}.ChatListItem-module__rPIZQG__userName{font-family:var(--font-family);font-style:normal;font-weight:700;font-size:var(--font-size-paragraph-15);line-height:var(--line-height-paragraph-15);color:var(--gray-800,#1a1a1a);text-overflow:ellipsis;white-space:nowrap;align-items:center;min-width:0;display:flex;overflow:hidden}.ChatListItem-module__rPIZQG__pinIcon{color:var(--gray-700);flex-shrink:0}.ChatListItem-module__rPIZQG__time{font-family:var(--font-family);font-style:normal;font-weight:400;font-size:var(--font-size-paragraph-12);line-height:var(--line-height-paragraph-12);letter-spacing:var(--letter-spacing-tight);color:var(--gray-500);flex-shrink:0;align-items:center;margin-left:8px;display:flex}.ChatListItem-module__rPIZQG__bottomTextContainer{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%;min-width:0;height:22px;padding:0;display:flex}.ChatListItem-module__rPIZQG__messageText{min-width:0;font-family:var(--font-family);font-style:normal;font-weight:400;font-size:var(--font-size-paragraph-15);line-height:var(--line-height-paragraph-15);letter-spacing:var(--letter-spacing-tight);color:var(--gray-600,#494949);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.ChatListItem-module__rPIZQG__messageText+*{flex-shrink:0}
.Picker-module__wKofEG__pickerContainer{background:var(--picker-bg,var(--white));-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:190px;display:flex;position:relative;overflow:hidden}.Picker-module__wKofEG__selectionOverlay{pointer-events:none;border-top:1px solid var(--picker-overlay-border-color,var(--gray-300));border-bottom:1px solid var(--picker-overlay-border-color,var(--gray-300));z-index:10;width:100%;height:38px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Picker-module__wKofEG__column{scroll-snap-type:y mandatory;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;flex:1;height:100%;padding:76px 0;overflow-y:scroll;-webkit-mask-image:linear-gradient(#0000004d 0% 20%,#0009 20% 40%,#000 40% 60%,#0009 60% 80%,#0000004d 80% 100%);mask-image:linear-gradient(#0000004d 0% 20%,#0009 20% 40%,#000 40% 60%,#0009 60% 80%,#0000004d 80% 100%)}.Picker-module__wKofEG__column::-webkit-scrollbar{display:none}.Picker-module__wKofEG__item{scroll-snap-align:center;height:38px;font-family:var(--font-family,Pretendard);letter-spacing:-.18px;color:var(--picker-item-color,var(--gray-900));opacity:1;cursor:pointer;justify-content:center;align-items:center;font-size:18px;font-weight:400;line-height:26px;display:flex}
.ModalBase-module__QCAxEW__overlay{z-index:1000;overscroll-behavior:contain;touch-action:none;cursor:pointer;-webkit-tap-highlight-color:transparent;pointer-events:auto;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out ModalBase-module__QCAxEW__fadeIn;display:flex;position:fixed;inset:0;overflow:hidden}.ModalBase-module__QCAxEW__overlay:not(.ModalBase-module__QCAxEW__overlayBottom):not(.ModalBase-module__QCAxEW__overlayFull){height:var(--mobile-frame-height,var(--vh,100dvh));padding-top:var(--sat,0px);padding-bottom:var(--sab,0px);box-sizing:border-box;bottom:auto}.ModalBase-module__QCAxEW__overlayBottom{align-items:flex-end}.ModalBase-module__QCAxEW__overlayFull{background:var(--white,#fff)}@keyframes ModalBase-module__QCAxEW__fadeIn{0%{opacity:0}to{opacity:1}}.ModalBase-module__QCAxEW__overlayClosing{pointer-events:none;will-change:opacity;animation:.25s ease-in forwards ModalBase-module__QCAxEW__fadeOut}.ModalBase-module__QCAxEW__overlayBottomClosing .ModalBase-module__QCAxEW__dialog{will-change:transform;animation:.25s ease-in forwards ModalBase-module__QCAxEW__slideDownToBottom}@keyframes ModalBase-module__QCAxEW__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes ModalBase-module__QCAxEW__slideDownToBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}.ModalBase-module__QCAxEW__dialog{cursor:default;flex-direction:column;display:flex}
.ModalButtonArea-module__qfID8q__buttonArea{box-sizing:border-box;flex-direction:row;align-items:center;gap:8px;width:100%;padding:16px;display:flex}.ModalButtonArea-module__qfID8q__button{flex:1;height:48px}.ModalButtonArea-module__qfID8q__buttonSingle{width:100%}
.BottomSheet-module__nZm8cG__sheet{will-change:transform;background:var(--white,#fff);width:100%;max-width:375px;max-height:calc(90dvh - var(--sab,0px));border-radius:20px 20px 0 0;padding-top:12px;animation:.3s ease-out BottomSheet-module__nZm8cG__slideUpFromBottom;overflow:hidden;box-shadow:0 8px 36px #00000029}@media (max-width:767px){.BottomSheet-module__nZm8cG__sheet{max-width:100%}}.BottomSheet-module__nZm8cG__sheetExpanded{max-height:min(72vh,calc(100dvh - var(--sat,0px) - 44px))}@keyframes BottomSheet-module__nZm8cG__slideUpFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.BottomSheet-module__nZm8cG__bottomHandle{touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;justify-content:center;align-items:center;padding:8px 0 4px;display:flex}.BottomSheet-module__nZm8cG__bottomHandleBar{background:var(--gray-500,#adadad);border-radius:20px;width:32px;height:4px}.BottomSheet-module__nZm8cG__head{box-sizing:border-box;flex-direction:column;align-items:flex-start;width:100%;padding:24px 16px 12px;display:flex;position:relative}.BottomSheet-module__nZm8cG__title{width:100%;font-family:var(--font-family);font-style:normal;font-weight:700;font-size:var(--font-size-heading-xxs);line-height:var(--line-height-heading-xxs);text-align:left;letter-spacing:var(--letter-spacing-tight);color:var(--gray-900,#1a1a1a);white-space:pre-line;margin:0}.BottomSheet-module__nZm8cG__headerAction{font-family:var(--font-family);font-style:normal;font-weight:400;font-size:var(--font-size-paragraph-16);line-height:var(--line-height-paragraph-16);letter-spacing:var(--letter-spacing-tight);color:var(--gray-700);cursor:pointer;position:absolute;top:31px;right:24px}.BottomSheet-module__nZm8cG__childrenWrapper{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;width:100%;min-height:0;padding-bottom:calc(12px + var(--sab,0px));flex-direction:column;flex:1;display:flex;overflow-y:auto}.BottomSheet-module__nZm8cG__pickerContainer{background:var(--white);box-sizing:border-box;flex-direction:row;justify-content:center;align-items:center;width:100%;height:190px;padding:0;display:flex}.BottomSheet-module__nZm8cG__noHead{padding:16px 0 0}.BottomSheet-module__nZm8cG__noHead .BottomSheet-module__nZm8cG__head{display:none}
.States-module__ANQ67W__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:200px;padding:48px 24px;display:flex}.States-module__ANQ67W__fullPage{min-height:calc(100vh - 120px)}.States-module__ANQ67W__spinner{border:3px solid var(--gray-100);border-top-color:var(--primary-500);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite States-module__ANQ67W__spin}.States-module__ANQ67W__spinnerSmall{border-width:2px;width:24px;height:24px}.States-module__ANQ67W__spinnerLarge{border-width:4px;width:56px;height:56px}@keyframes States-module__ANQ67W__spin{to{transform:rotate(360deg)}}.States-module__ANQ67W__title{font-family:var(--font-family);font-size:var(--font-size-heading-xxs);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading-xxs);color:var(--gray-800);margin-top:16px;margin-bottom:8px}.States-module__ANQ67W__message{font-family:var(--font-family);font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-regular);line-height:var(--line-height-paragraph-14);color:var(--gray-500);margin:0}.States-module__ANQ67W__loadingMessage{margin-top:12px}.States-module__ANQ67W__failContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:32px;width:100%;padding:48px 24px;display:flex}.States-module__ANQ67W__failIconWrapper{flex-shrink:0;width:100px;height:100px}.States-module__ANQ67W__failTextGroup{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.States-module__ANQ67W__failTitle{letter-spacing:-.24px;color:var(--gray-900);text-align:center;width:100%;margin:0;font-size:24px;font-weight:700;line-height:34px}.States-module__ANQ67W__failMessage{letter-spacing:-.15px;color:var(--gray-600);text-align:center;width:100%;margin:0;font-size:15px;font-weight:400;line-height:22px}.States-module__ANQ67W__failActionButton{width:136px!important}.States-module__ANQ67W__emptyWithImage{gap:40px;padding-top:80px;padding-bottom:80px}.States-module__ANQ67W__typeCharge{gap:20px;padding-top:60px;padding-bottom:40px}.States-module__ANQ67W__emptyIcon{opacity:.5;width:64px;height:64px;margin-bottom:8px}.States-module__ANQ67W__emptyImageWrapper{flex-shrink:0}.States-module__ANQ67W__emptyImage{object-fit:contain;object-position:center;width:100%;height:100%}.States-module__ANQ67W__contentWrapper{flex-direction:column;align-items:center;gap:16px;width:300px;display:flex}.States-module__ANQ67W__emptyTextArea{white-space:pre-wrap;text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.States-module__ANQ67W__emptyContentText{font-family:var(--font-family);letter-spacing:var(--letter-spacing-tight);text-align:center;color:var(--gray-700);word-break:keep-all;font-size:15px;line-height:22px}.States-module__ANQ67W__textRegular{font-weight:400}.States-module__ANQ67W__textBold{font-weight:700}.States-module__ANQ67W__textGray600{color:var(--gray-600)}.States-module__ANQ67W__roundedFull{--gradient-radius:100px;border-radius:100px!important}.States-module__ANQ67W__fixedWidthButton{width:136px!important}.States-module__ANQ67W__fixedWidthButtonLarge{width:160px!important}.States-module__ANQ67W__orangeButton{background-color:var(--primary-orange-100);color:var(--primary-orange-700);height:56px;font-family:var(--font-family);text-align:center;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:16px 24px;font-size:16px;font-weight:600;line-height:24px}.States-module__ANQ67W__orangeButton:active{transform:scale(.98)}.States-module__ANQ67W__retryButton{font-family:var(--font-family);font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-semibold);color:var(--white);background-color:var(--primary-500);cursor:pointer;border:none;border-radius:8px;margin-top:16px;padding:10px 24px;transition:background-color .2s}.States-module__ANQ67W__retryButton:hover{background-color:var(--gray-700)}.States-module__ANQ67W__retryButton:active{transform:scale(.98)}
.ProfileImage-module__7V3jSW__container{--profile-image-stroke:var(--stroke-inset);--profile-image-stroke-width:1px;--profile-placeholder-bg:var(--gray-400,#cecece);box-sizing:border-box;background:var(--profile-placeholder-bg,var(--gray-400,#cecece));flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ProfileImage-module__7V3jSW__container:after{content:"";border:var(--profile-image-stroke-width)solid var(--profile-image-stroke);border-radius:inherit;pointer-events:none;position:absolute;inset:0}.ProfileImage-module__7V3jSW__image{object-fit:cover;width:100%;height:100%}.ProfileImage-module__7V3jSW__chat{border-radius:12px;width:32px;height:32px}.ProfileImage-module__7V3jSW__comment{border-radius:22px;width:44px;height:44px}.ProfileImage-module__7V3jSW__commentSm{border-radius:50%;width:32px;height:32px}.ProfileImage-module__7V3jSW__my{--profile-placeholder-bg:var(--bg-profile-my,#ffbfad);--profile-image-stroke-width:.71px;border-radius:50%;width:64px;height:64px}.ProfileImage-module__7V3jSW__profile{--profile-image-stroke-width:.71px;border-radius:50%;width:64px;height:64px}.ProfileImage-module__7V3jSW__persona{border-radius:9px;width:24px;height:24px}.ProfileImage-module__7V3jSW__personaLg{--profile-image-stroke-width:.75px;border-radius:18px;width:48px;height:48px}.ProfileImage-module__7V3jSW__author{--profile-image-stroke-width:.67px;border-radius:8px;width:16px;height:16px}.ProfileImage-module__7V3jSW__list{border-radius:100px;width:40px;height:40px}.ProfileImage-module__7V3jSW__chatList{border-radius:24px;width:64px;height:64px}.ProfileImage-module__7V3jSW__placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProfileImage-module__7V3jSW__placeholderIcon{width:37.5%;height:auto;display:block}
.MessageInput-module__RT9dhq__container{z-index:21;background:var(--white);border-top:1px solid #1a1a1a1f;border-radius:16px 16px 0 0;flex-direction:row;align-items:center;gap:12px;width:100%;padding:12px;display:flex;position:relative;overflow:hidden}.MessageInput-module__RT9dhq__textfield{box-sizing:border-box;background:var(--white);flex-direction:row;flex:1;align-items:center;gap:12px;min-width:0;display:flex}.MessageInput-module__RT9dhq__textfieldExpanded{align-items:flex-end}.MessageInput-module__RT9dhq__quoteIcon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.MessageInput-module__RT9dhq__closeButton{background:var(--white);cursor:pointer;border:1px solid #1a1a1a1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.MessageInput-module__RT9dhq__profileWrapper{flex-shrink:0;align-self:flex-end;width:32px;height:32px;position:relative}.MessageInput-module__RT9dhq__profileWrapperDisabled{opacity:.4;cursor:not-allowed}.MessageInput-module__RT9dhq__profileWrapperLoading{cursor:default;animation:1s ease-in-out infinite MessageInput-module__RT9dhq__profilePulse}@keyframes MessageInput-module__RT9dhq__profilePulse{0%,to{opacity:1}50%{opacity:.5}}.MessageInput-module__RT9dhq__profileImage{width:32px;height:32px}.MessageInput-module__RT9dhq__profileBadge{justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:absolute;bottom:-2px;right:-2px}.MessageInput-module__RT9dhq__input{caret-color:var(--primary-orange-500);resize:none;-webkit-appearance:none;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-15);line-height:var(--line-height-paragraph-15);letter-spacing:var(--letter-spacing-tight);color:var(--gray-400);background:0 0;border:none;outline:none;flex:1;min-height:22px;margin:0;padding:0;display:block;overflow-y:hidden}.MessageInput-module__RT9dhq__input::placeholder{color:var(--gray-500)}.MessageInput-module__RT9dhq__inputActive{color:var(--gray-900)}.MessageInput-module__RT9dhq__rightSection{flex-direction:row;flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;display:flex;position:relative}.MessageInput-module__RT9dhq__rightSectionExpanded{flex-direction:row;justify-content:flex-end;align-self:auto;align-items:center}.MessageInput-module__RT9dhq__counter{pointer-events:none;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-12);line-height:var(--line-height-paragraph-12);text-align:center;letter-spacing:var(--letter-spacing-tight);color:var(--gray-500);min-width:32px;position:absolute;top:-18px;right:0}.MessageInput-module__RT9dhq__counterLimit{color:var(--red-500)}.MessageInput-module__RT9dhq__iconButton{cursor:pointer;color:var(--gray-400);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.MessageInput-module__RT9dhq__situationInlineButton{cursor:pointer;width:32px;height:32px;color:var(--gray-800);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.MessageInput-module__RT9dhq__situationInlineButton:disabled{cursor:default;opacity:.4}.MessageInput-module__RT9dhq__iconButton:hover{color:var(--gray-600)}.MessageInput-module__RT9dhq__iconButton:disabled{color:var(--gray-300);cursor:not-allowed}.MessageInput-module__RT9dhq__sendButton{cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.MessageInput-module__RT9dhq__sendButton:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:50%}.MessageInput-module__RT9dhq__sendButton:disabled{cursor:not-allowed;opacity:.4}.MessageInput-module__RT9dhq__containerCreate{flex-direction:column;justify-content:flex-end;gap:8px}.MessageInput-module__RT9dhq__textfieldCreate{box-sizing:border-box;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;width:100%;display:flex}.MessageInput-module__RT9dhq__buttonArea{flex-direction:row;align-items:center;gap:4px;width:100%;height:32px;padding:0;display:flex}.MessageInput-module__RT9dhq__albumButton{box-sizing:border-box;border:1px solid var(--gray-300);cursor:pointer;width:32px;height:32px;color:var(--gray-800);background:0 0;border-radius:12px;flex-direction:row;justify-content:center;align-items:center;padding:4px;display:flex}.MessageInput-module__RT9dhq__albumButton:hover{border-color:var(--gray-400)}.MessageInput-module__RT9dhq__textContainer{flex-direction:row;flex:1;justify-content:center;align-items:center;width:100%;padding:0 6px;display:flex}.MessageInput-module__RT9dhq__bottomArea{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;width:100%;height:32px;padding:0;display:flex}.MessageInput-module__RT9dhq__bottomLeft{flex-direction:row;align-items:center;gap:4px;padding:0;display:flex}.MessageInput-module__RT9dhq__colorSelectButton{box-sizing:border-box;border:1px solid var(--gray-300);cursor:pointer;background:0 0;border-radius:12px;flex-direction:row;justify-content:center;align-items:center;gap:2px;height:32px;padding:4px 12px 4px 8px;display:flex}.MessageInput-module__RT9dhq__colorSelectButton:hover{border-color:var(--gray-400)}.MessageInput-module__RT9dhq__colorSelectText{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-12);line-height:var(--line-height-paragraph-12);text-align:center;letter-spacing:var(--letter-spacing-tight);color:var(--gray-900)}.MessageInput-module__RT9dhq__choiceButton{box-sizing:border-box;border:1px solid var(--gray-300);cursor:pointer;background:0 0;border-radius:12px;flex-direction:row;justify-content:center;align-items:center;gap:6px;height:32px;padding:4px 12px 4px 8px;display:flex}.MessageInput-module__RT9dhq__choiceButton:hover{border-color:var(--gray-400)}.MessageInput-module__RT9dhq__choiceButtonText{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-12);line-height:var(--line-height-paragraph-12);text-align:center;letter-spacing:var(--letter-spacing-tight);color:var(--gray-900)}.MessageInput-module__RT9dhq__userLabel{background:var(--gray-100);cursor:pointer;border:none;border-radius:12px;flex-direction:row;justify-content:center;align-items:center;gap:12px;height:32px;padding:4px 12px;display:flex}.MessageInput-module__RT9dhq__userLabelText{font-family:var(--font-family);font-weight:var(--font-weight-semibold);font-size:var(--font-size-paragraph-12);line-height:var(--line-height-paragraph-12);text-align:center;letter-spacing:var(--letter-spacing-tight);color:var(--gray-600)}.MessageInput-module__RT9dhq__bottomRight{flex-direction:row;align-items:center;gap:12px;padding:0;display:flex}.MessageInput-module__RT9dhq__situationIcon{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.MessageInput-module__RT9dhq__sendButtonCreate{cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.MessageInput-module__RT9dhq__sendButtonCreate:disabled{cursor:not-allowed}.MessageInput-module__RT9dhq__sendButtonCreate:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:12px}
.Radio-module__c9WNDa__container{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.Radio-module__c9WNDa__input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.Radio-module__c9WNDa__iconWrapper{justify-content:center;align-items:center;transition:transform .2s ease-in-out;display:flex}.Radio-module__c9WNDa__icon{color:#1a1a1a;display:block}.Radio-module__c9WNDa__container:not(:has(input:checked)) .Radio-module__c9WNDa__icon{color:#494949}.Radio-module__c9WNDa__disabled{cursor:not-allowed;opacity:.5}.Radio-module__c9WNDa__container:not(.Radio-module__c9WNDa__disabled):hover .Radio-module__c9WNDa__iconWrapper{transform:scale(1.05)}.Radio-module__c9WNDa__container:active .Radio-module__c9WNDa__iconWrapper{transform:scale(.95)}
.ActionListItem-module__DJQ5va__container{box-sizing:border-box;background:var(--gray-100,#f5f5f5);border:1px solid var(--gray-300,#dedede);cursor:pointer;text-align:left;border-radius:12px;flex-direction:row;align-items:center;gap:12px;width:100%;padding:16px;transition:background-color .2s,border-color .2s;display:flex}.ActionListItem-module__DJQ5va__container:hover{background:var(--gray-100,#e9e9e9)}.ActionListItem-module__DJQ5va__container:active{background:var(--gray-200,#dedede)}.ActionListItem-module__DJQ5va__selected{border:1px solid var(--gray-900,#1a1a1a)}.ActionListItem-module__DJQ5va__containerRadio{background:var(--white);border-radius:12px;padding:12px 16px}.ActionListItem-module__DJQ5va__containerWithImage{border-radius:10px;height:56px;padding:16px 16px 16px 8px}.ActionListItem-module__DJQ5va__iconWrapper{width:24px;height:24px;color:var(--gray-700);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ActionListItem-module__DJQ5va__textBlock{flex-direction:column;flex:1;align-self:flex-start;min-width:0;display:flex}.ActionListItem-module__DJQ5va__containerRadio .ActionListItem-module__DJQ5va__textBlock{gap:2px}.ActionListItem-module__DJQ5va__textBlockTitle{align-self:center;gap:2px}.ActionListItem-module__DJQ5va__subTextRow{align-items:center;gap:6px;display:flex}.ActionListItem-module__DJQ5va__text{font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-regular,400);font-size:var(--font-size-paragraph-15,15px);letter-spacing:var(--letter-spacing-tight,-.01em);color:var(--gray-900,#1a1a1a);text-overflow:ellipsis;white-space:nowrap;flex:1;line-height:22px;overflow:hidden}.ActionListItem-module__DJQ5va__textBold{font-weight:var(--font-weight-regular,400);font-size:var(--font-size-paragraph-15,15px);line-height:22px}.ActionListItem-module__DJQ5va__textTitle{font-weight:var(--font-weight-semibold,600);font-size:var(--font-size-paragraph-16,16px);letter-spacing:0;line-height:24px}.ActionListItem-module__DJQ5va__subTextSmall{font-size:var(--font-size-paragraph-13,13px);letter-spacing:-.13px;line-height:18px}.ActionListItem-module__DJQ5va__subText{font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-regular,400);font-size:var(--font-size-paragraph-13,13px);letter-spacing:var(--letter-spacing-tight,-.01em);color:var(--gray-600,#868686);text-overflow:ellipsis;white-space:nowrap;line-height:18px;overflow:hidden}.ActionListItem-module__DJQ5va__subTextWrap{white-space:normal;word-wrap:break-word;text-overflow:unset;overflow:visible}.ActionListItem-module__DJQ5va__editIcon{cursor:pointer;width:24px;height:24px;color:var(--gray-900,#1a1a1a);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.ActionListItem-module__DJQ5va__editIcon:hover{opacity:.7}.ActionListItem-module__DJQ5va__radioWrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex}.ActionListItem-module__DJQ5va__deleteIcon{cursor:pointer;width:24px;height:24px;color:var(--gray-900,#1a1a1a);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.ActionListItem-module__DJQ5va__deleteIcon:hover{opacity:.7}.ActionListItem-module__DJQ5va__thumbnailWrapper{border-radius:4px;flex-shrink:0;justify-content:flex-start;align-items:center;width:54px;height:40px;display:flex;position:relative;overflow:hidden}.ActionListItem-module__DJQ5va__thumbnailWrapper:after{content:"";border:1px solid var(--stroke-inset);border-radius:inherit;pointer-events:none;position:absolute;inset:0}.ActionListItem-module__DJQ5va__thumbnail{object-fit:cover;border-radius:inherit;flex-shrink:0}
.page-module__daxvFW__stickyHeader{z-index:100;background:var(--white);position:sticky;top:0}.page-module__daxvFW__content{background:var(--white);flex-direction:column;flex:1;min-height:0;display:flex}.page-module__daxvFW__reviewStatusBar,.page-module__daxvFW__reviewStatusBarPublic{box-sizing:border-box;background:var(--gray-800,#2b2b2b);justify-content:space-between;align-items:flex-start;gap:12px;width:100%;padding:12px 16px;display:flex}.page-module__daxvFW__reviewStatusBarPublic{justify-content:center}.page-module__daxvFW__reviewStatusText{min-width:0;font-family:var(--font-family);font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-regular);line-height:var(--line-height-paragraph-14);letter-spacing:-.14px;color:var(--white);margin:0}.page-module__daxvFW__reviewStatusGreen{color:var(--primary-green-500,#80d501)}.page-module__daxvFW__reviewStatusAction,.page-module__daxvFW__reviewStatusMutedAction{font-family:var(--font-family);font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-regular);line-height:var(--line-height-paragraph-14);letter-spacing:-.14px;color:var(--primary-orange-500,#ff8665);white-space:nowrap;background:0 0;border:0;flex-shrink:0;padding:0}.page-module__daxvFW__reviewStatusAction{cursor:pointer;align-items:center;gap:2px;display:inline-flex}.page-module__daxvFW__reviewStatusMutedAction{color:var(--gray-500,#adadad);cursor:pointer;text-decoration:underline}.page-module__daxvFW__reviewStatusMutedAction:disabled{cursor:default;opacity:.6}.page-module__daxvFW__reviewIssuePanel{background:var(--gray-100,#f5f5f5);width:100%}.page-module__daxvFW__reviewIssueList{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;padding:12px 16px;display:flex}.page-module__daxvFW__reviewIssueItem{align-items:flex-start;gap:4px;width:100%;display:flex}.page-module__daxvFW__reviewIssueIcon{box-sizing:border-box;width:12px;height:20px;color:var(--gray-700,#494949);flex-shrink:0;justify-content:center;align-items:flex-start;padding-top:4px;display:inline-flex}.page-module__daxvFW__reviewIssueMessage{min-width:0;font-family:var(--font-family);font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-regular);line-height:var(--line-height-paragraph-14);letter-spacing:-.14px;color:var(--gray-700,#494949);flex:1;margin:0}.page-module__daxvFW__reviewIssueLink{font-family:var(--font-family);font-size:var(--font-size-paragraph-13,13px);font-weight:var(--font-weight-regular);line-height:var(--line-height-paragraph-13,18px);letter-spacing:-.13px;color:var(--primary-red-500,#f13d6d);cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.page-module__daxvFW__reviewContentLocked{-webkit-user-select:none;user-select:none}.page-module__daxvFW__tabContentFrame{flex-direction:column;flex:1;min-height:0;display:flex}.page-module__daxvFW__tabContentFrame>.layout-container{flex:1}.page-module__daxvFW__reviewContentLocked :where(input,textarea,button,select,[role=button]){pointer-events:none}.page-module__daxvFW__loadError{flex-direction:column;gap:12px;padding:24px 16px;display:flex}.page-module__daxvFW__loadErrorMessage{font-family:var(--font-family);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);color:var(--error,var(--primary-red-500,#f13d6d));margin:0}.page-module__daxvFW__loadErrorRetryButton{border:1px solid var(--gray-300);background:var(--white);width:fit-content;color:var(--gray-800);font-family:var(--font-family);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);cursor:pointer;border-radius:6px;padding:8px 12px}.page-module__daxvFW__submitBlockingOverlay{top:var(--sat,0px);z-index:1000;width:100%;max-width:375px;height:calc(100vh - var(--sat,0px));height:calc(100dvh - var(--sat,0px));padding:44px 16px calc(16px + var(--sab,0px));box-sizing:border-box;pointer-events:auto;background:#ffffff03;justify-content:center;align-items:center;display:flex;position:fixed;left:50%;transform:translate(-50%)}.page-module__daxvFW__submitProcessingPanel{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;max-width:100%;min-height:44px;color:var(--white,#fff);background:#1a1a1ad1;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 14px;display:inline-flex;box-shadow:0 4px 14px #1a1a1a1f}.page-module__daxvFW__submitProcessingSpinner{border:2px solid #ffffff59;border-top-color:var(--white,#fff);border-radius:999px;flex-shrink:0;width:16px;height:16px;animation:.8s linear infinite page-module__daxvFW__submitProcessingSpin}.page-module__daxvFW__submitProcessingText{min-width:0;font-family:var(--font-family);font-size:var(--font-size-paragraph-14,14px);font-weight:var(--font-weight-regular,400);line-height:var(--line-height-paragraph-14,20px);color:var(--white,#fff);white-space:normal;overflow-wrap:anywhere}@keyframes page-module__daxvFW__submitProcessingSpin{to{transform:rotate(360deg)}}@media (max-width:767px){.page-module__daxvFW__submitBlockingOverlay{max-width:100%}}.page-module__daxvFW__previewButton{background:var(--primary-orange-100,#fff1ed);height:36px;color:var(--primary-orange-500,#ff8665);font-family:var(--font-family);font-size:var(--font-size-paragraph-14,14px);font-weight:var(--font-weight-bold,700);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:6px 12px;line-height:20px}.page-module__daxvFW__aboutPreviewButton{background:var(--white,#fff);height:40px;color:var(--gray-900,#1a1a1a);font-family:var(--font-family);font-size:var(--font-size-paragraph-14,14px);font-weight:var(--font-weight-regular,400);letter-spacing:-.14px;cursor:pointer;white-space:nowrap;border:1px solid #1a1a1a1f;border-radius:40px;justify-content:center;align-items:center;padding:8px 12px;line-height:20px;display:inline-flex}.page-module__daxvFW__imageRow{box-sizing:border-box;flex-direction:row;align-items:stretch;gap:8px;width:100%;padding:0 16px;display:flex}.page-module__daxvFW__imageRow>*{flex:1}.page-module__daxvFW__reviewFieldNoticeGroup{flex-direction:column;gap:8px;padding:8px 16px 0;display:flex}.page-module__daxvFW__reviewIssueControl{border-color:var(--error,var(--primary-red-500,#f13d6d))!important}.page-module__daxvFW__reviewIssueCardText{padding-top:8px}.page-module__daxvFW__fieldErrorPullHashtag{flex-direction:column;gap:8px;margin-top:-24px;display:flex}.page-module__daxvFW__fieldErrorPullScene{margin-top:-40px}.page-module__daxvFW__fieldErrorPullCover{margin-top:-12px}.page-module__daxvFW__fieldErrorPullToggle{margin-top:-8px}.page-module__daxvFW__fieldErrorPullSelect{margin-top:-16px}.page-module__daxvFW__inputContainer{padding:0 16px 16px}.page-module__daxvFW__workInputContainer{padding:0 16px}.page-module__daxvFW__workGenreInputContainer{padding:8px 16px 0}.page-module__daxvFW__inputArea{padding:0 16px}.page-module__daxvFW__inputAreaBeforeDivider{padding-bottom:40px}.page-module__daxvFW__formatSegmentRow{padding-top:4px;padding-bottom:8px}.page-module__daxvFW__worldSettingArea{flex-direction:column;gap:10px;padding:0 16px 16px;display:flex}.page-module__daxvFW__worldSettingToggleRow{flex-direction:row;align-items:center;gap:6px;width:100%;display:flex}.page-module__daxvFW__worldSettingToggleText{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-13,13px);letter-spacing:var(--letter-spacing-tight,-.01em);color:var(--gray-600);flex:1;margin:0;line-height:18px}.page-module__daxvFW__subHeaderWithPadding{padding-left:16px;padding-right:16px}.page-module__daxvFW__hashtagChipsRow{box-sizing:border-box;flex-flow:wrap;align-content:flex-start;align-items:flex-start;gap:8px;width:100%;padding:12px 16px 0;display:flex}.page-module__daxvFW__hashtagButtonRow{box-sizing:border-box;flex-direction:row;align-items:flex-start;gap:8px;width:100%;padding:12px 16px;display:flex}.page-module__daxvFW__workHashtagRow{box-sizing:border-box;flex-flow:wrap;align-items:flex-start;gap:8px;width:100%;padding:12px 16px 32px;display:flex}.page-module__daxvFW__workDivider{background:#1a1a1a1a;flex-shrink:0;width:100%;height:1px}.page-module__daxvFW__hashtagChip{box-sizing:border-box;border:1px solid var(--gray-300);background:0 0;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;gap:4px;height:32px;padding:6px 12px;display:flex}.page-module__daxvFW__hashtagText{font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);text-align:center;letter-spacing:var(--letter-spacing-tight);color:var(--gray-900)}.page-module__daxvFW__hashtagDeleteBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:flex}.page-module__daxvFW__hashtagDeleteIcon{width:16px;height:16px;color:var(--gray-900)}.page-module__daxvFW__hashtagInputWrapper{box-sizing:border-box;border:1px solid var(--gray-300);background:0 0;border-radius:6px;flex-direction:row;align-items:center;height:32px;padding:6px 12px;display:flex}.page-module__daxvFW__hashtagInputField{font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);letter-spacing:var(--letter-spacing-tight);color:var(--gray-900);background:0 0;border:none;outline:none;width:auto;min-width:72px}.page-module__daxvFW__hashtagInputField::placeholder{color:var(--gray-600)}.page-module__daxvFW__addHashtagBtn{background:var(--gray-100);cursor:pointer;height:32px;font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-bold);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);text-align:center;color:var(--gray-600);border:none;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;gap:2px;padding:6px 12px;display:flex}.page-module__daxvFW__addHashtagBtn.page-module__daxvFW__error{border:1px solid var(--error,var(--primary-red-500,#f13d6d))}.page-module__daxvFW__plusIcon{width:16px;height:16px;color:var(--gray-600)}.page-module__daxvFW__tabPlaceholder{color:var(--gray-600);flex-direction:column;justify-content:center;align-items:center;padding:60px 16px;display:flex}.page-module__daxvFW__coverImageModalContent{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;padding:4px 16px 12px;display:flex}.page-module__daxvFW__coverImageModal [class*=title]{text-align:left;justify-content:flex-start}.page-module__daxvFW__copyrightNotice{box-sizing:border-box;width:100%;min-height:88px;padding-left:52px}.page-module__daxvFW__copyrightWarning{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-11);line-height:var(--line-height-paragraph-11);letter-spacing:var(--letter-spacing-tight);color:var(--error,var(--primary-red-500,#f13d6d));margin:0 0 8px}.page-module__daxvFW__copyrightInfo{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-11);line-height:var(--line-height-paragraph-11);letter-spacing:var(--letter-spacing-tight);color:var(--gray-600);margin:0}.page-module__daxvFW__hiddenInput{display:none}.page-module__daxvFW__subContentButtonContainer{padding:8px 16px}.page-module__daxvFW__dialogueListContainer{box-sizing:border-box;flex-direction:column;align-items:stretch;gap:16px;width:100%;padding:8px 16px 32px;display:flex}.page-module__daxvFW__linkedRowGroup{flex-direction:column;align-items:stretch;gap:4px;width:100%;display:flex}.page-module__daxvFW__addDialogueBtn{cursor:pointer;width:100%;font-family:var(--font-family);font-weight:var(--font-weight-bold);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);text-align:center;color:var(--gray-900);background:#0000001a;border:none;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:12px;padding:12px;transition:background-color .2s;display:flex;position:relative}.page-module__daxvFW__addDialogueBtnIcon{color:var(--gray-900);position:absolute;top:50%;right:12px;transform:translateY(-50%)}.page-module__daxvFW__addDialogueBtn:hover{background:#00000026}.page-module__daxvFW__addDialogueBtn:active{background:#0003}.page-module__daxvFW__personaProfileSection{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:16px;width:100%;padding:8px 16px;display:flex}.page-module__daxvFW__personaProfileSectionBeforeDivider{padding-bottom:32px}.page-module__daxvFW__personaProfileCard{box-sizing:border-box;background:var(--white);border:1px solid var(--gray-100);border-radius:12px;flex-direction:column;justify-content:flex-end;align-items:center;gap:12px;width:100%;padding:24px 16px 16px;display:flex;position:relative}.page-module__daxvFW__profileDeleteBtn{border:1px solid var(--gray-200);cursor:pointer;background:0 0;border-radius:60px;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex;position:absolute;top:16px;right:16px}.page-module__daxvFW__profileDeleteBtn:hover{background:var(--gray-100)}.page-module__daxvFW__profileImageSection{flex-direction:column;align-items:center;gap:12px;display:flex}.page-module__daxvFW__profileImageLabel{font-family:var(--font-family);font-weight:var(--font-weight-bold);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);text-align:center;color:var(--gray-800)}.page-module__daxvFW__profileFormFields{flex-direction:column;align-items:flex-start;width:100%;display:flex}.page-module__daxvFW__profileInputContainer{width:100%;padding-bottom:16px}.page-module__daxvFW__checkboxRow{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;gap:6px;margin-bottom:16px;padding:0;display:flex}.page-module__daxvFW__checkboxRow:focus{outline:none}.page-module__daxvFW__checkboxLabel{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-13);letter-spacing:var(--letter-spacing-tight);color:var(--gray-600);line-height:18px}.page-module__daxvFW__addProfileBtn{cursor:pointer;width:100%;font-family:var(--font-family);font-weight:var(--font-weight-bold);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);text-align:center;color:var(--gray-900);background:#0000001a;border:none;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:12px;padding:12px;transition:background-color .2s;display:flex;position:relative}.page-module__daxvFW__addProfileBtn:hover{background:#00000026}.page-module__daxvFW__addProfileBtn:active{background:#0003}.page-module__daxvFW__addProfileIcon{color:var(--gray-900);position:absolute;top:50%;right:12px;transform:translateY(-50%)}.page-module__daxvFW__settingsContainer{flex-direction:column;gap:16px;padding:8px 16px 16px;display:flex}.page-module__daxvFW__radioGroup{flex-direction:column;gap:8px;padding:12px 16px 16px;display:flex}.page-module__daxvFW__noticeContainer{flex-direction:column;gap:12px;padding:4px 16px 16px;display:flex}.page-module__daxvFW__selectGroup{padding:12px 16px 8px}div.page-module__daxvFW__workToggleTitle{padding-bottom:24px}.page-module__daxvFW__selectTrigger{border:1px solid var(--gray-400);background:var(--white);cursor:pointer;width:100%;height:48px;font-size:var(--font-size-paragraph-15);line-height:var(--line-height-paragraph-15);letter-spacing:-.15px;text-align:left;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:0 16px;display:flex}.page-module__daxvFW__selectTriggerText{color:var(--gray-600)}.page-module__daxvFW__selectTriggerText.page-module__daxvFW__filled{color:var(--gray-900)}.page-module__daxvFW__selectChevron{color:var(--gray-900);flex-shrink:0}.page-module__daxvFW__nsfwNotice{border-radius:8px}.page-module__daxvFW__advancedSection{background:var(--gray-100);box-sizing:border-box;flex-grow:1;width:100%;padding-bottom:24px}.page-module__daxvFW__advancedMasterHeader{flex-direction:column;gap:2px;padding:24px 16px 8px;display:flex}.page-module__daxvFW__advancedMasterTop{flex-direction:row;align-items:center;gap:16px;display:flex}.page-module__daxvFW__advancedMasterTitle{min-width:0;font-family:var(--font-family);font-weight:var(--font-weight-semibold);font-size:var(--font-size-paragraph-18,18px);color:var(--gray-900);flex:1;margin:0;line-height:26px}.page-module__daxvFW__advancedMasterDesc{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-13,13px);letter-spacing:var(--letter-spacing-tight,-.01em);color:var(--gray-600);margin:0;line-height:18px}.page-module__daxvFW__advancedCardWrapper{padding:16px 16px 0}.page-module__daxvFW__advancedCardWrapperFirst{padding-top:16px}.page-module__daxvFW__conceptImageList{flex-direction:column;margin-top:8px;padding:0 16px;display:flex}.page-module__daxvFW__imageSection{flex-direction:column;gap:4px;padding:4px 16px;display:flex}.page-module__daxvFW__imageSectionBtn{padding:8px 0}.page-module__daxvFW__tabBottomSpacer{flex-shrink:0;height:40px}.page-module__daxvFW__coverImageCenter{box-sizing:border-box;justify-content:center;width:100%;padding:20px 16px 12px;display:flex}.page-module__daxvFW__chatProfileSection{box-sizing:border-box;flex-direction:column;align-items:center;gap:12px;width:100%;padding:20px 16px 12px;display:flex}.page-module__daxvFW__sceneGrid{box-sizing:border-box;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;width:100%;padding:12px 16px 40px;display:grid}.page-module__daxvFW__sceneCard{background:var(--gray-100);border:1px solid var(--gray-400,#cecece);box-sizing:border-box;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:8px;display:flex;position:relative}.page-module__daxvFW__sceneImageWrap{aspect-ratio:149/196;border-radius:8px;width:100%;position:relative;overflow:hidden}.page-module__daxvFW__sceneImageWrap:after{content:"";border:1px solid var(--stroke-inset);border-radius:inherit;pointer-events:none;z-index:2;position:absolute;inset:0}.page-module__daxvFW__sceneImageBtn,.page-module__daxvFW__sceneImageReadonly{background-color:var(--gray-200,#e9e9e9);cursor:pointer;background-position:50%;background-size:cover;border:none;border-radius:8px;justify-content:center;align-items:flex-end;width:100%;height:100%;padding:0;display:flex;position:absolute;inset:0}.page-module__daxvFW__sceneImageReadonly{cursor:default;justify-content:flex-start;align-items:flex-start}.page-module__daxvFW__sceneEditLabel{width:100%;height:36px;color:var(--white);font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-14,14px);letter-spacing:-.14px;background:#1a1a1a99;justify-content:center;align-items:center;line-height:20px;display:flex}.page-module__daxvFW__sceneMigratedBadge{color:var(--white);font-family:var(--font-family);font-weight:var(--font-weight-semibold);font-size:var(--font-size-caption-11,11px);background:#1a1a1a99;border-radius:6px;margin:8px;padding:2px 8px;line-height:14px}.page-module__daxvFW__sceneTrash{border:1px solid var(--gray-300,#dedede);background:var(--white);width:32px;height:32px;color:var(--gray-800,#2b2b2b);cursor:pointer;z-index:1;border-radius:60px;justify-content:center;align-items:center;display:flex;position:absolute;top:3px;right:4px}.page-module__daxvFW__sceneMetaRow{flex-direction:row;align-items:flex-start;gap:5px;width:100%;display:flex}.page-module__daxvFW__sceneOrderBadge{border:1px solid var(--gray-300,#dedede);appearance:none;background:var(--white);box-sizing:border-box;width:36px;height:36px;font-family:var(--font-family);font-weight:var(--font-weight-bold);font-size:var(--font-size-paragraph-14,14px);color:var(--gray-900);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;line-height:20px;display:flex}.page-module__daxvFW__sceneOrderBadgeDisabled{color:var(--gray-600);cursor:default}.page-module__daxvFW__sceneNameBtn{text-align:center;border:1px solid var(--gray-300,#dedede);background:var(--white);min-width:0;height:36px;font-family:var(--font-family);font-weight:var(--font-weight-bold);font-size:var(--font-size-paragraph-14,14px);color:var(--gray-900);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;border-radius:6px;flex:1;padding:0 12px;line-height:20px;overflow:hidden}.page-module__daxvFW__sceneNameReadonly{border:1px solid var(--gray-300,#dedede);background:var(--white);min-width:0;height:36px;font-family:var(--font-family);font-weight:var(--font-weight-bold);font-size:var(--font-size-paragraph-14,14px);color:var(--gray-700);box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:0 12px;display:flex;overflow:hidden}.page-module__daxvFW__sceneVisibility{box-sizing:border-box;background:var(--gray-300,#dedede);border:1px solid var(--gray-400,#cecece);border-radius:6px;flex-direction:row;width:100%;height:36px;padding:2px;display:flex}.page-module__daxvFW__sceneVisibilityBtn{min-width:0;color:var(--gray-600,#868686);font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-12,12px);letter-spacing:-.12px;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:2px;padding:4px 10px 4px 8px;line-height:16px;transition:background .15s,color .15s,border-color .15s;display:flex}.page-module__daxvFW__sceneVisibilityBtnActive{background:var(--white);border-color:var(--gray-400,#cecece);color:var(--gray-900);font-weight:var(--font-weight-semibold)}.page-module__daxvFW__sceneVisibilityIcon{flex-shrink:0}.page-module__daxvFW__sceneAiFillBtn{border:1px solid var(--gray-300,#dedede);background:var(--white);width:100%;min-height:40px;color:var(--gray-900);font-family:var(--font-family);font-weight:var(--font-weight-semibold);font-size:var(--font-size-paragraph-14,14px);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 12px;line-height:20px;display:flex}.page-module__daxvFW__sceneAiFillBtn:disabled{color:var(--gray-500,#adadad);background:var(--gray-100,#f5f5f5);cursor:default}.page-module__daxvFW__sceneAiFillIcon{flex-shrink:0}.page-module__daxvFW__sceneAddCard{border:1px dashed var(--gray-400,#cecece);box-sizing:border-box;background:var(--gray-100,#f5f5f5);border-radius:14px;flex-direction:column;justify-content:space-between;gap:40px;min-height:296px;padding:60px 8px 8px;display:flex}.page-module__daxvFW__sceneAddMain{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.page-module__daxvFW__sceneAddIcon{color:var(--gray-400)}.page-module__daxvFW__sceneAddText{white-space:pre-line;text-align:center;color:var(--gray-600);font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-13,13px);letter-spacing:-.13px;line-height:18px}.page-module__daxvFW__sceneAiBtn{border:1px solid var(--gray-400,#cecece);background:var(--white);height:36px;color:var(--gray-600);font-family:var(--font-family);font-weight:var(--font-weight-bold);font-size:var(--font-size-paragraph-14,14px);border-radius:6px;flex-shrink:0}.page-module__daxvFW__sceneDetailModalBody{box-sizing:border-box;text-align:left;flex-direction:column;gap:16px;width:100%;padding:12px 16px;display:flex}.page-module__daxvFW__sceneDetailField{flex-direction:column;gap:6px;display:flex}.page-module__daxvFW__sceneDetailLabel{min-height:0;padding:0}.page-module__daxvFW__dialoguePublicRow{flex-direction:row;align-items:center;gap:6px;width:100%;display:flex}.page-module__daxvFW__dialoguePublicText{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-13,13px);letter-spacing:var(--letter-spacing-tight,-.01em);color:var(--gray-600);flex:1;margin:0;line-height:18px}.page-module__daxvFW__deviceOnlySheetContent{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;padding:4px 16px 12px;display:flex}.page-module__daxvFW__worldSourceBody{padding:12px 16px 0}.page-module__daxvFW__worldSourceCard{box-sizing:border-box;border:1px solid var(--gray-300);background:var(--gray-100);cursor:pointer;text-align:left;border-radius:12px;flex-direction:row;align-items:center;gap:12px;width:100%;padding:16px;display:flex}.page-module__daxvFW__worldSourceCardIcon{width:24px;height:24px;color:var(--gray-700);flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__daxvFW__worldSourceCardText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.page-module__daxvFW__worldSourceCardTitle{font-family:var(--font-family);font-weight:var(--font-weight-semibold);font-size:var(--font-size-paragraph-16);line-height:var(--line-height-paragraph-16);letter-spacing:0;color:var(--gray-900)}.page-module__daxvFW__worldSourceCardDesc{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-12);line-height:var(--line-height-paragraph-12);letter-spacing:var(--letter-spacing-tight);color:var(--gray-600)}.page-module__daxvFW__worldPickerModal{flex-direction:column;display:flex}.page-module__daxvFW__worldPickerCover{background:var(--gray-200);border-radius:8px;flex-shrink:0;width:64px;height:85px;position:relative;overflow:hidden}.page-module__daxvFW__worldPickerCover:after{content:"";border:1px solid var(--stroke-inset);border-radius:inherit;pointer-events:none;position:absolute;inset:0}.page-module__daxvFW__worldPickerCoverImage{object-fit:cover;border-radius:inherit;width:100%;height:100%}.page-module__daxvFW__sheetContent{box-sizing:border-box;flex-direction:column;gap:6px;width:100%;padding:4px 16px 12px;display:flex}.page-module__daxvFW__sheetEmptyText{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);color:var(--gray-600);text-align:center;margin:0;padding:24px 0}.page-module__daxvFW__sheetErrorBox{flex-direction:column;align-items:center;gap:12px;padding:24px 0;display:flex}.page-module__daxvFW__sheetErrorText{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);color:var(--gray-600);text-align:center;margin:0}.page-module__daxvFW__sheetRetryButton{border:1px solid var(--gray-300);font-family:var(--font-family);font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-semibold);color:var(--gray-900);cursor:pointer;background:0 0;border-radius:8px;padding:8px 20px}.page-module__daxvFW__fieldNoticeGroup{flex-direction:column;gap:8px;padding:8px 16px 0;display:flex}.page-module__daxvFW__worldReadonlyBox{box-sizing:border-box;background:var(--gray-100);width:100%;max-height:240px;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);letter-spacing:var(--letter-spacing-tight);color:var(--gray-600);white-space:pre-wrap;word-break:break-word;border-radius:12px;margin:0;padding:16px;overflow-y:auto}.page-module__daxvFW__worldRefreshRow{padding-top:8px}.page-module__daxvFW__worldLinkedHint{color:var(--gray-600);font-family:var(--font-family);font-size:var(--font-size-paragraph-12);line-height:var(--line-height-paragraph-12);font-weight:var(--font-weight-regular);padding:8px 16px 0}.page-module__daxvFW__worldUnavailableNotice{color:var(--primary-red-500);font-family:var(--font-family);font-size:var(--font-size-paragraph-12);line-height:var(--line-height-paragraph-12);font-weight:var(--font-weight-semibold);padding:8px 16px 0}.page-module__daxvFW__desktopMakerTitle{font-family:var(--font-family);font-size:var(--font-size-paragraph-16);line-height:var(--line-height-paragraph-16);font-weight:var(--font-weight-semibold);color:var(--gray-900);margin:0}.page-module__daxvFW__desktopMakerActions{align-items:center;gap:8px;display:flex}
.PersonaProfileCard-module__1e5aZq__card{box-sizing:border-box;background:var(--white,#fff);border:1px solid #1a1a1a1f;border-radius:12px;flex-direction:column;justify-content:flex-end;align-items:center;gap:12px;width:100%;padding:24px 16px 16px;display:flex;position:relative}.PersonaProfileCard-module__1e5aZq__makerAddSettings{border-color:var(--gray-200);border-radius:12px}.PersonaProfileCard-module__1e5aZq__deleteBtn{border:1px solid var(--gray-200,#dedede);cursor:pointer;background:0 0;border-radius:60px;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex;position:absolute;top:16px;right:16px}.PersonaProfileCard-module__1e5aZq__makerAddSettings .PersonaProfileCard-module__1e5aZq__deleteBtn{color:var(--gray-900);background:var(--white);border-color:var(--gray-300);top:15px;right:16px}.PersonaProfileCard-module__1e5aZq__deleteBtn:hover{background:var(--gray-100,#f5f5f5)}.PersonaProfileCard-module__1e5aZq__imageSection{color:inherit;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;padding:0;display:flex}.PersonaProfileCard-module__1e5aZq__imageSection:disabled{cursor:default}.PersonaProfileCard-module__1e5aZq__imageSectionClickable{cursor:pointer}.PersonaProfileCard-module__1e5aZq__makerAddSettings .PersonaProfileCard-module__1e5aZq__imageSection{gap:12px}.PersonaProfileCard-module__1e5aZq__uploadedImageFrame{flex-shrink:0;width:90px;height:90px;display:block;position:relative;overflow:hidden}.PersonaProfileCard-module__1e5aZq__uploadedImageFrame:after{content:"";border:1px solid var(--stroke-inset);border-radius:inherit;pointer-events:none;position:absolute;inset:0}.PersonaProfileCard-module__1e5aZq__uploadedImageFrameCircle{border-radius:50%}.PersonaProfileCard-module__1e5aZq__makerAddSettings .PersonaProfileCard-module__1e5aZq__uploadedImageFrameCircle{border-radius:32px}.PersonaProfileCard-module__1e5aZq__uploadedImageFrameDefault{border-radius:8px}.PersonaProfileCard-module__1e5aZq__uploadedImage{object-fit:cover;border-radius:inherit;width:100%;height:100%}.PersonaProfileCard-module__1e5aZq__imageLabel{font-family:var(--font-family);font-weight:var(--font-weight-bold,700);font-size:var(--font-size-paragraph-14,14px);text-align:center;color:var(--gray-800,#2b2b2b);line-height:20px}.PersonaProfileCard-module__1e5aZq__formFields{flex-direction:column;align-items:flex-start;width:100%;display:flex}.PersonaProfileCard-module__1e5aZq__fieldContainer{width:100%;padding-bottom:16px}.PersonaProfileCard-module__1e5aZq__makerAddSettings .PersonaProfileCard-module__1e5aZq__fieldContainer:last-child{padding-bottom:0}.PersonaProfileCard-module__1e5aZq__fieldLabel{background:0 0;min-height:24px;padding:6px 0}.PersonaProfileCard-module__1e5aZq__checkboxRow{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;gap:6px;margin-bottom:16px;padding:0;display:flex}.PersonaProfileCard-module__1e5aZq__checkboxRow:focus{outline:none}.PersonaProfileCard-module__1e5aZq__checkboxRow:focus-visible{outline:2px solid var(--primary-orange-500,#ff8665);outline-offset:2px;border-radius:4px}.PersonaProfileCard-module__1e5aZq__checkboxLabel{font-family:var(--font-family);font-weight:var(--font-weight-regular,400);font-size:var(--font-size-paragraph-13,13px);letter-spacing:var(--letter-spacing-tight,-.01em);color:var(--gray-600,#494949);line-height:18px}.PersonaProfileCard-module__1e5aZq__makerAddSettings .PersonaProfileCard-module__1e5aZq__checkboxLabel{color:var(--gray-700,#494949)}
.RankCardList-module__4vzuTG__section{background-color:var(--gray-900,#1a1a1a);width:100%}.RankCardList-module__4vzuTG__header{align-items:center;gap:16px;padding:32px 16px 12px;display:flex}.RankCardList-module__4vzuTG__headerTitle{font-family:var(--font-family);letter-spacing:-.2px;color:var(--white);flex:1;margin:0;font-size:20px;font-weight:700;line-height:26px}.RankCardList-module__4vzuTG__headerAccent{color:var(--primary-orange-500,#ff8665)}.RankCardList-module__4vzuTG__headerDate{font-family:var(--font-family);letter-spacing:-.12px;color:var(--gray-600,#868686);text-align:right;white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:400;line-height:16px}.RankCardList-module__4vzuTG__column{flex-direction:column;gap:12px;display:flex}.RankCardList-module__4vzuTG__buttonArea{padding:16px 16px 32px}.RankCardList-module__4vzuTG__viewAllButton{width:100%;font-family:var(--font-family);color:var(--white,#fff);text-align:center;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:600;line-height:24px;position:relative}.RankCardList-module__4vzuTG__viewAllButton:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(90deg,#ffffff1a,#fff,#ffffff1a);border-radius:8px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}
.SafeMarkdown-module__nAHe7W__root{color:var(--gray-700);font-family:var(--font-family);font-size:15px;font-weight:var(--font-weight-regular);letter-spacing:0;overflow-wrap:anywhere;flex-direction:column;gap:12px;max-width:100%;line-height:22px;display:flex;position:relative;overflow-x:clip}.SafeMarkdown-module__nAHe7W__root p,.SafeMarkdown-module__nAHe7W__root h2,.SafeMarkdown-module__nAHe7W__root h3,.SafeMarkdown-module__nAHe7W__root h4,.SafeMarkdown-module__nAHe7W__root ul,.SafeMarkdown-module__nAHe7W__root ol,.SafeMarkdown-module__nAHe7W__root blockquote,.SafeMarkdown-module__nAHe7W__root pre{margin:0}.SafeMarkdown-module__nAHe7W__heading1{color:var(--gray-900);font-size:20px;font-weight:var(--font-weight-bold);line-height:26px}.SafeMarkdown-module__nAHe7W__heading2{color:var(--gray-900);font-size:18px;font-weight:var(--font-weight-semibold);line-height:26px}.SafeMarkdown-module__nAHe7W__heading3{color:var(--gray-800);font-size:16px;font-weight:var(--font-weight-semibold);line-height:24px}.SafeMarkdown-module__nAHe7W__paragraph{white-space:normal}.SafeMarkdown-module__nAHe7W__list{flex-direction:column;gap:6px;padding-left:20px;display:flex}.SafeMarkdown-module__nAHe7W__tableScroll{border:1px solid var(--gray-200);border-radius:8px;width:100%;overflow-x:auto}.SafeMarkdown-module__nAHe7W__table{border-collapse:collapse;color:var(--gray-700);text-align:left;min-width:100%;font-size:14px;line-height:20px}.SafeMarkdown-module__nAHe7W__table th,.SafeMarkdown-module__nAHe7W__table td{border-bottom:1px solid var(--gray-200);vertical-align:top;padding:8px 10px}.SafeMarkdown-module__nAHe7W__table th{background:var(--gray-100);color:var(--gray-900);font-weight:var(--font-weight-semibold)}.SafeMarkdown-module__nAHe7W__table th:not(:last-child),.SafeMarkdown-module__nAHe7W__table td:not(:last-child){border-right:1px solid var(--gray-200)}.SafeMarkdown-module__nAHe7W__table tr:last-child td{border-bottom:0}.SafeMarkdown-module__nAHe7W__blockquote{border-left:3px solid var(--gray-300);color:var(--gray-700);padding-left:12px}.SafeMarkdown-module__nAHe7W__image{background:var(--gray-100);object-fit:contain;border:1px solid #1a1a1a14;border-radius:12px;width:100%;max-height:360px;display:block;overflow:hidden}.SafeMarkdown-module__nAHe7W__codeBlock{background:var(--gray-100);border:1px solid var(--gray-200);color:var(--gray-800);white-space:pre-wrap;border-radius:8px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;line-height:20px;overflow-x:auto}.SafeMarkdown-module__nAHe7W__inlineCode{background:var(--gray-100);color:var(--gray-800);border-radius:4px;padding:1px 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.92em}.SafeMarkdown-module__nAHe7W__link{color:var(--primary-orange-500,#ff8665);text-underline-offset:2px;text-decoration:underline}.SafeMarkdown-module__nAHe7W__divider{border:0;border-top:1px solid var(--gray-200);width:100%}
.ExpandableDescription-module__QPZKyq__section{flex-direction:column;gap:0;padding:0;display:flex}.ExpandableDescription-module__QPZKyq__section .ExpandableDescription-module__QPZKyq__sectionHeader{justify-content:flex-start;align-items:flex-start;height:50px;padding:24px 16px 0}.ExpandableDescription-module__QPZKyq__descriptionBody{flex-direction:column;gap:8px;padding:16px 16px 24px;display:flex}.ExpandableDescription-module__QPZKyq__descriptionBodyFullBleed{flex-direction:column;gap:8px;padding:0 0 24px;display:flex}.ExpandableDescription-module__QPZKyq__descriptionWrapper{position:relative;overflow:hidden}.ExpandableDescription-module__QPZKyq__longDescription{color:var(--gray-700);white-space:pre-wrap;font-family:Pretendard,sans-serif;font-size:15px;font-weight:400;line-height:22px}.ExpandableDescription-module__QPZKyq__markdownDescription{color:var(--gray-700)}.ExpandableDescription-module__QPZKyq__dimmedOverlay{pointer-events:none;background:linear-gradient(#fff0 -6.25%,#fff 78.75%);width:100%;height:80px;position:absolute;bottom:0;left:0}.ExpandableDescription-module__QPZKyq__showMoreButton{width:100%;color:var(--gray-900);cursor:pointer;background:0 0;border:none;flex-direction:row;justify-content:center;align-items:center;gap:2px;padding:8px 16px;font-family:Pretendard,sans-serif;font-size:13px;font-weight:600;line-height:18px;display:flex}
.SectionTitle-module__CCGYZq__container{background:var(--white);flex-direction:column;width:100%;padding:24px 16px 8px;display:flex}.SectionTitle-module__CCGYZq__sub,.SectionTitle-module__CCGYZq__titleIcon{padding:24px 16px 8px}.SectionTitle-module__CCGYZq__toggle{gap:2px;padding:24px 16px 8px}.SectionTitle-module__CCGYZq__container.SectionTitle-module__CCGYZq__noBottomPadding{padding-bottom:0}.SectionTitle-module__CCGYZq__container.SectionTitle-module__CCGYZq__compactPadding{padding-left:12px;padding-right:12px}.SectionTitle-module__CCGYZq__withDescription{white-space:pre-wrap;gap:2px}.SectionTitle-module__CCGYZq__titleRow{flex-direction:row;align-items:center;gap:16px;width:100%;display:flex}.SectionTitle-module__CCGYZq__title{font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-semibold);font-size:var(--font-size-paragraph-18,18px);color:var(--gray-900);flex:1;margin:0;line-height:26px}.SectionTitle-module__CCGYZq__container:not(.SectionTitle-module__CCGYZq__sub):not(.SectionTitle-module__CCGYZq__titleIcon):not(.SectionTitle-module__CCGYZq__toggle):not(.SectionTitle-module__CCGYZq__inputLabel) .SectionTitle-module__CCGYZq__title{font-weight:var(--font-weight-bold);font-size:var(--font-size-heading-xxs);line-height:var(--line-height-heading-xxs)}.SectionTitle-module__CCGYZq__actionText{font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-regular);letter-spacing:var(--letter-spacing-tight,-.01em);text-align:right;color:var(--gray-500,#adadad);cursor:pointer;flex:none;font-size:13px;line-height:18px}.SectionTitle-module__CCGYZq__actionText:hover{color:var(--gray-700)}.SectionTitle-module__CCGYZq__actionArrow{color:var(--gray-700,#494949);cursor:pointer;flex:none}.SectionTitle-module__CCGYZq__actionArrow:hover{color:var(--gray-900)}.SectionTitle-module__CCGYZq__description{font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-regular);font-size:var(--font-size-paragraph-13,13px);letter-spacing:var(--letter-spacing-tight,-.01em);color:var(--gray-600);white-space:pre-line;line-height:18px}.SectionTitle-module__CCGYZq__description[role=button]{cursor:pointer}.SectionTitle-module__CCGYZq__description[role=button]:hover{color:var(--gray-600)}.SectionTitle-module__CCGYZq__titleIconBox{box-sizing:border-box;background:var(--gray-100,#f5f5f5);border:1px solid var(--gray-200,#e9e9e9);cursor:pointer;border-radius:6px;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%;height:38px;padding:6px 6px 6px 12px;transition:background-color .2s;display:flex}.SectionTitle-module__CCGYZq__titleIconBox:hover{background:var(--gray-100,#e9e9e9)}.SectionTitle-module__CCGYZq__titleIconBox:focus{border-color:var(--gray-300);outline:none}.SectionTitle-module__CCGYZq__titleIconText{font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-semibold,600);font-size:var(--font-size-paragraph-18,18px);color:var(--gray-900,#1a1a1a);flex:none;order:0;line-height:26px}.SectionTitle-module__CCGYZq__editIcon{width:24px;height:24px;color:var(--gray-900,#1a1a1a);flex:none;order:1}.SectionTitle-module__CCGYZq__light{background:var(--white)}.SectionTitle-module__CCGYZq__light .SectionTitle-module__CCGYZq__title{color:var(--gray-900)}.SectionTitle-module__CCGYZq__dark{background:var(--gray-900)}.SectionTitle-module__CCGYZq__dark .SectionTitle-module__CCGYZq__title{color:var(--white)}.SectionTitle-module__CCGYZq__dark .SectionTitle-module__CCGYZq__actionText,.SectionTitle-module__CCGYZq__dark .SectionTitle-module__CCGYZq__description{color:var(--gray-400)}.SectionTitle-module__CCGYZq__gray{background:var(--gray-100)}.SectionTitle-module__CCGYZq__gray .SectionTitle-module__CCGYZq__title{color:var(--gray-900)}.SectionTitle-module__CCGYZq__inputLabel{background:0 0;padding:6px 16px}.SectionTitle-module__CCGYZq__inputLabel .SectionTitle-module__CCGYZq__title{font-family:var(--font-family);font-weight:var(--font-weight-bold);font-size:var(--font-size-paragraph-15,15px);color:var(--gray-800);line-height:22px}.SectionTitle-module__CCGYZq__requiredMark{color:var(--primary-orange-500);margin-left:2px;display:inline-block}
.PromptTextarea-module__VxzYoa__container{box-sizing:border-box;background:var(--white,#fff);border:1px solid var(--gray-400,#adadad);width:100%;scroll-margin-bottom:calc(120px + var(--sab,0px));border-radius:12px;flex-direction:column;align-items:flex-start;gap:12px;padding:16px;transition:border-color .2s;display:flex}.PromptTextarea-module__VxzYoa__container.PromptTextarea-module__VxzYoa__large{height:214px}.PromptTextarea-module__VxzYoa__container.PromptTextarea-module__VxzYoa__medium{height:170px}.PromptTextarea-module__VxzYoa__container.PromptTextarea-module__VxzYoa__maker{height:180px}.PromptTextarea-module__VxzYoa__container.PromptTextarea-module__VxzYoa__world{height:240px}.PromptTextarea-module__VxzYoa__container.PromptTextarea-module__VxzYoa__autoExpand{height:auto;min-height:148px}.PromptTextarea-module__VxzYoa__container.PromptTextarea-module__VxzYoa__autoExpand .PromptTextarea-module__VxzYoa__textarea{flex:none}.PromptTextarea-module__VxzYoa__textareaAutoExpand{resize:none;min-height:60px;overflow-y:hidden}.PromptTextarea-module__VxzYoa__container.PromptTextarea-module__VxzYoa__focused{border-color:var(--gray-900,#1a1a1a)}.PromptTextarea-module__VxzYoa__container.PromptTextarea-module__VxzYoa__error{border-color:var(--primary-red-500,#f13d6d)}.PromptTextarea-module__VxzYoa__container.PromptTextarea-module__VxzYoa__disabled{background:var(--gray-100,#f5f5f5);cursor:not-allowed}.PromptTextarea-module__VxzYoa__addPhotoBtn{background:var(--gray-100,#f5f5f5);cursor:pointer;height:32px;font-family:var(--font-family);font-weight:var(--font-weight-bold,700);font-size:var(--font-size-paragraph-14,14px);text-align:center;color:var(--gray-600);border:none;border-radius:6px;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:2px;padding:6px 12px;line-height:20px;transition:background-color .2s;display:flex}.PromptTextarea-module__VxzYoa__addPhotoBtn:hover:not(:disabled){background:var(--gray-100,#e9e9e9)}.PromptTextarea-module__VxzYoa__addPhotoBtn:disabled{opacity:.5;cursor:not-allowed}.PromptTextarea-module__VxzYoa__attachmentChip{background:var(--gray-100,#f5f5f5);border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:4px 6px 4px 4px;display:inline-flex}.PromptTextarea-module__VxzYoa__attachmentThumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:32px;height:32px;display:block}.PromptTextarea-module__VxzYoa__attachmentRemoveBtn{cursor:pointer;width:20px;height:20px;color:var(--gray-700);background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .15s;display:inline-flex}.PromptTextarea-module__VxzYoa__attachmentRemoveBtn:hover:not(:disabled){background:#0000000d}.PromptTextarea-module__VxzYoa__attachmentRemoveBtn:disabled{opacity:.4;cursor:not-allowed}.PromptTextarea-module__VxzYoa__aiBtn{background:var(--gray-100,#f5f5f5);cursor:pointer;height:32px;font-family:var(--font-family);font-weight:var(--font-weight-bold,700);font-size:var(--font-size-paragraph-14,14px);text-align:center;color:var(--gray-600);border:none;border-radius:6px;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:2px;padding:6px 12px;line-height:20px;transition:background-color .2s;display:flex}.PromptTextarea-module__VxzYoa__aiBtn:hover:not(:disabled){background:var(--gray-100,#e9e9e9)}.PromptTextarea-module__VxzYoa__aiBtn:disabled{opacity:.5;cursor:not-allowed}.PromptTextarea-module__VxzYoa__aiBtnLoading{animation:1.5s ease-in-out infinite PromptTextarea-module__VxzYoa__pulse}@keyframes PromptTextarea-module__VxzYoa__pulse{0%,to{opacity:1}50%{opacity:.5}}.PromptTextarea-module__VxzYoa__textarea{resize:none;width:100%;caret-color:var(--primary-orange-500);font-family:var(--font-family);font-weight:var(--font-weight-regular,400);font-size:max(var(--font-size-paragraph-15,15px),16px);letter-spacing:var(--letter-spacing-tight,-.01em);color:var(--gray-800,#1a1a1a);scroll-margin-bottom:calc(120px + var(--sab,0px));background:0 0;border:none;outline:none;flex:1;margin:0;padding:0;line-height:22px}.PromptTextarea-module__VxzYoa__textarea::placeholder{color:var(--gray-600)}.PromptTextarea-module__VxzYoa__container.PromptTextarea-module__VxzYoa__disabled .PromptTextarea-module__VxzYoa__textarea{cursor:not-allowed;color:var(--gray-400,#adadad)}.PromptTextarea-module__VxzYoa__errorMessageRow{flex-direction:row;align-items:center;gap:4px;margin-top:8px;padding:0;display:flex}.PromptTextarea-module__VxzYoa__errorMessageText{font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-regular,400);font-size:var(--font-size-paragraph-13,13px);letter-spacing:-.13px;color:var(--error,#f13d6d);line-height:18px}.PromptTextarea-module__VxzYoa__charCount{font-family:var(--font-family);font-weight:var(--font-weight-semibold,600);font-size:var(--font-size-paragraph-12,12px);text-align:right;letter-spacing:var(--letter-spacing-tight,-.01em);color:var(--gray-600);flex-shrink:0;align-self:flex-end;line-height:16px}.PromptTextarea-module__VxzYoa__bottomRow{flex-direction:row;align-items:center;gap:12px;width:100%;display:flex}.PromptTextarea-module__VxzYoa__varChips{flex-flow:wrap;flex:1;gap:4px;min-width:0;display:flex}.PromptTextarea-module__VxzYoa__varChip{background:var(--gray-100);height:32px;color:var(--gray-600);font-family:var(--font-family);font-weight:var(--font-weight-semibold);font-size:var(--font-size-paragraph-12,12px);letter-spacing:0;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;padding:4px 12px;line-height:16px;transition:background-color .15s;display:inline-flex}.PromptTextarea-module__VxzYoa__varChip:hover{background:var(--gray-200)}.PromptTextarea-module__VxzYoa__bottomRow .PromptTextarea-module__VxzYoa__charCount{align-self:center;margin-left:auto}
.SocialLoginButton-module__p85vCa__button{box-sizing:border-box;cursor:pointer;height:48px;font-family:var(--font-family,"Pretendard"),sans-serif;font-weight:var(--font-weight-regular,400);letter-spacing:-.15px;text-align:center;border-radius:10px;outline:none;flex-direction:row;justify-content:center;align-items:center;gap:12px;padding:12px 16px;font-size:15px;line-height:22px;transition:opacity .2s,transform .1s;display:flex;position:relative}.SocialLoginButton-module__p85vCa__button:hover:not(:disabled){opacity:.9}.SocialLoginButton-module__p85vCa__button:active:not(:disabled){transform:scale(.98)}.SocialLoginButton-module__p85vCa__button:disabled{opacity:.5;cursor:not-allowed}.SocialLoginButton-module__p85vCa__button:focus-visible{outline:2px solid var(--primary-500,#ff8665);outline-offset:2px}.SocialLoginButton-module__p85vCa__apple{color:#fff;background:#000;border:1px solid #000}.SocialLoginButton-module__p85vCa__apple .SocialLoginButton-module__p85vCa__icon{color:#fff}.SocialLoginButton-module__p85vCa__google{color:var(--gray-900,#1a1a1a);background:#fff;border:1px solid #fff}.SocialLoginButton-module__p85vCa__google:hover:not(:disabled){border-color:#fff}.SocialLoginButton-module__p85vCa__kakao{color:#47272a;background:#ffe812;border:1px solid #ffe812}.SocialLoginButton-module__p85vCa__kakao .SocialLoginButton-module__p85vCa__icon{color:#47272a}.SocialLoginButton-module__p85vCa__icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;left:16px}.SocialLoginButton-module__p85vCa__label{text-align:center;flex:1}.SocialLoginButton-module__p85vCa__fullWidth{width:100%}.SocialLoginButton-module__p85vCa__onSheet.SocialLoginButton-module__p85vCa__google{background:var(--gray-200,#e9e9e9);color:var(--gray-900,#1a1a1a);border:1px solid #1a1a1a1f}.SocialLoginButton-module__p85vCa__onSheet.SocialLoginButton-module__p85vCa__google:hover:not(:disabled){border-color:#1a1a1a3d}
.LoginBottomSheet-module__CDIWra__sheet{background:var(--white);will-change:transform;border-radius:20px 20px 0 0;flex-direction:column;align-items:stretch;width:100%;max-width:375px;padding:8px 0 0;animation:.3s ease-out LoginBottomSheet-module__CDIWra__slideUpFromBottom;display:flex;overflow:hidden;box-shadow:0 8px 36px #00000029}@media (max-width:767px){.LoginBottomSheet-module__CDIWra__sheet{max-width:100%}}@keyframes LoginBottomSheet-module__CDIWra__slideUpFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.LoginBottomSheet-module__CDIWra__header{box-sizing:border-box;align-items:flex-start;gap:16px;width:100%;padding:24px 16px 12px 56px;display:flex}.LoginBottomSheet-module__CDIWra__text{text-align:center;flex-direction:column;flex:1 0 0;justify-content:center;align-items:center;gap:4px;min-width:0;display:flex}.LoginBottomSheet-module__CDIWra__title{width:100%;font-family:var(--font-family);font-weight:700;font-size:var(--font-size-heading-xxs);line-height:var(--line-height-heading-xxs);letter-spacing:var(--letter-spacing-tight);color:var(--gray-900);margin:0}.LoginBottomSheet-module__CDIWra__description{width:100%;font-family:var(--font-family);font-weight:400;font-size:var(--font-size-paragraph-15);line-height:var(--line-height-paragraph-15);letter-spacing:var(--letter-spacing-tight);color:var(--gray-700);margin:0}.LoginBottomSheet-module__CDIWra__closeButton{cursor:pointer;width:24px;height:24px;color:var(--gray-900);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.LoginBottomSheet-module__CDIWra__closeButton:hover{opacity:.7}.LoginBottomSheet-module__CDIWra__buttons{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;padding:16px;display:flex}.LoginBottomSheet-module__CDIWra__safeArea{width:100%;height:var(--sab,0px);background:var(--white)}
.ContentInfoBar-module__DJWQLa__container{box-sizing:border-box;background:var(--white,#fff);border-bottom:1px solid var(--gray-200,#e9e9e9);flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%;height:32px;padding:8px 0;display:flex}.ContentInfoBar-module__DJWQLa__counterGroup{border-radius:4px;flex-direction:row;align-items:center;gap:2px;padding:0;display:flex}.ContentInfoBar-module__DJWQLa__icon{flex-shrink:0;width:16px;height:16px}.ContentInfoBar-module__DJWQLa__count{font-family:var(--font-family);font-weight:var(--font-weight-regular,400);font-size:var(--font-size-paragraph-12,12px);text-align:center;letter-spacing:var(--letter-spacing-tight,-.01em);color:var(--gray-500,#adadad);line-height:16px}
.ChatRoomMenu-module__QuyJ9a__overlay{z-index:100;opacity:0;visibility:hidden;background-color:#000000b3;width:100%;max-width:375px;height:100%;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:50%;transform:translate(-50%)}@media (max-width:767px){.ChatRoomMenu-module__QuyJ9a__overlay{max-width:100%}}.ChatRoomMenu-module__QuyJ9a__overlay.ChatRoomMenu-module__QuyJ9a__open{opacity:1;visibility:visible}.ChatRoomMenu-module__QuyJ9a__menu{padding:var(--sat,0px)0 calc(var(--sab,0px) + 32px);background:var(--white);box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:flex-start;width:88%;max-width:332px;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #00000026}.ChatRoomMenu-module__QuyJ9a__overlay.ChatRoomMenu-module__QuyJ9a__open .ChatRoomMenu-module__QuyJ9a__menu{transform:translate(0)}.ChatRoomMenu-module__QuyJ9a__topSection{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex-direction:column;flex:1;align-items:flex-start;width:100%;min-height:0;display:flex;overflow-y:auto}.ChatRoomMenu-module__QuyJ9a__bannerContainer{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding:16px 20px;display:flex}.ChatRoomMenu-module__QuyJ9a__listItem{background:var(--white);cursor:pointer;box-sizing:border-box;text-align:left;border:none;flex-direction:row;align-items:center;gap:12px;width:100%;height:48px;padding:12px 20px;display:flex}.ChatRoomMenu-module__QuyJ9a__listItem:hover{background-color:var(--gray-100)}.ChatRoomMenu-module__QuyJ9a__listItemContent{flex-direction:row;flex:1;align-items:center;gap:8px;display:flex}.ChatRoomMenu-module__QuyJ9a__listItemIcon{width:24px;height:24px;color:var(--gray-800);flex-shrink:0}.ChatRoomMenu-module__QuyJ9a__listItemText{font-family:var(--font-family);color:var(--gray-800);flex:1;font-size:15px;font-weight:400;line-height:22px}.ChatRoomMenu-module__QuyJ9a__listItemValue{font-family:var(--font-family);letter-spacing:var(--letter-spacing-tight);color:var(--gray-500);text-align:right;white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:400;line-height:20px}.ChatRoomMenu-module__QuyJ9a__unreadDot{background:var(--primary-red-500,#f13d6d);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ChatRoomMenu-module__QuyJ9a__secretDrawerCard{background:var(--gray-100,#f5f5f5);border:1px solid var(--gray-400,#cecece);box-sizing:border-box;border-radius:10px;flex-direction:column;align-items:center;gap:8px;width:100%;padding:16px;display:flex;overflow:hidden}.ChatRoomMenu-module__QuyJ9a__secretDrawerHeader{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:0;display:flex}.ChatRoomMenu-module__QuyJ9a__secretDrawerLabel{flex:1;align-items:center;gap:4px;min-width:0;display:flex}.ChatRoomMenu-module__QuyJ9a__secretDrawerText{font-family:var(--font-family);color:var(--gray-900,#1a1a1a);white-space:nowrap;font-size:15px;font-weight:700;line-height:22px}.ChatRoomMenu-module__QuyJ9a__sceneStrip{cursor:pointer;background:0 0;border:none;justify-content:flex-start;align-items:center;gap:3px;width:100%;padding:0;display:flex}.ChatRoomMenu-module__QuyJ9a__sceneThumb{background:var(--gray-200,#e9e9e9);border-radius:8px;flex-shrink:0;width:33px;height:44px;position:relative;overflow:hidden}.ChatRoomMenu-module__QuyJ9a__sceneThumb:after{content:"";border:1px solid var(--stroke-inset);border-radius:inherit;pointer-events:none;position:absolute;inset:0}.ChatRoomMenu-module__QuyJ9a__sceneThumbImage{object-fit:cover}.ChatRoomMenu-module__QuyJ9a__sceneOverflow{background:var(--gray-200,#e9e9e9);border-radius:8px;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}.ChatRoomMenu-module__QuyJ9a__sceneOverflow:after{content:"";border:1px solid var(--stroke-inset);border-radius:inherit;pointer-events:none;z-index:2;position:absolute;inset:0}.ChatRoomMenu-module__QuyJ9a__sceneOverflowDim{background:#000c;border-radius:8px;position:absolute;inset:0}.ChatRoomMenu-module__QuyJ9a__sceneOverflowLabel{font-family:var(--font-family);letter-spacing:-.15px;color:var(--white,#fff);z-index:1;justify-content:center;align-items:center;font-size:15px;font-weight:400;line-height:22px;display:flex;position:absolute;inset:0}.ChatRoomMenu-module__QuyJ9a__coNewBadge{background:var(--primary-red-500,#f13d6d);min-width:16px;height:16px;font-family:var(--font-family);color:var(--white,#fff);box-sizing:border-box;border-radius:4px;justify-content:center;align-items:center;padding:2px 4px;font-size:10px;font-weight:700;line-height:12px;display:inline-flex}.ChatRoomMenu-module__QuyJ9a__secretDrawerChevron{color:var(--gray-500,#adadad);flex-shrink:0}.ChatRoomMenu-module__QuyJ9a__dividerArea{box-sizing:border-box;flex-direction:column;align-items:flex-start;width:100%;padding:12px 20px;display:flex}.ChatRoomMenu-module__QuyJ9a__divider{background:#1a1a1a1a;width:100%;height:1px}
.BubbleColorPickerModal-module__HPgjGW__modal{max-height:85vh;padding:0}.BubbleColorPickerModal-module__HPgjGW__container{flex-direction:column;width:100%;max-height:85vh;display:flex}.BubbleColorPickerModal-module__HPgjGW__head{flex-direction:column;flex-shrink:0;gap:4px;padding:24px 24px 12px;display:flex}.BubbleColorPickerModal-module__HPgjGW__title{font-family:var(--font-family);font-weight:700;font-size:var(--font-size-heading-xxs);line-height:var(--line-height-heading-xxs);letter-spacing:var(--letter-spacing-tight);color:var(--gray-900);margin:0}.BubbleColorPickerModal-module__HPgjGW__colorGrid{flex:1;grid-template-columns:repeat(5,50px);justify-content:center;gap:20px;min-height:0;padding:12px 24px;display:grid;overflow-y:auto}.BubbleColorPickerModal-module__HPgjGW__colorItem{cursor:pointer;border:2px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;padding:0;transition:border-color .15s;display:flex}.BubbleColorPickerModal-module__HPgjGW__colorItemSelected{border-style:solid;border-width:2px}.BubbleColorPickerModal-module__HPgjGW__colorText{font-family:var(--font-family);-webkit-user-select:none;user-select:none;font-size:16px;font-weight:700;line-height:1}.BubbleColorPickerModal-module__HPgjGW__buttonArea{flex-direction:row;flex-shrink:0;align-items:center;gap:8px;padding:16px 24px 24px;display:flex}.BubbleColorPickerModal-module__HPgjGW__cancelButton{flex-shrink:0;width:auto;min-width:64px}.BubbleColorPickerModal-module__HPgjGW__applyButton{flex:1}
.ReviewState-module__WynG2G__container{background-color:var(--gray-900);border-bottom-right-radius:8px;border-bottom-left-radius:8px;justify-content:center;align-items:center;gap:4px;width:64px;height:20px;padding:2px 6px;display:flex}.ReviewState-module__WynG2G__container.ReviewState-module__WynG2G__inactive{background-color:var(--gray-700)}.ReviewState-module__WynG2G__text{font-family:var(--font-family);letter-spacing:-.11px;white-space:nowrap;color:var(--white);font-size:11px;font-weight:600;line-height:16px}.ReviewState-module__WynG2G__text.ReviewState-module__WynG2G__inactive{color:var(--gray-500)}.ReviewState-module__WynG2G__dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.ReviewState-module__WynG2G__dot.ReviewState-module__WynG2G__white{background-color:var(--white)}.ReviewState-module__WynG2G__dot.ReviewState-module__WynG2G__red{background-color:var(--primary-red-500)}.ReviewState-module__WynG2G__dot.ReviewState-module__WynG2G__green{background-color:var(--primary-green-500)}.ReviewState-module__WynG2G__dot.ReviewState-module__WynG2G__gray{background-color:var(--gray-500)}
.MakerCardShell-module__0sUOVG__card{box-sizing:border-box;background:var(--white);outline:1px solid var(--gray-200);outline-offset:-1px;border-radius:12px;justify-content:flex-start;align-items:flex-start;gap:12px;width:100%;padding:12px;display:flex}.MakerCardShell-module__0sUOVG__textInset{padding-left:16px}.MakerCardShell-module__0sUOVG__flexItem{flex:1 1 0;min-width:0}.MakerCardShell-module__0sUOVG__clickable{cursor:pointer}.MakerCardShell-module__0sUOVG__selected{outline-color:var(--gray-900)}.MakerCardShell-module__0sUOVG__clickable:hover{background:var(--gray-100)}.MakerCardShell-module__0sUOVG__media{flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:flex-start;width:64px;display:flex}.MakerCardShell-module__0sUOVG__contents{flex-direction:column;flex:1 1 0;justify-content:flex-start;align-items:flex-start;min-width:0;display:flex}.MakerCardShell-module__0sUOVG__gapReview{gap:6px}.MakerCardShell-module__0sUOVG__gapCompact{gap:8px}.MakerCardShell-module__0sUOVG__gapTextOnly{gap:6px}.MakerCardShell-module__0sUOVG__gapTitleOnly{gap:4px}.MakerCardShell-module__0sUOVG__labelRow{justify-content:space-between;align-self:stretch;align-items:center;display:flex}.MakerCardShell-module__0sUOVG__titleSub{flex-direction:column;justify-content:flex-start;align-self:stretch;align-items:flex-start;display:flex}.MakerCardShell-module__0sUOVG__gapReview .MakerCardShell-module__0sUOVG__titleSub{gap:0}.MakerCardShell-module__0sUOVG__gapCompact .MakerCardShell-module__0sUOVG__titleSub,.MakerCardShell-module__0sUOVG__gapTextOnly .MakerCardShell-module__0sUOVG__titleSub,.MakerCardShell-module__0sUOVG__gapTitleOnly .MakerCardShell-module__0sUOVG__titleSub{gap:4px}.MakerCardShell-module__0sUOVG__titleRow{flex-direction:row;align-self:stretch;align-items:center;gap:12px;display:flex}.MakerCardShell-module__0sUOVG__title{min-width:0;color:var(--gray-900);font-family:var(--font-family);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;margin:0;font-size:15px;font-weight:700;line-height:22px;overflow:hidden}.MakerCardShell-module__0sUOVG__textArea{flex-direction:column;justify-content:flex-start;align-self:stretch;align-items:flex-start;gap:2px;display:flex}.MakerCardShell-module__0sUOVG__description{color:var(--gray-700);font-family:var(--font-family);letter-spacing:-.13px;text-overflow:ellipsis;align-self:stretch;margin:0;font-size:13px;font-weight:400;line-height:18px;overflow:hidden}.MakerCardShell-module__0sUOVG__desc1{white-space:nowrap}.MakerCardShell-module__0sUOVG__desc2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.MakerCardShell-module__0sUOVG__info{border-radius:6px;justify-content:flex-start;align-self:stretch;align-items:center;gap:12px;display:flex}.MakerCardShell-module__0sUOVG__infoSpread{justify-content:space-between}.MakerCardShell-module__0sUOVG__statGroup{flex-direction:row;align-items:center;gap:12px;display:flex}.MakerCardShell-module__0sUOVG__statItem{color:var(--gray-700);border-radius:4px;justify-content:flex-start;align-items:center;gap:1px;display:flex}.MakerCardShell-module__0sUOVG__statCount{color:var(--gray-700);font-family:var(--font-family);letter-spacing:-.12px;text-align:center;white-space:nowrap;font-size:12px;font-weight:600;line-height:16px}.MakerCardShell-module__0sUOVG__creatorHandle{color:var(--gray-500);font-family:var(--font-family);letter-spacing:-.12px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:400;line-height:16px;overflow:hidden}.MakerCardShell-module__0sUOVG__moreWrapper{flex-shrink:0;display:flex;position:relative}.MakerCardShell-module__0sUOVG__moreButton{cursor:pointer;color:var(--gray-900);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.MakerCardShell-module__0sUOVG__moreButton:hover{color:var(--gray-700)}
.MakerCard-module__l2uZqG__imageWrap{box-sizing:border-box;border-top-left-radius:8px;border-top-right-radius:8px;width:64px;height:85px;position:relative;overflow:hidden}.MakerCard-module__l2uZqG__imageWrap:after{content:"";border:1px solid var(--stroke-inset);border-radius:inherit;pointer-events:none;border-bottom:none;position:absolute;inset:0}.MakerCard-module__l2uZqG__image{object-fit:cover;width:100%;height:100%;display:block}.MakerCard-module__l2uZqG__imagePlaceholder{box-sizing:border-box;background:var(--gray-100);width:64px;height:85px;color:var(--gray-500,#adadad);border-top-left-radius:8px;border-top-right-radius:8px;justify-content:center;align-items:center;display:flex;position:relative}.MakerCard-module__l2uZqG__imagePlaceholder:after{content:"";border:1px solid var(--stroke-inset);border-radius:inherit;pointer-events:none;border-bottom:none;position:absolute;inset:0}.MakerCard-module__l2uZqG__draft .MakerCard-module__l2uZqG__imagePlaceholder{color:var(--gray-500,#adadad)}.MakerCard-module__l2uZqG__reviewState{align-self:stretch}.MakerCard-module__l2uZqG__revisionState{background:var(--gray-800);color:var(--white);font-size:var(--font-size-caption-10);font-weight:var(--font-weight-medium);text-align:center;border-radius:4px;align-self:stretch;padding:2px 6px}.MakerCard-module__l2uZqG__labelWrapper{justify-content:flex-start;align-items:center;gap:4px;display:flex}.MakerCard-module__l2uZqG__labelPrimary{border-radius:5px;justify-content:center;align-items:center;gap:12px;padding:2px 6px;display:flex}.MakerCard-module__l2uZqG__labelPrimaryText{font-family:var(--font-family);letter-spacing:-.11px;text-align:center;white-space:nowrap;font-size:11px;font-weight:600;line-height:16px}.MakerCard-module__l2uZqG__labelPrimary.MakerCard-module__l2uZqG__character{background:var(--primary-orange-100,#fff1ed)}.MakerCard-module__l2uZqG__labelPrimary.MakerCard-module__l2uZqG__character .MakerCard-module__l2uZqG__labelPrimaryText{color:var(--primary-orange-500,#ff8665)}.MakerCard-module__l2uZqG__labelPrimary.MakerCard-module__l2uZqG__story{background:var(--primary-purple-100,#f2edff)}.MakerCard-module__l2uZqG__labelPrimary.MakerCard-module__l2uZqG__story .MakerCard-module__l2uZqG__labelPrimaryText{color:var(--primary-purple-500,#9f72ff)}.MakerCard-module__l2uZqG__labelSecondary{border:1px solid var(--gray-300,#dedede);border-radius:5px;justify-content:flex-start;align-items:center;gap:12px;padding:2px 6px;display:flex}.MakerCard-module__l2uZqG__labelSecondaryText{color:var(--gray-900);font-family:var(--font-family);letter-spacing:-.11px;text-align:center;white-space:nowrap;font-size:11px;font-weight:400;line-height:16px}
.SearchInput-module__4VOTFq__wrapper{box-sizing:border-box;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;align-items:center;gap:8px;width:100%;padding:10px 12px;display:flex}.SearchInput-module__4VOTFq__input{min-width:0;color:var(--gray-900);font-family:var(--font-family);font-size:var(--font-size-paragraph-15,15px);font-weight:var(--font-weight-regular,400);letter-spacing:-.15px;background:0 0;border:none;outline:none;flex:1 1 0;padding:0;line-height:22px}.SearchInput-module__4VOTFq__input::placeholder{color:var(--gray-500,#adadad)}.SearchInput-module__4VOTFq__icon{color:var(--gray-900);flex-shrink:0;justify-content:center;align-items:center;display:flex}
.MemorySummarySheet-module__5r0Sda__overlay{z-index:200;background:var(--white);flex-direction:column;display:flex;position:absolute;inset:0}.MemorySummarySheet-module__5r0Sda__header{height:calc(max(var(--sat,0px),12px) + 44px);padding:12px 16px;padding-top:max(var(--sat,0px),12px);flex-shrink:0;align-items:center;gap:8px;display:flex;position:relative}.MemorySummarySheet-module__5r0Sda__backButton,.MemorySummarySheet-module__5r0Sda__helpButton{width:24px;height:24px;color:var(--gray-900);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.MemorySummarySheet-module__5r0Sda__helpButton{color:var(--gray-600)}.MemorySummarySheet-module__5r0Sda__headerTitle{min-width:0;color:var(--gray-900);letter-spacing:-.2px;flex:1;margin:0;font-size:20px;font-weight:700;line-height:26px}.MemorySummarySheet-module__5r0Sda__tipPopover{top:calc(max(var(--sat,0px),12px) + 44px - 4px);z-index:20;background:var(--white);border:1px solid var(--gray-200);border-radius:14px;flex-direction:column;gap:8px;width:min(320px,100% - 24px);padding:16px;display:flex;position:absolute;right:12px;box-shadow:0 12px 32px -12px #00000047}.MemorySummarySheet-module__5r0Sda__tipTitle{color:var(--gray-900);font-size:14px;font-weight:700;line-height:20px}.MemorySummarySheet-module__5r0Sda__tipBody{color:var(--gray-700);white-space:pre-line;letter-spacing:-.13px;margin:0;font-size:13px;line-height:20px}.MemorySummarySheet-module__5r0Sda__tipBody b{color:var(--primary-orange-500);font-weight:600}.MemorySummarySheet-module__5r0Sda__tipClose{color:var(--gray-600);font:inherit;cursor:pointer;background:0 0;border:0;align-self:flex-end;margin-top:2px;font-size:13px;font-weight:600}.MemorySummarySheet-module__5r0Sda__tipScrim{z-index:15;position:absolute;inset:0}.MemorySummarySheet-module__5r0Sda__memoryTabs{flex-shrink:0;position:static;transform:none!important}.MemorySummarySheet-module__5r0Sda__divider{background:#1a1a1a1a;flex-shrink:0;height:1px}.MemorySummarySheet-module__5r0Sda__budget{background:var(--white);flex-shrink:0;align-items:center;gap:8px;padding:12px;display:flex}.MemorySummarySheet-module__5r0Sda__budgetLabel{color:var(--gray-600);flex-shrink:0;align-items:center;gap:2px;display:flex}.MemorySummarySheet-module__5r0Sda__budgetLabelText{font-size:14px;font-weight:700;line-height:20px}.MemorySummarySheet-module__5r0Sda__budgetGraph{border-radius:12px;flex:1;align-items:center;gap:3px;min-width:0;display:flex;overflow:hidden}.MemorySummarySheet-module__5r0Sda__budgetSeg{background:var(--gray-300);flex:1;min-width:0;height:8px}.MemorySummarySheet-module__5r0Sda__budgetSegFilled{background:var(--primary-orange-500)}.MemorySummarySheet-module__5r0Sda__budgetCount{color:var(--gray-600);letter-spacing:-.13px;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:13px;line-height:18px}.MemorySummarySheet-module__5r0Sda__memoryScroll{background:var(--gray-100);flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.MemorySummarySheet-module__5r0Sda__sortHeader{flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:8px 16px;display:flex}.MemorySummarySheet-module__5r0Sda__sortTitle{color:var(--gray-900);margin:0;font-size:14px;font-weight:700;line-height:20px}.MemorySummarySheet-module__5r0Sda__sortHint{color:var(--gray-600);letter-spacing:-.13px;flex-shrink:0;font-size:13px;line-height:18px}.MemorySummarySheet-module__5r0Sda__cardList{flex-direction:column;gap:6px;padding:12px;display:flex}.MemorySummarySheet-module__5r0Sda__memoryCard{border:1px solid var(--gray-200);background:var(--white);border-radius:12px;flex-direction:column;gap:12px;padding:12px;display:flex}.MemorySummarySheet-module__5r0Sda__cardTextGroup{flex-direction:column;gap:4px;display:flex}.MemorySummarySheet-module__5r0Sda__cardTitleRow{align-items:center;gap:6px;display:flex}.MemorySummarySheet-module__5r0Sda__chip{letter-spacing:-.11px;white-space:nowrap;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;padding:2px 6px;font-size:11px;font-weight:600;line-height:16px;display:inline-flex}.MemorySummarySheet-module__5r0Sda__chipRecent{color:var(--primary-orange-500);background:#ff86651a}.MemorySummarySheet-module__5r0Sda__chipPinned{background:var(--primary-orange-500);color:var(--white)}.MemorySummarySheet-module__5r0Sda__chipArchive{background:var(--gray-100);color:var(--gray-600)}.MemorySummarySheet-module__5r0Sda__cardTitle{min-width:0;color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;font-weight:700;line-height:22px;overflow:hidden}.MemorySummarySheet-module__5r0Sda__cardTime{color:var(--gray-500);letter-spacing:-.12px;white-space:nowrap;flex-shrink:0;font-size:12px;line-height:16px}.MemorySummarySheet-module__5r0Sda__cardContent{color:var(--gray-700);letter-spacing:-.13px;white-space:pre-wrap;word-break:break-word;margin:0;font-size:13px;line-height:18px}.MemorySummarySheet-module__5r0Sda__cardActions{justify-content:space-between;align-items:center;gap:8px;min-height:32px;display:flex}.MemorySummarySheet-module__5r0Sda__cardActions.MemorySummarySheet-module__5r0Sda__actionsEnd{justify-content:flex-end}.MemorySummarySheet-module__5r0Sda__actionGroup{align-items:center;gap:4px;display:flex}.MemorySummarySheet-module__5r0Sda__actionBtn{border:1px solid var(--gray-300);height:32px;color:var(--gray-900);font-family:var(--font-family);letter-spacing:-.14px;cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:2px;padding:6px 12px;font-size:14px;font-weight:400;line-height:20px;display:inline-flex}.MemorySummarySheet-module__5r0Sda__actionPin{border-color:var(--primary-orange-500);color:var(--primary-orange-500);font-weight:700}.MemorySummarySheet-module__5r0Sda__actionUnpin{color:var(--gray-600);font-weight:700}.MemorySummarySheet-module__5r0Sda__actionBtn:disabled{opacity:.4;cursor:default}.MemorySummarySheet-module__5r0Sda__listState{color:var(--gray-500);text-align:center;margin:0;padding:40px 16px;font-size:14px;line-height:20px}.MemorySummarySheet-module__5r0Sda__retryButton{color:var(--gray-800);font:inherit;cursor:pointer;background:0 0;border:0;margin-top:8px;font-weight:600;text-decoration:underline}.MemorySummarySheet-module__5r0Sda__editModalBody{flex-direction:column;gap:12px;display:flex}.MemorySummarySheet-module__5r0Sda__editTitleReadonly{flex-direction:column;gap:4px;display:flex}.MemorySummarySheet-module__5r0Sda__editFieldLabel{color:var(--gray-600);font-size:12px;font-weight:600;line-height:16px}.MemorySummarySheet-module__5r0Sda__editTitleValue{background:var(--gray-100);color:var(--gray-700);border-radius:8px;padding:12px;font-size:14px;line-height:20px}.MemorySummarySheet-module__5r0Sda__editContentWrap{flex-direction:column;gap:6px;display:flex}.MemorySummarySheet-module__5r0Sda__editInput{resize:none;border:1px solid var(--gray-300);background:var(--white);width:100%;min-height:96px;color:var(--gray-900);font-family:var(--font-family);border-radius:8px;padding:12px;font-size:14px;line-height:21px}.MemorySummarySheet-module__5r0Sda__editInput:focus{border-color:var(--gray-900);outline:none}.MemorySummarySheet-module__5r0Sda__editCounter{color:var(--gray-500);font-variant-numeric:tabular-nums;align-self:flex-end;font-size:12px}.MemorySummarySheet-module__5r0Sda__editCounterOver{color:var(--primary-red-500)}.MemorySummarySheet-module__5r0Sda__confirmText{color:var(--gray-700);text-align:center;margin:0;font-size:14px;line-height:21px}.MemorySummarySheet-module__5r0Sda__descSection{flex-direction:column;flex-shrink:0;gap:4px;padding:4px 16px 16px;display:flex}.MemorySummarySheet-module__5r0Sda__title{color:var(--gray-900);font-size:var(--font-size-heading-xxs);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading-xxs)}.MemorySummarySheet-module__5r0Sda__desc{font-size:22px;font-weight:700;line-height:28px}.MemorySummarySheet-module__5r0Sda__descGray{color:var(--gray-500)}.MemorySummarySheet-module__5r0Sda__descOrange{color:var(--primary-orange-500)}.MemorySummarySheet-module__5r0Sda__contentArea{flex-direction:column;flex:1;gap:16px;min-height:0;padding:0 16px 16px;display:flex}.MemorySummarySheet-module__5r0Sda__contentWrapper{flex-direction:column;flex:1;gap:4px;min-height:0;display:flex}.MemorySummarySheet-module__5r0Sda__contentBox{border:1px solid var(--gray-400);border-radius:12px;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex}.MemorySummarySheet-module__5r0Sda__contentEmpty{background:var(--gray-100);justify-content:center;align-items:center}.MemorySummarySheet-module__5r0Sda__emptyText{color:var(--gray-600);text-align:center;font-size:15px;font-weight:400;line-height:22px}.MemorySummarySheet-module__5r0Sda__contentFilled{background:var(--gray-100);overflow-y:auto}.MemorySummarySheet-module__5r0Sda__summaryText{color:var(--gray-900);white-space:pre-wrap;font-size:15px;font-weight:400;line-height:24px}.MemorySummarySheet-module__5r0Sda__bottomArea{padding:12px 16px;padding-bottom:max(var(--sab,0px),12px);flex-shrink:0}.MemorySummarySheet-module__5r0Sda__btnRow{gap:8px;display:flex}.MemorySummarySheet-module__5r0Sda__btnOutline{border:1.2px solid var(--gray-400);cursor:pointer;height:56px;font-family:var(--font-family);color:var(--gray-900);background:0 0;border-radius:12px;flex:1;justify-content:center;align-items:center;font-size:16px;font-weight:600;line-height:24px;display:flex}.MemorySummarySheet-module__5r0Sda__btnFill{background:var(--gray-900);cursor:pointer;height:56px;font-family:var(--font-family);color:var(--white);border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;font-size:16px;font-weight:600;line-height:24px;display:flex}.MemorySummarySheet-module__5r0Sda__btnDisabled{border-color:var(--gray-300);color:var(--gray-500);cursor:default}.MemorySummarySheet-module__5r0Sda__btnFillDisabled{background:var(--gray-300);color:var(--gray-600);cursor:default}
.StatusWindowEditorModal-module__hCtSzW__container{background:var(--gray-100);height:100%;padding-bottom:calc(60px + var(--sab,0px));overflow-y:auto}.StatusWindowEditorModal-module__hCtSzW__sectionTitle{font-size:var(--font-size-paragraph-18);font-weight:var(--font-weight-semibold);line-height:var(--line-height-paragraph-18);color:var(--gray-900);padding:24px 16px 8px}.StatusWindowEditorModal-module__hCtSzW__sectionBody{flex-direction:column;gap:16px;padding:8px 16px;display:flex}.StatusWindowEditorModal-module__hCtSzW__chipRow{scrollbar-width:none;gap:6px;margin:0 -16px;padding:0 16px;display:flex;overflow-x:auto}.StatusWindowEditorModal-module__hCtSzW__chipRow::-webkit-scrollbar{display:none}.StatusWindowEditorModal-module__hCtSzW__chip{background:var(--white);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);letter-spacing:var(--letter-spacing-tight);color:var(--gray-900);cursor:pointer;border:1px solid #0000;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:8px 12px;display:flex}.StatusWindowEditorModal-module__hCtSzW__chipActive{background:var(--primary-orange-100);border-color:var(--primary-orange-500);color:var(--primary-orange-700)}.StatusWindowEditorModal-module__hCtSzW__chipEmoji{flex-shrink:0;display:block}.StatusWindowEditorModal-module__hCtSzW__fieldCard{border:1px solid var(--gray-400);background:var(--white);border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.StatusWindowEditorModal-module__hCtSzW__fieldBlock{flex-direction:column;display:flex}.StatusWindowEditorModal-module__hCtSzW__fieldLabel{align-items:center;gap:4px;padding:4px 0;display:flex}.StatusWindowEditorModal-module__hCtSzW__fieldEmoji{flex-shrink:0;display:block}.StatusWindowEditorModal-module__hCtSzW__fieldLabelText{font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-bold);line-height:var(--line-height-paragraph-14);color:var(--gray-800)}.StatusWindowEditorModal-module__hCtSzW__dateModeRow{gap:6px;padding-top:6px;display:flex}.StatusWindowEditorModal-module__hCtSzW__dateModeButton{border:1px solid var(--gray-400);background:var(--white);height:48px;font-size:var(--font-size-paragraph-15);line-height:var(--line-height-paragraph-15);letter-spacing:var(--letter-spacing-tight);color:var(--gray-600);cursor:pointer;border-radius:10px;flex:1}.StatusWindowEditorModal-module__hCtSzW__dateModeButtonActive{background:var(--primary-orange-100);border-color:var(--primary-orange-500);color:var(--primary-orange-700)}.StatusWindowEditorModal-module__hCtSzW__notice{padding:16px}.StatusWindowEditorModal-module__hCtSzW__noticeBox{background:var(--gray-100);font-size:var(--font-size-paragraph-13);line-height:var(--line-height-paragraph-13);letter-spacing:var(--letter-spacing-tight);color:var(--gray-600);border-radius:10px;align-items:flex-start;gap:8px;display:flex}.StatusWindowEditorModal-module__hCtSzW__noticeIcon{color:var(--gray-600);flex-shrink:0;margin-top:2px}.StatusWindowEditorModal-module__hCtSzW__castSeedList{flex-direction:column;gap:8px;display:flex}.StatusWindowEditorModal-module__hCtSzW__castSeedName{text-overflow:ellipsis;white-space:nowrap;max-width:96px;font-size:var(--font-size-paragraph-15);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-tight);color:var(--primary-orange-500);flex-shrink:0;overflow:hidden}.StatusWindowEditorModal-module__hCtSzW__castSeedNameOrphan{text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:var(--font-size-paragraph-15);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-tight);color:var(--gray-500);flex-shrink:0;overflow:hidden}
.ShortcutPickerRow-module__a0lGSW__row{background:var(--white);text-align:left;cursor:pointer;border:none;flex-direction:column;gap:4px;width:100%;padding:12px;display:flex}.ShortcutPickerRow-module__a0lGSW__row:hover{background:var(--gray-100)}.ShortcutPickerRow-module__a0lGSW__line1{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;display:flex}.ShortcutPickerRow-module__a0lGSW__nameWrap{flex-direction:row;flex:1;align-items:center;gap:4px;min-width:0;display:flex}.ShortcutPickerRow-module__a0lGSW__pinIcon{flex-shrink:0}.ShortcutPickerRow-module__a0lGSW__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:var(--font-family);font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-bold);line-height:var(--line-height-paragraph-14);color:var(--gray-900);flex-shrink:1;overflow:hidden}.ShortcutPickerRow-module__a0lGSW__nameCommand{color:var(--primary-purple-500)}.ShortcutPickerRow-module__a0lGSW__moreWrapper{flex-shrink:0;position:relative}.ShortcutPickerRow-module__a0lGSW__moreButton{cursor:pointer;color:var(--gray-900);background:0 0;border:none;justify-content:center;align-items:center;padding:0;line-height:0;display:flex}.ShortcutPickerRow-module__a0lGSW__tagline{text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-family);font-size:var(--font-size-paragraph-13);font-weight:var(--font-weight-regular);line-height:var(--line-height-paragraph-13);letter-spacing:var(--letter-spacing-tight);color:var(--gray-600);margin:0;overflow:hidden}.ShortcutPickerRow-module__a0lGSW__infoRow{flex-direction:row;align-items:center;gap:12px;display:flex}.ShortcutPickerRow-module__a0lGSW__infoItem{flex-direction:row;align-items:center;gap:4px;min-width:0;display:flex}.ShortcutPickerRow-module__a0lGSW__infoItemHandle{flex:auto}.ShortcutPickerRow-module__a0lGSW__infoIcon{color:var(--gray-600);flex-shrink:0}.ShortcutPickerRow-module__a0lGSW__infoText{text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-family);font-size:var(--font-size-paragraph-12);font-weight:var(--font-weight-regular);line-height:var(--line-height-paragraph-12);color:var(--gray-600);overflow:hidden}.ShortcutPickerRow-module__a0lGSW__creatorAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:12px;height:12px}
.IntroTab-module__a58kDG__contentArea{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.IntroTab-module__a58kDG__contentList{flex-direction:column;flex:1;gap:2px;padding-bottom:16px;display:flex}.IntroTab-module__a58kDG__headerSection{border-radius:6px;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;padding:16px 16px 8px;display:flex}.IntroTab-module__a58kDG__headerTitle{color:#1a1a1a;flex:1;font-family:Pretendard,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:26px}.IntroTab-module__a58kDG__aiButton{background:var(--primary-orange-100,#fff1ed);cursor:pointer;white-space:nowrap;height:36px;font-family:var(--font-family);font-style:normal;font-weight:var(--font-weight-bold,700);font-size:var(--font-size-paragraph-14,14px);text-align:center;letter-spacing:-.14px;color:var(--primary-orange-500,#ff8665);border:none;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;gap:2px;padding:6px 12px;line-height:20px;transition:background-color .2s;display:flex}.IntroTab-module__a58kDG__aiButton:hover:not(:disabled){background:#ffe5de}.IntroTab-module__a58kDG__aiButton:active:not(:disabled){background:#ffd9d0}.IntroTab-module__a58kDG__aiButton:disabled{opacity:.5;cursor:not-allowed}.IntroTab-module__a58kDG__aiButtonLoading{animation:1.5s ease-in-out infinite IntroTab-module__a58kDG__pulse}@keyframes IntroTab-module__a58kDG__pulse{0%,to{opacity:1}50%{opacity:.5}}.IntroTab-module__a58kDG__inputContainer{background-color:var(--background);border-top:1px solid var(--gray-200);flex-shrink:0;padding:12px 0}.IntroTab-module__a58kDG__hiddenInput{display:none}.IntroTab-module__a58kDG__messageList{flex-direction:column;gap:10px;padding:12px 0;display:flex}.IntroTab-module__a58kDG__cropperModal{width:90vw!important;max-width:500px!important;height:80vh!important;max-height:700px!important;padding:0!important}.IntroTab-module__a58kDG__tapZone{cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.IntroTab-module__a58kDG__tapZoneIndicator{background:var(--gray-200,#dedede);pointer-events:none;border-radius:1px;width:32px;height:2px;transition:background .15s,width .15s}.IntroTab-module__a58kDG__tapZone:active .IntroTab-module__a58kDG__tapZoneIndicator{background:var(--primary-orange-300,#ffbba9);width:48px}.IntroTab-module__a58kDG__tapZoneActive .IntroTab-module__a58kDG__tapZoneIndicator{background:var(--primary-orange-400,#ff9e83);width:48px}.IntroTab-module__a58kDG__draggableItem{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.IntroTab-module__a58kDG__dropIndicator{background:var(--primary-orange-500,#ff8665);border-radius:2px;height:3px;margin:4px 16px;box-shadow:0 0 6px #ff866580}.IntroTab-module__a58kDG__statusWindowButton{border:1px solid var(--primary-orange-200);background:var(--white);height:38px;font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-bold);line-height:var(--line-height-paragraph-14);color:var(--primary-orange-500);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:2px;margin:8px 16px 0;padding:0 28px 0 12px;display:flex;overflow:hidden}.IntroTab-module__a58kDG__statusWindowButtonLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.IntroTab-module__a58kDG__deviceOnlySheetContent{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;padding:4px 16px 12px;display:flex}
.ShortcutPickerPanel-module__rK-M9W__card{z-index:20;box-sizing:border-box;background:var(--white);border:1px solid var(--stroke-inset);border-radius:16px;flex-direction:column;height:min(clamp(180px,100dvh - 480px,286px),45dvh);display:flex;position:absolute;bottom:calc(100% + 5px);left:0;right:0;overflow:hidden;box-shadow:4px 4px 20px #0003}.ShortcutPickerPanel-module__rK-M9W__inputField{padding:12px}.ShortcutPickerPanel-module__rK-M9W__tabBar{box-sizing:border-box;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:12px;flex-direction:row;height:40px;padding:2px;display:flex}.ShortcutPickerPanel-module__rK-M9W__segment{box-sizing:border-box;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.ShortcutPickerPanel-module__rK-M9W__segmentActive{background:var(--white);border-color:var(--gray-200)}.ShortcutPickerPanel-module__rK-M9W__segmentText{font-family:var(--font-family);font-size:var(--font-size-paragraph-14);line-height:var(--line-height-paragraph-14);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ShortcutPickerPanel-module__rK-M9W__segmentTextActive{font-weight:var(--font-weight-bold);color:var(--gray-900)}.ShortcutPickerPanel-module__rK-M9W__segmentTextInactive{font-weight:var(--font-weight-regular);color:var(--gray-600)}.ShortcutPickerPanel-module__rK-M9W__segmentTextCommand{color:var(--primary-purple-500)}.ShortcutPickerPanel-module__rK-M9W__stateBox{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:0;padding:12px 24px;display:flex;overflow-y:auto}.ShortcutPickerPanel-module__rK-M9W__emptyText{font-family:var(--font-family);font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-regular);line-height:var(--line-height-paragraph-14);color:var(--gray-600);text-align:center;white-space:pre-line;margin:0}.ShortcutPickerPanel-module__rK-M9W__retryButton{border:1px solid var(--gray-200);background:var(--white);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:0 16px;display:flex}.ShortcutPickerPanel-module__rK-M9W__retryText{font-family:var(--font-family);font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-bold);color:var(--gray-900)}.ShortcutPickerPanel-module__rK-M9W__spinner{border:2px solid var(--gray-200);border-top-color:var(--gray-600);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite ShortcutPickerPanel-module__rK-M9W__shortcutPickerSpin}@keyframes ShortcutPickerPanel-module__rK-M9W__shortcutPickerSpin{to{transform:rotate(360deg)}}.ShortcutPickerPanel-module__rK-M9W__list{flex:1;min-height:0;overflow-y:auto}.ShortcutPickerPanel-module__rK-M9W__divider{background:var(--gray-200);width:100%;height:1px}.ShortcutPickerPanel-module__rK-M9W__footer{padding:8px 12px}.ShortcutPickerPanel-module__rK-M9W__footerButton{cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;height:40px;display:flex}.ShortcutPickerPanel-module__rK-M9W__footerText{font-family:var(--font-family);font-size:var(--font-size-paragraph-14);font-weight:var(--font-weight-bold);color:var(--gray-900)}
.CompanyInfo-module__3vyT6W__companyInfo{flex-direction:column;gap:8px;display:flex}.CompanyInfo-module__3vyT6W__companyText{font-family:var(--font-family);letter-spacing:-.11px;color:var(--gray-600);white-space:pre-line;margin:0;font-size:11px;font-weight:400;line-height:16px}.CompanyInfo-module__3vyT6W__socialLinks{align-items:center;gap:12px;padding:12px 0;display:flex}.CompanyInfo-module__3vyT6W__socialBtn{background:var(--gray-700);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;text-decoration:none;display:flex;overflow:hidden}.CompanyInfo-module__3vyT6W__policyLinks{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.CompanyInfo-module__3vyT6W__policyLink{cursor:pointer;font-family:var(--font-family);letter-spacing:-.11px;color:var(--gray-600);background:0 0;border:none;padding:0;font-size:11px;font-weight:400;line-height:16px;text-decoration:none}.CompanyInfo-module__3vyT6W__policyDivider{font-family:var(--font-family);color:var(--gray-600);font-size:11px;line-height:16px}
.ImagePreviewOverlay-module__2rUwvG__overlay{z-index:9999;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImagePreviewOverlay-module__2rUwvG__closeButton{cursor:pointer;z-index:10000;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:12px;right:12px}.ImagePreviewOverlay-module__2rUwvG__image{object-fit:contain;border-radius:8px;max-width:90%;max-height:80%}
.RankingTab-module__mcZHZa__topAdBannerWrapper{padding:0 0 4px}.RankingTab-module__mcZHZa__grid{grid-template-columns:repeat(var(--home-grid-cols,2),1fr);gap:4px;padding:0 12px;display:grid}.RankingTab-module__mcZHZa__loader{padding:16px 0}.RankingTab-module__mcZHZa__empty{text-align:center;color:var(--gray-600);padding:60px 16px;font-size:15px}
.Toggle-module__IP90EG__toggle{cursor:pointer;background:#cecece;border:none;border-radius:200px;outline:none;align-items:center;width:40px;height:24px;padding:0;transition:background-color .2s;display:inline-flex;position:relative}.Toggle-module__IP90EG__toggle:focus-visible{box-shadow:0 0 0 2px var(--coral,#ff8665)}.Toggle-module__IP90EG__checked{background:#ff8665}.Toggle-module__IP90EG__disabled{opacity:.5;cursor:not-allowed}.Toggle-module__IP90EG__thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;left:2px;box-shadow:0 1px 3px #0000001a}.Toggle-module__IP90EG__checked .Toggle-module__IP90EG__thumb{transform:translate(16px)}
