.profile-dropdown-overlay{padding:32px;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:1000;pointer-events:none;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.profile-dropdown-overlay.open{pointer-events:auto;opacity:1}.profile-dropdown{position:fixed;top:32px;right:32px;width:540px;height:95vh;background:#fff;border-radius:32px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:32px;transform:translateX(140%);opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:1000}@media(max-width:768px){.profile-dropdown{top:0;left:0;width:100vw;height:100vh;border-radius:0;padding-bottom:6em}}.profile-dropdown.open{transform:translateX(0);opacity:1}.profile-dropdown .profile-content{width:100%;display:flex;flex-direction:column;gap:24px;position:relative}.profile-dropdown .close-btn{position:absolute;top:0;right:0;color:#000;background:none;border:none;font-size:24px;cursor:pointer;padding:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}.profile-dropdown .close-btn:hover{transform:scale(1.1);opacity:.7}.profile-dropdown .close-btn i{font-size:12px}.profile-dropdown .avatar{width:56px;height:56px;display:flex;justify-content:center;align-items:center;border-radius:60px;border:1px solid rgba(0,0,0,.1);opacity:0;transform:scale(0);animation:avatarSlideIn .6s cubic-bezier(.4,0,.2,1) .1s forwards}@keyframes avatarSlideIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.profile-dropdown .avatar i{font-size:24px;color:#000}.profile-dropdown .greeting{font-weight:600;font-size:36px;line-height:40px;color:#000;word-wrap:break-word;opacity:0;transform:translateY(20px);animation:greetingSlideIn .6s cubic-bezier(.4,0,.2,1) .2s forwards}@keyframes greetingSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown .notice-box{display:flex;background:#f5f5f5;padding:32px;border-radius:32px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;overflow:hidden;gap:24px;align-items:flex-start;width:100%;opacity:0;transform:translateY(20px);animation:noticeSlideIn .6s cubic-bezier(.4,0,.2,1) .3s forwards}@keyframes noticeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown .notice-icon{width:32px;height:32px}.profile-dropdown .notice-texts{display:flex;flex-direction:column;gap:32px}.profile-dropdown .notice-texts .notice-text{display:flex;gap:12px;flex-direction:column}.profile-dropdown .notice-title{font-weight:600;font-size:18px;line-height:13px;color:#000}.profile-dropdown .notice-description{font-weight:500;font-size:14px;color:#8d8d8d}.profile-dropdown .menu-item{width:100%;display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:16px;line-height:16px;color:#000;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;opacity:0;transform:translateX(-20px);animation:menuItemSlideIn .5s cubic-bezier(.4,0,.2,1) forwards}.profile-dropdown .menu-item:nth-child(4){animation-delay:.4s}.profile-dropdown .menu-item:nth-child(5){animation-delay:.5s}@keyframes menuItemSlideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.profile-dropdown .menu-item:hover{opacity:.6;transform:translateX(5px)}.profile-dropdown .menu-item span{line-height:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-dropdown .menu-item i{rotate:-90deg;color:#000;transition:all .2s cubic-bezier(.4,0,.2,1)}.profile-dropdown .arrow-icon{width:16px;height:16px;position:relative;overflow:hidden}.profile-dropdown .arrow-icon div{width:14.51px;height:6.61px;background:#000;position:absolute;top:16.74px;left:4.64px;transform-origin:top left;transform:rotate(-90deg)}.profile-dropdown .logout-button{width:100%;height:54px;padding:16px;background:#141414;border-radius:64px;color:#fff;font-weight:500;font-size:14px;line-height:14px;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;outline:none;transition:all .2s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(20px);animation:logoutButtonSlideIn .6s cubic-bezier(.4,0,.2,1) .6s forwards}@keyframes logoutButtonSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown .logout-button:hover{background-color:#333;transform:translateY(-2px)}.notification-container{width:100vw;top:24px;left:0;z-index:1000;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:12px}.notification-wrapper{pointer-events:all;opacity:0;transform:translateY(-100%);transition:all .4s cubic-bezier(.4,0,.2,1)}.notification-wrapper.visible{opacity:1;transform:translateY(0)}.notification-wrapper.exiting{opacity:0;transform:translateY(-100%)}.notification{max-width:820px;height:52px;padding:16px;gap:16px;background:#fff;border-radius:32px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;display:flex;justify-content:space-between;align-items:center}.notification .icon-check{color:#8a00fc}.notification .icon-cancel{color:#dc2626}.notification .notification-content{display:flex;justify-content:flex-start;align-items:center;gap:16px}.notification .notification-content i{font-size:24px}.notification .notification-content .notification-message{color:#000;font-size:15px;font-weight:500}.notification .icon-cancel1{font-size:13px;color:hsla(0,0%,100%,.6);cursor:pointer;transition:color .2s ease}.notification .icon-cancel1:hover{color:hsla(0,0%,100%,.9)}@media(max-width:768px){.notification{min-width:auto;width:100%}}.notification-container{position:fixed;top:20px;right:20px;z-index:10000;pointer-events:none}@media(max-width:768px){.notification-container{top:10px;right:10px;left:10px}}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight Fallback;src:local("Arial");ascent-override:100.51%;descent-override:25.03%;line-gap-override:0.00%;size-adjust:96.39%}.__className_8007bb{font-family:Inter Tight,Inter Tight Fallback;font-style:normal}