.app-notifications{position:relative;flex-shrink:0;z-index:20}.app-notifications__trigger{position:relative;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;border:1px solid var(--p-color-border, #e1e3e5);border-radius:8px;background:#fff;color:var(--p-color-text, #202223);cursor:pointer;font-family:inherit}.app-notifications__trigger:hover{background:var(--p-color-bg-surface-secondary, #f6f6f7)}.app-notifications__bell{display:block;color:var(--p-color-text, #202223)}.app-notifications__badge{position:absolute;top:-.25rem;right:-.25rem;min-width:1.125rem;height:1.125rem;padding:0 .25rem;border-radius:999px;background:#d72c0d;color:#fff;font-size:.65rem;font-weight:600;line-height:1.125rem;text-align:center}.app-notifications__panel{position:absolute;top:calc(100% + .5rem);right:0;width:min(22rem,calc(100vw - 1.5rem));max-height:24rem;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--p-color-border, #e3e3e3);border-radius:.75rem;background:var(--p-color-bg-surface, #fff);box-shadow:0 8px 24px #0000001f}.app-notifications__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--p-color-border, #e3e3e3)}.app-notifications__title{margin:0;font-size:.875rem;font-weight:600}.app-notifications__mark-all{border:none;background:none;color:var(--p-color-text-link, #2c6ecb);font-size:.75rem;cursor:pointer;padding:0}.app-notifications__list{margin:0;padding:0;list-style:none;overflow-y:auto}.app-notifications__empty{padding:1rem;color:var(--p-color-text-secondary, #616161);font-size:.8125rem}.app-notifications__item{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.75rem 1rem;border:none;border-bottom:1px solid var(--p-color-border-subdued, #f1f1f1);background:transparent;text-align:left;cursor:default}.app-notifications__item--link{cursor:pointer}.app-notifications__item--link:hover{background:var(--p-color-bg-surface-hover, #f7f7f7)}.app-notifications__item--unread{background:var(--p-color-bg-surface-secondary, #f6f6f7)}.app-notifications__item-title{font-size:.8125rem;font-weight:600;color:var(--p-color-text, #303030)}.app-notifications__item-body{font-size:.75rem;color:var(--p-color-text-secondary, #616161);line-height:1.4}.app-notifications__item-time{font-size:.6875rem;color:var(--p-color-text-secondary, #8a8a8a)}
