.dbv9-notifications{position:relative;display:inline-flex;z-index:900}.dbv9-notifications__bell{position:relative;display:grid;place-items:center;width:42px;height:42px;padding:0;border:0!important;border-radius:13px;background:transparent!important;color:#14182d;cursor:pointer;box-shadow:none!important;line-height:1;touch-action:manipulation;transition:background-color .16s ease,transform .16s ease,color .16s ease}.dbv9-notifications__bell:hover,.dbv9-notifications__bell:active{background:rgba(88,99,255,.08)!important}.dbv9-notifications__bell:active{transform:scale(.95)}.dbv9-notifications__bell:focus-visible{outline:3px solid rgba(88,99,255,.24);outline-offset:2px}.dbv9-notifications__bell-icon{display:grid;place-items:center;width:24px;height:24px;transform-origin:50% 15%}.dbv9-notifications__bell-icon svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.dbv9-notifications__live-dot{position:absolute;right:8px;top:8px;width:7px;height:7px;border-radius:999px;background:#6e63ff;opacity:0;transform:scale(.65);box-shadow:0 0 0 0 rgba(110,99,255,.25);transition:opacity .18s ease,transform .18s ease}.dbv9-notifications__bell.has-unread .dbv9-notifications__live-dot{opacity:1;transform:scale(1)}.dbv9-notifications__count{position:absolute;top:-3px;right:-4px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:linear-gradient(135deg,#6d60ff,#ee3c8f);color:#fff;font-size:9px;font-weight:900;box-shadow:0 4px 10px rgba(86,72,216,.25)}.dbv9-notifications__panel[hidden],.dbv9-notifications__count[hidden],.dbv9-notifications__read[hidden],.dbv9-notifications__push[hidden],.dbv9-notifications__push-button[hidden]{display:none!important}.dbv9-notifications__panel{position:fixed;z-index:2147482500;top:var(--dbv9-notif-top,max(72px,env(safe-area-inset-top)));left:var(--dbv9-notif-left,8px);right:auto;width:var(--dbv9-notif-width,min(360px,calc(100vw - 16px)));max-width:calc(100vw - 16px);max-height:var(--dbv9-notif-max-height,min(560px,calc(100dvh - 16px)));overflow:hidden;border:1px solid rgba(110,102,212,.16);border-radius:22px;background:rgba(255,255,255,.985);box-shadow:0 20px 55px rgba(19,22,54,.20);color:#11152d;contain:layout paint;isolation:isolate;transform:translateZ(0)}.dbv9-notifications__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 14px 9px;border-bottom:1px solid rgba(17,21,45,.06)}.dbv9-notifications__head strong{font-size:16px;line-height:1.2}.dbv9-notifications__head button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:#f1f2f8;color:#33394c;font-size:21px;cursor:pointer;touch-action:manipulation}.dbv9-notifications__list{max-height:max(80px,calc(var(--dbv9-notif-max-height,560px) - 176px));overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:7px 9px 8px}.dbv9-notifications__loading,.dbv9-notifications__empty{margin:0;padding:24px 10px;text-align:center;color:#72798c;font-size:13px}.dbv9-notifications__item{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) 28px;gap:9px;align-items:start;margin:5px 0;padding:11px;border:1px solid rgba(24,30,73,.055);border-radius:15px;background:#f7f7fb;color:inherit;text-decoration:none;content-visibility:auto;contain-intrinsic-size:68px}.dbv9-notifications__item.is-read{opacity:.62}.dbv9-notifications__icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#fff;font-size:17px}.dbv9-notifications__copy{min-width:0}.dbv9-notifications__copy b,.dbv9-notifications__copy small{display:block}.dbv9-notifications__copy b{overflow-wrap:anywhere;font-size:13px;line-height:1.3}.dbv9-notifications__copy small{margin-top:3px;color:#737a8c;font-size:11px;line-height:1.4}.dbv9-notifications__code{display:inline-flex;margin-top:6px;padding:3px 7px;border-radius:8px;background:#eceaff;color:#5c55d8;font-size:10px;font-style:normal;font-weight:800}.dbv9-notifications__delete{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:9px;background:transparent;color:#858ba0;cursor:pointer;font-size:17px;touch-action:manipulation}.dbv9-notifications__push{display:grid;gap:5px;margin:0 9px 8px;padding:10px;border:1px solid rgba(89,100,255,.10);border-radius:14px;background:linear-gradient(135deg,rgba(89,100,255,.055),rgba(229,61,169,.04))}.dbv9-notifications__push-button{min-height:39px;padding:8px 12px;border:0;border-radius:11px;background:#eceeff;color:#4e56d8;font:inherit;font-size:12px;font-weight:900;cursor:pointer;touch-action:manipulation;transition:transform .14s ease,background-color .14s ease}.dbv9-notifications__push-button:active{transform:scale(.985)}.dbv9-notifications__push-button.is-active{background:#e7f9ef;color:#13834e}.dbv9-notifications__push-button:disabled{cursor:default;opacity:.64;transform:none}.dbv9-notifications__push-status{display:block;padding:0 3px;color:#737a8c;font-size:10px;line-height:1.35;text-align:center}.dbv9-notifications__read{display:block;width:calc(100% - 18px);margin:0 9px 9px;padding:10px;border:0;border-radius:12px;background:linear-gradient(100deg,#5964ff,#dd3ca8);color:#fff;font-weight:800;cursor:pointer;touch-action:manipulation}html.dbv9-notification-open{overflow-x:hidden}html.delicat-low-power .dbv9-notifications__panel{box-shadow:0 10px 26px rgba(19,22,54,.13);transform:none}html[data-delicat-theme="dark"] .dbv9-notifications__bell{color:#f5f6ff}html[data-delicat-theme="dark"] .dbv9-notifications__bell:hover,html[data-delicat-theme="dark"] .dbv9-notifications__bell:active{background:rgba(137,130,255,.12)!important}html[data-delicat-theme="dark"] .dbv9-notifications__count{border-color:#0d102d}html[data-delicat-theme="dark"] .dbv9-notifications__panel{background:#0d102d;color:#fff;border-color:#292d58}html[data-delicat-theme="dark"] .dbv9-notifications__item{background:#151938;border-color:rgba(255,255,255,.05)}html[data-delicat-theme="dark"] .dbv9-notifications__icon{background:#0d102d}html[data-delicat-theme="dark"] .dbv9-notifications__copy small{color:#a5abc0}html[data-delicat-theme="dark"] .dbv9-notifications__head button{background:#191d3f;color:#fff}html[data-delicat-theme="dark"] .dbv9-notifications__push{background:rgba(104,96,255,.08);border-color:#292d58}html[data-delicat-theme="dark"] .dbv9-notifications__push-button{background:#1a1f48;color:#d9dcff}html[data-delicat-theme="dark"] .dbv9-notifications__push-button.is-active{background:#12372a;color:#9ff1c4}html[data-delicat-theme="dark"] .dbv9-notifications__push-status{color:#a5abc0}.dbv9-push-help{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s ease}.dbv9-push-help.is-open{opacity:1;visibility:visible;pointer-events:auto}.dbv9-push-help__backdrop{position:absolute;inset:0;background:rgba(8,12,38,.64);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dbv9-push-help__card{position:relative;width:min(92vw,390px);max-height:min(620px,calc(100dvh - 36px));overflow:auto;padding:24px 20px 18px;border:1px solid rgba(110,102,212,.18);border-radius:24px;background:#fff;color:#11152d;box-shadow:0 24px 70px rgba(7,10,35,.30)}.dbv9-push-help__icon{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 10px;border-radius:16px;background:linear-gradient(135deg,#5964ff,#e83c9e);font-size:24px}.dbv9-push-help__card h3{margin:0 34px 14px;text-align:center;font-size:20px;line-height:1.25}.dbv9-push-help__card ol{display:grid;gap:10px;margin:0 0 14px;padding-left:22px;color:#343a52;font-size:13px;line-height:1.45}.dbv9-push-help__card p{margin:0 0 15px;color:#697084;text-align:center;font-size:12px;line-height:1.45}.dbv9-push-help__close{position:absolute;top:10px;right:10px;display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:#f0f2f8;color:#33394c;font-size:22px;cursor:pointer}.dbv9-push-help__ok{width:100%;min-height:46px;border:0;border-radius:13px;background:linear-gradient(100deg,#5964ff,#dd3ca8);color:#fff;font:inherit;font-weight:900;cursor:pointer}html[data-delicat-theme="dark"] .dbv9-push-help__card{background:#0d102d;color:#fff;border-color:#292d58}html[data-delicat-theme="dark"] .dbv9-push-help__card ol{color:#d9dced}html[data-delicat-theme="dark"] .dbv9-push-help__card p{color:#a5abc0}html[data-delicat-theme="dark"] .dbv9-push-help__close{background:#191d3f;color:#fff}.dsb541-notifications,.dsb541-panel,.dsb541-panel-portal,[data-dsb-notifications]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.dbv9-notifications__error{display:grid;justify-items:center;gap:10px;padding:22px 12px 24px;text-align:center;color:#72798c;font-size:13px}.dbv9-notifications__error p{margin:0}.dbv9-notifications__error button{min-height:38px;padding:8px 15px;border:1px solid rgba(89,100,255,.16);border-radius:12px;background:#f2f3ff;color:#4f57d9;font:inherit;font-weight:800;cursor:pointer;touch-action:manipulation}html[data-delicat-theme="dark"] .dbv9-notifications__error button{background:#191d3f;color:#d9dcff;border-color:#292d58}@media(max-width:640px){.dbv9-notifications__bell{width:40px;height:40px}.dbv9-notifications__panel{border-radius:19px}.dbv9-notifications__list{padding:6px 8px 7px}.dbv9-notifications__item{margin:4px 0;padding:10px}}@media(prefers-reduced-motion:no-preference){.dbv9-notifications__bell.is-ringing .dbv9-notifications__bell-icon{animation:dbv9-bell-ring .72s cubic-bezier(.2,.8,.2,1)}.dbv9-notifications__bell.is-ringing .dbv9-notifications__live-dot{animation:dbv9-dot-ping .72s ease-out}@keyframes dbv9-bell-ring{0%,100%{transform:rotate(0)}20%{transform:rotate(14deg)}40%{transform:rotate(-12deg)}60%{transform:rotate(8deg)}80%{transform:rotate(-5deg)}}@keyframes dbv9-dot-ping{0%{box-shadow:0 0 0 0 rgba(110,99,255,.35)}100%{box-shadow:0 0 0 9px rgba(110,99,255,0)}}}@media(prefers-reduced-motion:reduce){.dbv9-notifications__panel{transform:none}.dbv9-notifications__bell,.dbv9-notifications__push-button{transition:none}}

/* RC85: deterministic notification icons, independent of system emoji fonts. */
.dbv9-notifications__icon svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dbv9-push-help__icon svg{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
