.login-module__5LhY-q__loginContainer{background:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.login-module__5LhY-q__loginContainer:before{content:"";pointer-events:none;background:radial-gradient(circle,#11e44f1a 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.login-module__5LhY-q__loginBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#121212f2;border:1px solid #11e44f33;border-radius:16px;width:100%;max-width:450px;padding:3rem;position:relative;box-shadow:0 20px 60px #00000080,0 0 40px #11e44f1a}.login-module__5LhY-q__logoContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2.5rem;display:flex}.login-module__5LhY-q__logo{letter-spacing:-1px;justify-content:center;align-items:center;gap:.5rem;margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;display:flex}.login-module__5LhY-q__logoText{color:#fff;font-weight:300}.login-module__5LhY-q__logoAccent{color:#11e44f;text-shadow:0 0 20px #11e44f80;font-weight:700}.login-module__5LhY-q__subtitle{color:#b0b0b0;letter-spacing:2px;text-transform:uppercase;margin:0;font-size:.9rem;font-weight:400}.login-module__5LhY-q__loginForm{flex-direction:column;gap:1.5rem;display:flex}.login-module__5LhY-q__formGroup{flex-direction:column;gap:.5rem;display:flex}.login-module__5LhY-q__formGroup label{color:#fff;font-size:.9rem;font-weight:500}.login-module__5LhY-q__formGroup input{color:#fff;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.login-module__5LhY-q__formGroup input::placeholder{color:#ffffff4d}.login-module__5LhY-q__formGroup input:focus{background:#ffffff14;border-color:#11e44f;outline:none;box-shadow:0 0 0 3px #11e44f1a}.login-module__5LhY-q__formGroup input:disabled{opacity:.5;cursor:not-allowed}.login-module__5LhY-q__error{color:#ff6b6b;background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;padding:.875rem 1rem;font-size:.95rem}.login-module__5LhY-q__loginButton{color:#0a0a0a;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:#11e44f;border:none;border-radius:8px;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 0 20px #11e44f4d}.login-module__5LhY-q__loginButton:hover:not(:disabled){background:#15ff5a;transform:translateY(-2px);box-shadow:0 0 40px #11e44f80}.login-module__5LhY-q__loginButton:active:not(:disabled){transform:translateY(0)}.login-module__5LhY-q__loginButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.login-module__5LhY-q__backLink{color:#11e44f;margin-top:1.5rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-block}.login-module__5LhY-q__backLink:hover{color:#15ff5a;text-shadow:0 0 10px #11e44f80}@media (max-width:768px){.login-module__5LhY-q__loginContainer{padding:1rem}.login-module__5LhY-q__loginBox{padding:2rem 1.5rem}.login-module__5LhY-q__logo{font-size:2rem}}
.Logo-module__zh8txq__logo{align-items:center;gap:.6rem;font-size:1.5rem;font-weight:800;display:flex}.Logo-module__zh8txq__logo.Logo-module__zh8txq__iconOnly{justify-content:center}.Logo-module__zh8txq__logoSymbol{color:var(--primary);filter:drop-shadow(0 0 8px #11e44f99);flex-shrink:0;width:28px;height:28px;overflow:visible}.Logo-module__zh8txq__logoTextWrapper{gap:0;display:flex}.Logo-module__zh8txq__logoText{color:var(--text)}.Logo-module__zh8txq__logoAccent{color:var(--primary);text-shadow:0 0 20px #11e44f80}
.InfoBar-module__QvbHzW__infoBar{z-index:1001;opacity:1;background:linear-gradient(90deg,#11e44f26 0%,#11e44f1a 50%,#11e44f26 100%);border-bottom:1px solid #11e44f33;padding:.5rem 0;transition:opacity .4s,transform .4s;position:fixed;top:0;left:0;right:0;overflow:hidden;transform:translateY(0)}.InfoBar-module__QvbHzW__infoBar.InfoBar-module__QvbHzW__hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.InfoBar-module__QvbHzW__infoBar:before{content:"";background:linear-gradient(90deg,#0000,#11e44f1a,#0000);width:100%;height:100%;animation:3s infinite InfoBar-module__QvbHzW__shimmer;position:absolute;top:0;left:-100%}@keyframes InfoBar-module__QvbHzW__shimmer{0%{left:-100%}to{left:100%}}.InfoBar-module__QvbHzW__container{max-width:1300px;margin:0 auto;padding:0 1.5rem}.InfoBar-module__QvbHzW__content{justify-content:center;align-items:center;gap:.5rem;display:flex}.InfoBar-module__QvbHzW__icon{color:var(--primary);flex-shrink:0;animation:2s ease-in-out infinite InfoBar-module__QvbHzW__pulse}@keyframes InfoBar-module__QvbHzW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.InfoBar-module__QvbHzW__message{color:var(--text);text-align:center;letter-spacing:.02em;margin:0;font-size:.875rem}.InfoBar-module__QvbHzW__message strong{color:var(--primary);margin-right:.25rem;font-weight:700}@media (max-width:768px){.InfoBar-module__QvbHzW__infoBar{padding:.4rem 0}.InfoBar-module__QvbHzW__container{padding:0 1rem}.InfoBar-module__QvbHzW__message{font-size:.8rem;line-height:1.3}.InfoBar-module__QvbHzW__icon{width:14px;height:14px}}@media (max-width:480px){.InfoBar-module__QvbHzW__infoBar{padding:.35rem 0}.InfoBar-module__QvbHzW__container{padding:0 .75rem}.InfoBar-module__QvbHzW__content{gap:.35rem}.InfoBar-module__QvbHzW__message{font-size:.7rem;line-height:1.2}.InfoBar-module__QvbHzW__icon{display:none}}
.Footer-module__EZoWya__footer{background:var(--bg-secondary);border-top:1px solid #11e44f33;margin-top:5rem;padding:4rem 0 2rem}.Footer-module__EZoWya__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__EZoWya__footerSection h3,.Footer-module__EZoWya__footerSection h4,.Footer-module__EZoWya__footerLogo{margin-bottom:1.5rem}.Footer-module__EZoWya__footerDesc{font-size:.95rem;line-height:1.6}.Footer-module__EZoWya__footerTitle{color:var(--text);font-size:1.1rem;font-weight:600}.Footer-module__EZoWya__footerLinks{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__EZoWya__footerLinks li{color:var(--text-secondary);font-size:.95rem;transition:color .3s}.Footer-module__EZoWya__footerLinks a{color:var(--text-secondary);transition:all .3s;display:inline-block}.Footer-module__EZoWya__footerLinks a:hover{color:var(--primary);transform:translate(5px)}.Footer-module__EZoWya__footerBottom{border-top:1px solid #11e44f1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__EZoWya__footerBottom p{color:var(--text-secondary);font-size:.9rem}.Footer-module__EZoWya__footerBottomLinks{align-items:center;gap:1rem;display:flex}.Footer-module__EZoWya__footerBottomLinks a{color:var(--text-secondary);font-size:.9rem;transition:color .3s}.Footer-module__EZoWya__footerBottomLinks a:hover{color:var(--primary)}.Footer-module__EZoWya__separator{color:var(--text-secondary)}.Footer-module__EZoWya__footer{position:relative}.Footer-module__EZoWya__adminButton{width:32px;height:32px;color:var(--text-secondary);opacity:.15;cursor:pointer;background:0 0;border:1px solid #11e44f1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;bottom:.75rem;right:1.5rem}.Footer-module__EZoWya__adminButton:hover{opacity:.5;background:#1212124d;border-color:#11e44f40}@media (hover:none) and (pointer:coarse){.Footer-module__EZoWya__adminButton{display:none}}@media (max-width:768px){.Footer-module__EZoWya__footer{padding:3rem 0 1.5rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__EZoWya__footerBottom{text-align:center;flex-direction:column}.Footer-module__EZoWya__adminButton{display:none}}
.FooterNotice-module__hOrvUq__footerNotice{border-radius:12px;align-items:flex-start;gap:1rem;margin-bottom:3rem;transition:all .3s;display:flex}.FooterNotice-module__hOrvUq__noticeIcon{color:var(--primary);flex-shrink:0;margin-top:.125rem}.FooterNotice-module__hOrvUq__noticeIcon svg{filter:drop-shadow(0 0 8px #11e44f66);width:20px;height:20px}.FooterNotice-module__hOrvUq__noticeContent{flex:1}.FooterNotice-module__hOrvUq__noticeContent p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.FooterNotice-module__hOrvUq__noticeContent strong{color:var(--text);font-weight:600}@media (max-width:768px){.FooterNotice-module__hOrvUq__footerNotice{margin-bottom:2rem;padding:1.25rem}.FooterNotice-module__hOrvUq__noticeContent p{font-size:.85rem}}
.WelcomeReveal-module__2xC39G__overlay{z-index:10000;will-change:opacity;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;backface-visibility:hidden;background:#000;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.4s ease-out WelcomeReveal-module__2xC39G__fadeInOverlay;display:flex;position:fixed;top:0;left:0;overflow:visible;transform:translateZ(0)}.WelcomeReveal-module__2xC39G__overlay.WelcomeReveal-module__2xC39G__fadeOut{animation:.8s ease-out forwards WelcomeReveal-module__2xC39G__fadeOutOverlay}.WelcomeReveal-module__2xC39G__content{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:visible}.WelcomeReveal-module__2xC39G__circles{z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.WelcomeReveal-module__2xC39G__circle{border:2px solid var(--primary);opacity:0;will-change:transform,opacity;border-radius:50%;animation:2s ease-out WelcomeReveal-module__2xC39G__expandCircle;position:absolute}.WelcomeReveal-module__2xC39G__circle1{width:300px;height:300px;animation-delay:.2s;top:50%;left:50%;transform:translate(-50%,-50%)}.WelcomeReveal-module__2xC39G__circle2{width:500px;height:500px;animation-delay:.4s;top:50%;left:50%;transform:translate(-50%,-50%)}.WelcomeReveal-module__2xC39G__circle3{width:700px;height:700px;animation-delay:.6s;top:50%;left:50%;transform:translate(-50%,-50%)}.WelcomeReveal-module__2xC39G__logoContainer{z-index:100;will-change:filter;padding:80px;animation:1.5s ease-out WelcomeReveal-module__2xC39G__logoReveal;position:relative;overflow:visible}@media (hover:none) and (pointer:coarse){.WelcomeReveal-module__2xC39G__logoContainer{will-change:opacity;animation:1.5s ease-out WelcomeReveal-module__2xC39G__logoRevealNoBlur}}.WelcomeReveal-module__2xC39G__logoWrapper{opacity:0;will-change:transform,opacity;justify-content:center;align-items:center;animation:1.2s ease-out .5s forwards WelcomeReveal-module__2xC39G__fadeInScale;display:flex;overflow:visible}.WelcomeReveal-module__2xC39G__logoSymbol{color:var(--primary);filter:drop-shadow(0 0 20px #11e44fcc)drop-shadow(0 0 40px #11e44f99)drop-shadow(0 0 60px #11e44f66);will-change:filter;animation:2s ease-in-out infinite WelcomeReveal-module__2xC39G__glowPulse;overflow:visible;transform:translateZ(0);width:clamp(180px,25vw,280px)!important;height:clamp(144px,20vw,224px)!important}@media (hover:none) and (pointer:coarse){.WelcomeReveal-module__2xC39G__logoSymbol{filter:drop-shadow(0 0 15px #11e44fb3)drop-shadow(0 0 25px #11e44f80);will-change:auto;animation:none}}.WelcomeReveal-module__2xC39G__logoSymbol svg{width:100%!important;height:100%!important;overflow:visible!important}.WelcomeReveal-module__2xC39G__lines{pointer-events:none;z-index:3;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.WelcomeReveal-module__2xC39G__line{background:linear-gradient(90deg,transparent,var(--primary),transparent);height:3px;box-shadow:0 0 20px var(--primary),0 0 40px var(--primary);opacity:0;transform-origin:50%;will-change:width,opacity,transform;position:absolute}.WelcomeReveal-module__2xC39G__lineTop{width:0;animation:1s ease-out .8s forwards WelcomeReveal-module__2xC39G__expandLineHorizontal;top:-150px;left:50%;transform:translate(-50%)}.WelcomeReveal-module__2xC39G__lineBottom{width:0;animation:1s ease-out 1s forwards WelcomeReveal-module__2xC39G__expandLineHorizontal;bottom:-150px;left:50%;transform:translate(-50%)}.WelcomeReveal-module__2xC39G__particles{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.WelcomeReveal-module__2xC39G__particle{background:var(--primary);opacity:0;width:4px;height:4px;box-shadow:0 0 10px var(--primary),0 0 20px var(--primary);will-change:transform,opacity;border-radius:50%;animation:3s ease-in-out infinite WelcomeReveal-module__2xC39G__particleFloat;position:absolute;transform:translateZ(0)}.WelcomeReveal-module__2xC39G__centralGlow{opacity:0;pointer-events:none;z-index:1;will-change:transform,opacity;background:radial-gradient(circle,#11e44f33 0%,#0000 70%);width:600px;height:600px;animation:2s ease-out .3s forwards WelcomeReveal-module__2xC39G__glowExpand;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes WelcomeReveal-module__2xC39G__fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes WelcomeReveal-module__2xC39G__fadeOutOverlay{to{opacity:0}}@keyframes WelcomeReveal-module__2xC39G__expandCircle{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}50%{opacity:.6}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}@keyframes WelcomeReveal-module__2xC39G__fadeInScale{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes WelcomeReveal-module__2xC39G__glowPulse{0%,to{filter:drop-shadow(0 0 20px #11e44fcc)drop-shadow(0 0 40px #11e44f99)drop-shadow(0 0 60px #11e44f66)}50%{filter:drop-shadow(0 0 30px #11e44f)drop-shadow(0 0 60px #11e44fcc)drop-shadow(0 0 90px #11e44f99)}}@keyframes WelcomeReveal-module__2xC39G__expandLineHorizontal{0%{opacity:0;width:0;transform:translate(-50%)}50%{opacity:1}to{opacity:0;width:600px;transform:translate(-50%)}}@keyframes WelcomeReveal-module__2xC39G__particleFloat{0%{opacity:0;transform:translateY(0)scale(0)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translateY(-100px)scale(1)}}@keyframes WelcomeReveal-module__2xC39G__glowExpand{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}50%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}@keyframes WelcomeReveal-module__2xC39G__logoReveal{0%{filter:blur(20px)}to{filter:blur()}}@keyframes WelcomeReveal-module__2xC39G__logoRevealNoBlur{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.WelcomeReveal-module__2xC39G__logoContainer{will-change:opacity;padding:60px;animation:1.5s ease-out WelcomeReveal-module__2xC39G__logoRevealNoBlur}.WelcomeReveal-module__2xC39G__logoSymbol{filter:drop-shadow(0 0 15px #11e44fb3)drop-shadow(0 0 25px #11e44f80);will-change:auto;animation:none;width:clamp(140px,22vw,200px)!important;height:clamp(112px,17.6vw,160px)!important}.WelcomeReveal-module__2xC39G__circle1{width:200px;height:200px}.WelcomeReveal-module__2xC39G__circle2{width:350px;height:350px}.WelcomeReveal-module__2xC39G__circle3{width:500px;height:500px}.WelcomeReveal-module__2xC39G__centralGlow{width:400px;height:400px}.WelcomeReveal-module__2xC39G__lineTop,.WelcomeReveal-module__2xC39G__lineBottom{max-width:300px}.WelcomeReveal-module__2xC39G__particle:nth-child(n+7){display:none}}@media (max-width:480px){.WelcomeReveal-module__2xC39G__logoContainer{padding:40px}.WelcomeReveal-module__2xC39G__logoSymbol{width:120px!important;height:96px!important}.WelcomeReveal-module__2xC39G__circle1{width:150px;height:150px}.WelcomeReveal-module__2xC39G__circle2{width:250px;height:250px}.WelcomeReveal-module__2xC39G__circle3{width:350px;height:350px}.WelcomeReveal-module__2xC39G__centralGlow{width:300px;height:300px}}
.NotificationBell-module__Y5x6NW__notificationBellContainer{position:relative}.NotificationBell-module__Y5x6NW__notificationBellButton{width:42px;height:42px;color:var(--text);cursor:pointer;background:#11e44f1a;border:1px solid #11e44f4d;border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative;box-shadow:0 2px 8px #0003}.NotificationBell-module__Y5x6NW__notificationBellButton:hover{border-color:var(--primary);background:#11e44f26;transform:translateY(-2px);box-shadow:0 4px 12px #11e44f33}.NotificationBell-module__Y5x6NW__notificationBellButton:active{transform:translateY(0)}.NotificationBell-module__Y5x6NW__notificationBellBadge{color:#fff;background:#f44;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #f446}.NotificationBell-module__Y5x6NW__notificationDropdown{z-index:1000;background:linear-gradient(#1a1a1a 0%,#141414 100%);border:1px solid #11e44f4d;border-radius:16px;flex-direction:column;width:420px;max-height:600px;animation:.2s ease-out NotificationBell-module__Y5x6NW__slideDown;display:flex;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 12px 48px #0009,0 0 0 1px #11e44f1a}@keyframes NotificationBell-module__Y5x6NW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.NotificationBell-module__Y5x6NW__notificationDropdownHeader{background:#11e44f08;border-bottom:1px solid #11e44f26;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.NotificationBell-module__Y5x6NW__notificationDropdownHeader h3{color:var(--text);letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:700}.NotificationBell-module__Y5x6NW__notificationMarkAllRead{color:var(--primary);cursor:pointer;background:#11e44f1a;border:1px solid #11e44f33;border-radius:6px;padding:.4rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.NotificationBell-module__Y5x6NW__notificationMarkAllRead:hover{background:#11e44f26;border-color:#11e44f4d;transform:translateY(-1px)}.NotificationBell-module__Y5x6NW__notificationDropdownList{max-height:480px;padding:.5rem 0;overflow-y:auto}.NotificationBell-module__Y5x6NW__notificationDropdownList::-webkit-scrollbar{width:6px}.NotificationBell-module__Y5x6NW__notificationDropdownList::-webkit-scrollbar-track{background:0 0}.NotificationBell-module__Y5x6NW__notificationDropdownList::-webkit-scrollbar-thumb{background:#11e44f4d;border-radius:3px}.NotificationBell-module__Y5x6NW__notificationDropdownList::-webkit-scrollbar-thumb:hover{background:#11e44f80}.NotificationBell-module__Y5x6NW__notificationLoading,.NotificationBell-module__Y5x6NW__notificationEmpty{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:200px;padding:3rem 2rem;display:flex}.NotificationBell-module__Y5x6NW__notificationEmpty p{opacity:.7;margin:0;font-size:.9rem;font-weight:500}.NotificationBell-module__Y5x6NW__notificationItem{background:#11e44f05;border:1px solid #11e44f1a;border-radius:12px;margin:.5rem .75rem;transition:all .2s}.NotificationBell-module__Y5x6NW__notificationItem:hover{background:#11e44f14;border-color:#11e44f33;transform:translate(4px)}.NotificationBell-module__Y5x6NW__notificationItem.NotificationBell-module__Y5x6NW__unread{background:#11e44f0d;border-color:#11e44f26}.NotificationBell-module__Y5x6NW__notificationItem.NotificationBell-module__Y5x6NW__read{opacity:.7}.NotificationBell-module__Y5x6NW__notificationItem a,.NotificationBell-module__Y5x6NW__notificationItem>div{color:inherit;padding:1rem 1.25rem;text-decoration:none;display:block}.NotificationBell-module__Y5x6NW__notificationContent{display:block}.NotificationBell-module__Y5x6NW__notificationHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.NotificationBell-module__Y5x6NW__notificationContent h4{color:var(--text);flex:1;margin:0;font-size:.875rem;font-weight:600;line-height:1.4}.NotificationBell-module__Y5x6NW__notificationItem.NotificationBell-module__Y5x6NW__unread .NotificationBell-module__Y5x6NW__notificationContent h4{font-weight:700}.NotificationBell-module__Y5x6NW__notificationMessage{color:var(--text-secondary);margin:0 0 .5rem;font-size:.8125rem;line-height:1.5}.NotificationBell-module__Y5x6NW__notificationTime{color:var(--text-secondary);opacity:.6;font-size:.75rem}.NotificationBell-module__Y5x6NW__notificationDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 8px #11e44f99}@media (max-width:768px){.NotificationBell-module__Y5x6NW__notificationDropdown{width:calc(100vw - 2rem);right:-1rem}}@media (max-width:480px){.NotificationBell-module__Y5x6NW__notificationDropdown{width:calc(100vw - 1rem);right:-.5rem}.NotificationBell-module__Y5x6NW__notificationItem{margin:.4rem .5rem}.NotificationBell-module__Y5x6NW__notificationItem a,.NotificationBell-module__Y5x6NW__notificationItem>div{padding:.875rem 1rem}}
