.notif-inbox{display:flex;flex-direction:column;gap:1.75rem}@keyframes notifFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.notif-bucket{animation:notifFadeUp .4s ease-out both}.notif-bucket:nth-child(1){animation-delay:.05s}.notif-bucket:nth-child(2){animation-delay:.1s}.notif-bucket:nth-child(3){animation-delay:.15s}.notif-bucket:nth-child(4){animation-delay:.2s}.notif-cluster{animation:notifFadeUp .4s ease-out both}.notif-cluster:nth-child(1){animation-delay:.1s}.notif-cluster:nth-child(2){animation-delay:.15s}.notif-cluster:nth-child(3){animation-delay:.2s}.notif-cluster:nth-child(4){animation-delay:.25s}.notif-cluster:nth-child(5){animation-delay:.3s}.notif-cluster:nth-child(n+6){animation-delay:.35s}@media(prefers-reduced-motion:reduce){.notif-bucket,.notif-cluster{animation:none}}.notif-bucket__label{font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ds-ink-60);margin:0 0 .5rem}.notif-bucket__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.notif-cluster{padding:0;display:flex;flex-direction:column}.notif-cluster.is-read{opacity:.7}.notif-cluster__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-right:.875rem}.notif-cluster__rows{list-style:none;padding:0;margin:0;flex:1;min-width:0}.notif-cluster__rows--rest{border-top:1px solid var(--ds-border, rgba(13, 27, 42, .08))}.notif-cluster__more{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;font-size:.8125rem;font-weight:600;color:var(--ds-green-dark);background-color:var(--ds-green-mid);border:1px solid var(--ds-green-dark);padding:.3125rem .625rem;border-radius:9999px;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,box-shadow .15s ease}.notif-cluster__more:hover,.notif-cluster__more:focus-visible{background-color:var(--ds-green);box-shadow:var(--ds-shadow-sm-inv);outline:none}.notif-cluster__more-caret{transition:transform .15s ease}.notif-cluster__more[aria-expanded=true] .notif-cluster__more-caret{transform:rotate(180deg)}.notif-row{position:relative}a.notif-row__inner:after{display:none}.notif-row+.notif-row{border-top:1px solid var(--ds-border, rgba(13, 27, 42, .06))}.notif-row__inner{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;text-decoration:none;color:inherit;transition:background-color .12s ease}.notif-row__inner:hover,.notif-row__inner:focus-visible{background-color:var(--ds-bg-tint, rgba(13, 27, 42, .03));outline:none}.notif-row__inner--static{cursor:default}.notif-row__inner--static:hover{background:transparent}.notif-row__avatar{flex-shrink:0;width:40px;height:40px;border-radius:9999px;-o-object-fit:cover;object-fit:cover;border:1.5px solid transparent}.notif-row__icon{flex-shrink:0;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem;border-radius:9999px;background-color:var(--ds-green-tint, rgba(74, 222, 128, .16));color:var(--ds-green)}.notif-row__body{display:flex;flex-direction:column;gap:.125rem;min-width:0}.notif-row__headline{font-size:.9375rem;font-weight:500;color:var(--ds-ink);line-height:1.35;overflow-wrap:anywhere}.notif-row.is-read .notif-row__headline{font-weight:400;color:var(--ds-ink-60)}.notif-row__sub{font-size:.8125rem;color:var(--ds-ink-60);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-row__time{font-size:.75rem;color:var(--ds-ink-40, var(--ds-ink-60))}@media(max-width:640px){.notif-row__inner{gap:.625rem;padding:.75rem .875rem}.notif-row__avatar,.notif-row__icon{width:36px;height:36px}.notif-row__headline{font-size:.875rem}}
