/* ============================================
   GigOps.AI — Extra product mocks
   Festival dashboard, crew mobile phone,
   + festival mini-mocks (lineup, site map,
   wristbands, weather, catering, will-call, dispatch).
   Builds on app-mock.css.
   ============================================ */

/* ── Festival dashboard variant ──────────────────── */
/* Reuses .app-mock grid. Festival-specific bits below. */
.app-mock .am-stage-pill {
  font-family: var(--font-mono); font-size: 9px; font-weight: 500;
  padding: 1px 6px; border-radius: 4px; letter-spacing: 0.02em;
  background: var(--primary-soft); color: var(--primary);
}

/* Lineup grid (stages × time) */
.am-lineup {
  display: grid;
  grid-template-columns: 70px repeat(4, 1fr);
  gap: 4px;
  font-size: 10.5px;
}
.am-lineup .lh {
  font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--text-3); padding: 4px 0;
  display: flex; align-items: center;
}
.am-lineup .lh.stage { justify-content: flex-start; font-weight: 500; color: var(--text-2); }
.am-lineup .tcell { color: var(--text-4); font-family: var(--font-mono); font-size: 9px; text-align: center; padding-bottom: 4px; }
.am-lineup .set {
  border-radius: 5px; padding: 6px 8px; color: #fff; font-weight: 500;
  font-size: 10px; line-height: 1.25; min-height: 30px;
  display: flex; flex-direction: column; justify-content: center;
}
.am-lineup .set .t { font-family: var(--font-mono); font-size: 8.5px; opacity: 0.85; }
.am-lineup .set.h { background: var(--primary); }
.am-lineup .set.h2 { background: #10B981; }
.am-lineup .set.h3 { background: #0EA5A0; }
.am-lineup .set.sup { background: var(--text); }
.am-lineup .set.tbd { background: var(--bg-mute); color: var(--text-4); border: 1px dashed var(--border-2); }
.am-lineup .set.empty { background: transparent; }
.am-lineup .stage-name {
  font-size: 10px; font-weight: 600; color: var(--text); display: flex;
  align-items: center; padding-right: 6px;
}

/* Festival KPI accent already handled by var(--blue)→primary */

/* Incident strip in festival dash */
.app-mock .am-incident {
  display: flex; gap: 9px; align-items: flex-start;
  padding: 9px; border-radius: 8px; background: var(--bg-mute);
}
.app-mock .am-incident .sev {
  font-family: var(--font-mono); font-size: 8.5px; font-weight: 600;
  padding: 2px 6px; border-radius: 4px; letter-spacing: 0.04em;
  flex-shrink: 0; margin-top: 1px;
}
.app-mock .am-incident .sev.hi { background: rgba(220,38,38,0.10); color: var(--red); }
.app-mock .am-incident .sev.med { background: var(--amber-soft); color: var(--amber); }
.app-mock .am-incident .sev.lo { background: var(--green-soft); color: var(--green); }
.app-mock .am-incident .tx { font-size: 11.5px; color: var(--text); line-height: 1.4; }
.app-mock .am-incident .sb { font-size: 10.5px; color: var(--text-3); margin-top: 1px; }

/* ── Crew phone mock ─────────────────────────────── */
.phone {
  width: 300px; flex-shrink: 0;
  background: #0A0F1E;
  border-radius: 40px;
  padding: 10px;
  box-shadow:
    0 40px 80px -30px rgba(10,15,30,0.55),
    0 0 0 1px rgba(255,255,255,0.06) inset;
  position: relative;
}
.phone-screen {
  background: var(--bg);
  border-radius: 31px;
  overflow: hidden;
  height: 600px;
  display: flex; flex-direction: column;
  position: relative;
}
.phone-notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 120px; height: 26px; background: #0A0F1E;
  border-bottom-left-radius: 16px; border-bottom-right-radius: 16px;
  z-index: 6;
}
.ph-status {
  display: flex; align-items: center; justify-content: space-between;
  padding: 9px 22px 4px; font-family: var(--font-mono); font-size: 11px;
  color: var(--text); font-weight: 500;
}
.ph-status .right { display: flex; gap: 5px; align-items: center; }
.ph-status .bars { display: inline-flex; gap: 1.5px; align-items: flex-end; height: 9px; }
.ph-status .bars i { width: 2.5px; background: var(--text); border-radius: 1px; }
.ph-status .bars i:nth-child(1){height:3px}.ph-status .bars i:nth-child(2){height:5px}.ph-status .bars i:nth-child(3){height:7px}.ph-status .bars i:nth-child(4){height:9px}
.ph-status .batt { width: 20px; height: 10px; border: 1.5px solid var(--text); border-radius: 3px; position: relative; }
.ph-status .batt::after { content:""; position:absolute; left:2px; top:1.5px; bottom:1.5px; right:6px; background: var(--text); border-radius:1px; }

.ph-header {
  padding: 10px 18px 14px; background: var(--bg-deep); color: #fff;
}
.ph-header .ph-brand { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 300; letter-spacing: -0.03em; }
.ph-header .ph-brand b { font-weight: 600; color: var(--primary-light); }
.ph-header .ph-brand .am-icon { width: 17px; height: 17px; border-radius: 5px; background: var(--primary-grad); }
.ph-header .ph-greet { font-size: 19px; font-weight: 600; letter-spacing: -0.02em; margin-top: 12px; }
.ph-header .ph-sub { font-size: 12px; color: rgba(245,247,255,0.6); margin-top: 2px; }

.ph-body { flex: 1; overflow: hidden; padding: 14px; display: flex; flex-direction: column; gap: 11px; background: var(--bg); }

.ph-badge {
  border-radius: 14px; padding: 1px 16px 16px; color: #fff;
  background: var(--primary-grad); position: relative; overflow: hidden;
  box-shadow: 0 10px 24px -10px rgba(var(--primary-rgb),0.6);
}
.ph-badge::after { content:""; position:absolute; inset:0; background: radial-gradient(200px 120px at 90% 0%, rgba(255,255,255,0.18), transparent 60%); }
.ph-badge .pb-top { display: flex; align-items: center; justify-content: space-between; position: relative; }
.ph-badge .pb-zone { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }
.ph-badge .pb-qr { width: 38px; height: 38px; border-radius: 7px; background: #fff; padding: 4px; }
.ph-badge .pb-qr svg { width: 100%; height: 100%; }
.ph-badge .pb-name { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; margin-top: 14px; position: relative; }
.ph-badge .pb-role { font-size: 11.5px; opacity: 0.85; position: relative; margin-top: 1px; }
.ph-badge .pb-access { display: flex; gap: 6px; margin-top: 12px; position: relative; flex-wrap: wrap; }
.ph-badge .pb-access span { font-family: var(--font-mono); font-size: 8.5px; background: rgba(255,255,255,0.18); padding: 3px 7px; border-radius: 999px; letter-spacing: 0.03em; }

.ph-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 13px; }
.ph-card .pc-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.ph-card .pc-h .t { font-size: 12px; font-weight: 600; color: var(--text); }
.ph-card .pc-h .m { font-family: var(--font-mono); font-size: 9.5px; color: var(--text-4); text-transform: uppercase; letter-spacing: 0.05em; }

.ph-sched { display: flex; flex-direction: column; gap: 0; }
.ph-sched .s {
  display: grid; grid-template-columns: 46px 1fr auto; gap: 9px; align-items: center;
  padding: 7px 0; border-bottom: 1px solid var(--border-soft); font-size: 12px;
}
.ph-sched .s:last-child { border-bottom: 0; }
.ph-sched .s .tm { font-family: var(--font-mono); font-size: 10px; color: var(--text-3); }
.ph-sched .s .ev { color: var(--text); font-weight: 500; }
.ph-sched .s .badge { font-family: var(--font-mono); font-size: 8.5px; padding: 2px 6px; border-radius: 4px; }
.ph-sched .s .badge.now { background: var(--primary-soft); color: var(--primary); }
.ph-sched .s .badge.done { background: var(--green-soft); color: var(--green); }

.ph-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ph-act {
  border: 1px solid var(--border); border-radius: 10px; padding: 11px; background: var(--bg-card);
  display: flex; align-items: center; gap: 9px;
}
.ph-act .ic { width: 28px; height: 28px; border-radius: 7px; background: var(--primary-soft); color: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ph-act .ic svg { width: 15px; height: 15px; }
.ph-act .lbl { font-size: 11.5px; font-weight: 500; color: var(--text); line-height: 1.2; }
.ph-act .lbl small { display: block; font-size: 9.5px; color: var(--text-4); font-weight: 400; font-family: var(--font-mono); margin-top: 1px; }

.ph-tabbar {
  display: flex; justify-content: space-around; align-items: center;
  padding: 10px 8px 14px; background: var(--bg-card); border-top: 1px solid var(--border);
}
.ph-tabbar .tb { display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--text-4); font-size: 8.5px; font-family: var(--font-mono); letter-spacing: 0.03em; }
.ph-tabbar .tb svg { width: 18px; height: 18px; }
.ph-tabbar .tb.on { color: var(--primary); }

/* ── New mini-mocks ──────────────────────────────── */
/* Site map */
.mm-sitemap { padding-bottom: 4px; }
.mm-sitemap .map {
  position: relative; height: 220px; border-radius: 10px; overflow: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(4,120,87,0.05) 0 18px, transparent 18px 36px),
    repeating-linear-gradient(90deg, rgba(4,120,87,0.05) 0 18px, transparent 18px 36px),
    linear-gradient(135deg, #EAF3EE 0%, #F2F8F4 100%);
  border: 1px solid var(--border-soft);
}
.mm-sitemap .zone {
  position: absolute; border-radius: 8px; border: 1.5px dashed rgba(4,120,87,0.4);
  background: rgba(4,120,87,0.06);
}
.mm-sitemap .pin {
  position: absolute; transform: translate(-50%, -100%);
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.mm-sitemap .pin .dot { width: 13px; height: 13px; border-radius: 50% 50% 50% 0; transform: rotate(45deg); box-shadow: 0 2px 4px rgba(10,15,30,0.25); }
.mm-sitemap .pin .lb { font-family: var(--font-mono); font-size: 8px; background: #fff; border: 1px solid var(--border); border-radius: 4px; padding: 1px 4px; color: var(--text-2); letter-spacing: 0.02em; white-space: nowrap; transform: translateY(2px); }
.mm-sitemap .pin .dot.med { background: var(--red); }
.mm-sitemap .pin .dot.gate { background: var(--primary); }
.mm-sitemap .pin .dot.water { background: #0EA5A0; }
.mm-sitemap .pin .dot.info { background: var(--amber); }
.mm-sitemap .pin .dot.stage { background: var(--text); }

/* Wristband fulfillment */
.mm-bands { display: flex; flex-direction: column; gap: 11px; }
.mm-bands .bd {  }
.mm-bands .bd .row { display: flex; align-items: center; justify-content: space-between; font-size: 12px; margin-bottom: 5px; }
.mm-bands .bd .row .tier { display: flex; align-items: center; gap: 8px; font-weight: 500; color: var(--text); }
.mm-bands .bd .row .tier .sw { width: 11px; height: 11px; border-radius: 3px; }
.mm-bands .bd .row .nums { font-family: var(--font-mono); font-size: 10.5px; color: var(--text-3); }
.mm-bands .bd .track { height: 6px; background: var(--bg-mute); border-radius: 3px; overflow: hidden; }
.mm-bands .bd .track .fill { height: 100%; border-radius: 3px; }

/* Weather / wind */
.mm-weather { display: flex; flex-direction: column; gap: 12px; }
.mm-weather .wx-now { display: flex; align-items: center; gap: 16px; }
.mm-weather .wx-temp { font-family: var(--font-mono); font-size: 34px; font-weight: 500; letter-spacing: -0.02em; color: var(--text); }
.mm-weather .wx-meta { font-size: 12px; color: var(--text-2); line-height: 1.5; }
.mm-weather .wx-meta strong { color: var(--text); }
.mm-weather .wx-wind {
  margin-left: auto; text-align: center;
  border: 1px solid var(--amber); background: var(--amber-soft); border-radius: 10px;
  padding: 8px 14px;
}
.mm-weather .wx-wind .lbl { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--amber); }
.mm-weather .wx-wind .val { font-family: var(--font-mono); font-size: 17px; font-weight: 600; color: var(--amber); }
.mm-weather .wx-wind .sub { font-size: 9.5px; color: var(--amber); }
.mm-weather .wx-5 { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; padding-top: 10px; border-top: 1px solid var(--border-soft); }
.mm-weather .wx-5 .d { text-align: center; }
.mm-weather .wx-5 .d .dn { font-family: var(--font-mono); font-size: 9px; color: var(--text-4); text-transform: uppercase; }
.mm-weather .wx-5 .d .ic { font-size: 16px; margin: 3px 0; }
.mm-weather .wx-5 .d .tp { font-family: var(--font-mono); font-size: 10px; color: var(--text-2); }
.mm-weather .wx-hold { display: flex; align-items: center; gap: 8px; font-size: 11.5px; color: var(--amber); background: var(--amber-soft); border-radius: 8px; padding: 8px 11px; }
.mm-weather .wx-hold svg { width: 14px; height: 14px; flex-shrink: 0; }

/* Catering */
.mm-cater { display: flex; flex-direction: column; }
.mm-cater .meal {
  display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center;
  padding: 9px 0; border-bottom: 1px solid var(--border-soft); font-size: 12.5px;
}
.mm-cater .meal:last-child { border-bottom: 0; }
.mm-cater .meal .nm { color: var(--text); font-weight: 500; }
.mm-cater .meal .nm small { display: block; font-size: 10.5px; color: var(--text-3); font-weight: 400; font-family: var(--font-mono); margin-top: 1px; }
.mm-cater .meal .heads { font-family: var(--font-mono); font-size: 11px; color: var(--text-2); }
.mm-cater .meal .cost { font-family: var(--font-mono); font-size: 12px; color: var(--text); font-weight: 500; }
.mm-cater .ctotal {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 10px; padding: 11px 13px; background: var(--primary-soft); border-radius: 8px;
}
.mm-cater .ctotal .l { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--primary); font-weight: 500; }
.mm-cater .ctotal .v { font-family: var(--font-mono); font-size: 15px; font-weight: 600; color: var(--primary); }

/* Will-call / public box office */
.mm-willcall { display: flex; flex-direction: column; }
.mm-willcall .wc-share {
  display: flex; align-items: center; gap: 9px;
  background: var(--bg-mute); border: 1px solid var(--border-soft); border-radius: 8px;
  padding: 8px 11px; margin-bottom: 12px;
}
.mm-willcall .wc-share .lk { font-family: var(--font-mono); font-size: 10.5px; color: var(--primary); flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mm-willcall .wc-share .cp { font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-3); border: 1px solid var(--border); border-radius: 5px; padding: 3px 7px; background: #fff; }
.mm-willcall .wc-share svg { width: 14px; height: 14px; color: var(--text-4); }
.mm-willcall .wc {
  display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center;
  padding: 8px 0; border-bottom: 1px solid var(--border-soft); font-size: 12.5px;
}
.mm-willcall .wc:last-child { border-bottom: 0; }
.mm-willcall .wc .nm { color: var(--text); font-weight: 500; }
.mm-willcall .wc .nm small { display: block; font-size: 10px; color: var(--text-3); font-family: var(--font-mono); font-weight: 400; margin-top: 1px; }
.mm-willcall .wc .qty { font-family: var(--font-mono); font-size: 11px; color: var(--text-2); }
.mm-willcall .wc .chk {
  width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--border-2);
}
.mm-willcall .wc .chk svg { width: 12px; height: 12px; }
.mm-willcall .wc.picked .chk { background: var(--green); border-color: var(--green); color: #fff; }
.mm-willcall .wc.picked .nm { color: var(--text-3); }

/* Dispatch live map */
.mm-dispatch .dmap {
  position: relative; height: 180px; border-radius: 10px; overflow: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(28,61,138,0.04) 0 22px, transparent 22px 44px),
    repeating-linear-gradient(90deg, rgba(28,61,138,0.04) 0 22px, transparent 22px 44px),
    linear-gradient(135deg, #EEF2FB 0%, #F6F8FE 100%);
  border: 1px solid var(--border-soft); margin-bottom: 12px;
}
.mm-dispatch .road { position: absolute; background: rgba(28,61,138,0.10); border-radius: 2px; }
.mm-dispatch .veh {
  position: absolute; transform: translate(-50%,-50%);
  width: 22px; height: 22px; border-radius: 7px; display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: 0 3px 8px rgba(10,15,30,0.3);
}
.mm-dispatch .veh svg { width: 12px; height: 12px; }
.mm-dispatch .veh.driver { background: var(--primary); }
.mm-dispatch .veh.runner { background: var(--amber); }
.mm-dispatch .veh::after { content:""; position:absolute; inset:-5px; border-radius: 10px; border: 1.5px solid currentColor; opacity: 0.3; }
.mm-dispatch .dlist { display: flex; flex-direction: column; gap: 7px; }
.mm-dispatch .di { display: grid; grid-template-columns: 22px 1fr auto; gap: 9px; align-items: center; font-size: 12px; }
.mm-dispatch .di .ic { width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; color: #fff; }
.mm-dispatch .di .ic svg { width: 12px; height: 12px; }
.mm-dispatch .di .ic.driver { background: var(--primary); }
.mm-dispatch .di .ic.runner { background: var(--amber); }
.mm-dispatch .di .nm { color: var(--text); font-weight: 500; }
.mm-dispatch .di .nm small { display: block; font-size: 10px; color: var(--text-3); font-family: var(--font-mono); font-weight: 400; }
.mm-dispatch .di .eta { font-family: var(--font-mono); font-size: 10.5px; color: var(--text-2); }

/* Incident / H&S list (usable inside .mini-mock) */
.mm-incidents { display: flex; flex-direction: column; gap: 8px; }
.mm-incidents .inc {
  display: flex; gap: 10px; align-items: flex-start;
  padding: 10px; border-radius: 8px; background: var(--bg-mute);
}
.mm-incidents .inc .sev {
  font-family: var(--font-mono); font-size: 9px; font-weight: 600;
  padding: 3px 7px; border-radius: 5px; letter-spacing: 0.04em;
  flex-shrink: 0; margin-top: 1px;
}
.mm-incidents .inc .sev.hi { background: rgba(220,38,38,0.10); color: var(--red); }
.mm-incidents .inc .sev.med { background: var(--amber-soft); color: var(--amber); }
.mm-incidents .inc .sev.lo { background: var(--green-soft); color: var(--green); }
.mm-incidents .inc .tx { font-size: 12.5px; color: var(--text); line-height: 1.4; font-weight: 500; }
.mm-incidents .inc .sb { font-size: 11px; color: var(--text-3); margin-top: 2px; }
.mm-incidents .inc .st { margin-left: auto; font-family: var(--font-mono); font-size: 9.5px; color: var(--text-4); text-transform: uppercase; letter-spacing: 0.04em; flex-shrink: 0; }
