.shared-notification-bell{position:relative;width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:10px;background:transparent;color:var(--text);cursor:pointer}
.shared-notification-bell svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.shared-notification-badge{position:absolute;top:1px;right:0;min-width:15px;height:15px;padding:0 4px;border-radius:9px;background:var(--teal);color:#04101d;font-size:8px;font-weight:800;line-height:15px;text-align:center}
.profile-page-header .shared-notification-bell{grid-column:3;justify-self:end;margin-right:38px}
.profile-settings-page>header .shared-notification-bell{grid-column:3;justify-self:end}
.notification-center-page{min-height:calc(100dvh - 64px);padding:calc(8px + env(safe-area-inset-top)) 7px calc(88px + env(safe-area-inset-bottom))}
.notification-center-page>header{display:grid;grid-template-columns:72px 1fr 92px;align-items:center;gap:5px;margin-bottom:11px}
.notification-center-page>header h1{margin:0;text-align:center;font-size:18px}
.notification-center-page>header button{border:0;background:transparent;color:var(--teal);font:inherit;font-size:9px;cursor:pointer}
.notification-center-page>header button:first-child{font-size:20px;text-align:left}
.notification-filters{display:flex;gap:6px;overflow-x:auto;padding:2px 0 10px;scrollbar-width:none}
.notification-filters button{flex:0 0 auto;padding:8px 12px;border:1px solid var(--line);border-radius:18px;background:var(--panel);color:var(--muted);font-size:9px}
.notification-filters button[aria-selected="true"]{border-color:var(--teal);background:var(--teal);color:#04101d;font-weight:800}
.notification-list{display:grid;gap:7px}
.notification-row{position:relative;width:100%;padding:12px 12px 11px 17px;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--text);text-align:left}
.notification-row.unread:before{content:"";position:absolute;left:7px;top:17px;width:5px;height:5px;border-radius:50%;background:var(--teal)}
.notification-row b,.notification-row p,.notification-row time{display:block}.notification-row b{font-size:11px}.notification-row p{margin:4px 0;color:var(--muted);font-size:9px;line-height:1.45}.notification-row time,.notification-kind{color:var(--teal);font-size:8px}.notification-kind{float:right}
.notification-state{min-height:55dvh;display:grid;place-content:center;justify-items:center;padding:30px;text-align:center;color:var(--muted)}
.notification-state h2{margin:0 0 7px;color:var(--text);font-size:15px}.notification-state button,.notification-more{padding:10px 16px;border:1px solid var(--teal);border-radius:10px;background:transparent;color:var(--teal)}
.notification-more{width:100%;margin-top:9px}
.notification-preferences{margin-top:18px;padding:13px;border:1px solid var(--line);border-radius:13px;background:var(--panel)}
.notification-preferences h2{margin:0 0 10px;font-size:14px}.notification-preferences h3{margin:14px 0 6px;font-size:10px;color:var(--muted)}
.notification-preferences label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--line);font-size:10px}.notification-preferences label small{display:block;margin-top:2px;color:var(--muted);font-size:8px}.notification-preferences input{accent-color:var(--teal)}
.notification-preferences form>button{width:100%;margin-top:12px;padding:11px;border:0;border-radius:10px;background:var(--teal);color:#04101d;font-weight:800}.form-status{min-height:15px;color:var(--muted);font-size:9px}
@media(max-width:360px){.notification-center-page>header{grid-template-columns:55px 1fr 78px}.notification-center-page>header button:last-child{font-size:8px}.notification-row{padding-right:9px}}
