.notif-sheet{z-index:101;background:var(--mb-color-bg);padding-bottom:max(0px, env(safe-area-inset-bottom));flex-direction:column;animation:.22s cubic-bezier(.32,.72,0,1) notif-sheet-enter;display:flex;position:fixed;inset:0}@keyframes notif-sheet-enter{0%{opacity:0;transform:translate(8%)}to{opacity:1;transform:translate(0)}}.notif-sheet__bar{z-index:10;padding:12px 16px;padding-top:calc(12px + max(0px, env(safe-area-inset-top)));background:var(--mb-color-bg);border-bottom:1px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.notif-sheet__bar-btn{border-radius:var(--mb-radius-pill);background:var(--mb-color-bg);width:36px;height:36px;color:var(--mb-color-text);cursor:pointer;border:1px solid #0000001f;flex-shrink:0;place-items:center;display:grid}.notif-sheet__bar-btn:active{background:#0000000d}.notif-sheet__bar-title{color:var(--mb-color-text);text-align:center;flex:1;margin:0;font-size:17px;font-weight:600}.notif-sheet__bar-spacer{flex-shrink:0;width:36px}.notif-sheet__scroll{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.notif-sheet__section-label{padding:var(--mb-space-8) var(--mb-space-6) var(--mb-space-3);letter-spacing:.02em;text-transform:uppercase;color:var(--mb-color-text-secondary);margin:0;font-size:11px;font-weight:700;line-height:1.21}.notif-sheet__list{flex-direction:column;display:flex}.notif-sheet__item{align-items:center;gap:var(--mb-space-5);padding:var(--mb-space-6);text-align:left;cursor:default;width:100%;font:inherit;color:inherit;background:0 0;border:none;display:flex}.notif-sheet__item.is-clickable{cursor:pointer}.notif-sheet__item.is-clickable:active{opacity:.7}.notif-sheet__item:focus-visible{outline:2px solid var(--mb-color-primary);outline-offset:-2px}.notif-sheet__item.is-unread{background:var(--mb-color-bg-secondary)}.notif-sheet__icon-wrap{border-radius:var(--mb-radius-sm);border:var(--mb-border-width-1) solid var(--mb-color-border);background:var(--mb-color-bg);flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.notif-sheet__icon-img{object-fit:contain;width:32px;height:32px;display:block}.notif-sheet__content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.notif-sheet__item-title{color:var(--mb-color-text);margin:0;font-size:14px;font-weight:700;line-height:1.21}.notif-sheet__body{color:var(--mb-color-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:400;line-height:18px;display:-webkit-box;overflow:hidden}.notif-sheet__brand{color:var(--mb-color-primary);font-style:italic}.notif-sheet__time{letter-spacing:-.4px;color:var(--mb-color-text-muted);flex-shrink:0;align-self:flex-start;font-size:11px;font-weight:400;line-height:13px}.notif-sheet__divider{height:var(--mb-border-width-1);background:var(--mb-color-border);border:none;margin:0}.notif-sheet__empty{justify-content:center;align-items:center;gap:var(--mb-space-3);padding:var(--mb-space-8) var(--mb-space-6);text-align:center;flex-direction:column;display:flex}.notif-sheet__empty-title{font:var(--mb-text-body);color:var(--mb-color-text);margin:0;font-weight:600}.notif-sheet__empty-sub{font:var(--mb-text-body-sm);color:var(--mb-color-text-secondary);margin:0}
.deal-card__body{position:relative}.deal-card__new-replies{top:var(--mb-space-3);right:var(--mb-space-3);z-index:1;align-items:center;gap:var(--mb-space-2);padding:var(--mb-space-1) var(--mb-space-3);border-radius:var(--mb-radius-pill);background:var(--mb-color-primary);pointer-events:none;display:inline-flex;position:absolute;box-shadow:0 4px 4px #6741ff33}.deal-card__new-replies-dot{background:var(--mb-color-chip-bg);border-radius:50%;flex-shrink:0;width:8px;height:8px}.deal-card__new-replies-text{font:var(--mb-text-caption);color:var(--mb-color-text-inverse);white-space:nowrap;font-weight:700}
