.FloatingLikeButton-module__hQHvsG__container{flex-direction:column;align-items:center;gap:8px;display:flex}.FloatingLikeButton-module__hQHvsG__button{appearance:none;cursor:pointer;background:0 0;background:var(--color-background-primary);border:none;border:1px solid var(--color-border-primary);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:0;transition:transform .15s,border-color .2s;display:flex;box-shadow:0 15px 50px #0000000d}.FloatingLikeButton-module__hQHvsG__button:hover{border-color:var(--color-border-secondary)}.FloatingLikeButton-module__hQHvsG__button:active{transform:scale(.95)}.FloatingLikeButton-module__hQHvsG__button:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.FloatingLikeButton-module__hQHvsG__button:disabled{cursor:not-allowed;opacity:.5}.FloatingLikeButton-module__hQHvsG__icon{width:24px;height:24px;transition:transform .2s;display:block}.FloatingLikeButton-module__hQHvsG__button:active .FloatingLikeButton-module__hQHvsG__icon{transform:scale(1.1)}.FloatingLikeButton-module__hQHvsG__count{color:var(--color-text-tertiary);font-size:16px;font-weight:400;line-height:19px}
.Toast-module__uSj2Pq__toast{z-index:1000;box-sizing:border-box;background:var(--Color-Brand-Primary,#5189fa);color:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;width:868px;height:57px;padding:12px 12px 12px 24px;display:flex;position:fixed;top:20px;left:20px}.Toast-module__uSj2Pq__content{align-items:center;gap:8px;min-width:0;display:flex}.Toast-module__uSj2Pq__icon{flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.Toast-module__uSj2Pq__message{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.4;overflow:hidden}.Toast-module__uSj2Pq__action{color:#3f6fe5;cursor:pointer;background:#fff;border:none;border-radius:12px;flex:none;padding:8px 12px;font-size:13px;font-weight:600}.Toast-module__uSj2Pq__action:focus-visible{outline-offset:2px;outline:2px solid #fff}.Toast-module__uSj2Pq__enter{animation:.6s ease-out Toast-module__uSj2Pq__toast-pop-in}.Toast-module__uSj2Pq__exit{animation:.6s ease-in forwards Toast-module__uSj2Pq__toast-fade-out}@keyframes Toast-module__uSj2Pq__toast-pop-in{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Toast-module__uSj2Pq__toast-fade-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-6px)scale(.98)}}@media (max-width:768px){.Toast-module__uSj2Pq__toast{gap:8px;width:343px;height:49px;padding:8px 8px 8px 12px;top:97px;left:20px}.Toast-module__uSj2Pq__message{font-size:13px}.Toast-module__uSj2Pq__action{padding:6px 10px;font-size:12px}}@media (prefers-reduced-motion:reduce){.Toast-module__uSj2Pq__enter,.Toast-module__uSj2Pq__exit{animation:none}}
.MemberKebabMenu-module__n4o7_q__container{display:inline-block;position:relative}.MemberKebabMenu-module__n4o7_q__trigger{cursor:pointer;width:24px;height:24px;color:var(--color-icon-primary);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.MemberKebabMenu-module__n4o7_q__trigger:hover{color:var(--color-text-secondary)}.MemberKebabMenu-module__n4o7_q__icon{-webkit-user-select:none;user-select:none;font-size:20px;line-height:1}.MemberKebabMenu-module__n4o7_q__dropdown{background:var(--color-background-primary);border:1px solid var(--color-border-primary);z-index:100;border-radius:8px;min-width:120px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 12px #00000014}.MemberKebabMenu-module__n4o7_q__menuItem{text-align:left;width:100%;color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;padding:12px 16px;font-size:14px;font-weight:500;transition:background-color .2s;display:block}.MemberKebabMenu-module__n4o7_q__menuItem:hover{background-color:var(--color-background-secondary)}.MemberKebabMenu-module__n4o7_q__menuItem:active{background-color:var(--color-background-tertiary)}
.MemberCard-module__wtNMpW__card{border-bottom:1px solid var(--color-background-tertiary);align-items:center;gap:12px;padding:8px 0;display:flex}.MemberCard-module__wtNMpW__card:last-child{border-bottom:none;padding-bottom:0}.MemberCard-module__wtNMpW__kebab{flex-shrink:0;margin-left:auto}.MemberCard-module__wtNMpW__avatar{background:var(--color-background-tertiary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.MemberCard-module__wtNMpW__avatarImg{object-fit:cover;width:100%;height:100%}.MemberCard-module__wtNMpW__avatarFallback{color:var(--color-text-default);font-size:14px;font-weight:600}.MemberCard-module__wtNMpW__info{flex-direction:column;gap:2px;min-width:0;display:flex}.MemberCard-module__wtNMpW__name{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.MemberCard-module__wtNMpW__email{color:var(--color-text-default);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;overflow:hidden}
.MemberSection-module__X99npG__section{background:var(--color-background-primary);border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.MemberSection-module__X99npG__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.MemberSection-module__X99npG__title{color:var(--color-text-primary);margin:0;font-size:14px;font-weight:600}.MemberSection-module__X99npG__count{color:var(--color-text-default);font-weight:400}.MemberSection-module__X99npG__inviteButton{cursor:pointer;color:var(--color-brand-primary);white-space:nowrap;background:0 0;border:none;padding:0;font-family:inherit;font-size:14px;font-weight:600}.MemberSection-module__X99npG__inviteButton:hover{color:var(--color-interaction-hover)}.MemberSection-module__X99npG__list{flex-direction:column;display:flex}.MemberSection-module__X99npG__toastCenter{left:calc(50% - 434px)!important}@media (max-width:768px){.MemberSection-module__X99npG__toastCenter{left:calc(50% - 172px)!important}}
:root{--color-brand-primary:#5189fa;--color-brand-secondary:#eef3ff;--color-brand-tertiary:#315296;--color-point-purple:#a855f7;--color-point-cyan:#06b6d4;--color-point-pink:#ec4899;--color-point-rose:#f43f5e;--color-point-orange:#f97316;--color-point-yellow:#eab308;--color-background-primary:#fff;--color-background-secondary:#f1f5f9;--color-background-tertiary:#e2e8f0;--color-background-inverse:#fff;--color-interaction-inactive:#94a3b8;--color-interaction-hover:#416ec8;--color-interaction-pressed:#3b63b5;--color-border-primary:#f8fafc80;--color-text-primary:#1e293b;--color-text-secondary:#334155;--color-text-tertiary:#0f172a;--color-text-default:#64748b;--color-text-inverse:#fff;--color-text-disabled:#94a3b8;--color-status-danger:#fc4b4b;--color-status-danger-hover:#e53e3e;--color-status-danger-pressed:#c53030;--color-icon-primary:#64748b;--color-icon-inverse:#f8fafc;--color-icon-brand:#74a1fb;--color-slate-50:#f8fafc;--color-slate-400:#94a3b8;--color-blue-100:#c9dafd}
.Modal-module__bOg_jq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-index-modal,1000);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Modal-module__bOg_jq__contentsBox{background-color:var(--color-background-inverse);border-radius:24px;max-width:90vw;max-height:90vh;position:relative;overflow:auto;box-shadow:4px 4px 10px #24242440}
section>.ResetPassword-module__zFwmrW__modalContent{background:var(--Background-Primary,#fff);box-sizing:border-box;border-radius:24px;flex-direction:column;align-items:stretch;gap:10px;width:384px;height:260px;padding:16px 16px 32px;display:inline-flex}.ResetPassword-module__zFwmrW__container{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;height:100%;margin-top:24px;display:flex}.ResetPassword-module__zFwmrW__header{flex-direction:column;align-items:center;gap:6px;display:flex}.ResetPassword-module__zFwmrW__title{color:var(--Text-Primary,#1e293b);text-align:center;margin:0;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.ResetPassword-module__zFwmrW__description{color:var(--Text-Default,#64748b);text-align:center;margin:0;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.ResetPassword-module__zFwmrW__form{flex-direction:column;flex:1;gap:16px;display:flex}.ResetPassword-module__zFwmrW__form .ResetPassword-module__zFwmrW__input{border:1px solid var(--Border-Primary,#e2e8f0);background:var(--Background-Primary,#fff);box-sizing:border-box;border-radius:12px;align-items:center;gap:10px;width:280px;height:48px;margin:0 auto;padding:16px;display:flex}.ResetPassword-module__zFwmrW__actions{gap:8px;width:280px;margin:auto auto 0;display:flex}.ResetPassword-module__zFwmrW__closeButton{border:1px solid var(--Color-Brand-Primary,#5189fa);width:136px;height:48px;color:var(--Color-Brand-Primary,#5189fa);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:10px;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:600;line-height:19px;display:flex}.ResetPassword-module__zFwmrW__sendButton{background:var(--Color-Brand-Primary,#5189fa);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:136px;height:48px;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:600;line-height:19px;display:flex}@media (max-width:480px){.ResetPassword-module__zFwmrW__mobileOverlay{align-items:flex-end!important}section>.ResetPassword-module__zFwmrW__modalContent{border-radius:24px 24px 0 0;width:100%;max-width:100%;height:auto;padding:24px 16px 40px}.ResetPassword-module__zFwmrW__form .ResetPassword-module__zFwmrW__input,.ResetPassword-module__zFwmrW__actions{width:100%}.ResetPassword-module__zFwmrW__closeButton,.ResetPassword-module__zFwmrW__sendButton{flex:1;width:auto}}
section>.CalenderModal-module__uATavq__modalContent{background:var(--Background-Primary,#fff);box-sizing:border-box;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:384px;height:664px;padding:0 16px 32px;display:inline-flex;box-shadow:4px 4px 10px #24242440}section>.CalenderModal-module__uATavq__modalContentDateOpen{height:930px}section>.CalenderModal-module__uATavq__modalContentTimeOpen{height:848px}section>.CalenderModal-module__uATavq__modalContentWeekdayOpen{height:759px}.CalenderModal-module__uATavq__container{flex-direction:column;gap:20px;width:100%;height:100%;margin-top:24px;display:flex}.CalenderModal-module__uATavq__header{flex-direction:column;align-items:center;gap:8px;display:flex}.CalenderModal-module__uATavq__title{color:var(--Text-Primary,#1e293b);margin:0;font-family:Pretendard,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.CalenderModal-module__uATavq__description{color:var(--Text-Default,#64748b);text-align:center;word-break:keep-all;margin:0;font-family:Pretendard,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:17px}.CalenderModal-module__uATavq__form{flex-direction:column;flex:1;gap:16px;min-height:0;display:flex}.CalenderModal-module__uATavq__fieldGroup{flex-direction:column;gap:8px;display:flex}.CalenderModal-module__uATavq__label{color:var(--Text-Primary,#1e293b);margin:0;font-family:Pretendard,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.CalenderModal-module__uATavq__todoTitleInput{border:1px solid var(--Border-Primary,#e2e8f0);background:var(--Background-Primary,#fff);width:100%;height:48px;color:var(--Text-Primary,#1e293b);border-radius:12px;align-items:center;gap:10px;padding:16px;display:flex}.CalenderModal-module__uATavq__todoTitleInput::placeholder{color:var(--Text-Default,#64748b);font-family:Pretendard,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}.CalenderModal-module__uATavq__dateTimeInputRow{align-items:center;gap:8px;display:flex}.CalenderModal-module__uATavq__dateInput,.CalenderModal-module__uATavq__timeInput{border:1px solid var(--Border-Primary,#e2e8f0);background:var(--Background-Primary,#fff);height:48px;color:var(--Text-Primary,#1e293b);cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:16px;display:flex}.CalenderModal-module__uATavq__dateInput{width:204px}.CalenderModal-module__uATavq__timeInput{width:124px}.CalenderModal-module__uATavq__dateInput::placeholder,.CalenderModal-module__uATavq__timeInput::placeholder{color:var(--Text-Default,#64748b);font-family:Pretendard,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}.CalenderModal-module__uATavq__activePickerInput{border-color:var(--Interaction-Hover,#416ec8)}.CalenderModal-module__uATavq__calendarPanel,.CalenderModal-module__uATavq__timePickerPanel{justify-content:center;display:flex}.CalenderModal-module__uATavq__repeatDropdownButton{width:120px;height:40px}.CalenderModal-module__uATavq__repeatDropdownMenu{z-index:20}.CalenderModal-module__uATavq__weekdayButtonGroup{justify-content:space-between;align-items:center;gap:4px;display:flex}.CalenderModal-module__uATavq__memoInput{border:1px solid var(--Border-Primary,#e2e8f0);background:var(--Background-Primary,#fff);border-radius:12px;align-self:stretch;align-items:flex-start;gap:10px;height:75px;padding:12px 16px;display:flex}.CalenderModal-module__uATavq__memoInput::placeholder{color:var(--Text-Default,#64748b)}.CalenderModal-module__uATavq__footer{margin-top:auto}.CalenderModal-module__uATavq__submitButton{background:var(--Color-Brand-Primary,#5189fa);width:100%;height:48px;color:var(--Text-inverse,#fff);text-align:center;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 0;font-family:Pretendard,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:19px;display:flex}@media (max-width:480px){section>.CalenderModal-module__uATavq__modalContent,section>.CalenderModal-module__uATavq__modalContentDateOpen,section>.CalenderModal-module__uATavq__modalContentTimeOpen,section>.CalenderModal-module__uATavq__modalContentWeekdayOpen{border-radius:24px 24px 0 0;width:100%;max-width:384px}}
.LinkPassToast-module__opgitq__toast{z-index:1000;box-sizing:border-box;background:var(--Color-Brand-Primary,#5189fa);color:#fff;border-radius:16px;align-items:center;gap:10px;width:460px;height:57px;padding:12px 24px;display:flex;position:fixed;top:calc(50% - 420px);left:50%;transform:translate(-50%)}.LinkPassToast-module__opgitq__content{align-items:center;gap:8px;min-width:0;display:flex}.LinkPassToast-module__opgitq__icon{flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.LinkPassToast-module__opgitq__message{white-space:nowrap;font-size:14px;font-weight:600;line-height:1.4}.LinkPassToast-module__opgitq__enter{animation:.6s ease-out LinkPassToast-module__opgitq__toast-pop-in}.LinkPassToast-module__opgitq__exit{animation:.6s ease-in forwards LinkPassToast-module__opgitq__toast-fade-out}@keyframes LinkPassToast-module__opgitq__toast-pop-in{0%{opacity:0;transform:translate(-50%)translateY(-8px)scale(.96)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes LinkPassToast-module__opgitq__toast-fade-out{0%{opacity:1;transform:translate(-50%)translateY(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-6px)scale(.98)}}@media (max-width:1199px) and (min-width:768px){.LinkPassToast-module__opgitq__toast{width:432px;top:calc(50% - 420px)}}@media (max-width:767px){.LinkPassToast-module__opgitq__toast{width:calc(100% - 48px);max-width:375px;top:16px;bottom:24px}}@media (prefers-reduced-motion:reduce){.LinkPassToast-module__opgitq__enter,.LinkPassToast-module__opgitq__exit{animation:none}}
.LoginForm-module__MTQB2W__form{flex-direction:column;gap:24px;width:100%;display:flex}.LoginForm-module__MTQB2W__fields{flex-direction:column;gap:24px;display:flex}.LoginForm-module__MTQB2W__fieldGroup{flex-direction:column;gap:12px;display:flex}.LoginForm-module__MTQB2W__label{color:var(--color-text-primary);font-size:16px;font-weight:500}.LoginForm-module__MTQB2W__forgotButton{cursor:pointer;color:var(--color-brand-primary);background:0 0;border:none;align-self:flex-end;padding:0;font-family:inherit;font-size:14px;font-weight:500}.LoginForm-module__MTQB2W__forgotButton:hover{text-decoration:underline}.LoginForm-module__MTQB2W__actions{flex-direction:column;align-items:center;gap:24px;display:flex}.LoginForm-module__MTQB2W__signupPrompt{align-items:center;gap:12px;margin:0;display:flex}.LoginForm-module__MTQB2W__promptText{color:var(--color-text-primary);font-size:16px;font-weight:500}.LoginForm-module__MTQB2W__signupLink{color:var(--color-brand-primary);font-size:16px;font-weight:500;text-decoration:none}.LoginForm-module__MTQB2W__signupLink:hover{text-decoration:underline}.LoginForm-module__MTQB2W__divider{align-items:center;gap:16px;display:flex}.LoginForm-module__MTQB2W__dividerLine{background-color:var(--color-background-tertiary);flex:1;height:1px}.LoginForm-module__MTQB2W__dividerText{color:var(--color-text-default);white-space:nowrap;font-size:14px;font-weight:500}.LoginForm-module__MTQB2W__social{justify-content:space-between;align-items:center;display:flex}.LoginForm-module__MTQB2W__socialLabel{color:var(--color-text-default);font-size:16px;font-weight:500}.LoginForm-module__MTQB2W__kakaoButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.LoginForm-module__MTQB2W__kakaoButton:disabled{cursor:not-allowed;opacity:.5}@media (max-width:767px){.LoginForm-module__MTQB2W__label,.LoginForm-module__MTQB2W__promptText,.LoginForm-module__MTQB2W__signupLink,.LoginForm-module__MTQB2W__socialLabel{font-size:14px}}
