:root{
  --bg:#fdf6f7;
  --panel:#fff8f8;
  --panel-strong:#ffffff;
  --ink:#1f2937;
  --ink-soft:#6b7280;
  --line:rgba(92,23,33,.12);
  --accent:#d00013;
  --accent-deep:#8f0c1d;
  --coke-core-red:#d00013;
  --surface-tint:#fdf6f7;
  --navy:#081833;
  --shadow:0 24px 60px rgba(89,18,27,.10);
  --font-display:"Better With","Avenir Next","Trebuchet MS",Arial,sans-serif;
  --font-display-compressed:"Better With Compressed","Better With","Avenir Next","Trebuchet MS",Arial,sans-serif;
  --font-body:"TCCC Unity Text",Arial,Helvetica,sans-serif;
}
@font-face{
  font-family:"Better With";
  src:url("/static/worldcup_brand/fonts/better_with/BetterWith-Normal.woff2") format("woff2"),
      url("/static/worldcup_brand/fonts/better_with/BetterWith-Normal.woff") format("woff"),
      url("/static/worldcup_brand/fonts/better_with/BetterWith-Regular.otf") format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Better With";
  src:url("/static/worldcup_brand/fonts/better_with/BetterWith-Medium.otf") format("opentype");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Better With";
  src:url("/static/worldcup_brand/fonts/better_with/BetterWith-Bold.otf") format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Better With Compressed";
  src:url("/static/worldcup_brand/fonts/better_with/BetterWithCompressed-Regular.otf") format("opentype");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"TCCC Unity Text";
  src:url("/static/worldcup_brand/fonts/tccc_unity/TCCC-UnityText-Regular.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"TCCC Unity Text";
  src:url("/static/worldcup_brand/fonts/tccc_unity/TCCC-UnityText-Medium.ttf") format("truetype");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"TCCC Unity Text";
  src:url("/static/worldcup_brand/fonts/tccc_unity/TCCC-UnityText-Bold.ttf") format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
body{margin:0;font-family:var(--font-body);background:var(--bg);color:var(--ink)}
.shell,.admin-wrap{max-width:1180px;margin:0 auto;padding:24px}
.topbar,.row{display:flex;align-items:center;gap:12px}
.between{justify-content:space-between}
.wrap{flex-wrap:wrap}
.brand{display:flex;gap:14px;align-items:center}
.logo{width:62px;height:62px;object-fit:contain;border-radius:14px;background:#fff}
.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-deep);font-weight:700}
h1,h2,h3{margin:0 0 10px;font-family:var(--font-display);font-weight:700;letter-spacing:.01em}
strong,button,.button,.status-chip,.pill,.tag,.folder-link,.operator-chip,.transition-pill,.folder-count{font-family:var(--font-body)}
main,.stack{display:grid;gap:18px}
.stack-sm{display:grid;gap:10px}
.card{background:var(--panel-strong);border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow)}
.hero{background:linear-gradient(135deg,var(--primary),#172554);color:#fff}
.muted{color:var(--ink-soft)}
.danger-text{color:#b42318}
.participant{padding:10px 14px;border-radius:999px;background:#fff}
.button,button{appearance:none;border:0;background:linear-gradient(135deg,var(--accent),var(--accent-deep));color:#fff;padding:12px 18px;border-radius:999px;font-weight:700;text-decoration:none;cursor:pointer}
.button.secondary,button.secondary{background:var(--surface-tint);color:var(--ink)}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.scoreboard-item{color:inherit;text-decoration:none}
.scoreboard-item.done{border-color:#de4c59;background:#fff1f2}
.meter{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-top:14px}
.meter-fill{height:100%;background:linear-gradient(90deg,#de4c59,var(--accent))}
.grid-camera{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.camera-stage{position:relative;background:#111827;border-radius:20px;overflow:hidden;min-height:420px;display:flex;align-items:center;justify-content:center}
.compact-stage{min-height:320px}
.camera-stage video,.camera-stage canvas{width:100%;height:100%;object-fit:cover}
.camera-stage-note{position:absolute;top:18px;left:18px;z-index:2;padding:8px 12px;border-radius:999px;background:rgba(11,19,43,.7);color:#f8fafc;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.camera-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.thumb-grid,.gallery-grid,.moderation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.thumb-grid img,.gallery-grid img,.gallery-card img,.moderation-card img,.media-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px}
.gallery-card,.media-card{text-decoration:none;color:inherit;display:grid;gap:8px}
.folder-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.folder-card{text-decoration:none;color:inherit;display:grid;gap:10px;align-content:start}
.folder-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px}
.folder-icon{display:inline-flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:18px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:700}
.center{text-align:center;justify-items:center}
.qr-image{max-width:320px;width:100%;border-radius:18px;background:#fff;padding:16px}
.admin-body{
  background:
    radial-gradient(circle at top left, rgba(255,194,204,.52), transparent 22%),
    radial-gradient(circle at top right, rgba(190,214,247,.28), transparent 18%),
    linear-gradient(180deg, #fff8f8 0%, #f6ebee 100%);
}
.ops-body{
  background:#eef2f6;
}
label{display:grid;gap:8px;font-weight:600}
input,textarea,select{padding:12px 14px;border-radius:14px;border:1px solid #d1d5db;background:#fff;font:inherit}
.span-2{grid-column:span 2}
.topbar{justify-content:space-between;margin-bottom:20px}
.qr-hero,.gallery-header-card,.completion-hero,.gallery-banner-card{background-size:cover;background-position:center}
.qr-hero{min-height:620px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}
.qr-hero-panel{max-width:520px;padding:28px;border-radius:24px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);display:grid;gap:14px}
.gallery-header-card{min-height:220px;display:flex;align-items:flex-end}
.gallery-header-copy{width:100%;display:flex;align-items:end;justify-content:space-between;gap:18px;padding:18px;border-radius:18px;background:rgba(255,255,255,.92)}
.completion-hero{min-height:420px;display:flex;align-items:center;justify-content:center}
.completion-panel{max-width:620px;padding:28px;border-radius:28px;background:rgba(255,255,255,.9);text-align:center}
.gallery-banner-card{min-height:220px;display:flex;align-items:end}
.gallery-banner-copy{width:100%;padding:18px;border-radius:18px;background:rgba(255,255,255,.84)}
.asset-spec-grid,.task-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.asset-spec-card,.task-admin-card{display:grid;gap:10px;padding:16px;border:1px solid rgba(17,24,39,.08);border-radius:18px;background:#fff}
.asset-spec-preview{background:#fff8f8;border-radius:14px;overflow:hidden;border:1px solid rgba(17,24,39,.08);aspect-ratio:16/10;display:flex;align-items:center;justify-content:center}
.asset-spec-preview img{width:100%;height:100%;object-fit:cover}
.status-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#e5e7eb;color:#111827;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.status-chip.success{background:#dcfce7;color:#166534}
.status-chip.danger{background:#fee2e2;color:#991b1b}
.status-chip.warning{background:#fef3c7;color:#92400e}
.preview-block{white-space:pre-wrap;overflow:auto;background:#0b132b;color:#f8fafc;padding:12px;border-radius:12px}
.pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#fff;color:#111827;text-decoration:none;border:1px solid rgba(17,24,39,.08)}
.pill.active{background:linear-gradient(135deg,var(--accent),var(--accent-deep));color:#fff;border-color:transparent}
.pill-row{display:flex;flex-wrap:wrap;gap:10px}
.checkbox-pill{display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer}
.checkbox-pill input{margin:0}
.moderation-card{gap:10px;align-content:start}
.inline-field{display:flex;align-items:center;gap:10px}
.inline-field input{min-width:260px}
.consent-row{display:flex;align-items:flex-start;gap:10px;font-weight:500}
.consent-row input{margin-top:4px}
.control-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:end;
  padding:26px 28px;
  border:1px solid rgba(19,24,39,.08);
  border-radius:32px;
  background:
    linear-gradient(135deg, rgba(8,24,51,.96), rgba(20,44,86,.92)),
    radial-gradient(circle at top right, rgba(255,255,255,.14), transparent 26%);
  color:#fff;
  box-shadow:0 24px 70px rgba(8,24,51,.24);
}
.hero-copy{max-width:720px;margin:0;color:rgba(255,255,255,.78);line-height:1.55}
.operator-strip{display:flex;flex-wrap:wrap;gap:12px}
.operator-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  color:var(--navy);
  background:rgba(255,247,248,.92);
  border:1px solid rgba(208,0,19,.12);
  box-shadow:0 10px 30px rgba(89,18,27,.06);
  font-weight:700;
}
.dashboard-grid,.batch-grid,.media-review-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
}
.control-section{scroll-margin-top:24px}
.slideshow-browser-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;align-items:start}
.browser-main,.folder-tree{min-width:0}
.folder-tree{display:grid;gap:16px;align-content:start}
.target-market-grid,.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.target-market-card{display:grid;gap:10px}
.breadcrumb-row{display:flex;flex-wrap:wrap;gap:10px}
.crumb{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 12px;
  border-radius:999px;
  text-decoration:none;
  background:var(--surface-tint);
  color:#7f0f1d;
  font-size:.82rem;
  font-weight:700;
}
.explorer-card{background:#fffdf8}
.tree-group{
  border:1px solid rgba(73,48,31,.08);
  border-radius:18px;
  background:#fffdfd;
  overflow:hidden;
}
.tree-group summary{
  list-style:none;
  cursor:pointer;
  padding:14px 16px;
  font-weight:700;
  background:#fff1f2;
}
.tree-group summary::-webkit-details-marker{display:none}
.tree-panel{
  display:grid;
  gap:10px;
  padding:14px;
}
.tree-panel-nested{gap:12px}
.tree-date-group{
  border:1px solid rgba(73,48,31,.08);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}
.tree-date-group summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  background:#fff7f8;
  font-weight:700;
}
.tree-date-group summary::-webkit-details-marker{display:none}
.folder-meta{
  font-size:.74rem;
  color:var(--ink-soft);
  font-weight:700;
}
.folder-node{display:grid;gap:8px}
.checkbox-card{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(73,48,31,.08);
  background:#fffaf4;
  font-weight:600;
}
.checkbox-card input{width:auto}
.folder-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:16px;
  text-decoration:none;
  color:var(--ink);
  background:#fffaf8;
  border:1px solid rgba(73,48,31,.08);
}
.folder-link.active{
  background:linear-gradient(135deg,var(--accent),var(--accent-deep));
  color:#fff;
  border-color:transparent;
}
.folder-link-child{
  margin-left:18px;
  background:#fff1f2;
}
.folder-count{
  min-width:30px;
  text-align:center;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(208,0,19,.08);
  font-size:.78rem;
  font-weight:700;
}
.folder-link.active .folder-count{background:rgba(255,255,255,.18)}
.stat-card{display:grid;gap:6px}
.stat-card strong{font-size:2rem;line-height:1}
.stat-label{
  font-size:.78rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--accent-deep);
}
.filter-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:14px;
  align-items:end;
}
.filter-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.review-card,.batch-card{display:grid;gap:10px;align-content:start}
.review-card img,.batch-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px}
.thumb-checkbox{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:.82rem;
  font-weight:700;
}
.thumb-checkbox input{width:auto}
.media-browser-grid{align-items:start}
.selectable-media-card{
  position:relative;
  cursor:pointer;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.selectable-media-card:hover{transform:translateY(-2px)}
.selectable-media-card.is-selected{
  border-color:#22c55e;
  box-shadow:0 0 0 4px rgba(34,197,94,.18), var(--shadow);
}
.showcase-action-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:10px;
}
.queue-panel{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.mini-thumb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:12px}
.mini-thumb{display:grid;gap:8px}
.mini-thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px}
.mini-thumb-copy{font-size:.78rem;color:var(--ink-soft)}
.transition-preview-bar,.moderation-guidance,.showcase-stage{display:grid;gap:12px}
.transition-preview-bar{grid-template-columns:repeat(auto-fit,minmax(140px,max-content));align-items:center}
.transition-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background:var(--surface-tint);
  color:#7f0f1d;
  font-weight:700;
}
.showcase-stage{grid-template-columns:1fr 1fr}
.showcase-card,.guidance-card{
  display:grid;
  gap:8px;
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(73,48,31,.1);
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,239,227,.9));
}
.showcase-card.alt{background:linear-gradient(180deg, rgba(236,244,255,.96), rgba(227,237,249,.9))}
.upload-shell,.landing-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px}
.upload-sidebar,.landing-sidebar{align-content:start}
.upload-main,.landing-main{min-width:0}
.capture-path-card{
  display:grid;
  gap:6px;
  padding:16px;
  border-radius:18px;
  background:#fff1f2;
  border:1px solid rgba(73,48,31,.08);
}
.camera-crop-stage video{object-fit:cover}
.review-stage-card{background:linear-gradient(180deg,#fffdfd,#fff1f2)}
.review-stage{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center}
.review-preview{
  width:100%;
  aspect-ratio:1/1;
  min-height:320px;
  object-fit:cover;
  border-radius:20px;
  background:#e7ddd0;
}
.review-copy{display:grid;gap:14px}
.concept-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}
.concept-card{display:grid;gap:16px}
.concept-preview{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  padding:14px;
  border-radius:20px;
  min-height:170px;
}
.concept-preview-touch{background:linear-gradient(135deg,#f4e5d6,#efe8de)}
.concept-preview-broadcast{background:linear-gradient(135deg,#0f172a,#1e3a5f)}
.concept-preview-library{background:linear-gradient(135deg,#e8edf2,#dde4eb)}
.concept-preview-tile{border-radius:16px;overflow:hidden;min-height:140px;background:rgba(255,255,255,.5)}
.concept-preview-tile img{width:100%;height:100%;object-fit:cover}
.concept-screen{padding-bottom:24px}
.concept-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:end;
}
.touch-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px}
.touch-sidebar{display:grid;gap:12px;align-content:start}
.touch-main{min-width:0}
.concept-band{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  background:linear-gradient(135deg,#fff8f0,#f5ecdf);
}
.concept-band-copy{display:grid;gap:6px}
.concept-cards-2{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}
.concept-select-card{background:#fffdf9;padding:14px;border-radius:18px;border:1px solid rgba(73,48,31,.1)}
.broadcast-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:end;
  padding:24px 28px;
  border-radius:28px;
  background:linear-gradient(135deg,#050b18,#132a48);
  color:#f8fafc;
}
.broadcast-grid{display:grid;grid-template-columns:260px 1.2fr .9fr;gap:16px}
.broadcast-program{grid-column:span 2;display:grid;gap:12px}
.broadcast-side,.broadcast-tower{display:grid;gap:12px}
.broadcast-meter{height:14px;border-radius:999px;background:#20324d;overflow:hidden}
.broadcast-meter span{display:block;height:100%;background:linear-gradient(90deg,#f97316,#facc15)}
.broadcast-hero-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:20px}
.library-layout{display:grid;grid-template-columns:280px 1.2fr .9fr;gap:16px}
.library-filters{display:grid;gap:12px;align-content:start}
.library-table-card{display:grid;gap:12px}
.library-table{display:grid;gap:8px}
.library-row{
  display:grid;
  grid-template-columns:1fr 1fr 1.2fr .8fr .8fr;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  background:#f7f9fb;
  font-size:.9rem;
}
.library-head{
  background:#dde6ef;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:.74rem;
}
.tag-row{display:flex;flex-wrap:wrap;gap:8px}
.tag{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#f4eadb;
  color:#5e4a3a;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.empty-state{
  min-height:160px;
  display:grid;
  place-items:center;
  text-align:center;
  color:var(--ink-soft);
}
.slideshow-body{background:#020617;color:#fff}
.slideshow-shell{position:relative;min-height:100vh;background:#020617;background-size:cover;background-position:center;padding:24px}
.slideshow-master-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.slideshow-topline{position:relative;z-index:1;display:flex;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:999px;background:rgba(2,6,23,.55);backdrop-filter:blur(8px)}
.slideshow-stage{position:relative;z-index:1;min-height:calc(100vh - 120px);display:grid;place-items:center}
.slide{display:none;position:relative;width:min(92vw,1280px);height:min(78vh,720px);border-radius:28px;overflow:hidden;background:rgba(255,255,255,.08);box-shadow:0 24px 60px rgba(0,0,0,.35);opacity:.3;transform:scale(.985);transition:opacity .5s ease,transform .5s ease}
.slide.active{display:block}
.slide.active{opacity:1;transform:scale(1)}
.slide img{width:100%;height:100%;object-fit:contain;background:rgba(2,6,23,.66)}
.slide-frame-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.slide-caption{position:absolute;left:18px;bottom:18px;padding:10px 14px;border-radius:999px;background:rgba(2,6,23,.72)}
.empty-slide{display:grid;place-items:center;font-size:clamp(1.4rem,3vw,1.75rem);padding:24px;text-align:center;line-height:1.25}
.slideshow-context-menu{
  position:absolute;
  z-index:30;
  display:grid;
  gap:6px;
  min-width:220px;
  padding:10px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(17,24,39,.1);
  box-shadow:0 22px 48px rgba(8,24,51,.22);
}
.slideshow-context-menu button{text-align:left;padding:11px 14px}
.ops-wrap{
  max-width:1540px;
  gap:14px;
  font-family:ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ops-wrap .card{
  padding:12px;
  border-radius:10px;
  box-shadow:0 4px 14px rgba(8,24,51,.05);
  border-color:rgba(8,24,51,.08);
}
.ops-wrap .button,
.ops-wrap button{
  min-height:36px;
  padding:8px 12px;
  border-radius:8px;
  font-size:.85rem;
}
.ops-wrap .control-hero{
  gap:10px;
  padding:14px 16px;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(8,24,51,.10);
  background:linear-gradient(180deg, #182536, #223347);
}
.ops-wrap .control-hero h1{
  margin-bottom:4px;
  font-size:clamp(1.65rem,3vw,2.2rem);
  line-height:1;
}
.ops-wrap .hero-copy{
  max-width:860px;
  font-size:.86rem;
  line-height:1.45;
}
.ops-wrap .target-market-grid,
.ops-wrap .settings-grid{
  grid-template-columns:repeat(auto-fit,minmax(158px,1fr));
  gap:10px;
}
.ops-wrap .slideshow-browser-layout{
  grid-template-columns:244px minmax(0,1fr);
  gap:14px;
}
.ops-wrap .folder-tree{gap:10px}
.ops-wrap .tree-group,
.ops-wrap .tree-date-group{
  border-radius:10px;
  background:#fbfcfd;
}
.ops-wrap .tree-group summary,
.ops-wrap .tree-date-group summary{
  padding:9px 10px;
  font-size:.82rem;
}
.ops-wrap .tree-panel{
  padding:8px;
  gap:6px;
}
.ops-wrap .folder-link{
  padding:7px 8px;
  border-radius:8px;
  font-size:.8rem;
}
.ops-wrap .folder-link-child{margin-left:12px}
.ops-wrap .folder-count{
  min-width:24px;
  padding:2px 6px;
  font-size:.68rem;
}
.ops-wrap .capture-path-card{
  padding:8px 10px;
  border-radius:8px;
}
.ops-wrap .breadcrumb-row{gap:8px}
.ops-wrap .crumb{
  min-height:28px;
  padding:0 8px;
  border-radius:7px;
  font-size:.7rem;
}
.ops-wrap .filter-grid{
  grid-template-columns:repeat(auto-fit,minmax(126px,1fr));
  gap:8px;
}
.ops-wrap label{
  gap:5px;
  font-size:.78rem;
}
.ops-wrap input,
.ops-wrap textarea,
.ops-wrap select{
  padding:8px 9px;
  border-radius:8px;
  background:#fbfcfd;
}
.ops-wrap .showcase-action-grid{
  grid-template-columns:repeat(auto-fit,minmax(106px,1fr));
  gap:8px;
}
.ops-wrap .dashboard-grid,
.ops-wrap .batch-grid{
  grid-template-columns:repeat(auto-fit,minmax(148px,1fr));
  gap:10px;
}
.ops-wrap .stat-card strong{font-size:1.2rem}
.ops-wrap .media-review-grid{
  grid-template-columns:repeat(auto-fit,minmax(220px,220px));
  gap:10px;
  justify-content:start;
}
.ops-wrap .review-card{
  gap:6px;
  padding:7px;
  border-radius:8px;
  background:#fff;
  grid-template-rows:auto 220px auto auto;
}
.ops-wrap .review-card img{
  width:100%;
  height:220px;
  border-radius:6px;
  object-fit:cover;
}
.ops-wrap .thumb-checkbox{
  gap:4px;
  font-size:.68rem;
}
.ops-wrap .thumb-checkbox span{display:none}
.ops-wrap .thumb-checkbox input{
  width:14px;
  height:14px;
}
.ops-wrap .selectable-media-card.is-selected{
  box-shadow:0 0 0 2px rgba(34,197,94,.35), 0 6px 16px rgba(8,24,51,.08);
}
.ops-wrap .tag-row{gap:4px}
.ops-wrap .tag{
  padding:4px 6px;
  border-radius:6px;
  font-size:.56rem;
}
.ops-wrap .muted{font-size:.76rem}
.ops-wrap .mini-thumb-grid{
  grid-template-columns:repeat(auto-fit,minmax(74px,1fr));
  gap:8px;
}
.ops-wrap .mini-thumb img,
.ops-wrap .batch-card img{border-radius:8px}
.ops-wrap .slideshow-context-menu{
  min-width:180px;
  padding:8px;
  border-radius:8px;
}
.ops-wrap .slideshow-context-menu button{
  padding:8px 9px;
  border-radius:6px;
}
.ops-wrap .eyebrow{
  font-size:10px;
  letter-spacing:.13em;
}
.ops-wrap .status-chip{
  padding:6px 9px;
  border-radius:999px;
  font-size:.63rem;
}
.ops-wrap .target-market-card,
.ops-wrap .stat-card,
.ops-wrap .batch-card{
  gap:8px;
}
.ops-wrap .queue-panel{
  gap:12px;
}
.ops-wrap .utility-status-grid{
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
}
.ops-wrap .utility-status-card{
  gap:8px;
  min-height:112px;
  justify-content:start;
}
.utility-light{
  width:12px;
  height:12px;
  border-radius:999px;
  background:#cbd5e1;
  box-shadow:0 0 0 3px rgba(148,163,184,.16);
}
.utility-light.ok{
  background:#16a34a;
  box-shadow:0 0 0 3px rgba(22,163,74,.14), 0 0 14px rgba(22,163,74,.42);
}
.utility-light.bad{
  background:#dc2626;
  box-shadow:0 0 0 3px rgba(220,38,38,.14), 0 0 14px rgba(220,38,38,.32);
}
.ops-wrap .utility-settings-grid{
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:10px;
}
.ops-wrap .utility-timeline-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(184px,1fr));
  gap:10px;
}
.utility-timeline-block{
  display:grid;
  gap:8px;
  min-height:118px;
  padding:12px;
  border-radius:10px;
  border:1px solid rgba(8,24,51,.08);
  background:linear-gradient(180deg,#f8fafc,#eef2f7);
}
.utility-timeline-logo{
  background:linear-gradient(180deg,#edf4ff,#dbeafe);
}
.utility-timeline-cta{
  background:linear-gradient(180deg,#fff4f2,#ffe4df);
}
.utility-timeline-local{
  background:linear-gradient(180deg,#effcf3,#dcfce7);
}
.utility-timeline-other{
  background:linear-gradient(180deg,#fef7e9,#fde7bf);
}
.utility-timeline-video{
  background:linear-gradient(180deg,#f1efff,#e0e7ff);
}
.utility-run-log{
  min-height:220px;
  max-height:320px;
  overflow:auto;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:.77rem;
  line-height:1.55;
}
.utility-console-body{
  margin:0;
  background:#2d2d2d;
  color:#e8e8e8;
  font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.utility-console-shell{
  max-width:1560px;
  margin:0 auto;
  padding:18px 16px 24px;
  display:grid;
  gap:14px;
}
.utility-console-header,
.utility-console-panel{
  background:#3a3a3a;
  border:1px solid #555;
  border-radius:3px;
  box-shadow:none;
}
.utility-console-header{
  padding:16px;
}
.utility-console-titlebar{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:start;
}
.utility-console-header h1{
  margin:0 0 8px;
  font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:1.15rem;
  font-weight:700;
  color:#f4f4f4;
}
.utility-console-header p{
  margin:0 0 8px;
  max-width:980px;
  color:#dddddd;
  font-size:.92rem;
  line-height:1.4;
}
.utility-console-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.utility-console-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:3px;
  border:1px solid #676767;
  background:#4a4a4a;
  color:#f3f3f3;
  text-decoration:none;
  font-size:.85rem;
  font-weight:700;
  cursor:pointer;
}
.utility-console-button.secondary{
  background:#4f4f4f;
}
.utility-console-button:hover{
  background:#585858;
}
.utility-console-top{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.95fr);
  gap:12px;
  align-items:start;
}
.utility-console-bottom,
.utility-console-media{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.utility-console-side{
  display:grid;
  gap:12px;
}
.utility-console-panel{
  padding:12px;
  display:grid;
  gap:12px;
}
.utility-console-panel h2{
  margin:0;
  font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:1rem;
  font-weight:700;
  color:#f1f1f1;
}
.utility-console-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.utility-console-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:0 8px;
  border-radius:3px;
  border:1px solid #666;
  background:#4a4a4a;
  color:#d9d9d9;
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.utility-console-body .muted{
  color:#c8c8c8;
  font-size:.77rem;
}
.utility-console-body .row{
  display:flex;
  align-items:center;
  gap:8px;
}
.utility-console-body .between{
  justify-content:space-between;
}
.utility-console-body .wrap{
  flex-wrap:wrap;
}
.utility-console-body label{
  display:grid;
  gap:6px;
  color:#f1f1f1;
  font-size:.79rem;
  font-weight:600;
}
.utility-console-body input,
.utility-console-body select,
.utility-console-body textarea{
  width:100%;
  box-sizing:border-box;
  min-height:30px;
  padding:6px 8px;
  border-radius:2px;
  border:1px solid #6a6a6a;
  background:#4d4d4d;
  color:#f0f0f0;
  font:inherit;
}
.utility-console-body code{
  display:block;
  padding:6px 8px;
  border:1px solid #5e5e5e;
  background:#303030;
  color:#ededed;
  border-radius:2px;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:.75rem;
  line-height:1.45;
  word-break:break-word;
}
.utility-console-body .span-2{
  grid-column:span 2;
}
.utility-console-body .utility-settings-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 12px;
}
.utility-toggle-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 12px;
}
.utility-checkbox-card{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:8px 10px;
  border:1px solid #5a5a5a;
  background:#404040;
  color:#ededed;
}
.utility-checkbox-card input{
  width:auto;
  min-height:auto;
}
.utility-status-list,
.utility-side-list,
.utility-path-list{
  display:grid;
  gap:10px;
}
.utility-status-row,
.utility-side-item,
.utility-path-item{
  display:grid;
  gap:6px;
  padding:8px 10px;
  border:1px solid #525252;
  background:#343434;
}
.utility-status-row{
  grid-template-columns:minmax(0,1fr) minmax(160px,.9fr);
  align-items:center;
}
.utility-status-meta,
.utility-status-value{
  display:grid;
  gap:4px;
}
.utility-status-value{
  justify-items:start;
}
.utility-status-value span:last-child{
  font-size:.8rem;
  color:#f4f4f4;
}
.utility-workflow-list{
  margin:0;
  padding-left:18px;
  color:#e6e6e6;
  font-size:.84rem;
  line-height:1.5;
}
.utility-workflow-list li + li{
  margin-top:4px;
}
.utility-console-body .utility-timeline-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:10px;
}
.utility-console-body .utility-timeline-block{
  min-height:104px;
  padding:10px;
  border-radius:2px;
  border:1px solid #595959;
  background:#3f3f3f;
  color:#f0f0f0;
}
.utility-console-body .utility-timeline-logo{background:#444a54}
.utility-console-body .utility-timeline-cta{background:#4d4340}
.utility-console-body .utility-timeline-local{background:#3c4941}
.utility-console-body .utility-timeline-other{background:#4f4a3b}
.utility-console-body .utility-timeline-video{background:#45425a}
.utility-console-body .mini-thumb-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(88px,1fr));
  gap:8px;
}
.utility-console-body .mini-thumb{
  display:grid;
  gap:6px;
}
.utility-console-body .mini-thumb img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:2px;
  border:1px solid #585858;
}
.utility-console-body .mini-thumb-copy{
  font-size:.68rem;
  color:#d5d5d5;
  line-height:1.35;
  word-break:break-word;
}
.utility-console-body .utility-run-log{
  min-height:300px;
  max-height:420px;
  padding:10px;
  border:1px solid #575757;
  border-radius:2px;
  background:#1f1f1f;
  color:#f0f0f0;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:.76rem;
  line-height:1.45;
  overflow:auto;
  white-space:pre-wrap;
}
.utility-console-body .utility-light{
  width:10px;
  height:10px;
}
.utility-console-body .utility-light.ok{
  background:#33c24d;
}
.utility-console-body .utility-light.warning{
  background:#d4a72c;
}
.utility-console-body .utility-light.bad{
  background:#df4a4a;
}
.diagnostics-summary-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.diagnostics-status-card{
  align-content:start;
}
.diagnostics-status-main{
  display:flex;
  align-items:center;
  gap:10px;
}
.diagnostics-status-main strong{
  font-size:1rem;
  line-height:1.2;
  color:#f3f3f3;
}
.diagnostics-status-error{
  border-color:#7f3737;
}
.diagnostics-status-warning{
  border-color:#7d6a2a;
}
.diagnostics-status-ok{
  border-color:#426b4b;
}
.diagnostics-alert-list{
  display:grid;
  gap:10px;
}
.diagnostics-alert-item{
  display:grid;
  gap:6px;
  padding:10px;
  border:1px solid #5a5a5a;
  background:#353535;
}
.diagnostics-alert-error{
  border-color:#8c3d3d;
  background:#412a2a;
}
.diagnostics-alert-warning{
  border-color:#806a2a;
  background:#41392a;
}
.diagnostics-alert-ok{
  border-color:#446e4d;
  background:#2f3d31;
}
.diagnostics-alert-head{
  display:flex;
  align-items:center;
  gap:8px;
}
.diagnostics-count-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.diagnostics-count-item{
  display:grid;
  gap:2px;
  padding:10px;
  border:1px solid #575757;
  background:#343434;
}
.diagnostics-count-item strong{
  font-size:1.1rem;
  color:#f3f3f3;
}
.diagnostics-count-item span{
  font-size:.75rem;
  color:#d0d0d0;
}
.diagnostics-list-table{
  display:grid;
  gap:8px;
}
.diagnostics-list-row{
  display:grid;
  gap:4px;
  padding:10px;
  border:1px solid #575757;
  background:#343434;
}
.diagnostics-run-log{
  display:grid;
  gap:10px;
}
.diagnostics-log-entry{
  display:grid;
  gap:4px;
  padding-bottom:8px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.diagnostics-log-entry:last-child{
  border-bottom:0;
  padding-bottom:0;
}
.diagnostics-log-stamp{
  color:#f5f5f5;
}
.diagnostics-log-error .diagnostics-log-stamp{
  color:#ffb4b4;
}
.diagnostics-log-warning .diagnostics-log-stamp{
  color:#ffd88f;
}
.diagnostics-log-ok .diagnostics-log-stamp{
  color:#bfe7c7;
}
.ops-wrap .selection-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 10px;
  border:1px dashed rgba(8,24,51,.14);
  border-radius:8px;
  background:#f8fafc;
}
.ops-wrap .selection-toolbar-copy{
  display:grid;
  gap:2px;
}
.ops-wrap .selection-toolbar-copy strong{
  font-size:.84rem;
  line-height:1.1;
}
.ops-wrap .selection-toolbar-copy span{
  font-size:.7rem;
  color:var(--ink-soft);
}
.ops-wrap .ghost-button{
  background:#fff;
  color:#243447;
  border:1px solid rgba(8,24,51,.12);
}
.ops-wrap .browser-main{
  gap:14px;
}
.ops-wrap .row{
  gap:8px;
}
.ops-wrap .review-card .row{
  gap:6px;
}
.ops-wrap .empty-state{
  min-height:120px;
}
.ops-wrap .mini-thumb-copy{
  font-size:.68rem;
}
.ops-wrap .batch-card strong{
  font-size:.82rem;
}
.ops-wrap h1,
.ops-wrap h2,
.ops-wrap h3,
.ops-wrap strong{
  font-family:ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.event-mode-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:12px;
}
.setup-box,
.live-box{
  display:grid;
  gap:8px;
}
.setup-box{
  border-left:4px solid #1d4ed8;
}
.live-box{
  border-left:4px solid #16a34a;
}
.dense-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:10px;
  align-items:end;
}
.field-actions{
  display:flex;
  align-items:end;
}
.status-strip{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.field-test-qr-grid{
  grid-template-columns:repeat(auto-fit,minmax(220px,220px));
  justify-content:start;
}
.field-test-qr-card{
  grid-template-rows:auto 220px auto;
}
.field-test-qr-screen{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
}
.field-test-qr-screen-card{
  width:min(92vw,760px);
  display:grid;
  gap:16px;
  justify-items:center;
  padding:28px;
  border-radius:18px;
  background:#fff;
  color:#111827;
}
.field-test-qr-screen-card img{
  width:min(72vw,420px);
  height:auto;
  border-radius:12px;
  background:#fff;
}
.ops-wrap .tree-group summary,
.ops-wrap .tree-date-group summary,
.ops-wrap .folder-link,
.ops-wrap .crumb,
.ops-wrap .button,
.ops-wrap button,
.ops-wrap input,
.ops-wrap select,
.ops-wrap textarea{
  font-family:ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.attendee-body{
  min-height:100vh;
  background:
    radial-gradient(circle at top, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(180deg, var(--coke-core-red) 0%, var(--coke-core-red) 100%);
}
.attendee-shell{
  width:100%;
  max-width:none;
  padding:0;
}
.attendee-shell main{gap:0}
.attendee-stage{
  width:min(100%, 393px);
  margin:0 auto;
  padding:16px 16px 36px;
  display:grid;
  gap:18px;
}
.attendee-screen{
  position:relative;
  min-height:calc(100vh - 32px);
  border-radius:34px;
  overflow:hidden;
  background-color:var(--coke-core-red);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 24px 80px rgba(104,18,31,.25);
}
.attendee-screen::before{
  display:none;
}
.attendee-screen::after{
  display:none;
}
.attendee-screen > *{position:relative;z-index:1}
.nowrap{white-space:nowrap}
.attendee-brandbar{
  display:flex;
  align-items:center;
  gap:10px;
  padding:40px 18px 0;
}
.attendee-brandbar-center{
  justify-content:center;
  padding:74px 24px 0;
}
.attendee-brand-logo{
  width:40px;
  height:40px;
  object-fit:contain;
  border-radius:12px;
  background:rgba(255,255,255,.88);
  padding:6px;
}
.attendee-brand-copy{
  display:grid;
  gap:1px;
  color:#fff;
}
.attendee-brand-copy span{
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:rgba(255,255,255,.82);
}
.attendee-brand-copy strong{
  font-size:1rem;
  line-height:1.05;
  color:#fff;
}
.attendee-screen-top{
  display:grid;
  gap:10px;
  padding:14px 18px 0;
}
.attendee-screen-top > *{
  justify-self:start;
  width:max-content;
  max-width:100%;
}
.attendee-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  width:max-content;
  max-width:100%;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:#991b1b;
  font-size:.82rem;
  font-weight:700;
}
.attendee-progress-ribbon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(158,0,15,.42);
  color:#fff;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.03em;
  backdrop-filter:blur(4px);
}
.attendee-screen-bottom{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:grid;
  gap:10px;
}
.attendee-screen-bottom .button,
.attendee-screen-bottom button{
  justify-content:center;
  text-align:center;
}
.attendee-screen-bottom .secondary{background:rgba(255,255,255,.88)}
.attendee-screen-bottom-qr{
  position:static;
  left:auto;
  right:auto;
  bottom:auto;
  display:flex;
  justify-content:center;
  margin:10px auto 0;
}
.attendee-screen-home{
  aspect-ratio:393/852;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  align-content:stretch;
  padding:0;
  gap:0;
  background:var(--coke-core-red);
}
.attendee-home-hero{
  display:grid;
  grid-template-rows:auto 1fr auto;
  justify-items:center;
  text-align:center;
  align-content:start;
  gap:19px;
  padding:28px 28px 18px;
  color:#fff;
}
.attendee-home-primary{
  display:grid;
  justify-items:center;
  gap:19px;
  transform:translateY(20px);
}
.attendee-home-lockup{
  display:block;
  max-width:100%;
  object-fit:contain;
}
.attendee-home-lockup-scorecard{
  width:min(310px,100%);
}
.attendee-home-hero-copy{
  margin:0;
  max-width:292px;
  font-family:var(--font-display);
  font-size:19.5px;
  line-height:22px;
  font-weight:500;
  color:#fff9f9;
}
.attendee-home-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:176px;
  min-height:42px;
  padding:0 24px;
  border-radius:999px;
  background:#fff;
  color:var(--coke-core-red);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-weight:800;
  font-size:.88rem;
  box-shadow:0 12px 28px rgba(88,0,10,.2);
}
.attendee-home-cta-primary{
  margin-top:2px;
}
.attendee-home-legal{
  margin:calc(clamp(28px, 7.2vh, 72px) + 30px) 0 0;
  max-width:300px;
  font-family:var(--font-body);
  font-size:5px;
  line-height:112%;
  letter-spacing:0;
  font-weight:600;
  color:#fff;
  text-align:center;
  overflow-wrap:break-word;
}
.attendee-home-ribbon-wrap{
  position:relative;
  width:100%;
  align-self:end;
  margin-top:0;
  min-height:156px;
  padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 82px);
  line-height:0;
  overflow:visible;
}
.attendee-home-bottom-fill{
  position:absolute;
  left:0;
  right:0;
  bottom:55px;
  width:100%;
  height:auto;
  z-index:1;
  pointer-events:none;
}
.attendee-home-ribbon-copy{
  position:absolute;
  left:18px;
  bottom:calc(env(safe-area-inset-bottom, 0px) + 370px);
  width:196px;
  margin:0;
  font-family:var(--font-display);
  font-size:.7rem;
  line-height:.98;
  color:#fff;
  text-align:left;
  z-index:4;
  white-space:normal;
}
.attendee-home-ribbon{
  display:block;
  width:108%;
  max-width:none;
  height:auto;
  margin-left:-4%;
  position:relative;
  top:-180px;
  z-index:2;
  transform:none;
  animation:homeRibbonFloat 6s ease-in-out infinite;
}
.attendee-home-ribbon-lockup{
  position:absolute;
  right:16px;
  bottom:calc(env(safe-area-inset-bottom, 0px) + 249px);
  width:132px;
  height:auto;
  z-index:5;
  object-fit:contain;
  animation:homeRibbonLockupFloat 6s ease-in-out infinite;
}
.attendee-home-ribbon-link{
  position:absolute;
  left:0;
  right:0;
  bottom:calc(env(safe-area-inset-bottom, 0px) + 231px);
  width:100%;
  height:58%;
  z-index:7;
}
.attendee-screen-home-public{
  background:
    radial-gradient(circle at 14% 8%, rgba(255,255,255,.12), transparent 18%),
    radial-gradient(circle at 86% 16%, rgba(255,255,255,.08), transparent 16%),
    var(--coke-core-red);
}
.attendee-screen-fanotron-intro{
  aspect-ratio:393/852;
  position:relative;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  align-content:stretch;
  padding:0;
  gap:0;
  background:var(--coke-core-red);
  overflow:hidden;
}
.attendee-screen-fanotron-intro::before{
  content:"";
  display:block;
  position:absolute;
  inset:-4px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.2) 46%, rgba(208,0,19,.1) 100%),
    url('/static/worldcup_brand/client_assets/fanotron_intro_background_v4.png') 58% top/cover no-repeat;
  filter:blur(2.2px);
  transform:scale(1.015);
  z-index:0;
  pointer-events:none;
}
.fanotron-intro-hero{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
  align-content:start;
  gap:12px;
  padding:54px 24px 0;
  color:#fff;
  text-align:center;
}
.fanotron-intro-lockup{
  width:min(304px,100%);
  height:auto;
  object-fit:contain;
}
.fanotron-intro-copy{
  margin:0;
  max-width:236px;
  font-family:var(--font-display);
  font-size:clamp(2.2rem, 9.4vw, 4rem);
  line-height:.94;
  font-weight:700;
  color:#fff;
  text-align:center;
  text-wrap:balance;
}
.fanotron-intro-cta{
  display:block;
  width:177px;
  height:29px;
  min-width:0;
  min-height:0;
  padding:0;
  margin-top:2px;
  background:url('/static/worldcup_brand/client_assets/fanotron_intro_button_v4.png') center/contain no-repeat;
  color:transparent;
  font-size:0;
  line-height:0;
  text-decoration:none;
  overflow:hidden;
}
.fanotron-intro-terms{
  margin:18px 0 0;
  max-width:296px;
  font-family:var(--font-body);
  font-size:4px;
  line-height:100%;
  font-weight:600;
  color:#fff;
  text-align:center;
  text-shadow:0 1px 8px rgba(45,0,6,.42);
}
.fanotron-intro-ribbon-wrap{
  position:relative;
  z-index:2;
  width:100%;
  min-height:168px;
  padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 78px);
  line-height:0;
  overflow:visible;
  background:var(--coke-core-red);
}
.fanotron-intro-ribbon-wrap::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:105px;
  background:url('/static/worldcup_brand/client_assets/fanotron_intro_bottom_fill_v4.png') center bottom/100% 100% no-repeat;
  z-index:1;
  pointer-events:none;
}
.fanotron-intro-ribbon{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  margin-left:0;
  position:relative;
  top:-84px;
  z-index:2;
}
.fanotron-intro-scorecard{
  width:116px;
  height:auto;
  object-fit:contain;
  display:block;
}
.fanotron-intro-scorecard-link{
  position:absolute;
  right:18px;
  bottom:calc(env(safe-area-inset-bottom, 0px) + 36px);
  width:116px;
  z-index:4;
  display:block;
}
.attendee-home-hero-public{
  padding-top:38px;
}
.attendee-home-legal-public{
  max-width:280px;
  font-size:.54rem;
  line-height:1.28;
  color:rgba(255,255,255,.88);
}
.attendee-home-ribbon-wrap-public .attendee-home-ribbon{
  animation:none;
}
.attendee-home-ribbon-wrap-public .attendee-home-ribbon-lockup{
  animation:none;
}
.attendee-screen-scorecard{
  aspect-ratio:393/852;
  background:var(--coke-core-red);
}
.attendee-screen-scorecard::after{
  display:none;
}
.scorecard-logo{
  width:212px;
  height:auto;
  max-width:100%;
  object-fit:contain;
  background:transparent;
  padding:0;
  border-radius:0;
}
.attendee-screen-scorecard .attendee-brandbar{
  padding:34px 26px 0;
  justify-content:center;
}
.attendee-screen-scorecard .attendee-brand-copy{
  display:none;
}
.scorecard-scroll-layer{
  position:absolute;
  left:0;
  right:0;
  top:304px;
  bottom:258px;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  z-index:4;
}
.scorecard-scroll-layer::-webkit-scrollbar{
  display:none;
}
.scorecard-intro{
  position:absolute;
  left:24px;
  right:24px;
  top:178px;
  margin:0;
  display:grid;
  gap:8px;
  color:#fff;
  text-align:center;
}
.scorecard-intro p{
  margin:0;
  font-family:var(--font-body);
  font-size:.86rem;
  line-height:1.16;
  font-weight:700;
  color:#fff;
}
.scorecard-overlay-list{
  position:static;
  display:grid;
  gap:0;
  padding:0;
  align-content:start;
}
.scorecard-overlay-item{
  min-height:62px;
  display:grid;
  grid-template-columns:1fr 34px;
  gap:14px;
  align-items:center;
  padding:8px 24px 8px 48px;
  text-decoration:none;
  color:#fff;
  background:transparent;
  border-top:1px solid rgba(255,255,255,1);
}
.scorecard-overlay-item:last-child{
  border-bottom:1px solid rgba(255,255,255,1);
}
.scorecard-overlay-item.done{
  background:rgba(255,255,255,.04);
}
.scorecard-overlay-number{
  font-family:var(--font-display);
  font-size:1.35rem;
  line-height:1;
  color:rgba(255,255,255,.94);
}
.scorecard-overlay-copy{
  display:grid;
  gap:0;
}
.scorecard-overlay-copy strong{
  font-family:var(--font-display);
  color:#fff;
  font-size:20px;
  line-height:100%;
  font-weight:500;
  text-shadow:0 1px 3px rgba(65,0,8,.32);
}
.scorecard-legal-bottom{
  display:block;
  margin:8px auto 0;
  max-width:316px;
  color:#fff;
  font-family:var(--font-body);
  font-size:5px;
  line-height:112%;
  font-weight:600;
  text-align:center;
  overflow-wrap:break-word;
}
.scorecard-overlay-copy span{
  display:none;
  max-width:210px;
  font-size:.72rem;
  line-height:1.12;
  color:rgba(255,255,255,.78);
}
.scorecard-bottle{
  width:28px;
  height:56px;
  object-fit:contain;
  justify-self:end;
  opacity:1;
  filter:none;
}
.scorecard-bottle.complete{
  opacity:1;
  filter:none;
}
.scorecard-fanotron-footer{
  position:absolute;
  left:0;
  right:0;
  bottom:10px;
  display:block;
  height:120px;
  z-index:8;
  overflow:visible;
}
.scorecard-fanotron-ribbon{
  position:absolute;
  left:-6%;
  width:112%;
  max-width:none;
  bottom:104px;
  height:auto;
}
.scorecard-fanotron-copy{
  display:none;
}
.scorecard-fanotron-copy-link{
  display:none;
}
.scorecard-fanotron-lockup{
  position:absolute;
  right:18px;
  bottom:116px;
  width:102px;
  display:flex;
  justify-content:flex-end;
  z-index:15;
}
.scorecard-fanotron-lockup img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.attendee-screen-qr,
.attendee-screen-camera{
  aspect-ratio:393/852;
  background:var(--coke-core-red);
}
.attendee-screen-qr .attendee-brand-copy,
.attendee-screen-camera .attendee-brand-copy{
  display:none;
}
.attendee-qr-frame,
.attendee-camera-frame{
  margin:0 auto;
}
.attendee-qr-stage,
.attendee-camera-stage{
  position:relative;
  min-height:346px;
  border-radius:0;
  background:#6a0d17;
  box-shadow:0 18px 44px rgba(52,0,8,.22);
}
.attendee-qr-stage video,
.attendee-camera-stage video,
.attendee-camera-stage canvas{
  width:100%;
  height:100%;
  object-fit:cover;
}
.camera-capture-flash{
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.96);
  opacity:0;
  pointer-events:none;
  z-index:4;
}
.camera-capture-flash.is-flashing{
  animation:cameraFlashPulse .52s ease-out;
}
@keyframes cameraFlashPulse{
  0%{opacity:0}
  18%{opacity:1}
  100%{opacity:0}
}
.camera-stage-preview{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:2;
  background:#2b0007;
}
@keyframes homeRibbonFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@keyframes homeRibbonLockupFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-3px)}
}
@keyframes scorecardRibbonFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-5px)}
}
.attendee-scan-guides{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:6;
  background:
    linear-gradient(#fff,#fff) top left/36px 6px no-repeat,
    linear-gradient(#fff,#fff) top left/6px 36px no-repeat,
    linear-gradient(#fff,#fff) top right/36px 6px no-repeat,
    linear-gradient(#fff,#fff) top right/6px 36px no-repeat,
    linear-gradient(#fff,#fff) left 0 bottom 13px/36px 6px no-repeat,
    linear-gradient(#fff,#fff) left 0 bottom 13px/6px 36px no-repeat,
    linear-gradient(#fff,#fff) right 0 bottom 13px/36px 6px no-repeat,
    linear-gradient(#fff,#fff) right 0 bottom 13px/6px 36px no-repeat;
  opacity:.96;
}
#qrReader,
#qrReader > div,
#qrReader video,
#qrReader canvas{
  width:100% !important;
  height:100% !important;
}
#qrReader{
  display:grid;
  place-items:stretch;
  position:relative;
  z-index:1;
}
#qrReader > div,
#qrReader__scan_region,
#qrReader video,
#qrReader canvas{
  position:relative;
  z-index:1;
}
#qrReader video,
#qrReader canvas{
  object-fit:cover;
}
#qrReader__scan_region{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  width:100% !important;
  height:100% !important;
}
#qrReader__scan_region > *{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}
#qrReader__scan_region img,
#qrReader__scan_region svg{
  width:100% !important;
  height:100% !important;
  object-fit:cover;
  opacity:0 !important;
}
#qrReader__scan_region::before,
#qrReader__scan_region::after{
  display:none !important;
}
#qrReader__dashboard{
  display:none !important;
}
.attendee-stage-overlay[hidden],
.attendee-popup[hidden]{
  display:none !important;
}
.attendee-popup{
  position:absolute;
  left:28px;
  right:28px;
  bottom:132px;
  display:grid;
  gap:6px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(30,0,5,.84);
  color:#fff;
  text-align:center;
  z-index:4;
  box-shadow:0 16px 32px rgba(59,0,7,.28);
  backdrop-filter:blur(8px);
}
.attendee-popup-stage{
  left:18px;
  right:18px;
  top:50%;
  bottom:auto;
  transform:translateY(-50%);
  z-index:5;
}
.attendee-popup-close{
  position:absolute;
  top:10px;
  right:10px;
  width:24px;
  height:24px;
  border:0;
  border-radius:999px;
  background:transparent;
  padding:0;
  cursor:pointer;
}
.attendee-popup-close::before,
.attendee-popup-close::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:12px;
  height:2px;
  background:#fff;
  transform-origin:center;
}
.attendee-popup-close::before{transform:translate(-50%,-50%) rotate(45deg)}
.attendee-popup-close::after{transform:translate(-50%,-50%) rotate(-45deg)}
.attendee-popup strong{
  font-size:1rem;
  line-height:1.1;
}
.attendee-popup span{
  font-size:.84rem;
  line-height:1.18;
}
.attendee-screen-bottom-camera{
  left:34px;
  right:34px;
  bottom:120px;
  grid-template-columns:1fr;
}
.attendee-close-button{
  position:absolute;
  top:44px;
  right:24px;
  width:38px;
  height:38px;
  border-radius:999px;
  border:2px solid rgba(255,255,255,.95);
  background:transparent;
  z-index:2;
}
.attendee-screen-qr .attendee-close-button{
  top:48px;
  right:20px;
  width:32px;
  height:32px;
  border-width:1.5px;
  border-color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.03);
}
.attendee-screen-qr .attendee-close-button::before,
.attendee-screen-qr .attendee-close-button::after{
  width:14px;
  opacity:.88;
}
.attendee-close-button::before,
.attendee-close-button::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:20px;
  height:2px;
  background:#fff;
  transform-origin:center;
}
.attendee-close-button::before{transform:translate(-50%,-50%) rotate(45deg)}
.attendee-close-button::after{transform:translate(-50%,-50%) rotate(-45deg)}
.attendee-title-block{
  display:grid;
  gap:10px;
  justify-items:center;
  text-align:center;
  color:#fff;
  padding:94px 26px 0;
}
.attendee-title-block h2{
  margin:0;
  max-width:320px;
  font-family:var(--font-display);
  font-size:clamp(2rem,7vw,3.8rem);
  line-height:.92;
  color:#fff;
}
.attendee-title-block-qr{
  padding-left:36px;
  padding-right:36px;
}
.attendee-title-block-qr h2{
  max-width:328px;
  font-size:clamp(1.7rem,6vw,3rem);
}
.attendee-title-block-qr p{
  max-width:286px;
}
.attendee-title-block p{
  margin:0;
  max-width:320px;
  font-size:1rem;
  line-height:1.14;
  color:#fff;
  font-weight:700;
}
.attendee-inline-note{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  font-size:.76rem;
  font-weight:700;
}
.attendee-inline-note-danger{
  background:rgba(127,12,29,.42);
}
.attendee-screen-recovery{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:calc(100svh - 32px);
  padding:34px 24px;
  text-align:center;
}
.attendee-recovery-card{
  width:100%;
  max-width:320px;
  display:grid;
  gap:16px;
  justify-items:center;
  color:#fff;
}
.attendee-recovery-kicker{
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.attendee-recovery-card h1{
  margin:0;
  font-family:var(--font-better-with);
  font-size:clamp(2.45rem, 15vw, 4.2rem);
  line-height:.86;
}
.attendee-recovery-card p{
  margin:0;
  max-width:290px;
  font-size:1rem;
  line-height:1.18;
  font-weight:800;
}
.attendee-recovery-actions{
  display:grid;
  gap:12px;
  justify-items:center;
  margin-top:4px;
}
.attendee-recovery-link{
  color:#fff;
  font-size:.9rem;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:4px;
}
.attendee-recovery-code{
  margin-top:8px;
  color:rgba(255,255,255,.62);
  font-size:.78rem;
  font-weight:800;
}
.attendee-square-stage{
  width:calc(100% - 56px);
  max-width:338px;
  aspect-ratio:1/1;
  border:4px solid #fff;
  overflow:hidden;
}
.attendee-stage-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  text-align:center;
  background:linear-gradient(180deg, rgba(47,0,8,.1), rgba(47,0,8,.24));
  color:#fff;
  pointer-events:none;
}
.attendee-stage-overlay > *{
  width:min(100%, 276px);
  padding:10px 14px;
  border-radius:999px;
  background:rgba(80,7,16,.44);
  backdrop-filter:blur(4px);
}
.attendee-stage-overlay strong{
  display:block;
  font-size:.96rem;
  line-height:1.08;
  letter-spacing:.01em;
}
.attendee-stage-overlay span{
  display:none;
}
.attendee-debug-form{
  position:absolute;
  left:28px;
  right:28px;
  bottom:92px;
  display:grid;
  gap:10px;
}
.attendee-debug-form input{
  padding:12px 14px;
  border-radius:16px;
  border:0;
}
.attendee-pill-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:176px;
  min-height:44px;
  margin:0 auto;
  padding:0 28px;
  border-radius:999px;
  background:#fff;
  color:var(--coke-core-red);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-weight:800;
  font-size:.88rem;
  box-shadow:0 12px 28px rgba(88,0,10,.2);
}
.attendee-pill-button-inline{
  min-width:156px;
  min-height:38px;
  font-size:.78rem;
}
.attendee-title-block-camera{
  padding-top:48px;
}
.attendee-title-block-camera h2{
  font-size:clamp(1.8rem,6vw,3.1rem);
}
.attendee-title-block-camera p{
  max-width:308px;
}
.attendee-screen-bottom-camera-inline{
  bottom:34px;
}
.attendee-screen-bottom-camera-static{
  position:static;
  left:auto;
  right:auto;
  bottom:auto;
  margin:10px 28px 0;
}
.attendee-screen-patterned{
  background:
    url('/static/worldcup_brand/client_assets/congrats_bottle_background_v2.png') center/cover no-repeat,
    var(--coke-core-red);
}
.attendee-screen-complete{
  position:relative;
  overflow:hidden;
}
.attendee-screen-complete::before{
  display:none;
}
.attendee-screen-complete > *:not(.attendee-close-button){
  position:relative;
  z-index:1;
}
.attendee-screen-complete > .attendee-close-button{
  position:absolute;
  z-index:2;
}
.attendee-brandbar-complete{
  padding-top:44px;
}
.attendee-screen-scan-complete,
.attendee-screen-final-complete{
  display:grid;
  align-content:start;
}
.scan-complete-message,
.completion-final-message{
  display:grid;
  justify-items:center;
  text-align:center;
  color:#fff;
  padding:18px 28px 40px;
}
.scan-complete-message{
  align-content:start;
  gap:24px;
  margin-top:72px;
}
.scan-complete-message h2,
.completion-final-message h2{
  margin:0;
  font-family:var(--font-display-compressed);
  font-weight:500;
  text-transform:uppercase;
  font-size:64px;
  line-height:.86;
  letter-spacing:.002em;
  color:#fff;
}
.scan-complete-message p,
.completion-final-message p{
  margin:0;
  max-width:334px;
  font-family:var(--font-body);
  font-size:1.14rem;
  line-height:1.18;
  font-weight:700;
  color:#fff;
}
.attendee-screen-final-complete{
  display:grid;
  align-content:start;
}
.completion-final-message{
  gap:18px;
  margin-top:94px;
}
.completion-final-message .completion-final-subhead{
  font-family:"Better With", "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  font-size:30px;
  line-height:.96;
  font-weight:700;
}
.completion-final-logo{
  width:min(298px,88%);
  height:auto;
  margin-top:0;
}
.completion-final-message .completion-final-body{
  max-width:342px;
  margin-top:106px;
  font-size:1.04rem;
  line-height:1.18;
}
.attendee-pill-button-final{
  margin-top:0;
  min-height:36px;
  min-width:176px;
  font-size:.88rem;
}
.attendee-sheet{
  display:grid;
  gap:14px;
  padding:20px;
  border-radius:28px;
  background:linear-gradient(180deg, #c8151b 0%, #b01019 100%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 20px 50px rgba(104,18,31,.16);
  color:#fff;
}
.attendee-sheet h3,
.attendee-sheet strong,
.attendee-sheet .eyebrow,
.attendee-sheet .muted{
  color:#fff;
}
.attendee-sheet .muted{
  opacity:.84;
}
.attendee-sheet .status-chip{
  background:rgba(255,255,255,.14);
  color:#fff;
}
.attendee-sheet .status-chip.success{
  background:rgba(34,197,94,.22);
  color:#fff;
}
.attendee-sheet .status-chip.danger{
  background:rgba(127,12,29,.52);
  color:#fff;
}
.attendee-sheet .consent-row{
  color:#fff;
}
.attendee-sheet button,
.attendee-sheet .button{
  background:linear-gradient(135deg,#7f0f1d,#5b0413);
  color:#fff;
}
.attendee-sheet button.secondary,
.attendee-sheet .button.secondary{
  background:#fff;
  color:#b01019;
}
.attendee-sheet input[type="checkbox"]{
  accent-color:#fff;
}
.review-preview{
  background:#8f0c1d;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);
}
.attendee-review-layout{display:grid;gap:16px}
.attendee-screen-gallery{
  min-height:620px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 22%),
    radial-gradient(circle at 20% 72%, rgba(255,255,255,.14), transparent 18%),
    linear-gradient(180deg, var(--coke-core-red) 0%, #b93436 52%, #8e0818 100%);
}
.attendee-gallery-copy{
  position:absolute;
  left:28px;
  right:28px;
  top:168px;
  display:grid;
  gap:12px;
  color:#fff;
}
.attendee-gallery-copy h2{font-size:2.8rem;line-height:.94;color:#fff}
.attendee-gallery-copy p{margin:0;max-width:286px;line-height:1.4;color:rgba(255,255,255,.92)}
.attendee-gallery-metrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:6px;
}
.attendee-metric-card{
  display:grid;
  gap:4px;
  padding:14px 16px;
  border-radius:20px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(6px);
}
.attendee-metric-card strong{
  font-size:1.15rem;
  line-height:1;
  color:#fff;
}
.attendee-metric-card span{
  font-size:.78rem;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
}
.attendee-screen-bottom-gallery{bottom:74px}
.gallery-card-copy{
  display:grid;
  gap:2px;
}
.gallery-card-copy strong{
  font-size:.92rem;
  color:var(--ink);
}
.attendee-screen-complete{
  min-height:620px;
  display:grid;
  place-items:center;
}
.completion-overlay-panel{
  width:min(86%, 320px);
  padding:24px 22px;
  border-radius:28px;
  background:rgba(255,255,255,.92);
  text-align:center;
  display:grid;
  gap:10px;
}
.completion-overlay-panel p{margin:0;line-height:1.4}
@media (max-width: 1100px){
  .control-hero,.concept-header,.broadcast-header{grid-template-columns:1fr;align-items:start}
  .slideshow-browser-layout,.upload-shell,.landing-shell,.review-stage,.touch-layout,.broadcast-grid,.library-layout,.concept-cards-2{grid-template-columns:1fr}
  .broadcast-program{grid-column:auto}
  .control-hero .row{width:100%}
  .control-hero .button,.control-hero .button.secondary{justify-content:center;text-align:center}
  .gallery-header-copy,.gallery-banner-copy{padding:14px}
}
@media (max-width: 860px){
  .grid-2,.grid-camera{grid-template-columns:1fr}
  .span-2{grid-column:auto}
  .shell,.admin-wrap,.slideshow-shell{padding:16px}
  .topbar,.gallery-header-copy,.slideshow-topline{align-items:flex-start;gap:12px;flex-direction:column}
  .inline-field{display:grid}
  .inline-field input{min-width:0}
  .filter-actions{grid-template-columns:1fr}
  .queue-panel,.showcase-stage{grid-template-columns:1fr}
  .library-row{grid-template-columns:1fr 1fr}
  .control-hero h1{font-size:clamp(2.2rem,10vw,3.4rem);line-height:.98}
  .control-hero .row{width:100%}
  .control-hero .button,.control-hero .button.secondary{width:100%;justify-content:center;text-align:center}
  .gallery-header-card,.gallery-banner-card{min-height:180px}
  .gallery-header-copy,.gallery-banner-copy{padding:14px}
  .gallery-header-copy .muted,.gallery-banner-copy .muted{font-size:.95rem;line-height:1.45}
  .slideshow-topline{border-radius:24px}
  .slideshow-stage{min-height:calc(100vh - 160px)}
  .slide{width:100%;height:min(68vh,560px);border-radius:22px}
  .slide-caption{left:12px;right:12px;bottom:12px;border-radius:18px;font-size:.82rem;line-height:1.35}
  .attendee-stage{width:100%;padding:0 0 24px;gap:14px}
  .attendee-screen{min-height:100svh;border-radius:0}
  .attendee-sheet{border-radius:24px 24px 0 0;margin-top:-4px}
  .attendee-screen-home{padding:0;gap:0}
  .attendee-home-hero{padding:32px 24px 10px;gap:14px}
  .attendee-home-lockup-scorecard{width:min(286px,100%)}
  .attendee-home-hero-copy{max-width:292px;font-size:19.5px;line-height:22px}
  .attendee-home-cta{min-width:168px;min-height:40px;font-size:.84rem}
  .attendee-home-legal{max-width:300px;margin-top:clamp(32px, 7.5vh, 76px);font-size:5px;line-height:112%;font-weight:600}
  .attendee-home-ribbon-wrap{padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 68px)}
  .attendee-home-ribbon-wrap{min-height:132px}
  .attendee-home-ribbon{width:112%;margin-left:-6%;top:-150px}
  .attendee-home-ribbon-copy{left:18px;bottom:calc(env(safe-area-inset-bottom, 0px) + 234px);width:196px;font-size:.72rem;line-height:.94}
  .attendee-home-ribbon-lockup{width:116px;right:14px;bottom:calc(env(safe-area-inset-bottom, 0px) + 221px)}
  .attendee-home-ribbon-link{bottom:calc(env(safe-area-inset-bottom, 0px) + 191px);height:60%}
  .fanotron-intro-hero{padding:52px 22px 0;gap:10px}
  .fanotron-intro-lockup{width:min(290px,100%)}
  .fanotron-intro-copy{max-width:212px;font-size:clamp(2.05rem, 10vw, 3.5rem)}
  .fanotron-intro-terms{max-width:252px;font-size:.5rem;line-height:1.22}
  .fanotron-intro-ribbon-wrap{min-height:144px;padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 68px)}
  .fanotron-intro-ribbon{width:114%;margin-left:-7%;top:-90px}
  .fanotron-intro-scorecard-link{width:110px;right:14px;bottom:calc(env(safe-area-inset-bottom, 0px) + 42px)}
  .attendee-brandbar{padding-top:38px}
  .attendee-close-button{
    top:54px;
    right:20px;
    width:36px;
    height:36px;
  }
  .attendee-title-block{
    padding:104px 22px 0;
    gap:8px;
  }
  .attendee-title-block h2{
    max-width:300px;
    font-size:clamp(2rem,10vw,3.1rem);
  }
  .attendee-title-block p{
    max-width:292px;
    font-size:.9rem;
  }
  .attendee-square-stage{
    width:calc(100% - 54px);
    max-width:338px;
  }
  .attendee-brandbar-center{padding:68px 24px 0}
  .attendee-qr-frame,.attendee-camera-frame{margin-top:20px}
  .attendee-screen-scorecard .attendee-brandbar{padding:30px 24px 0}
  .scorecard-logo{width:198px}
  .scorecard-intro{left:22px;right:22px;top:180px;gap:7px}
  .scorecard-intro p{font-size:.78rem}
  .scorecard-overlay-list{top:293px;bottom:178px}
  .scorecard-overlay-item{
    min-height:66px;
    grid-template-columns:30px 1fr 30px;
    gap:12px;
    padding:7px 22px;
  }
  .scorecard-overlay-copy strong{font-size:1.06rem}
  .scorecard-overlay-copy span{max-width:200px;font-size:.7rem}
  .scorecard-bottle{width:24px;height:50px}
  .scorecard-legal-bottom{left:26px;right:26px;bottom:140px;font-size:5px;line-height:112%}
  .scorecard-fanotron-footer{height:116px;bottom:10px;overflow:visible}
  .scorecard-fanotron-ribbon{width:114%;left:-7%;bottom:110px}
  .scorecard-fanotron-copy{left:16px;bottom:122px;width:196px;font-size:.86rem;line-height:.94}
  .scorecard-fanotron-copy-link{left:16px;bottom:122px;width:196px;height:56px}
  .scorecard-fanotron-lockup{width:98px;right:16px;bottom:122px}
  .attendee-gallery-copy{top:164px}
  .attendee-screen-bottom-camera-inline{
    bottom:28px;
  }
  .attendee-screen-bottom-camera-static{
    margin:12px 26px 0;
  }
  .scan-complete-message{
    margin-top:72px;
  }
  .completion-final-message{
    margin-top:94px;
  }
  .scan-complete-message p,
  .completion-final-message p{
    max-width:334px;
    font-size:1.14rem;
  }
  .utility-console-titlebar,
  .utility-console-top,
  .utility-console-bottom,
  .utility-console-media,
  .diagnostics-summary-grid,
  .utility-toggle-grid{
    grid-template-columns:1fr;
  }
  .utility-console-body .utility-settings-grid{
    grid-template-columns:1fr;
  }
  .utility-console-body .span-2{
    grid-column:span 1;
  }
  .utility-status-row{
    grid-template-columns:1fr;
  }
  .ops-wrap .slideshow-browser-layout{grid-template-columns:1fr}
  .ops-wrap .media-review-grid{
    grid-template-columns:repeat(auto-fit,minmax(160px,160px));
    justify-content:start;
  }
  .ops-wrap .review-card{
    grid-template-rows:auto 160px auto auto;
  }
  .ops-wrap .review-card img{
    height:160px;
  }
  .ops-wrap .selection-toolbar{
    align-items:flex-start;
    flex-direction:column;
  }
  .field-test-qr-grid{
    grid-template-columns:repeat(auto-fit,minmax(160px,160px));
  }
.field-test-qr-card{
    grid-template-rows:auto 160px auto;
  }
}

.attendee-scorecard-legal{
  max-width:320px;
  margin:18px auto calc(env(safe-area-inset-bottom, 0px) + 24px);
  text-align:center;
}

.fanotron-success-sheet{
  position:fixed;
  inset:0;
  z-index:70;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  gap:0;
  padding:89px 24px 28px;
  background:
    url('/static/worldcup_brand/client_assets/congrats_bottle_background_v2.png') center/cover no-repeat,
    var(--coke-core-red);
  text-align:center;
}

.fanotron-success-lockup{
  width:min(160px, 48vw);
}

.fanotron-success-copy{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:24px;
  max-width:340px;
  margin-top:78px;
}

.fanotron-success-copy h2{
  margin:0;
  color:#fff;
  font-family:var(--font-display-compressed);
  font-size:clamp(3.06rem, 16vw, 5.28rem);
  line-height:.82;
  font-weight:500;
  text-transform:uppercase;
  transform:none;
  transform-origin:center center;
}

.fanotron-success-copy p{
  margin:0;
  color:#fff;
  font-family:var(--font-body);
  font-size:1.13rem;
  line-height:1.14;
  font-weight:700;
}

.fanotron-success-copy p:not(.fanotron-success-small){
  transform:none;
  transform-origin:center center;
}

.fanotron-success-small,
.fanotron-success-small a{
  color:#fff;
  font-size:.45rem;
  line-height:1.06;
  text-decoration:none;
}
.fanotron-success-copy p.fanotron-success-small{
  font-size:.45rem;
  line-height:1.06;
}

.fanotron-success-small{
  margin-top:76px !important;
}

@media (max-width: 768px){
  .attendee-home-legal{
    max-width:292px;
    font-size:0.48rem;
    line-height:1.22;
  }

  .attendee-scorecard-legal{
    max-width:292px;
    font-size:0.48rem;
  }
}

@media (max-width: 860px){
  .attendee-screen-qr .attendee-close-button{
    top:20px;
    right:18px;
    width:30px;
    height:30px;
  }

  .attendee-title-block-qr{
    padding:36px 24px 0;
    gap:6px;
  }

  .attendee-title-block-qr h2{
    max-width:332px;
    font-size:clamp(1.7rem, 8.2vw, 2.42rem);
    line-height:.9;
  }

  .attendee-title-block-qr p{
    max-width:332px;
    font-size:.82rem;
    line-height:1.05;
  }

  .attendee-qr-frame{
    margin-top:8px;
  }

  .attendee-screen-qr .attendee-square-stage{
    width:calc(100% - 70px);
    max-width:318px;
  }

  .attendee-screen-bottom-qr{
    margin-top:10px;
  }

  .attendee-screen-bottom-qr .attendee-pill-button{
    min-width:150px;
    min-height:40px;
    padding:0 22px;
  }
}

/* Client feedback pass: tighter 160/90 attendee layouts and updated Task 4/Fan-O-Tron treatment. */
.attendee-home-lockup-scorecard,
.scorecard-logo,
.completion-final-logo{
  filter:none;
}

.fanotron-camera-lockup{
  display:block;
  width:min(184px, 62vw);
  height:auto;
  object-fit:contain;
}

.attendee-title-block-fanotron-camera{
  padding-top:77px;
  gap:8px;
}

.attendee-title-block-fanotron-camera p{
  max-width:340px;
  line-height:1.08;
}

.attendee-screen-camera-fanotron{
  min-height:auto;
  aspect-ratio:auto;
  overflow:visible;
  padding-bottom:0;
}

.attendee-screen.attendee-screen-camera-fanotron{
  min-height:auto;
  aspect-ratio:auto;
}

.attendee-screen-camera-fanotron .attendee-camera-frame{
  margin-top:10px;
}

.attendee-screen-camera-fanotron .attendee-square-stage{
  width:calc(100% - 68px);
  max-width:312px;
}
.attendee-screen-camera-fanotron .attendee-camera-stage video{
  position:absolute;
  inset:-2px 0 -8px;
  width:100%;
  height:calc(100% + 10px);
  display:block;
  object-fit:cover;
}

.attendee-screen-camera-fanotron #capturePhoto{
  font-family:var(--font-body);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
}

.attendee-switch-camera-button{
  min-height:32px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.82);
  background:rgba(255,255,255,.18);
  color:#fff;
  font-family:var(--font-body);
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.attendee-sheet-fanotron-review{
  display:none;
  padding:8px 28px 18px;
  border:0;
  border-radius:0;
  background:var(--coke-core-red);
  box-shadow:none;
}

.fanotron-photo-ready .attendee-sheet-fanotron-review{
  display:grid;
}

.attendee-sheet-fanotron-review .attendee-review-heading,
.attendee-sheet-fanotron-review .review-preview,
.attendee-sheet-fanotron-review .review-copy .muted{
  display:none;
}

.attendee-sheet-fanotron-review .attendee-review-layout{
  gap:8px;
}

.attendee-sheet-fanotron-review .consent-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:start;
  gap:9px;
  max-width:334px;
  margin:0 auto;
  font-family:var(--font-body);
  font-size:.44rem;
  line-height:1.08;
  font-weight:700;
  text-align:left;
}

.attendee-sheet-fanotron-review .consent-row input{
  width:12px;
  height:12px;
  margin:0;
}

.attendee-sheet-fanotron-review .review-copy,
.attendee-sheet-fanotron-review .stack-sm{
  display:grid;
  justify-items:center;
  gap:8px;
}

.attendee-sheet-fanotron-review #shareButton{
  min-width:176px;
  min-height:34px;
  padding:0 24px;
  border-radius:999px;
  background:#fff;
  color:var(--coke-core-red);
  font-family:var(--font-body);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.attendee-stage:not(.fanotron-photo-ready) .attendee-sheet.attendee-sheet-fanotron-review{
  display:none !important;
}

.attendee-stage.fanotron-photo-ready .attendee-sheet.attendee-sheet-fanotron-review{
  display:grid !important;
}

.attendee-sheet.attendee-sheet-fanotron-review .attendee-review-heading,
.attendee-sheet.attendee-sheet-fanotron-review .review-preview,
.attendee-sheet.attendee-sheet-fanotron-review .review-copy .muted{
  display:none !important;
}

.attendee-review-heading-fanotron{
  display:none;
}

.fanotron-success-sheet{
  background:
    url('/static/worldcup_brand/client_assets/congrats_bottle_background_v2.png') center/cover no-repeat,
    var(--coke-core-red);
}

.fanotron-success-lockup{
  width:min(160px, 48vw);
}

  .fanotron-success-copy{
    gap:24px;
  }

.fanotron-success-copy h2{
  font-family:var(--font-display-compressed);
  font-size:clamp(3.06rem, 16vw, 5.28rem);
}

@media (max-width: 860px){
  .attendee-stage{
    width:min(100%, 393px);
    padding:0;
    gap:0;
  }

  .attendee-screen{
    min-height:100svh;
    border-radius:0;
    box-shadow:none;
  }

  .attendee-screen-home{
    grid-template-rows:minmax(0,1fr) auto;
  }

  .attendee-home-hero{
    min-height:calc(100svh - 178px);
    grid-template-rows:auto 1fr auto;
    padding:32px 22px 0;
    gap:18px;
  }

  .attendee-home-primary{
    gap:18px;
    transform:translateY(20px);
  }

  .attendee-home-lockup-scorecard{
    width:min(300px,100%);
  }

  .attendee-home-hero-copy{
    max-width:292px;
    font-size:19.5px;
    line-height:22px;
  }

  .attendee-home-legal{
    align-self:end;
    max-width:300px;
    margin:0 auto 212px;
    font-size:5px;
    line-height:112%;
    font-weight:600;
  }

  .attendee-home-ribbon-wrap{
    min-height:178px;
    padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 34px);
  }

  .attendee-home-bottom-fill{
    bottom:55px;
  }

  .attendee-home-ribbon{
    width:116%;
    margin-left:-8%;
    top:-183px;
  }

  .attendee-home-ribbon-copy{
    left:22px;
    bottom:calc(env(safe-area-inset-bottom, 0px) + 222px);
    width:214px;
    font-size:.84rem;
    line-height:.92;
    text-align:center;
  }

  .attendee-home-ribbon-lockup{
    right:18px;
    bottom:calc(env(safe-area-inset-bottom, 0px) + 188px);
    width:112px;
  }

  .attendee-home-ribbon-link{
    bottom:calc(env(safe-area-inset-bottom, 0px) + 132px);
    height:92px;
  }

  .attendee-screen-scorecard .attendee-brandbar{
    padding:22px 24px 0;
  }

  .scorecard-logo{
    width:214px;
  }

  .scorecard-scroll-layer{
    top:252px;
    bottom:250px;
  }

  .scorecard-intro{
    left:22px;
    right:22px;
    top:152px;
    margin:0;
    gap:8px;
  }

  .scorecard-intro p{
    font-size:.84rem;
    line-height:1.08;
  }

  .scorecard-overlay-list{
    padding-top:0;
  }

  .scorecard-overlay-item{
    min-height:58px;
    grid-template-columns:1fr 30px;
    padding:6px 22px 6px 48px;
  }

  .scorecard-overlay-copy strong{
    font-size:20px;
    line-height:100%;
  }

  .scorecard-bottle{
    width:24px;
    height:50px;
  }

  .scorecard-legal-bottom{
    display:block;
    max-width:316px;
    margin:8px auto 0;
    font-size:5px;
    line-height:112%;
    font-weight:600;
  }

  .scorecard-fanotron-footer{
    height:128px;
    bottom:10px;
  }

  .scorecard-fanotron-ribbon{
    width:116%;
    left:-8%;
    bottom:104px;
  }

  .scorecard-fanotron-copy{
    display:none;
  }

  .scorecard-fanotron-copy-link{
    display:none;
  }

  .scorecard-fanotron-lockup{
    right:18px;
    bottom:116px;
    width:112px;
  }

  .attendee-screen-qr .attendee-close-button{
    top:18px;
    right:18px;
  }

  .attendee-title-block-qr{
    height:194px;
    padding:0 24px 20px;
    box-sizing:border-box;
    align-content:end;
    gap:6px;
  }

  .attendee-title-block-qr h2{
    max-width:340px;
    font-size:clamp(1.54rem, 7.1vw, 2.22rem);
    line-height:.88;
  }

  .attendee-title-block-qr p{
    max-width:334px;
    font-size:.8rem;
    line-height:1.08;
    font-weight:400;
  }

  .attendee-qr-frame{
    margin-top:0;
  }

  .attendee-screen-qr .attendee-square-stage{
    width:calc(100% - 70px);
    max-width:318px;
  }

  .attendee-screen-bottom-qr{
    margin-top:28px;
  }

  .attendee-title-block-fanotron-camera{
    padding:67px 22px 0;
    gap:7px;
  }

  .fanotron-camera-lockup{
    width:min(175px, 60vw);
  }

  .attendee-title-block-fanotron-camera p{
    max-width:340px;
    font-size:.74rem;
    line-height:1.1;
  }

  .attendee-camera-frame{
    margin-top:8px;
  }

  .attendee-screen-camera .attendee-square-stage{
    width:calc(100% - 64px);
    max-width:306px;
  }

  .attendee-screen-camera-fanotron .attendee-square-stage{
    width:calc(100% - 68px);
    max-width:312px;
  }

  .attendee-screen-bottom-camera-static{
    margin:8px 30px 0;
  }

  .attendee-screen-bottom-camera-static .secondary{
    min-height:38px;
  }

  .attendee-sheet{
    border-radius:0;
    padding:18px 22px calc(env(safe-area-inset-bottom, 0px) + 22px);
  }

  .attendee-review-layout{
    gap:12px;
  }

  .fanotron-intro-hero{
    min-height:calc(100svh - 160px);
    grid-template-rows:auto auto auto auto;
    padding:54px 22px 0;
    gap:0;
  }

  .fanotron-intro-lockup{
    width:min(304px,100%);
  }

  .fanotron-intro-copy{
    max-width:340px;
    font-size:clamp(2rem, 9.1vw, 3.25rem);
    line-height:.88;
    margin-top:34px;
  }

  .fanotron-intro-cta{
    margin-top:42px;
  }

  .fanotron-intro-terms{
    max-width:330px;
    margin:92px auto 0;
    font-size:4px;
    line-height:100%;
  }

  .fanotron-intro-ribbon-wrap{
    min-height:170px;
    padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 34px);
  }

  .fanotron-intro-ribbon{
    width:100%;
    margin-left:0;
    top:-136px;
  }

  .fanotron-intro-scorecard-link{
    right:18px;
    bottom:calc(env(safe-area-inset-bottom, 0px) + 142px);
    width:106px;
  }

  .attendee-brandbar-complete{
    padding-top:44px;
  }

  .scan-complete-message{
    margin-top:72px;
  }

  .completion-final-message{
    margin-top:94px;
  }

  .fanotron-success-sheet{
    justify-content:flex-start;
    padding-top:89px;
  }

  .fanotron-success-copy{
    margin-top:148px;
  }
}

/* Final Fan-O-Tron submit-state guard. Keep this at the end so mobile overrides cannot expose the old review sheet. */
.attendee-stage:not(.fanotron-photo-ready) > .attendee-sheet.attendee-sheet-fanotron-review{
  display:none !important;
}

.attendee-stage.fanotron-photo-ready > .attendee-sheet.attendee-sheet-fanotron-review{
  display:grid !important;
}

.attendee-stage > .attendee-sheet.attendee-sheet-fanotron-review .attendee-review-heading,
.attendee-stage > .attendee-sheet.attendee-sheet-fanotron-review .review-preview,
.attendee-stage > .attendee-sheet.attendee-sheet-fanotron-review .review-copy .muted{
  display:none !important;
}

/* QR live-view stable overscan: cover iOS letterboxing without fighting html5-qrcode layout. */
.attendee-screen-qr .attendee-qr-stage{
  overflow:hidden;
}

.attendee-screen-qr #qrReader,
.attendee-screen-qr #qrReader > div,
.attendee-screen-qr #qrReader__scan_region{
  width:100% !important;
  height:100% !important;
  overflow:hidden !important;
}

.attendee-screen-qr #qrReader video,
.attendee-screen-qr #qrReader canvas{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  transform:scale(1.035);
  transform-origin:center center;
}

/* Client preview only: show welcome and scorecard legal copy at 8px without moving layout anchors. */
.attendee-home-legal,
.scorecard-legal-bottom{
  font-size:8px !important;
}

/* Client preview adjustment: lower only the welcome legal copy by 30px. */
.attendee-screen-home .attendee-home-legal{
  transform:translateY(30px);
}
