/* Loren'S — Unified Notification System
   One canonical visual layer for Club, site pages and Menu.
*/
#lorensUnifiedNotificationBackdrop.lorens-unified-notif-backdrop{
  position:fixed; inset:0; z-index:650;
  display:flex; align-items:flex-end; justify-content:center;
  background:rgba(13,8,5,.62);
  -webkit-backdrop-filter:blur(16px) saturate(125%);
  backdrop-filter:blur(16px) saturate(125%);
}
.lorens-unified-notif-sheet{
  position:relative; width:min(100%,500px); max-height:min(80dvh,760px);
  display:flex; flex-direction:column;
  padding:10px 16px calc(18px + env(safe-area-inset-bottom));
  box-sizing:border-box; overflow:hidden;
  border-radius:30px 30px 0 0;
  background:
    radial-gradient(ellipse at 50% 0%,rgba(255,233,196,.34),rgba(255,255,255,0) 34%),
    linear-gradient(165deg,rgba(255,252,247,.99),rgba(245,235,223,.99));
  border:1px solid rgba(255,255,255,.88); border-bottom:0;
  box-shadow:0 -28px 72px rgba(24,13,5,.30),inset 0 1px 0 rgba(255,255,255,.96);
}
.lorens-unified-notif-sheet::before{
  content:""; position:absolute; left:15%; right:15%; top:0; height:1px;
  background:linear-gradient(90deg,transparent,rgba(198,137,70,.62),transparent);
  pointer-events:none;
}
.lorens-unified-notif-handle{
  width:42px;height:4px;border-radius:999px;background:rgba(78,50,30,.18);
  margin:0 auto 10px; flex:0 0 auto;
}
.lorens-unified-notif-head{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:2px 2px 14px;border-bottom:1px solid rgba(89,58,33,.10); flex:0 0 auto;
}
.lorens-unified-notif-head-copy{display:flex;align-items:center;min-width:0;gap:11px}
.lorens-unified-notif-head-icon{
  width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;
  border-radius:14px;font-size:17px;
  background:linear-gradient(145deg,rgba(210,153,84,.20),rgba(255,255,255,.50));
  border:1px solid rgba(190,126,60,.20);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 8px 20px rgba(95,55,25,.08);
}
.lorens-unified-notif-head h3{margin:0;color:#241507;font-size:1.08rem;line-height:1.18}
.lorens-unified-notif-head p{margin:3px 0 0;color:#8A7864;font-size:.73rem;line-height:1.25}
.lorens-unified-notif-close{
  width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;
  border:1px solid rgba(95,63,39,.10);border-radius:14px;background:rgba(255,255,255,.45);
  color:#6F5B47;font-size:25px;line-height:1;padding:0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.lorens-unified-notif-list{
  width:100%;min-width:0;overflow-y:auto;overflow-x:hidden;
  -webkit-overflow-scrolling:touch;padding:8px 0 0;scrollbar-width:none;
}
.lorens-unified-notif-list::-webkit-scrollbar{display:none}
.lorens-unified-notif-row{
  position:relative; overflow:hidden; isolation:isolate;
  width:100%; min-width:0; margin:6px 0; border-radius:17px;
  background:transparent;
}
.lorens-unified-notif-delete{
  position:absolute; z-index:0; top:0; right:0; bottom:0; width:108px;
  display:flex;align-items:center;justify-content:center;gap:6px;
  border-radius:17px;
  background:linear-gradient(135deg,#C94C43,#A93631);
  color:#fff;font-weight:800;font-size:.84rem;
  opacity:0; visibility:hidden; pointer-events:none;
  transition:opacity .14s ease, visibility .14s ease;
}
.lorens-unified-notif-row.is-delete-revealed .lorens-unified-notif-delete{
  opacity:1; visibility:visible;
}
.lorens-unified-notif-content{
  position:relative; z-index:2; width:100%; min-width:0; min-height:76px;
  margin:0; padding:12px 42px 12px 14px; box-sizing:border-box;
  border-radius:17px;
  border:1px solid rgba(103,68,42,.09);
  background:rgba(255,252,248,.98);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.80),0 6px 18px rgba(68,38,18,.035);
  cursor:pointer;
  will-change:transform;
}
.lorens-unified-notif-row.is-unread .lorens-unified-notif-content{
  background:linear-gradient(135deg,rgba(255,247,236,.99),rgba(248,233,215,.97));
  border-color:rgba(193,126,55,.18);
  box-shadow:inset 3px 0 0 rgba(196,128,57,.70),inset 0 1px 0 rgba(255,255,255,.85),0 8px 22px rgba(87,50,24,.055);
}
.lorens-unified-notif-row.is-unread .lorens-unified-notif-content::after{
  content:"";position:absolute;top:15px;right:15px;width:8px;height:8px;border-radius:50%;
  background:#C8863E;box-shadow:0 0 0 4px rgba(200,134,62,.11);
}
.lorens-unified-notif-row.is-read .lorens-unified-notif-content{opacity:.90}
.lorens-unified-notif-meta{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  margin:0 0 9px;padding-right:14px;
}
.lorens-unified-notif-chip{
  display:inline-flex;align-items:center;max-width:70%;padding:5px 9px;border-radius:999px;
  background:rgba(255,255,255,.68);border:1px solid rgba(174,112,50,.16);
  color:#71461f;font-size:.68rem;font-weight:760;line-height:1;
}
.lorens-unified-notif-meta time{color:#a18c75;font-size:.66rem;white-space:nowrap}
.lorens-unified-notif-title{display:block;color:#241507;font-size:1rem;font-weight:760;line-height:1.32}
.lorens-unified-notif-message{display:block;color:#5A4A3A;font-size:.84rem;line-height:1.48;margin-top:6px}
.lorens-unified-notif-action{
  display:flex;align-items:center;justify-content:center;gap:12px;width:100%;
  box-sizing:border-box;margin-top:12px;padding:10px 14px;border-radius:999px;
  background:linear-gradient(135deg,#c58a43,#9d5d20);color:#fff;
  font-size:.80rem;font-weight:760;line-height:1.15;
  box-shadow:0 8px 18px rgba(120,70,27,.16),inset 0 1px 0 rgba(255,255,255,.28);
}
.lorens-unified-notif-empty{
  margin:12px 0 6px;padding:30px 14px;border-radius:18px;
  background:rgba(255,255,255,.42);border:1px dashed rgba(103,68,42,.13);
  color:#8A7864;text-align:center;font-size:.9rem;
}
.lorens-unified-notif-empty.is-error{color:#B8544A}
@media (prefers-reduced-motion:no-preference){
  .lorens-unified-notif-sheet{animation:lorensUnifiedNotifIn .34s cubic-bezier(.22,.8,.3,1) both}
}
@keyframes lorensUnifiedNotifIn{
  from{transform:translateY(24px);opacity:.72}
  to{transform:translateY(0);opacity:1}
}
@media (max-width:420px){
  .lorens-unified-notif-sheet{border-radius:27px 27px 0 0;padding-left:14px;padding-right:14px}
  .lorens-unified-notif-content{padding-left:13px;padding-right:38px}
}
