.profile-menu [data-menu-button] { position: relative; }
.notification-history-count { position: absolute; top: -8px; right: -8px; min-width: 19px; padding: 1px 4px; border: 2px solid #292329; background: #e94e87; color: #fff; font: 700 10px/14px sans-serif; text-align: center; }
.notification-history-count[hidden] { display: none; }
body.notifications-body { padding: 100px 0 0; }
.notification-page { max-width: 880px; margin: 0 auto; padding: 48px 24px 80px; color: #292329; }
.notification-eyebrow { display: inline-block; padding: 7px 10px; background: #ffde58; border: 2px solid #292329; font-size: 11px; font-weight: 800; letter-spacing: .09em; transform: rotate(-1deg); }
.notification-header h1 { margin: 16px 0 6px; font-size: clamp(36px, 7vw, 64px); line-height: 1.1; letter-spacing: -.045em; color: #292329; text-shadow: none; }
.notification-header h1 span { color: #d53879; }
.notification-header > p { margin: 12px 0 32px; color: #655b65; }
.notification-toolbar { display: flex; gap: 16px; justify-content: space-between; align-items: center; margin-bottom: 16px; font-size: 13px; }
.notification-toolbar p { margin: 0; font-weight: 700; }
.notification-more { border: 2px solid #292329; background: #fff; padding: 10px 14px; font: inherit; font-weight: 700; color: inherit; cursor: pointer; box-shadow: 3px 3px 0 #292329; }
.notification-list { display: grid; gap: 12px; }
.notification-entry { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 16px; align-items: start; padding: 20px; border: 2px solid #292329; background: #fff; box-shadow: 4px 4px 0 #e5dde4; }
.notification-entry.is-unread { background: #fffcf0; box-shadow: 4px 4px 0 #ffde58; }
.notification-entry__icon { display: grid; place-items: center; width: 44px; height: 44px; margin: 0; }
.notification-entry__icon svg { width: 100%; height: 100%; }
.notification-entry__icon .badge-effect-host, .notification-entry__icon .badge-effect-host > svg { width: 100%; height: 100%; }
.notification-entry h2 { font-size: 16px; margin: 0 0 6px; }
.notification-entry__link { color: inherit; text-decoration: none; }
.notification-entry__link:hover { text-decoration: underline; text-underline-offset: 3px; }
.notification-entry p { margin: 0 0 10px; color: #655b65; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.notification-entry time { display: block; color: #716571; font-size: 11px; }
.notification-entry__unread { width: 8px; height: 8px; margin-top: 6px; background: #d53879; border-radius: 50%; }
.notification-status { text-align: center; color: #655b65; padding: 20px 0; }
.notification-more { display: block; margin: 12px auto 0; }
.notification-more[hidden] { display: none; }
.notification-empty { padding: 48px 24px; border: 2px dashed #cbbfcb; background: #fff; text-align: center; }
.notification-empty strong { display: block; margin-bottom: 10px; font-size: 20px; }
.notification-empty p { margin: 0; color: #655b65; line-height: 1.6; }
.notification-page :focus-visible, [data-notification-history-link]:focus-visible { outline: 3px solid #d53879; outline-offset: 4px; }
@media (max-width: 600px) {
    .notification-page { padding: 28px 16px 56px; }
    .notification-toolbar { align-items: flex-start; flex-direction: column; }
    .notification-entry { padding: 14px; gap: 12px; grid-template-columns: 36px minmax(0, 1fr) 8px; }
    .notification-entry__icon { width: 36px; height: 36px; }
}
