/* TIM-OE Smart Notifications - global admin panel widget */
.timoe-smart-notify{position:fixed;right:22px;bottom:22px;z-index:9999;font-family:inherit}.timoe-smart-notify.is-hidden{display:none!important}.timoe-smart-bell{position:relative;display:inline-flex;align-items:center;gap:.55rem;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;min-height:48px;padding:0 1rem 0 .9rem;font-weight:950;box-shadow:0 18px 38px rgba(15,23,42,.22);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.timoe-smart-bell:hover{transform:translateY(-2px);box-shadow:0 24px 48px rgba(15,23,42,.28)}.timoe-smart-bell-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:rgba(255,255,255,.12)}.timoe-smart-bell-text{font-size:.86rem;letter-spacing:.01em}.timoe-smart-badge{position:absolute;right:-7px;top:-8px;min-width:24px;height:24px;padding:0 .34rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#2563eb;color:#fff;border:3px solid #fff;font-size:.68rem;font-weight:1000;line-height:1}.timoe-smart-badge.warning{background:#f59e0b}.timoe-smart-badge.critical{background:#ef4444}.timoe-smart-drawer{position:absolute;right:0;bottom:62px;width:min(430px,calc(100vw - 24px));max-height:min(680px,calc(100vh - 110px));display:none;overflow:hidden;border:1px solid rgba(148,163,184,.22);border-radius:26px;background:rgba(255,255,255,.97);box-shadow:0 30px 80px rgba(15,23,42,.22);backdrop-filter:blur(18px)}.timoe-smart-notify.is-open .timoe-smart-drawer{display:flex;flex-direction:column}.timoe-smart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.05rem 1.05rem .85rem;background:radial-gradient(circle at top right,rgba(59,130,246,.16),transparent 36%),linear-gradient(135deg,#f8fbff,#eef6ff);border-bottom:1px solid rgba(148,163,184,.16)}.timoe-smart-kicker{display:inline-flex;padding:.28rem .6rem;border-radius:999px;background:rgba(37,99,235,.08);color:#1d4ed8;font-size:.64rem;font-weight:1000;text-transform:uppercase;letter-spacing:.14em}.timoe-smart-head h3{margin:.35rem 0 .15rem;color:#0f172a;font-size:1.25rem;line-height:1.05;font-weight:1000;letter-spacing:-.035em}.timoe-smart-head p{margin:0;color:#64748b;font-size:.82rem;line-height:1.35}.timoe-smart-close{width:34px;height:34px;border:0;border-radius:12px;background:#fff;color:#0f172a;font-size:1.35rem;line-height:1;box-shadow:0 8px 18px rgba(15,23,42,.08);cursor:pointer}.timoe-smart-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;padding:.75rem 1rem;border-bottom:1px solid rgba(148,163,184,.14);background:#fff}.timoe-smart-summary span{display:block;border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:.48rem .55rem;font-size:.72rem;font-weight:900;color:#475569;background:#f8fafc}.timoe-smart-summary span.critical{color:#b91c1c;background:#fef2f2;border-color:rgba(239,68,68,.18)}.timoe-smart-summary span.warning{color:#a16207;background:#fffbeb;border-color:rgba(245,158,11,.22)}.timoe-smart-summary span.info{color:#1d4ed8;background:#eff6ff;border-color:rgba(37,99,235,.16)}.timoe-smart-summary em{grid-column:1/-1;color:#94a3b8;font-size:.72rem;font-style:normal;font-weight:850}.timoe-smart-list{display:grid;gap:.65rem;overflow:auto;padding:.9rem;max-height:420px}.timoe-smart-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.7rem;border:1px solid rgba(148,163,184,.18);border-radius:18px;padding:.78rem;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.04)}.timoe-smart-item-icon{width:42px;height:42px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-weight:1000}.timoe-smart-item.critical .timoe-smart-item-icon{background:#fee2e2;color:#b91c1c}.timoe-smart-item.warning .timoe-smart-item-icon{background:#fef3c7;color:#92400e}.timoe-smart-item.info .timoe-smart-item-icon{background:#dbeafe;color:#1d4ed8}.timoe-smart-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.timoe-smart-item-top strong{color:#0f172a;font-size:.9rem;line-height:1.2;font-weight:1000}.timoe-smart-item-top span{white-space:nowrap;border-radius:999px;background:#f1f5f9;color:#64748b;padding:.16rem .45rem;font-size:.62rem;font-weight:1000;text-transform:uppercase}.timoe-smart-item p{margin:.28rem 0 0;color:#475569;font-size:.8rem;line-height:1.38;font-weight:700}.timoe-smart-item a{display:inline-flex;margin-top:.45rem;color:#2563eb;text-decoration:none;font-size:.78rem;font-weight:1000}.timoe-smart-empty{min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed rgba(148,163,184,.34);border-radius:18px;background:#f8fafc;color:#64748b;font-weight:850;padding:1rem}.timoe-smart-empty strong{display:block;color:#0f172a;font-size:1rem}.timoe-smart-empty span{margin-top:.25rem;font-size:.82rem}.timoe-smart-empty.error{color:#b91c1c;background:#fef2f2;border-color:rgba(239,68,68,.26)}.timoe-smart-actions{padding:.85rem 1rem 1rem;border-top:1px solid rgba(148,163,184,.14);background:#fff}.timoe-smart-actions button{width:100%;min-height:42px;border:0;border-radius:14px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;font-weight:1000;cursor:pointer;box-shadow:0 12px 24px rgba(37,99,235,.16)}html.dark .timoe-smart-drawer,body.dark .timoe-smart-drawer{background:rgba(15,23,42,.96);border-color:rgba(51,65,85,.82)}html.dark .timoe-smart-head,body.dark .timoe-smart-head{background:linear-gradient(135deg,rgba(15,23,42,.95),rgba(30,41,59,.82));border-color:rgba(51,65,85,.75)}html.dark .timoe-smart-head h3,html.dark .timoe-smart-item-top strong,html.dark .timoe-smart-empty strong,body.dark .timoe-smart-head h3,body.dark .timoe-smart-item-top strong,body.dark .timoe-smart-empty strong{color:#f8fafc}html.dark .timoe-smart-summary,html.dark .timoe-smart-actions,body.dark .timoe-smart-summary,body.dark .timoe-smart-actions{background:rgba(15,23,42,.9);border-color:rgba(51,65,85,.75)}html.dark .timoe-smart-item,html.dark .timoe-smart-empty,html.dark .timoe-smart-summary span,body.dark .timoe-smart-item,body.dark .timoe-smart-empty,body.dark .timoe-smart-summary span{background:rgba(15,23,42,.72);border-color:rgba(51,65,85,.8)}html.dark .timoe-smart-head p,html.dark .timoe-smart-item p,body.dark .timoe-smart-head p,body.dark .timoe-smart-item p{color:#cbd5e1}@media(max-width:760px){.timoe-smart-notify{right:14px;bottom:82px}.timoe-smart-bell{min-height:46px;padding:0 .78rem}.timoe-smart-bell-text{display:none}.timoe-smart-drawer{right:-2px;bottom:58px;width:calc(100vw - 22px);max-height:calc(100vh - 150px);border-radius:22px}.timoe-smart-summary{grid-template-columns:1fr}.timoe-smart-list{max-height:360px}.timoe-smart-item{grid-template-columns:36px minmax(0,1fr);padding:.68rem}.timoe-smart-item-icon{width:36px;height:36px;border-radius:13px}}
