:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProfileSidebar_panel__LVSLO{display:flex;flex-direction:column;height:100%;width:100%;max-width:24rem;background:#f8fafc;border-left:1px solid #e2e8f0;box-shadow:-12px 0 40px rgba(15,23,42,.12)}@media (min-width:640px){.ProfileSidebar_panel__LVSLO{max-width:26rem}}@media (min-width:1024px){.ProfileSidebar_panel__LVSLO{max-width:28rem}}.ProfileSidebar_header__yzpLW{position:relative;overflow:hidden;padding:1.25rem 1.25rem 1.5rem;background:linear-gradient(145deg,#0f172a,#1e293b 52%,#0f172a);color:#fff}.ProfileSidebar_headerGlow__TVi0Z{pointer-events:none;position:absolute;border-radius:9999px;filter:blur(40px)}.ProfileSidebar_headerGlowOne__TsBt_{top:-2rem;right:-2rem;width:8rem;height:8rem;background:rgba(249,115,22,.35)}.ProfileSidebar_headerGlowTwo__YwEHB{bottom:-2.5rem;left:-1rem;width:7rem;height:7rem;background:rgba(249,115,22,.15)}.ProfileSidebar_headerTop__aoT7U{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.ProfileSidebar_headerTitle__N3VWm{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.55)}.ProfileSidebar_closeBtn__8HE9n{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.625rem;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.08);color:#fff;transition:background .2s ease,border-color .2s ease}.ProfileSidebar_closeBtn__8HE9n:hover{background:hsla(0,0%,100%,.14);border-color:hsla(0,0%,100%,.2)}.ProfileSidebar_profileBlock__iVDbW{position:relative;z-index:1;display:flex;align-items:center;gap:.875rem}.ProfileSidebar_avatarWrap__SlJHO{position:relative;flex-shrink:0}.ProfileSidebar_avatar__mME1T{width:4.5rem;height:4.5rem;border-radius:1rem;-o-object-fit:cover;object-fit:cover;border:2px solid hsla(0,0%,100%,.9);box-shadow:0 8px 24px rgba(0,0,0,.25)}.ProfileSidebar_avatarRing__Z3R49{position:absolute;inset:-3px;border-radius:1.125rem;border:2px solid rgba(249,115,22,.55);pointer-events:none}.ProfileSidebar_profileMeta__FZjN0{min-width:0;flex:1}.ProfileSidebar_profileName__O46iq{font-size:1.0625rem;font-weight:700;line-height:1.3;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ProfileSidebar_profileEmail__mriml{margin-top:.2rem;font-size:.8125rem;color:hsla(0,0%,100%,.62);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ProfileSidebar_rankPill__m5TmX{display:inline-flex;align-items:center;gap:.35rem;margin-top:.5rem;padding:.2rem .55rem;border-radius:9999px;font-size:.6875rem;font-weight:600;background:rgba(249,115,22,.18);border:1px solid rgba(249,115,22,.35);color:#ffedd5}.ProfileSidebar_rankIcon__U9p98{width:.875rem;height:.875rem;-o-object-fit:contain;object-fit:contain}.ProfileSidebar_body__iQiZi{flex:1;overflow-y:auto;padding:1rem 1rem .5rem}.ProfileSidebar_statsRow__hadvC{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;margin-bottom:1rem}.ProfileSidebar_statCard__RTlNo{padding:.875rem;border-radius:1rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.ProfileSidebar_statCardButton__LCrAA{width:100%;text-align:start;cursor:pointer;font:inherit;color:inherit;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.ProfileSidebar_statCardButton__LCrAA:hover{border-color:hsla(32,98%,83%,.95);background:#fffaf5;box-shadow:0 4px 14px rgba(249,115,22,.1);transform:translateY(-1px)}.ProfileSidebar_statCardButton__LCrAA:focus-visible{outline:2px solid #f97316;outline-offset:2px}.ProfileSidebar_backToMenuBtn__8VNk7{display:flex;align-items:center;gap:.5rem;width:100%;padding:.7rem .75rem;margin-bottom:1rem;border-radius:.875rem;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease;box-shadow:0 1px 2px rgba(15,23,42,.04)}.ProfileSidebar_backToMenuBtn__8VNk7:hover{border-color:hsla(32,98%,83%,.9);background:#fffaf5;color:#c2410c}.ProfileSidebar_notifPanel__fspaW{display:flex;flex-direction:column;min-height:0}.ProfileSidebar_statCardAccent__G4xqb{border-color:hsla(32,98%,83%,.8);background:linear-gradient(145deg,#fff7ed,#fff)}.ProfileSidebar_statLabel__ihrEF{display:flex;align-items:center;gap:.35rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.ProfileSidebar_statLabelAccent__gtR7c{color:#c2410c}.ProfileSidebar_statValue__JMHYu{margin-top:.35rem;font-size:1.375rem;font-weight:800;line-height:1;color:#0f172a}.ProfileSidebar_statValueAccent__Uelze{color:#ea580c}.ProfileSidebar_sectionTitle__Oh0wS{margin-bottom:.625rem;padding:0 .125rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8}.ProfileSidebar_navList__yNp1t{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1.25rem}.ProfileSidebar_navItem__6ZHYm{display:flex;align-items:center;gap:.75rem;width:100%;padding:.7rem .75rem;border-radius:.875rem;border:1px solid transparent;background:#fff;color:#334155;font-size:.875rem;font-weight:500;text-align:start;text-decoration:none;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px rgba(15,23,42,.04)}.ProfileSidebar_navItem__6ZHYm:hover{border-color:hsla(32,98%,83%,.9);background:#fffaf5;color:#c2410c;box-shadow:0 4px 14px rgba(249,115,22,.08)}.ProfileSidebar_navIcon__9wHaT{display:inline-flex;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;flex-shrink:0;border-radius:.625rem;background:#f1f5f9;color:#475569;transition:background .2s ease,color .2s ease}.ProfileSidebar_navItem__6ZHYm:hover .ProfileSidebar_navIcon__9wHaT{background:rgba(249,115,22,.12);color:#ea580c}.ProfileSidebar_navLabel__f4E5H{flex:1;min-width:0}.ProfileSidebar_navArrow__5EDtW{flex-shrink:0;color:#cbd5e1;transition:color .2s ease,transform .2s ease}.ProfileSidebar_navItem__6ZHYm:hover .ProfileSidebar_navArrow__5EDtW{color:#f97316;transform:translateX(2px)}.ProfileSidebar_notifHeader__SHV1m{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.ProfileSidebar_notifTitle__M4P1h{font-size:.9375rem;font-weight:700;color:#0f172a}.ProfileSidebar_notifSubtitle__9oOth{margin-top:.15rem;font-size:.75rem;color:#64748b}.ProfileSidebar_unreadBadge__CkGTq{flex-shrink:0;padding:.25rem .625rem;border-radius:9999px;font-size:.6875rem;font-weight:700;background:#fff7ed;color:#c2410c;border:1px solid hsla(32,98%,83%,.9)}.ProfileSidebar_emptyNotif__qa_5I{padding:2rem 1rem;border-radius:1rem;border:1px dashed #cbd5e1;background:#fff;text-align:center}.ProfileSidebar_emptyNotifIcon__d8kn8{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:.75rem;border-radius:9999px;background:#f1f5f9;color:#94a3b8}.ProfileSidebar_emptyNotifText__EZWsQ{font-size:.875rem;color:#64748b}.ProfileSidebar_notifList__lrOXJ{display:flex;flex-direction:column;gap:.5rem;padding-bottom:.5rem}.ProfileSidebar_notifCard__VjO5u{padding:.875rem;border-radius:.875rem;border:1px solid #e2e8f0;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ProfileSidebar_notifCard__VjO5u:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(15,23,42,.06);transform:translateY(-1px)}.ProfileSidebar_notifCardUnread__8uie0{border-color:hsla(32,98%,83%,.95);background:linear-gradient(180deg,#fffbeb,#fff)}.ProfileSidebar_notifCardTitle__Y3vwe{font-size:.8125rem;font-weight:700;color:#0f172a}.ProfileSidebar_notifCardMessage__741Hv{margin-top:.25rem;font-size:.8125rem;line-height:1.45;color:#64748b}.ProfileSidebar_notifCardFooter__QdQAK{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.625rem}.ProfileSidebar_notifDate__1m5GD{font-size:.6875rem;color:#94a3b8}.ProfileSidebar_notifAction__7pkr2{font-size:.6875rem;font-weight:700;color:#ea580c}.ProfileSidebar_footer__qJyUc{flex-shrink:0;padding:.875rem 1rem 1rem;border-top:1px solid #e2e8f0;background:#fff}.ProfileSidebar_logoutBtn___mpiQ{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;border-radius:.875rem;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;font-size:.875rem;font-weight:600;transition:background .2s ease,border-color .2s ease}.ProfileSidebar_logoutBtn___mpiQ:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.ProfileSidebar_logoutBtn___mpiQ:disabled{opacity:.65;cursor:not-allowed}.ProfileSidebar_loadingWrap__RPsvB{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.75rem;color:#64748b}.ProfileSidebar_guestInner__fdPa1{display:flex;flex-direction:column;flex:1}.ProfileSidebar_guestHeaderContent__dS9yT{position:relative;z-index:1;text-align:center;padding-top:.25rem}.ProfileSidebar_guestIcon__kZ_ke{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin:.75rem auto 1rem;border-radius:1rem;background:rgba(249,115,22,.15);border:1px solid rgba(249,115,22,.35);color:#fb923c}.ProfileSidebar_guestTitle__gakkg{font-size:1.125rem;font-weight:700}.ProfileSidebar_guestSubtitle__9AOCn{margin-top:.375rem;font-size:.875rem;color:hsla(0,0%,100%,.65)}.ProfileSidebar_guestBody__pqe3z{flex:1;padding:1.25rem;display:flex;flex-direction:column;gap:.625rem}.ProfileSidebar_primaryBtn__s6NOV{width:100%;padding:.875rem 1rem;border-radius:.875rem;border:none;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:.875rem;font-weight:700;box-shadow:0 8px 20px rgba(249,115,22,.28);transition:transform .2s ease,box-shadow .2s ease}.ProfileSidebar_primaryBtn__s6NOV:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(249,115,22,.34)}.ProfileSidebar_secondaryBtn__etQnu{width:100%;padding:.875rem 1rem;border-radius:.875rem;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:.875rem;font-weight:600;transition:border-color .2s ease,background .2s ease}.ProfileSidebar_secondaryBtn__etQnu:hover{border-color:hsla(32,98%,83%,.9);background:#fffaf5;color:#c2410c}