.notification-backdrop{position:fixed;inset:0;z-index:2147482000;background:rgba(5,10,18,.58);backdrop-filter:blur(2px);opacity:0;transition:opacity .2s ease;pointer-events:none}.notification-backdrop.is-visible{opacity:1;pointer-events:auto}.notification-drawer{position:fixed;top:0;right:0;bottom:0;width:min(430px,100vw);z-index:2147483000;background:var(--bs-body-bg,#fff);color:var(--bs-body-color,#20242d);box-shadow:-24px 0 65px rgba(15,23,42,.24);transform:translateX(105%);transition:transform .24s ease;display:flex;flex-direction:column;pointer-events:auto;isolation:isolate}.notification-drawer.is-open{transform:translateX(0)}.notification-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 24px 18px;border-bottom:1px solid var(--bs-border-color,#e5e9f0)}.notification-drawer-eyebrow{display:block;color:#ff681f;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:800;margin-bottom:4px}.notification-drawer-header h2{margin:0;font-size:1.35rem;font-weight:850}.notification-drawer-header p{margin:5px 0 0;color:var(--bs-secondary-color);font-size:.86rem}.notification-drawer-close{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border:0;border-radius:12px;background:var(--bs-tertiary-bg);color:inherit;font-size:1.1rem}.notification-drawer-readall{padding:11px 18px;border-bottom:1px solid var(--bs-border-color)}.notification-drawer-readall button{border:0;background:transparent;color:#ff681f;font-weight:750;font-size:.84rem;padding:6px 4px}.notification-drawer-list{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:8px 0}.notification-drawer-item-form{margin:0}.notification-drawer-item{width:100%;display:flex;align-items:flex-start;gap:13px;padding:15px 20px;border:0;border-bottom:1px solid var(--bs-border-color);background:transparent;color:inherit;text-align:left}.notification-drawer-item:hover{background:var(--bs-tertiary-bg)}.notification-drawer-item.is-unread{background:rgba(255,104,31,.075)}.notification-drawer-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;border-radius:13px;background:rgba(13,110,253,.12);color:#0d6efd;font-size:1.05rem}.notification-drawer-icon.tone-success{background:rgba(25,135,84,.14);color:#198754}.notification-drawer-icon.tone-danger{background:rgba(220,53,69,.14);color:#dc3545}.notification-drawer-icon.tone-warning{background:rgba(255,193,7,.18);color:#9b7200}.notification-drawer-icon.tone-info{background:rgba(13,202,240,.15);color:#087f97}.notification-drawer-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.notification-drawer-copy strong{font-size:.92rem;line-height:1.25}.notification-drawer-copy span{color:var(--bs-secondary-color);font-size:.82rem;line-height:1.38}.notification-drawer-copy small{color:var(--bs-tertiary-color);font-size:.72rem}.notification-drawer-dot{width:9px;height:9px;border-radius:50%;background:#ff681f;flex:0 0 9px;margin-top:6px;box-shadow:0 0 0 4px rgba(255,104,31,.12)}.notification-drawer-chevron{color:var(--bs-secondary-color);margin-top:5px}.notification-drawer-empty{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;color:var(--bs-secondary-color)}.notification-drawer-empty i{width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:var(--bs-tertiary-bg);font-size:2rem;margin-bottom:16px}.notification-drawer-empty strong{color:var(--bs-body-color);font-size:1.05rem}.notification-drawer-empty span{max-width:280px;font-size:.86rem;margin-top:6px}.notification-drawer-footer{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-top:1px solid var(--bs-border-color);text-decoration:none;color:#ff681f;font-weight:800;background:var(--bs-body-bg)}body.notification-drawer-lock{overflow:hidden!important}@media(max-width:575.98px){.notification-drawer{width:calc(100vw - 18px);border-radius:18px 0 0 18px}.notification-drawer-header{padding:20px 18px 16px}.notification-drawer-item{padding:14px 16px}.notification-drawer-list{padding-bottom:max(8px,env(safe-area-inset-bottom))}}
