:root{color-scheme:dark;}
html,body{margin:0;height:100%;background:transparent;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}

/* Hidden when there are no notices */
body.hidden{display:none;}

/* Fade out gracefully when idle, then hide */
body.fadeout{opacity:0;transition:opacity 30s linear;}
.wrap{
  width:100%;height:100%;
  display:flex;flex-direction:column;
  padding:10px 12px;box-sizing:border-box;
}
.title{
  font-weight:900;letter-spacing:.6px;font-size:14px;
  opacity:.9;margin-bottom:8px;
}
.list{display:flex;flex-direction:column;gap:8px;overflow:hidden;}
.item{
  padding:10px 12px;
  border-radius:16px;
  /* Much more solid for stream readability */
  background: rgb(var(--ps-panel-bg-rgb, 8 10 14) / var(--ps-panel-bg-alpha, 0.88));
  
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 14px 50px rgba(0,0,0,.55);
  /* backdrop-filter removed for opacity */
  font-weight:800;
  line-height:1.25;
  text-shadow:0 2px 10px rgba(0,0,0,.75);
}
.item .time{font-size:11px;opacity:.7;font-weight:700;margin-bottom:4px;}
