/* WELLE 7 - Final Polish */

/* ===== Bug-Reports Admin View ===== */
.w7-bugs{margin:24px 0}
.w7-bug{
  padding:16px 18px;margin-bottom:10px;
  background:rgba(255,0,110,.04);
  border:1px solid rgba(255,0,110,.18);
  border-radius:12px;
  font-family:-apple-system,'Inter',sans-serif;font-size:13px
}
.w7-bug-h{
  display:flex;justify-content:space-between;align-items:center;
  margin-bottom:8px;font-family:'JetBrains Mono',monospace;
  font-size:10px;color:rgba(255,0,110,.7);
  text-transform:uppercase;letter-spacing:.18em
}
.w7-bug-c{color:#fff;font-weight:600;margin-bottom:6px;line-height:1.4}
.w7-bug-r{color:rgba(245,245,247,.7);line-height:1.6;font-size:12.5px}
.w7-bug-meta{font-family:'JetBrains Mono',monospace;font-size:10px;color:rgba(245,245,247,.45);margin-top:8px}

/* ===== Storage-Quota-Warning ===== */
.w7-quota-warn{
  position:fixed;bottom:90px;left:20px;right:20px;max-width:380px;margin:0 auto;
  padding:14px 18px;border-radius:14px;
  background:rgba(255,184,0,.1);
  border:1px solid rgba(255,184,0,.4);
  color:#ffb800;font-family:-apple-system,'Inter',sans-serif;
  font-size:12.5px;z-index:99989;
  display:none;align-items:center;gap:10px;
  animation:w7Slide .3s
}
@keyframes w7Slide{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}
.w7-quota-warn.on{display:flex}
.w7-quota-warn button{background:none;border:none;color:#ffb800;cursor:pointer;font-size:16px}

/* ===== A/B Test Variant Tag (debug-only) ===== */
.w7-ab-tag{
  position:fixed;top:6px;right:6px;
  padding:3px 8px;border-radius:6px;
  background:rgba(255,0,110,.15);color:#ff006e;
  font-family:'JetBrains Mono',monospace;font-size:9px;
  font-weight:700;letter-spacing:.1em;
  z-index:99988;
  display:none
}
body.w7-ab-debug .w7-ab-tag{display:block}

/* ===== Lighthouse-Helper Floating ===== */
.w7-lh{
  position:fixed;bottom:160px;left:20px;
  padding:12px 16px;border-radius:14px;
  background:rgba(15,15,26,.95);
  backdrop-filter:blur(20px);
  border:1px solid rgba(0,245,255,.3);
  color:#fff;font-family:-apple-system,'Inter',sans-serif;
  font-size:12px;z-index:99987;
  display:none;flex-direction:column;gap:6px;
  max-width:240px
}
body.w7-lh-on .w7-lh{display:flex}
.w7-lh h4{margin:0 0 4px;color:#00f5ff;font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-family:'JetBrains Mono',monospace}
.w7-lh .row{display:flex;justify-content:space-between;font-size:11px;color:rgba(245,245,247,.75)}
.w7-lh .v{font-family:'JetBrains Mono',monospace;color:#aaff00}
.w7-lh .v.bad{color:#ff006e}
.w7-lh .v.mid{color:#ffb800}
