/* Forja dos Mundos v4.5.0 — Fase 83: Central de Notificações */
.notification-button{position:relative}
.notification-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:#e14d3d;color:#fff;font:800 10px/1 system-ui;box-shadow:0 0 0 2px rgba(10,12,18,.92);pointer-events:none}
.notification-badge[hidden]{display:none!important}
.notification-dialog{width:min(760px,calc(100vw - 24px));max-height:min(780px,calc(100vh - 28px));padding:0;border:1px solid rgba(207,168,88,.34);border-radius:24px;background:linear-gradient(155deg,rgba(18,22,32,.99),rgba(7,10,17,.99));color:#f3ead5;box-shadow:0 26px 90px rgba(0,0,0,.62);overflow:hidden}
.notification-dialog::backdrop{background:rgba(2,5,10,.72);backdrop-filter:blur(8px)}
.notification-shell{display:flex;flex-direction:column;min-height:520px;max-height:min(780px,calc(100vh - 28px))}
.notification-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 24px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 16% 0%,rgba(90,166,255,.12),transparent 42%)}
.notification-head h3{margin:4px 0 5px;font-size:1.45rem}.notification-head p{margin:0;color:#aeb8ca}.notification-close{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#f7ead0;font-size:22px;cursor:pointer}
.notification-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.07)}
.notification-tab,.notification-filter{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);color:#c8d0dd;border-radius:999px;padding:8px 12px;cursor:pointer;font-weight:700;font-size:.82rem}.notification-tab.is-active,.notification-filter.is-active{border-color:rgba(218,177,91,.48);background:rgba(218,177,91,.12);color:#f1d18c}
.notification-toolbar__spacer{flex:1}.notification-small-action{border:0;background:transparent;color:#8fb9ed;cursor:pointer;font-weight:700;padding:8px}
.notification-content{display:grid;grid-template-columns:minmax(0,1fr) 250px;min-height:0;flex:1;overflow:hidden}
.notification-main{overflow:auto;padding:18px 20px 24px}.notification-side{border-left:1px solid rgba(255,255,255,.07);padding:18px;overflow:auto;background:rgba(255,255,255,.018)}
.notification-list{display:grid;gap:10px}.notification-empty{padding:38px 16px;text-align:center;border:1px dashed rgba(255,255,255,.12);border-radius:18px;color:#9ea9ba}.notification-empty strong{display:block;color:#efe3c8;margin-bottom:6px}
.notification-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:start;width:100%;text-align:left;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);padding:14px;border-radius:17px;color:inherit;cursor:pointer;transition:.18s ease}.notification-item:hover{transform:translateY(-1px);border-color:rgba(112,170,239,.32);background:rgba(112,170,239,.055)}.notification-item.is-unread{border-color:rgba(221,177,82,.28);background:linear-gradient(90deg,rgba(221,177,82,.075),rgba(255,255,255,.02))}
.notification-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(99,158,226,.12);font-size:1.15rem}.notification-copy strong{display:block;font-size:.93rem;color:#f4ead4;margin-bottom:4px}.notification-copy p{margin:0;color:#aeb8ca;font-size:.82rem;line-height:1.45}.notification-copy time{display:block;margin-top:7px;color:#737f92;font-size:.72rem}.notification-dot{width:8px;height:8px;margin-top:7px;border-radius:50%;background:#e4b95d;box-shadow:0 0 12px rgba(228,185,93,.42)}.notification-item:not(.is-unread) .notification-dot{opacity:0}
.notification-side h4{margin:0 0 12px;color:#e9d7b0}.notification-pref{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.055);font-size:.8rem;color:#b7c0cf}.notification-pref input{width:18px;height:18px;accent-color:#d3a84d}.notification-pref-master{padding:10px 12px;margin-bottom:8px;border:1px solid rgba(218,177,91,.2);border-radius:13px;background:rgba(218,177,91,.055);color:#eed59b}.notification-pref-note{margin:12px 0 0;font-size:.72rem;color:#7f8a9c;line-height:1.45}.notification-pref-save{width:100%;margin-top:14px}
.notification-agenda{display:grid;gap:10px}.notification-agenda-card{border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:13px;background:rgba(255,255,255,.025);cursor:pointer}.notification-agenda-card:hover{border-color:rgba(112,170,239,.32)}.notification-agenda-card small{color:#7faee4}.notification-agenda-card strong{display:block;margin:4px 0;color:#efe4ca}.notification-agenda-card span{font-size:.78rem;color:#aab4c4}.notification-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.notification-section-title h4{margin:0;color:#ebddbd}.notification-section-title small{color:#7d899b}
.mobile-menu-notify{display:flex!important;align-items:center;justify-content:space-between;width:100%;gap:12px}.mobile-menu-notify .notification-mobile-count{min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:rgba(226,79,61,.2);color:#ff998d;font-size:.72rem;font-weight:800}.mobile-menu-notify .notification-mobile-count[hidden]{display:none!important}
@media(max-width:760px){.notification-dialog{width:100vw;max-width:none;height:min(86vh,760px);max-height:none;margin:auto 0 0;border-radius:24px 24px 0 0}.notification-shell{height:100%;max-height:none;min-height:0}.notification-head{padding:20px 18px 15px}.notification-content{grid-template-columns:1fr;overflow:auto}.notification-main{overflow:visible;padding:15px}.notification-side{border-left:0;border-top:1px solid rgba(255,255,255,.07);padding:16px}.notification-toolbar{padding:11px 14px;overflow-x:auto;flex-wrap:nowrap}.notification-toolbar__spacer{display:none}.notification-small-action{white-space:nowrap}.notification-item{grid-template-columns:38px minmax(0,1fr) auto;padding:12px}.notification-icon{width:38px;height:38px}}
