/* Pagina Gasten (/guests). Ontwerp: curr/mockups/gasten-toegang.html.
   Zusje van partners.css; wat hetzelfde is heet hier ook hetzelfde, alleen met het voorvoegsel
   gu- in plaats van pt-. De gedeelde kaarten en knoppen komen uit global-styles.css en de
   dialogschil; hier staat alleen wat aan deze pagina eigen is. */

/* ── De twee kolommen: links de plekken, rechts de gasten ── */
.gu-grid { display: grid; grid-template-columns: 340px 1fr; gap: 18px; align-items: start; }

@media (max-width: 1100px) {
    .gu-grid { grid-template-columns: 1fr; }
}

/* ── Plekken ── */
.gu-seats { display: flex; flex-direction: column; }
.gu-seat-count { display: flex; align-items: baseline; gap: 6px; }
.gu-seat-count b { font-size: 1.45rem; font-weight: 800; color: rgba(255, 255, 255, 0.9); letter-spacing: -0.02em; line-height: 1; }
.gu-seat-count span { font-size: 0.78rem; font-weight: 600; color: rgba(255, 255, 255, 0.45); }

.gu-legend { display: flex; flex-direction: column; gap: 5px; margin-top: 10px; font-size: 0.76rem; }
.gu-legend div { display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.45); }
.gu-legend b { color: rgba(255, 255, 255, 0.7); font-weight: 600; margin-left: auto; }
.gu-legend .dot { width: 9px; height: 9px; border-radius: 3px; flex-shrink: 0; }
.gu-legend .dot.emp { background: var(--mud-palette-primary); }
.gu-legend .dot.gst { background: #A78BFA; }
.gu-legend .dot.free { background: rgba(255, 255, 255, 0.14); }

/* ── De lijst ── */
.gu-rows { display: flex; flex-direction: column; gap: 8px; }
.gu-row { display: grid; grid-template-columns: 44px 1fr auto auto 40px; gap: 14px; align-items: center; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 12px; background: rgba(255, 255, 255, 0.02); }
.gu-row.off { opacity: 0.72; }

.gu-av { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.86rem; color: #1b1b2a; background: var(--mud-palette-primary); }
.gu-av.grey { background: rgba(255, 255, 255, 0.14); color: rgba(255, 255, 255, 0.7); }

.gu-who .n { font-size: 0.92rem; font-weight: 700; color: rgba(255, 255, 255, 0.9); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.gu-who .note { font-size: 0.74rem; color: rgba(255, 255, 255, 0.45); margin-top: 2px; }

/* De schakelaars zonder eigen ruimte plakten aan elkaar; vandaar de vaste tussenruimte. */
.gu-chips { display: flex; gap: 6px; align-items: center; margin-top: 8px; flex-wrap: wrap; }
.gu-chip { font-size: 0.68rem; font-weight: 600; padding: 2px 8px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.55); background: rgba(255, 255, 255, 0.03); white-space: nowrap; }
.gu-chip.on { color: var(--mud-palette-primary); border-color: rgba(var(--mud-palette-primary-rgb), 0.35); background: rgba(var(--mud-palette-primary-rgb), 0.08); }

.gu-meta { text-align: right; font-size: 0.74rem; color: rgba(255, 255, 255, 0.45); min-width: 150px; display: flex; flex-direction: column; gap: 2px; }

/* ── Lege staat ── */
.gu-steps { display: flex; flex-direction: column; gap: 10px; max-width: 560px; margin: 18px auto 0; text-align: left; }
.gu-step { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 12px; background: rgba(255, 255, 255, 0.02); }
.gu-step .no { width: 30px; height: 30px; border-radius: 9px; background: rgba(var(--mud-palette-primary-rgb), 0.14); color: var(--mud-palette-primary); font-weight: 800; font-size: 0.85rem; display: flex; align-items: center; justify-content: center; }
.gu-step .t { font-size: 0.86rem; font-weight: 700; color: rgba(255, 255, 255, 0.9); }
.gu-step .h { font-size: 0.74rem; color: rgba(255, 255, 255, 0.45); margin-top: 2px; line-height: 1.4; }

/* ── Dialogen ── */
.gu-hint { font-size: 0.72rem; color: rgba(255, 255, 255, 0.45); line-height: 1.45; margin: 8px 0 0; }

.gu-group-title { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: rgba(255, 255, 255, 0.45); margin-bottom: 8px; }

.gu-scopes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.gu-scope { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 11px; background: rgba(255, 255, 255, 0.02); }
.gu-scope.on { border-color: rgba(var(--mud-palette-primary-rgb), 0.45); background: rgba(var(--mud-palette-primary-rgb), 0.07); }
.gu-scope .t { font-size: 0.82rem; font-weight: 600; color: rgba(255, 255, 255, 0.9); }
.gu-pin { font-size: 0.6rem; font-weight: 700; color: var(--mud-palette-primary); text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }

@media (max-width: 800px) {
    .gu-scopes { grid-template-columns: 1fr; }
}

.gu-picked { display: flex; flex-direction: column; gap: 6px; }
.gu-pitem { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 10px; background: rgba(255, 255, 255, 0.02); }
.gu-pitem .ty { font-size: 0.6rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 7px; border-radius: 6px; background: rgba(96, 165, 250, 0.16); color: #60A5FA; white-space: nowrap; }
.gu-pitem .n { font-size: 0.82rem; font-weight: 600; color: rgba(255, 255, 255, 0.9); }
.gu-pitem .m { font-size: 0.7rem; color: rgba(255, 255, 255, 0.45); }

.gu-candidates .t { font-size: 0.88rem; font-weight: 700; color: rgba(255, 255, 255, 0.9); }
.gu-candidates .h { font-size: 0.72rem; color: rgba(255, 255, 255, 0.45); line-height: 1.45; margin-top: 2px; }

/* De sleutel wordt overgetypt op een bouwplaats, dus groot en met ruimte tussen de tekens. */
.gu-key { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px dashed rgba(var(--mud-palette-primary-rgb), 0.5); border-radius: 12px; background: rgba(0, 0, 0, 0.25); }
.gu-key code { font-family: Menlo, Consolas, monospace; font-size: 1.15rem; letter-spacing: 0.08em; color: rgba(255, 255, 255, 0.9); font-weight: 700; }
