.notification-bell{position:relative;display:grid;place-items:center;box-sizing:border-box;width:40px;height:40px;flex:0 0 40px;border:1px solid rgba(250,204,21,.38);border-radius:11px;background:rgba(45,34,5,.42);color:#facc15;cursor:pointer;backdrop-filter:blur(10px);transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}.notification-bell i{font-size:20px;filter:drop-shadow(0 0 5px rgba(250,204,21,.42))}.notification-bell:hover{border-color:#fde047;background:rgba(76,55,4,.62);box-shadow:0 0 18px rgba(250,204,21,.16);color:#fde047;transform:translateY(-1px)}.notification-bell:focus-visible{outline:3px solid rgba(250,204,21,.42);outline-offset:2px}.notification-bell-desktop{margin-left:auto}.notification-bell-mobile{display:none}.notification-unread-count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border:2px solid #061422;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:900;line-height:16px;text-align:center}.notification-nav-dot{width:8px;height:8px;margin-left:auto;border-radius:50%;background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.12)}
.notification-popover{position:fixed;z-index:2147482500;top:70px;right:22px;display:flex;width:min(420px,calc(100vw - 28px));max-height:min(680px,calc(100dvh - 90px));flex-direction:column;overflow:hidden;border:1px solid rgba(91,224,255,.3);border-radius:18px;background:rgba(5,18,32,.98);box-shadow:0 28px 85px rgba(0,0,0,.62);backdrop-filter:blur(18px)}.notification-popover[hidden]{display:none!important}.notification-popover>header,.notification-popover>footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 17px}.notification-popover>header{border-bottom:1px solid rgba(148,184,205,.14)}.notification-popover>header b,.notification-popover>header small{display:block}.notification-popover>header b{color:#f1fcff;font-size:16px}.notification-popover>header small{margin-top:2px;color:#7792a5;font-size:10px}.notification-popover>header button{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:9px;background:rgba(255,255,255,.06);color:#fff}.notification-popover-list{min-height:120px;overflow:auto;padding:8px}.notification-popover>footer{border-top:1px solid rgba(148,184,205,.14)}.notification-popover>footer button{border:0;background:transparent;color:#6beaf0;font-size:11px;font-weight:800;cursor:pointer}.notification-popover>footer button:first-child{color:#91a8b8}
.notification-item{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;padding:13px;border:1px solid transparent;border-radius:13px;transition:background .15s ease,border-color .15s ease}.notification-item+.notification-item{margin-top:4px}.notification-item.unread{border-color:rgba(34,211,238,.16);background:rgba(34,211,238,.055)}.notification-item-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:rgba(59,130,246,.12);color:#76b9ff;font-size:20px}.notification-item[data-severity="success"] .notification-item-icon{background:rgba(16,185,129,.12);color:#6ee7b7}.notification-item[data-severity="warning"] .notification-item-icon{background:rgba(245,158,11,.13);color:#fcd34d}.notification-item[data-severity="urgent"] .notification-item-icon{background:rgba(239,68,68,.13);color:#fca5a5}.notification-item-copy{min-width:0}.notification-item-copy b{display:block;color:#e9faff;font-size:12px;line-height:1.35}.notification-item-copy p{margin:4px 0;color:#8fa6b7;font-size:10px;line-height:1.5;overflow-wrap:anywhere}.notification-item-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.notification-item-meta small{color:#667f91;font-size:9px}.notification-item-action{padding:4px 7px;border:0;border-radius:7px;background:rgba(34,211,238,.09);color:#64e7ee;font-size:9px;font-weight:800;cursor:pointer}.notification-empty{display:grid;place-items:center;min-height:150px;padding:25px;color:#738da0;text-align:center}.notification-empty i{font-size:35px;color:#3d7085}.notification-empty span{font-size:11px}
.notification-page,.notification-admin-page{max-width:1400px;margin:0 auto}.notification-page-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;padding:22px;border:1px solid rgba(34,211,238,.24);border-radius:18px;background:linear-gradient(135deg,rgba(8,31,50,.9),rgba(7,18,34,.78))}.notification-page-hero span,.notification-admin-form>header span,.notification-admin-history>header span{color:#4ce6ed;font-size:9px;font-weight:900;letter-spacing:1.7px}.notification-page-hero h2{margin:5px 0 3px;color:#f3fcff;font-size:26px}.notification-page-hero p{margin:0;color:#849daf;font-size:12px}.notification-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.notification-filters button{min-height:38px;padding:8px 14px;border:1px solid rgba(148,184,205,.16);border-radius:999px;background:rgba(3,16,30,.7);color:#8fa8ba;font-size:11px;font-weight:800;cursor:pointer}.notification-filters button.active{border-color:rgba(34,211,238,.46);background:rgba(34,211,238,.12);color:#7bf0f5}.notification-page-status{min-height:20px;color:#7891a4;font-size:10px}.notification-page-list{display:grid;gap:8px}.notification-page-list .notification-item{grid-template-columns:48px minmax(0,1fr);padding:16px;border-color:rgba(148,184,205,.12);background:rgba(4,18,32,.76)}.notification-page-list .notification-item.unread{border-color:rgba(34,211,238,.32);background:rgba(7,36,52,.9)}.notification-page-list .notification-item-icon{width:48px;height:48px}.notification-page-list .notification-item-copy b{font-size:14px}.notification-page-list .notification-item-copy p{font-size:11px}
.notification-page-actions{display:flex;gap:8px}.notification-preferences{margin-bottom:14px;overflow:hidden;border:1px solid rgba(34,211,238,.22);border-radius:15px;background:rgba(5,21,36,.9)}.notification-preferences[hidden]{display:none!important}.notification-preferences>header,.notification-preferences>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 17px}.notification-preferences>header{border-bottom:1px solid rgba(148,184,205,.12)}.notification-preferences>header b,.notification-preferences>header small{display:block}.notification-preferences>header b{color:#eafcff}.notification-preferences>header small{margin-top:3px;color:#7891a4;font-size:9px}.notification-preferences>header button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:8px;background:rgba(255,255,255,.05);color:#fff}.notification-preferences>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:8px;padding:14px}.notification-preferences>div>label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:11px;background:rgba(255,255,255,.035)}.notification-preferences label>span{display:grid;grid-template-columns:28px 1fr;align-items:center;column-gap:8px}.notification-preferences label i{grid-row:1/3;color:#51e5ec;font-size:20px}.notification-preferences label b{color:#dff7fc;font-size:11px}.notification-preferences label small{color:#748da0;font-size:9px;line-height:1.35}.notification-preferences input{width:19px;height:19px;accent-color:#22d3ee}.notification-preferences>footer{border-top:1px solid rgba(148,184,205,.12)}.notification-preferences>footer span{color:#6ee7b7;font-size:10px}
.notification-admin-guard{padding:18px;border:1px dashed rgba(148,184,205,.22);border-radius:14px;color:#8da5b6;text-align:center}.notification-admin-workspace{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:16px}.notification-admin-form,.notification-admin-history{overflow:hidden;border:1px solid rgba(148,184,205,.16);border-radius:16px;background:rgba(4,18,32,.84)}.notification-admin-form>header,.notification-admin-history>header{display:flex;align-items:center;justify-content:space-between;padding:17px 19px;border-bottom:1px solid rgba(148,184,205,.12)}.notification-admin-form>header h3,.notification-admin-history>header h3{margin:4px 0 0;color:#ecfbff}.notification-admin-form>header>i{color:#54e5ec;font-size:28px}.notification-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:18px}.notification-admin-grid>label{display:grid;gap:6px;min-width:0}.notification-admin-grid>label.wide{grid-column:1/-1}.notification-admin-grid>label>span:first-child{color:#9cb1c0;font-size:10px;font-weight:800}.notification-admin-grid input,.notification-admin-grid select,.notification-admin-grid textarea{box-sizing:border-box;width:100%;min-height:43px;padding:10px 12px;border:1px solid rgba(148,184,205,.18);border-radius:10px;outline:0;background:#07182a;color:#e8f8ff;font:inherit;font-size:11px}.notification-admin-grid textarea{min-height:92px;resize:vertical}.notification-plan-options>span:last-child{display:flex;flex-wrap:wrap;gap:8px}.notification-plan-options>span:last-child label{display:flex;align-items:center;gap:6px;padding:9px 12px;border-radius:9px;background:rgba(255,255,255,.04);color:#b5cad6;font-size:11px}.notification-plan-options input{width:16px;min-height:16px}.notification-admin-message{min-height:20px;padding:0 18px;color:#fca5a5;font-size:11px}.notification-admin-message.success{color:#6ee7b7}.notification-admin-form>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;border-top:1px solid rgba(148,184,205,.12)}.notification-admin-form>footer small{color:#71899b;font-size:9px}.notification-admin-history>div{display:grid;gap:8px;max-height:720px;overflow:auto;padding:12px}.notification-admin-row{display:grid;gap:8px;padding:13px;border:1px solid rgba(148,184,205,.12);border-radius:12px;background:rgba(255,255,255,.025)}.notification-admin-row>header{display:flex;justify-content:space-between;gap:10px}.notification-admin-row b{color:#e7f9ff;font-size:12px}.notification-admin-row p{margin:0;color:#8199aa;font-size:10px;line-height:1.45}.notification-admin-row-meta{display:flex;flex-wrap:wrap;gap:5px}.notification-admin-row-meta span{padding:4px 7px;border-radius:999px;background:rgba(34,211,238,.08);color:#8cebf0;font-size:9px}.notification-admin-row button{justify-self:start;padding:6px 9px;border:1px solid rgba(248,113,113,.3);border-radius:8px;background:transparent;color:#fca5a5;font-size:9px;cursor:pointer}
.notification-delivery-settings{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:10px;padding:0 16px 16px}.notification-delivery-settings label{display:grid;gap:6px}.notification-delivery-settings label>span{color:#7f9aad;font-size:9px;font-weight:800}.notification-delivery-settings input,.notification-delivery-settings select{box-sizing:border-box;width:100%;min-width:0;height:39px;padding:0 10px;border:1px solid rgba(116,181,209,.2);border-radius:9px;background:#071a2a;color:#dff9ff;font-size:10px;color-scheme:dark}.notification-delivery-note{display:flex;align-items:center;gap:7px;margin:0 16px 14px;padding:9px 11px;border:1px solid rgba(45,212,191,.18);border-radius:9px;background:rgba(45,212,191,.055);color:#84abae;font-size:9px;line-height:1.45}.notification-delivery-note i{flex:0 0 auto;color:#5eead4;font-size:15px}
@media(max-width:1023px){.notification-bell-desktop{display:none}.notification-bell-mobile{display:grid}.mobile-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.notification-bell-mobile{width:40px;height:40px;flex-basis:40px;border-color:rgba(103,232,249,.2);background:rgba(14,40,61,.75)}.notification-popover{top:64px;right:10px;left:auto;width:min(420px,calc(100vw - 20px));max-height:calc(100dvh - 74px)}.notification-admin-workspace{grid-template-columns:1fr}.notification-delivery-settings{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.notification-popover{inset:0;top:var(--mobile-header-height,56px);width:100%;max-height:none;border-width:1px 0 0;border-radius:0}.notification-popover-list{flex:1}.notification-popover>footer{padding-bottom:max(15px,env(safe-area-inset-bottom))}.notification-page,.notification-admin-page{padding-bottom:14px}.notification-page-hero{align-items:flex-start;flex-direction:column;padding:15px;border-radius:14px}.notification-page-hero h2{font-size:21px}.notification-page-actions{display:grid;width:100%;grid-template-columns:1fr 1fr}.notification-page-hero button{width:100%;min-height:44px}.notification-preferences>div{grid-template-columns:1fr}.notification-delivery-settings{grid-template-columns:1fr;padding:0 12px 12px}.notification-delivery-settings input,.notification-delivery-settings select{height:44px}.notification-delivery-note{margin:0 12px 12px}.notification-preferences>footer{align-items:stretch;flex-direction:column}.notification-preferences>footer button{min-height:46px}.notification-filters{display:grid;grid-template-columns:1fr 1fr}.notification-filters button{border-radius:10px}.notification-page-list .notification-item{grid-template-columns:42px minmax(0,1fr);padding:13px}.notification-page-list .notification-item-icon{width:42px;height:42px}.notification-admin-grid{grid-template-columns:1fr;padding:14px}.notification-admin-grid>label.wide{grid-column:auto}.notification-admin-form>footer{align-items:stretch;flex-direction:column}.notification-admin-form>footer button{min-height:48px}.notification-admin-history>div{max-height:none}}
