:root {
  --ink: #17202b;
  --muted: #667587;
  --line: #d7e0e8;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --blue: #155e9f;
  --green: #147c68;
  --gold: #a56b13;
  --red: #b43d45;
  --shadow: 0 18px 42px rgba(23, 32, 43, 0.1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; background: #edf2f6; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body.dark-mode {
  --ink: #ecf2f8;
  --muted: #a8b5c2;
  --line: #304254;
  --paper: #172232;
  --soft: #101927;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  background: #0d1521;
}
body.dark-mode input, body.dark-mode select, body.dark-mode textarea, body.dark-mode .panel, body.dark-mode .wizard-card,
body.dark-mode .preset-card, body.dark-mode .select-card, body.dark-mode .org-card, body.dark-mode .matrix-card,
body.dark-mode .metric-card, body.dark-mode .modal, body.dark-mode .event-list button, body.dark-mode .site-header,
body.dark-mode .site-footer, body.dark-mode .site-nav, body.dark-mode .admin-icon-button, body.dark-mode .microsite-card,
body.dark-mode .schedule-grid article, body.dark-mode .checkin-card {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--line);
}
body.dark-mode th { background: #213247; }
body.dark-mode td, body.dark-mode label { color: #dbe5ee; }
body.dark-mode .nav-item, body.dark-mode .footer-links button { color: #dbe5ee; }
body.dark-mode .microsite-hero { background: linear-gradient(135deg, #172232, #10251f); }
body.dark-mode .pass-lookup-hero { background: linear-gradient(135deg, #172232, #102033); }
body.dark-mode .registration-hero { background: linear-gradient(135deg, #172232, #10251f); }
body.dark-mode .admin-login { background: linear-gradient(135deg, #172232, #101927); }
body.dark-mode .pass-feature-row span, body.dark-mode .pass-lookup-hero .lookup-row { background: #172232; }
body.dark-mode .registration-highlights span { background: #172232; }
body.dark-mode .admin-feature-grid div, body.dark-mode .admin-login-card, body.dark-mode .admin-workspace-header,
body.dark-mode .admin-home-hero, body.dark-mode .audit-hero, body.dark-mode .audit-entry-body,
body.dark-mode .audit-filters button { background: #172232; }
body.dark-mode .admin-tabs { background: #101927; }
body.dark-mode .audit-hero { background: radial-gradient(circle at 10% 20%, rgba(20,124,104,.22), transparent 28%), linear-gradient(135deg, #172232, #102033); }
body.dark-mode .audit-entry-body p { color: #dbe5ee; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
input, select, textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #c8d4df;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
}
textarea { min-height: 96px; resize: vertical; line-height: 1.45; }
input:focus, select:focus, textarea:focus, button:focus-visible { outline: 3px solid rgba(21, 94, 159, 0.18); border-color: var(--blue); }
label { display: grid; gap: 7px; color: #344457; font-size: .88rem; font-weight: 700; }

.app-shell { min-height: 100vh; display: flex; flex-direction: column; }
.site-header { position: sticky; top: 0; z-index: 10; min-height: 78px; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 14px clamp(16px, 4vw, 54px); }
.brand { display: flex; gap: 12px; align-items: center; }
.brand-mark { width: 46px; height: 46px; border-radius: 8px; display: grid; place-items: center; background: var(--green); font-weight: 800; }
.brand-mark.has-logo { background: #fff; overflow: hidden; padding: 4px; }
.brand-mark img { max-width: 100%; max-height: 100%; object-fit: contain; }
.brand strong, .brand span { display: block; }
.brand span { color: var(--muted); font-size: .82rem; margin-top: 3px; }
.site-nav { justify-self: center; display: flex; gap: 8px; align-items: center; }
.nav-item { min-height: 42px; border: 0; border-radius: 999px; background: transparent; color: #3f4d5d; padding: 0 14px; text-align: center; font-weight: 800; }
.nav-item.active, .nav-item:hover { background: #edf8f5; color: var(--green); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.admin-icon-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.1rem; display: grid; place-items: center; }
.admin-icon-button:hover, .admin-icon-button:focus-visible { border-color: var(--green); color: var(--green); }

.workspace { min-width: 0; }
.topbar { min-height: 78px; background: transparent; display: flex; align-items: center; gap: 18px; justify-content: space-between; padding: 22px clamp(16px, 4vw, 54px) 0; }
body.microsite-route .topbar, body.pass-route .topbar, body.registration-route .topbar, body.admin-route .topbar { display: none; }
.icon-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.breadcrumb { margin: 0; color: var(--muted); font-size: .82rem; }
.topbar h1 { margin: 2px 0 0; font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: 0; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.notification-pill, .profile-menu { min-height: 38px; display: inline-flex; align-items: center; border-radius: 999px; padding: 0 12px; border: 1px solid var(--line); background: var(--soft); color: #334457; font-size: .86rem; white-space: nowrap; }

.content { width: 100%; max-width: 1320px; margin: 0 auto; padding: 24px clamp(14px, 3vw, 32px) 64px; }
body.admin-route .content { max-width: none; padding: 18px clamp(12px, 1.4vw, 24px) 56px; }
body.admin-route .workspace, body.admin-route #adminView, body.admin-route #adminConsole { width: 100%; }
.eyebrow { color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.countdown-banner { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; background: #17202b; color: #fff; border-radius: 8px; padding: 22px; margin-bottom: 18px; }
body.admin-route .countdown-banner { display: none; }
.countdown-banner h2, .countdown-banner p { margin: 6px 0 0; }
.countdown-banner p { color: #c7d2de; line-height: 1.5; max-width: 720px; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 74px); gap: 8px; }
.countdown-grid div { background: rgba(255,255,255,.1); border-radius: 8px; min-height: 74px; display: grid; place-items: center; padding: 8px; }
.countdown-grid strong { font-size: 1.45rem; }
.countdown-grid span { color: #c7d2de; font-size: .75rem; }

.view { display: none; }
.view.active { display: block; }
.panel, .wizard-card { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: clamp(18px, 3vw, 30px); }
.registration-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 30px; align-items: center; min-height: 430px; margin-bottom: 22px; border: 1px solid var(--line); border-radius: 8px; padding: clamp(24px, 5vw, 52px); background: radial-gradient(circle at 16% 18%, rgba(20,124,104,.18), transparent 30%), radial-gradient(circle at 86% 20%, rgba(165,107,19,.18), transparent 26%), linear-gradient(135deg, #ffffff, #f1f8fb); box-shadow: var(--shadow); overflow: hidden; }
.registration-hero h2 { font-size: clamp(2.4rem, 5vw, 5rem); line-height: .98; margin: 8px 0; letter-spacing: 0; max-width: 760px; }
.registration-hero p { color: var(--muted); font-size: 1.06rem; line-height: 1.6; max-width: 680px; }
.registration-highlights { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.registration-highlights span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; color: var(--green); font-weight: 800; font-size: .82rem; }
.registration-visual { position: relative; min-height: 320px; }
.registration-visual img { width: 100%; height: 320px; object-fit: cover; display: block; border-radius: 8px; border: 6px solid #fff; box-shadow: 0 24px 58px rgba(23, 32, 43, .2); }
.registration-floating-card { position: absolute; left: 18px; right: 18px; bottom: -14px; display: grid; gap: 6px; padding: 16px; border-radius: 8px; background: rgba(23, 32, 43, .92); color: #fff; box-shadow: var(--shadow); }
.registration-floating-card span { color: #dbe5ee; line-height: 1.4; }
body.registration-route .wizard-card { border-top: 4px solid var(--green); }
.alert-host { min-height: 0; }
.alert { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 0 0 14px; border-radius: 8px; padding: 12px 14px; background: #edf8f5; color: var(--green); border: 1px solid #b8ded4; font-weight: 700; }
.alert.error { background: #fff2f3; color: var(--red); border-color: #f0b9bd; }
.alert.warning, .alert.always { background: #fff8e9; color: var(--gold); border-color: #eed49b; }
.alert button { border: 0; background: transparent; font-size: 1.2rem; }

.wizard-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-bottom: 26px; }
.step-button { border: 1px solid var(--line); border-radius: 8px; background: var(--soft); min-height: 62px; padding: 8px; display: grid; gap: 6px; color: #405066; font-weight: 700; }
.step-button span { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; margin: auto; background: #dbe4ec; }
.step-button.active { background: #eaf4fc; border-color: #a8cae7; color: var(--blue); }
.step-button.done span, .step-button.active span { background: var(--blue); color: #fff; }
.section-title { margin-bottom: 18px; }
.section-title h2 { margin: 6px 0; font-size: clamp(1.6rem, 3vw, 2.5rem); letter-spacing: 0; }
.section-title p { margin: 0; color: var(--muted); line-height: 1.55; max-width: 820px; }
.form-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.wide { grid-column: 1 / -1; }
.preset-toolbar { margin-bottom: 12px; max-width: 420px; }
.preset-grid, .card-grid, .core-grid, .matrix-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 22px; }
.preset-card, .select-card, .org-card, .matrix-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 14px; text-align: left; }
.preset-card { min-height: 180px; display: grid; gap: 8px; }
.preset-card span { justify-self: start; background: #eaf4fc; color: var(--blue); border-radius: 999px; padding: 5px 8px; font-size: .75rem; font-weight: 800; }
.preset-card small, .org-card small { color: var(--muted); }
.preset-card p, .org-card p, .matrix-card p { color: var(--muted); line-height: 1.45; margin: 0; }
.preset-card.selected, .select-card.selected, .org-card.registered { border-color: var(--green); box-shadow: inset 0 0 0 2px rgba(20,124,104,.12); }
.nominee-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.nominee-tabs button, .pagination button, .row-actions button, .admin-tabs button { border: 1px solid var(--line); border-radius: 6px; background: #fff; min-height: 38px; padding: 0 12px; font-weight: 700; color: #405066; }
.nominee-tabs .active, .admin-tabs .active { background: var(--ink); color: #fff; border-color: var(--ink); }
.pill-grid, .toggle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 8px; }
.pill, .toggle-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 10px 12px; text-align: left; }
.pill.selected { background: #edf8f5; border-color: #acd8ce; color: var(--green); font-weight: 800; }
.toggle-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.toggle-card small { color: var(--muted); display: block; margin-top: 4px; line-height: 1.35; }
.toggle-card input { width: 20px; min-height: 20px; flex: 0 0 20px; }
.select-card { min-height: 74px; font-weight: 800; text-align: center; }
.submit-summary { margin-top: 16px; display: grid; gap: 6px; background: var(--soft); border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.submit-summary span { color: var(--muted); }
.wizard-actions { display: flex; gap: 10px; justify-content: flex-end; border-top: 1px solid var(--line); margin-top: 24px; padding-top: 18px; }
.event-selector { display: grid; grid-template-columns: minmax(280px, 420px) 1fr; gap: 14px; align-items: end; background: var(--soft); border: 1px solid var(--line); border-radius: 8px; padding: 14px; margin-bottom: 20px; }
.event-selector div { display: grid; gap: 4px; }
.event-selector span, .event-selector small { color: var(--muted); }

.primary-button, .secondary-button, .danger-button, .file-button { min-height: 44px; border-radius: 6px; padding: 0 15px; font-weight: 800; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.primary-button { background: var(--green); border-color: var(--green); color: #fff; }
.secondary-button { background: #eaf4fc; border-color: #bfd8ec; color: var(--blue); }
.danger-button { background: #fff2f3; border-color: #efb8bd; color: var(--red); }
.small-button { min-height: 36px; padding: 0 11px; font-size: .82rem; justify-self: start; }
.danger-button.small { margin-top: 14px; min-height: 38px; }
.file-button { background: #fff; border-color: var(--line); color: var(--ink); position: relative; }
.file-button input { position: absolute; width: 1px; height: 1px; min-height: 1px; opacity: 0; }

.pass-lookup-hero { display: grid; grid-template-columns: minmax(0, .96fr) minmax(360px, .72fr); gap: 32px; align-items: center; min-height: 430px; margin-bottom: 22px; border: 1px solid var(--line); border-radius: 8px; padding: clamp(22px, 5vw, 48px); background: radial-gradient(circle at 12% 12%, rgba(21,94,159,.18), transparent 28%), radial-gradient(circle at 86% 82%, rgba(20,124,104,.2), transparent 28%), linear-gradient(135deg, #ffffff, #f2f7fb); box-shadow: var(--shadow); overflow: hidden; }
.pass-lookup-copy h2 { font-size: clamp(2.5rem, 5vw, 5rem); line-height: .98; margin: 8px 0; letter-spacing: 0; max-width: 720px; }
.pass-lookup-copy p { color: var(--muted); font-size: 1.05rem; line-height: 1.6; max-width: 680px; }
.pass-feature-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.pass-feature-row span { border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--green); font-weight: 800; padding: 8px 11px; font-size: .82rem; }
.pass-lookup-hero .lookup-row { max-width: 720px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 8px; box-shadow: 0 18px 42px rgba(23, 32, 43, .12); }
.pass-lookup-hero .lookup-row input { border: 0; background: transparent; }
.pass-visual { position: relative; min-height: 340px; }
.pass-visual img { width: 100%; height: 340px; display: block; object-fit: cover; border-radius: 8px; border: 6px solid #fff; box-shadow: 0 24px 58px rgba(23, 32, 43, .22); }
.floating-pass-card { position: absolute; left: -16px; bottom: 22px; width: 210px; min-height: 128px; border: 1px solid rgba(255,255,255,.7); border-radius: 8px; padding: 18px; background: rgba(23, 32, 43, .92); color: #fff; box-shadow: var(--shadow); display: grid; align-content: center; gap: 6px; }
.floating-pass-card span { color: #bddbd4; text-transform: uppercase; font-size: .76rem; font-weight: 800; }
.floating-pass-card strong { font-size: 1.7rem; }
.floating-pass-card small { color: #dbe5ee; }
.pass-lookup-panel { display: grid; grid-template-columns: 1fr minmax(320px, 520px); gap: 22px; align-items: end; margin-bottom: 18px; }
.lookup-row { display: flex; gap: 10px; }
.pass-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; }
.pass-banner { display: flex; justify-content: space-between; gap: 16px; background: #17202b; color: #fff; padding: 22px; }
.pass-banner h2, .pass-banner p { margin: 4px 0 0; }
.pass-banner p { color: #c7d2de; }
.pass-brand-lockup { display: flex; gap: 16px; align-items: flex-start; min-width: 0; }
.pass-logo { width: 82px; height: 82px; border-radius: 8px; background: #fff; padding: 8px; display: grid; place-items: center; flex: 0 0 82px; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.pass-logo img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.pass-logo-fallback { background: var(--green); color: #fff; font-weight: 900; font-size: 1.25rem; }
.pass-qr img { background: #fff; border-radius: 8px; padding: 6px; width: 160px; height: 160px; }
.pass-qr small { display: block; color: #c7d2de; text-align: center; margin-top: 5px; }
.pass-body, .pass-footer { padding: 18px 22px; border-bottom: 1px solid var(--line); }
.pass-body { position: relative; isolation: isolate; overflow: hidden; min-height: 132px; display: grid; align-content: center; }
.pass-body h3, .pass-body p, .pass-body code, .nominee-pass-body span, .nominee-pass-body h2, .nominee-pass-body p, .nominee-pass-body strong, .nominee-pass-body small { position: relative; z-index: 1; }
.pass-body h3 { margin: 0 0 4px; font-size: 1.6rem; }
.pass-body p { color: var(--muted); margin: 0 0 12px; }
.pass-body code, table code { background: #f0f4f7; border-radius: 6px; padding: 5px 7px; }
.pass-watermark-logo { position: absolute; z-index: 0; right: 24px; top: 50%; width: min(42%, 260px); max-height: 160px; transform: translateY(-50%); object-fit: contain; opacity: .08; pointer-events: none; filter: grayscale(1); }
.pass-watermark-text { position: absolute; z-index: 0; right: 24px; top: 50%; transform: translateY(-50%); color: var(--green); font-size: clamp(4rem, 13vw, 8rem); font-weight: 900; line-height: 1; opacity: .07; pointer-events: none; }
.delegate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 18px 22px; }
.delegate-card { border: 1px solid var(--line); border-radius: 8px; padding: 14px; display: grid; gap: 5px; }
.delegate-card span { color: var(--green); font-size: .78rem; font-weight: 800; }
.delegate-card p, .delegate-card small { color: var(--muted); margin: 0; }
.pass-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; border-bottom: 0; }
.single-nominee-pass { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; margin-bottom: 18px; }
.nominee-print-modal { max-width: 720px; }
.nominee-pass-body { position: relative; isolation: isolate; overflow: hidden; display: grid; gap: 8px; padding: 38px 28px; text-align: center; min-height: 250px; align-content: center; }
.nominee-pass-body .pass-watermark-logo { left: 50%; right: auto; width: min(62%, 340px); max-height: 210px; transform: translate(-50%, -50%); opacity: .075; }
.nominee-pass-body .pass-watermark-text { left: 50%; right: auto; transform: translate(-50%, -50%); font-size: clamp(5rem, 20vw, 10rem); opacity: .065; }
.nominee-pass-body span { color: var(--green); font-weight: 800; text-transform: uppercase; font-size: .8rem; }
.nominee-pass-body h2 { font-size: 2.3rem; margin: 0; }
.nominee-pass-body p { margin: 0; color: var(--muted); font-size: 1.1rem; }
.nominee-pass-body strong { font-size: 1.2rem; }
.nominee-pass-body small { color: var(--muted); }

.admin-login { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 430px); gap: 30px; align-items: stretch; min-height: 560px; border: 1px solid var(--line); border-radius: 8px; padding: clamp(24px, 5vw, 52px); background: radial-gradient(circle at 12% 16%, rgba(20,124,104,.22), transparent 30%), radial-gradient(circle at 82% 12%, rgba(21,94,159,.2), transparent 26%), linear-gradient(135deg, #fff, #f2f7fb); box-shadow: var(--shadow); overflow: hidden; }
.admin-entrance { display: grid; align-content: center; gap: 14px; }
.admin-login h2 { font-size: clamp(2.4rem, 5vw, 5rem); line-height: .98; margin: 0; letter-spacing: 0; max-width: 760px; }
.admin-login p { color: var(--muted); line-height: 1.6; max-width: 720px; }
.admin-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 10px; max-width: 760px; }
.admin-feature-grid div { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 8px; padding: 16px; display: grid; gap: 6px; box-shadow: 0 14px 32px rgba(23,32,43,.08); }
.admin-feature-grid span { color: var(--muted); line-height: 1.4; }
.login-form { display: grid; gap: 14px; background: var(--soft); border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.admin-login-card { align-self: center; background: rgba(255,255,255,.94); padding: 24px; box-shadow: 0 24px 58px rgba(23,32,43,.16); }
.login-card-header { display: flex; align-items: center; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.login-card-header strong, .login-card-header small { display: block; }
.login-card-header small, .login-security-note { color: var(--muted); }
.admin-lock-icon { width: 44px; height: 44px; border-radius: 50%; background: #edf8f5; display: grid; place-items: center; }
.login-security-note { margin: 0; font-size: .84rem; line-height: 1.5; }
.admin-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 18px; align-items: start; width: 100%; }
.admin-tabs { position: sticky; top: 92px; min-height: calc(100vh - 132px); background: #13202c; color: #fff; border-radius: 8px; padding: 16px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 16px; }
.admin-nav-brand { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 14px; }
.admin-nav-mark { width: 42px; height: 42px; border-radius: 8px; display: grid; place-items: center; background: var(--green); color: #fff; font-weight: 900; }
.admin-nav-brand strong, .admin-nav-brand small { display: block; }
.admin-nav-brand small, .admin-nav-group > span, .admin-nav-footer small { color: #b9c6d2; }
.admin-nav-group { display: grid; gap: 7px; }
.admin-nav-group > span { font-size: .72rem; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; margin-bottom: 2px; }
.admin-tabs button[data-admin-tab] { width: 100%; min-height: 42px; border: 0; border-radius: 8px; background: transparent; color: #dbe5ee; display: flex; align-items: center; gap: 10px; text-align: left; padding: 0 10px; font-weight: 800; }
.admin-tabs button[data-admin-tab] i { width: 25px; height: 25px; border-radius: 7px; display: grid; place-items: center; background: rgba(255,255,255,.08); font-style: normal; flex: 0 0 25px; }
.admin-tabs button[data-admin-tab].active, .admin-tabs button[data-admin-tab]:hover { background: rgba(255,255,255,.1); color: #fff; }
.admin-tabs button[data-admin-tab].active i { background: var(--green); color: #fff; }
.admin-nav-footer { margin-top: auto; border-top: 1px solid rgba(255,255,255,.12); padding-top: 14px; display: grid; gap: 6px; }
#adminContent { min-width: 0; display: grid; gap: 16px; }
.admin-workspace-header { display: flex; justify-content: space-between; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: var(--shadow); }
.admin-workspace-header h2 { margin: 4px 0 0; font-size: clamp(1.5rem, 3vw, 2.35rem); letter-spacing: 0; }
.admin-status-pills { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.admin-status-pills span { border: 1px solid var(--line); border-radius: 999px; background: var(--soft); color: var(--muted); padding: 7px 10px; font-size: .8rem; font-weight: 800; }
.admin-home-hero { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: radial-gradient(circle at 10% 20%, rgba(20,124,104,.16), transparent 28%), linear-gradient(135deg, #fff, #f2f7fb); box-shadow: var(--shadow); }
.admin-home-hero h3 { margin: 4px 0; font-size: clamp(1.7rem, 3.4vw, 3rem); line-height: 1.05; }
.admin-home-hero p { margin: 0; color: var(--muted); line-height: 1.45; }
.admin-home-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.dashboard-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-bottom: 0; }
.metric-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; box-shadow: 0 12px 30px rgba(23, 32, 43, .07); }
.metric-card span { color: var(--muted); display: block; font-size: .84rem; }
.metric-card strong { display: block; font-size: 2rem; margin-top: 7px; }
.metric-card small { display: block; color: var(--muted); margin-top: 5px; line-height: 1.35; }
.admin-insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.insight-card { box-shadow: none; }
.insight-card span { color: var(--muted); font-size: .84rem; font-weight: 800; }
.insight-card strong { display: block; font-size: 2.1rem; margin: 8px 0 4px; }
.insight-card p { color: var(--muted); margin: 0; line-height: 1.45; }
.two-column { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }
.bar-row { display: grid; grid-template-columns: 1fr 42px; gap: 8px; align-items: center; margin: 12px 0; }
.bar-row div { grid-column: 1 / -1; background: #e8eef4; border-radius: 999px; height: 9px; overflow: hidden; }
.bar-row i { display: block; height: 100%; background: var(--green); }
.activity-list { display: grid; gap: 10px; }
.activity-list div { border-bottom: 1px solid var(--line); padding-bottom: 10px; display: grid; gap: 3px; }
.activity-list span { color: var(--muted); font-size: .86rem; }
.audit-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: radial-gradient(circle at 10% 20%, rgba(20,124,104,.17), transparent 28%), radial-gradient(circle at 88% 8%, rgba(21,94,159,.16), transparent 28%), linear-gradient(135deg, #fff, #f3f8fb); box-shadow: var(--shadow); }
.audit-hero h3 { margin: 4px 0; font-size: clamp(1.8rem, 3.8vw, 3.2rem); line-height: 1.05; }
.audit-hero p { margin: 0; color: var(--muted); line-height: 1.5; max-width: 760px; }
.audit-summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.audit-panel { display: grid; gap: 16px; }
.audit-toolbar { display: grid; grid-template-columns: minmax(260px, 420px) 1fr; gap: 12px; align-items: start; }
.audit-filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.audit-filters button { min-height: 38px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #405066; padding: 0 12px; font-weight: 800; }
.audit-filters button.active, .audit-filters button:hover { background: var(--green); border-color: var(--green); color: #fff; }
.audit-timeline { position: relative; display: grid; gap: 12px; padding-left: 18px; }
.audit-timeline::before { content: ""; position: absolute; left: 18px; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(var(--green), rgba(21,94,159,.35)); }
.audit-entry { position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; align-items: start; }
.audit-icon { position: relative; z-index: 1; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #edf8f5; color: var(--green); border: 2px solid #fff; box-shadow: 0 8px 20px rgba(23,32,43,.12); font-weight: 900; }
.audit-risk .audit-icon { background: #fff2f3; color: var(--red); }
.audit-attendance .audit-icon { background: #e6f7ef; color: var(--green); }
.audit-communication .audit-icon { background: #fff8e9; color: var(--gold); }
.audit-entry-body { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 14px; box-shadow: 0 10px 28px rgba(23,32,43,.06); }
.audit-entry-head { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 6px; }
.audit-entry-head strong { font-size: 1rem; }
.audit-entry-body p { color: #344457; margin: 0 0 10px; line-height: 1.45; }
.audit-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .82rem; }
.audit-meta span { border: 1px solid var(--line); border-radius: 999px; background: var(--soft); padding: 5px 8px; }
.table-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.table-toolbar input { max-width: 360px; }
.table-toolbar select { max-width: 230px; }
.table-wrap { border: 1px solid var(--line); border-radius: 8px; overflow-x: auto; }
table { border-collapse: collapse; min-width: 1160px; width: 100%; }
th, td { border-bottom: 1px solid var(--line); padding: 12px; text-align: left; vertical-align: top; }
th { background: #f0f4f7; color: #405066; font-size: .76rem; text-transform: uppercase; }
td { color: #344457; font-size: .9rem; line-height: 1.45; }
td small { display: block; color: var(--muted); margin-top: 3px; }
.badge { display: inline-flex; margin: 2px; border-radius: 999px; padding: 4px 7px; background: #eaf4fc; color: var(--blue); font-size: .75rem; font-weight: 800; }
.badge.gold { background: #fff6df; color: var(--gold); }
.badge.success { background: #e6f7ef; color: var(--green); }
.badge.warning { background: #fff8e9; color: var(--gold); }
.badge.danger { background: #fff2f3; color: var(--red); }
.row-actions { min-width: 190px; }
.row-actions button { margin: 0 4px 5px 0; }
.danger-text { color: var(--red) !important; }
.pagination { display: flex; justify-content: flex-end; align-items: center; gap: 10px; margin-top: 14px; }
.empty-state { border: 1px dashed var(--line); border-radius: 8px; color: var(--muted); padding: 26px; text-align: center; background: #fff; }
.org-card { display: flex; justify-content: space-between; gap: 14px; min-height: 190px; }
.org-card span { display: inline-flex; background: #eaf4fc; color: var(--blue); border-radius: 999px; padding: 5px 8px; font-weight: 800; font-size: .75rem; margin-bottom: 8px; }
.org-card em { color: var(--gold); font-style: normal; font-weight: 800; white-space: nowrap; }
.matrix-card { display: grid; gap: 10px; }
.settings-panel { display: grid; gap: 14px; max-width: 760px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.panel-heading h3 { margin: 0; }
.profile-editor-header { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; background: var(--soft); border: 1px solid var(--line); border-radius: 8px; padding: 14px; }
.user-avatar { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #edf8f5; color: var(--green); font-weight: 900; overflow: hidden; border: 1px solid var(--line); flex: 0 0 58px; }
.user-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.admin-avatar-preview, .profile-avatar-preview { width: 86px; height: 86px; flex-basis: 86px; font-size: 1.45rem; }
.profile-summary-avatar { width: 112px; height: 112px; flex-basis: 112px; font-size: 2rem; margin-bottom: 4px; }
.admin-user-list { display: grid; gap: 10px; }
.admin-user-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: #fff; }
.admin-user-card strong, .admin-user-card span, .admin-user-card small { display: block; }
.admin-user-card span, .admin-user-card small, .profile-summary-card p, .profile-summary-card span { color: var(--muted); }
.profile-summary-card { display: grid; align-content: start; gap: 8px; }
.profile-summary-card h3, .profile-summary-card p { margin: 0; }
.profile-summary-card button { margin-top: 10px; justify-self: start; }
.admin-event-layout { align-items: start; }
.event-list { display: grid; gap: 8px; }
.event-list button { border: 1px solid var(--line); border-radius: 8px; background: #fff; min-height: 78px; padding: 12px; text-align: left; display: grid; gap: 4px; }
.event-list button.active { border-color: var(--green); background: #edf8f5; }
.event-list span, .event-list small { color: var(--muted); }
.field-group { margin-top: 18px; }
.field-group h3 { margin: 0 0 10px; }
.field-table input[type="checkbox"] { width: 20px; min-height: 20px; }
.field-table textarea { min-width: 260px; min-height: 78px; }
.compact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.asset-settings { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) 88px 88px; gap: 12px; align-items: end; }
.asset-preview { border: 1px dashed var(--line); border-radius: 8px; min-height: 72px; display: grid; place-items: center; background: var(--soft); color: var(--muted); font-size: .78rem; text-align: center; padding: 8px; }
.asset-preview img { max-width: 68px; max-height: 54px; object-fit: contain; }
.logo-upload-panel span { color: var(--muted); font-size: .78rem; font-weight: 600; line-height: 1.35; }
.email-settings { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 16px; display: grid; gap: 14px; }
.toggle-line { align-items: center; display: flex; flex-direction: row; gap: 10px; }
.toggle-line input { width: 18px; min-height: 18px; flex: 0 0 18px; }
.settings-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.mini-check { display: inline-flex; align-items: center; gap: 6px; margin: 0 4px 5px 0; font-size: .78rem; font-weight: 700; }
.mini-check input { width: 16px; min-height: 16px; }
.score { width: 130px; height: 9px; background: #e8eef4; border-radius: 999px; overflow: hidden; }
.score i { display: block; height: 100%; background: var(--green); }
.muted-copy { color: var(--muted); line-height: 1.5; margin: 0 0 12px; }
.template-panel { max-width: 980px; }
.template-card { border: 1px solid var(--line); border-radius: 8px; padding: 14px; display: grid; gap: 12px; }
.template-card h4 { margin: 0; text-transform: capitalize; }
.checkin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.checkin-card { border: 1px solid var(--line); border-radius: 8px; padding: 14px; display: grid; gap: 10px; background: #fff; }
.checkin-person { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; align-items: center; border-top: 1px solid var(--line); padding-top: 10px; }
.checkin-person small { color: var(--muted); grid-column: 1 / 2; }
.checkin-person button { border: 1px solid var(--line); border-radius: 6px; background: var(--soft); min-height: 34px; padding: 0 10px; font-weight: 800; }
.checkin-person button:disabled { opacity: .45; cursor: not-allowed; }
.checkin-person span .badge { vertical-align: middle; margin-left: 6px; }
.duplicate-row { display: grid; grid-template-columns: 140px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); padding: 10px 0; }
.microsite-hero { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 34px; align-items: center; border-radius: 8px; padding: clamp(26px, 5vw, 58px); background: radial-gradient(circle at 14% 18%, rgba(20,124,104,.16), transparent 26%), radial-gradient(circle at 84% 10%, rgba(21,94,159,.2), transparent 28%), linear-gradient(135deg, #ffffff, #f1f8fb); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.microsite-hero h2 { font-size: clamp(2.6rem, 5vw, 5.5rem); line-height: .98; margin: 8px 0; letter-spacing: 0; max-width: 850px; }
.microsite-hero p, .microsite-section p { color: var(--muted); line-height: 1.55; }
.microsite-hero p { max-width: 690px; font-size: 1.08rem; }
.microsite-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.microsite-meta span, .microsite-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 10px 12px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.hero-collage { position: relative; min-height: 430px; }
.hero-photo { position: absolute; display: block; object-fit: cover; border-radius: 8px; border: 6px solid #fff; box-shadow: 0 24px 54px rgba(23, 32, 43, .22); }
.hero-photo-main { inset: 34px 54px 60px 0; width: 78%; height: 315px; }
.hero-photo-top { right: 0; top: 0; width: 54%; height: 180px; }
.hero-photo-bottom { right: 22px; bottom: 0; width: 48%; height: 166px; }
.microsite-card { display: grid; gap: 8px; }
.microsite-card span { color: var(--muted); line-height: 1.45; }
.entrance-card { min-height: 220px; align-content: center; padding: 22px; box-shadow: var(--shadow); }
.entrance-card strong { font-size: 1.35rem; }
.entrance-card small { color: var(--green); font-weight: 800; }
.microsite-section { margin-top: 18px; }
.microsite-section h3 { margin: 0 0 12px; }
.feature-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.feature-strip div { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: var(--shadow); display: grid; gap: 6px; }
.feature-strip strong { color: var(--green); font-size: 1.55rem; }
.feature-strip span { color: var(--muted); line-height: 1.4; font-weight: 700; }
.visual-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; align-items: start; }
.visual-section h3 { font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.08; }
.visual-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.visual-card-grid article { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: var(--shadow); display: grid; }
.visual-card-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.visual-card-grid strong { padding: 14px 14px 4px; }
.visual-card-grid span { color: var(--muted); line-height: 1.45; padding: 0 14px 16px; }
.schedule-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.schedule-grid article { border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: #fff; display: grid; gap: 8px; }
.schedule-grid article span { color: var(--green); font-weight: 800; }
.schedule-grid article h4, .schedule-grid article p { margin: 0; }
.schedule-grid article small { color: var(--muted); }
.badge-sheet { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 18px; }
.badge-print { border: 2px solid var(--ink); border-radius: 8px; min-height: 220px; padding: 18px; display: grid; align-content: center; gap: 8px; text-align: center; }
.badge-print .pass-logo { margin: 0 auto 4px; width: 66px; height: 66px; flex-basis: 66px; box-shadow: none; border: 1px solid var(--line); }
.badge-print span { color: var(--green); font-weight: 800; text-transform: uppercase; font-size: .78rem; }
.badge-print h2 { margin: 0; font-size: 1.8rem; }
.badge-print p { margin: 0; color: var(--muted); }
.site-footer { margin-top: auto; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; border-top: 1px solid var(--line); background: #fff; padding: 26px clamp(16px, 4vw, 54px); }
.footer-brand { margin-bottom: 8px; }
.site-footer p { margin: 0; color: var(--muted); line-height: 1.5; max-width: 620px; }
.footer-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links button { border: 0; background: transparent; color: #405066; font-weight: 800; min-height: 38px; padding: 0 8px; }
.footer-links button:hover { color: var(--green); }

.modal-backdrop { position: fixed; inset: 0; background: rgba(8, 13, 19, .58); z-index: 20; padding: 24px; overflow: auto; }
.modal { background: #fff; border-radius: 8px; max-width: 920px; margin: 30px auto; position: relative; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.modal.large { padding: 24px; }
.dialog-modal { max-width: 520px; padding: 24px; }
.dialog-modal h2 { margin: 0 0 8px; }
.dialog-modal p { color: var(--muted); line-height: 1.55; margin: 0 0 18px; }
.modal-close { position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.modal-fields { display: grid; gap: 14px; margin-bottom: 18px; }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.detail-grid section { border: 1px solid var(--line); border-radius: 8px; padding: 12px; overflow: auto; }
.detail-grid pre { white-space: pre-wrap; color: #405066; font-size: .82rem; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto auto; }
  .site-nav { grid-column: 1 / -1; justify-self: stretch; display: none; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 8px; }
  .site-nav.open { display: flex; }
  .header-actions { justify-self: end; }
  .icon-button { display: inline-grid; place-items: center; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-tabs { position: static; min-height: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-nav-brand, .admin-nav-footer { grid-column: 1 / -1; }
  .admin-nav-footer { grid-template-columns: 1fr auto; align-items: center; }
  .admin-nav-group { align-content: start; }
  .wizard-steps, .dashboard-grid, .preset-grid, .card-grid, .core-grid, .matrix-grid, .delegate-grid, .schedule-grid, .checkin-grid, .feature-strip, .visual-card-grid, .admin-insight-grid, .audit-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .two-column, .pass-lookup-panel, .pass-lookup-hero, .admin-login, .microsite-hero, .registration-hero, .visual-section, .audit-hero, .audit-toolbar { grid-template-columns: 1fr; }
  .audit-filters { justify-content: flex-start; }
  .hero-collage { min-height: 360px; }
}

@media (max-width: 720px) {
  .content { padding: 16px 12px 48px; }
  .site-header { padding: 12px; gap: 12px; }
  .header-actions .primary-button { display: none; }
  .topbar { align-items: flex-start; padding: 16px 12px 0; }
  .site-footer { grid-template-columns: 1fr; padding: 22px 12px; }
  .footer-links { justify-content: flex-start; }
  .topbar-actions, .wizard-actions, .pass-footer, .lookup-row, .modal-actions { flex-direction: column; align-items: stretch; }
  .notification-pill, .profile-menu { white-space: normal; }
  .microsite-hero { min-height: auto; padding: 22px; }
  .microsite-hero h2 { font-size: clamp(2.15rem, 14vw, 3.4rem); }
  .hero-collage { min-height: 520px; }
  .hero-photo { position: relative; inset: auto; width: 100%; height: auto; margin-bottom: 10px; border-width: 4px; }
  .hero-photo-main, .hero-photo-top, .hero-photo-bottom { width: 100%; height: 170px; }
  .pass-lookup-hero { min-height: auto; padding: 22px; }
  .pass-lookup-copy h2 { font-size: clamp(2.15rem, 14vw, 3.4rem); }
  .pass-visual { min-height: 260px; }
  .pass-visual img { height: 260px; }
  .floating-pass-card { left: 14px; right: 14px; bottom: 14px; width: auto; min-height: 104px; }
  .registration-hero { min-height: auto; padding: 22px; }
  .registration-hero h2 { font-size: clamp(2.15rem, 14vw, 3.4rem); }
  .registration-visual { min-height: 280px; }
  .registration-visual img { height: 260px; }
  .registration-floating-card { left: 12px; right: 12px; bottom: 0; }
  .admin-login { min-height: auto; padding: 22px; }
  .admin-login h2 { font-size: clamp(2.15rem, 14vw, 3.4rem); }
  .admin-feature-grid { grid-template-columns: 1fr; }
  .admin-tabs { grid-template-columns: 1fr; padding: 12px; gap: 12px; }
  .admin-workspace-header, .admin-home-hero { flex-direction: column; display: grid; align-items: start; }
  .admin-status-pills, .admin-home-actions { justify-content: flex-start; }
  .admin-user-card { grid-template-columns: auto 1fr; }
  .admin-user-card .row-actions { grid-column: 1 / -1; }
  .countdown-banner, .event-selector, .form-grid, .compact-grid, .asset-settings, .pill-grid, .toggle-grid, .wizard-steps, .dashboard-grid, .preset-grid, .card-grid, .core-grid, .matrix-grid, .delegate-grid, .detail-grid, .microsite-hero, .pass-lookup-hero, .registration-hero, .schedule-grid, .checkin-grid, .badge-sheet, .duplicate-row, .feature-strip, .visual-section, .visual-card-grid, .admin-insight-grid, .audit-summary-grid { grid-template-columns: 1fr; }
  .audit-hero { padding: 18px; }
  .audit-entry { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; }
  .audit-icon { width: 32px; height: 32px; }
  .audit-timeline { padding-left: 8px; }
  .audit-timeline::before { left: 16px; }
  .audit-entry-head { display: grid; align-items: start; }
  .countdown-grid { grid-template-columns: repeat(4, 1fr); }
  .pass-banner { flex-direction: column; }
  .checkin-person { grid-template-columns: 1fr 1fr; }
  .checkin-person span, .checkin-person small { grid-column: 1 / -1; }
}

@media print {
  .site-header, .site-footer, .topbar, .countdown-banner, .alert-host, .wizard-card, .pass-lookup-panel, .admin-tabs, .table-toolbar, .pagination { display: none !important; }
  body.printing-modal .app-shell { display: none !important; }
  body.printing-modal #modalHost { display: block !important; }
  .app-shell { display: block; }
  .content { padding: 0; max-width: none; }
  .pass-card { box-shadow: none; border: 0; }
  .single-nominee-pass { border: 0; }
  .modal-backdrop { position: static; background: transparent; padding: 0; }
  .modal { box-shadow: none; margin: 0; max-width: none; }
  .modal-close { display: none; }
  .badge-sheet { grid-template-columns: repeat(2, 1fr); }
  .badge-print { break-inside: avoid; }
}
