:root {
  color-scheme: light;
  --forest-950: #09241f;
  --forest-900: #0c2f28;
  --forest-800: #15473c;
  --forest-700: #1e5d4d;
  --forest-100: #dcebe4;
  --mint: #75cdb1;
  --mint-pale: #e5f4ee;
  --gold: #d69a35;
  --gold-pale: #f8edda;
  --blue-pale: #e6eef5;
  --ink: #172521;
  --muted: #67746f;
  --line: #dce3df;
  --paper: #f6f7f3;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(16, 49, 41, 0.09);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); min-width: 320px; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 1rem; top: -5rem; background: white; color: var(--forest-900); padding: .75rem 1rem; z-index: 100; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.demo-bar { background: var(--gold); color: #241707; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-align: center; padding: .38rem; text-transform: uppercase; }
.account-gate { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; padding: clamp(1.3rem, 4vw, 2rem); border: 1px solid #cde1d9; border-radius: 1rem; background: linear-gradient(120deg, #f4faf7, #fffaf0); box-shadow: var(--shadow-soft); }
.account-gate[hidden] { display: none; }
.account-gate-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-950); background: var(--mint); box-shadow: 0 0 0 7px rgba(117, 205, 177, .15); }
.account-gate h2 { margin: .15rem 0 .45rem; color: var(--forest-950); font-size: clamp(1.35rem, 3vw, 1.9rem); }
.account-gate p:last-child { margin: 0; color: var(--muted); line-height: 1.55; }
.topbar { height: 76px; display: flex; align-items: center; gap: 2rem; padding: 0 clamp(1rem, 4vw, 4rem); background: var(--forest-950); color: white; position: sticky; top: 0; z-index: 20; box-shadow: 0 8px 24px rgba(9, 36, 31, .16); }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: white; text-decoration: none; font-family: Georgia, serif; font-weight: 800; font-size: 1.5rem; white-space: nowrap; }
.brand > span:last-child span { color: var(--mint); }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); transform: rotate(-6deg); }
.brand-mark svg { width: 30px; fill: var(--forest-950); }
.main-nav { height: 100%; min-width: 0; display: flex; align-items: stretch; margin-left: 2rem; }
.main-nav a { color: #c5d5cf; text-decoration: none; font-weight: 700; font-size: .9rem; display: grid; place-items: center; padding: 0 1.1rem; border-bottom: 3px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: white; border-color: var(--mint); }
.topbar-actions { min-width: max-content; display: flex; align-items: center; gap: .65rem; margin-left: auto; flex: 0 0 auto; }
.topbar-account-slot { margin-left: auto !important; flex: 0 0 auto; }
.portal-region-selector { display: grid; gap: .12rem; margin-left: 0; color: #c5d5cf; font-size: .62rem; font-weight: 800; }
.portal-region-selector span { text-transform: uppercase; letter-spacing: .08em; }
.portal-region-selector select { min-width: 118px; padding: .38rem .55rem; border: 1px solid rgba(255,255,255,.22); border-radius: .48rem; color: white; background: #173f36; font: inherit; }
.profile-button { margin-left: 0; border: 0; background: transparent; color: white; display: flex; align-items: center; gap: .65rem; padding: .35rem; border-radius: .7rem; }
.profile-button:hover { background: rgba(255,255,255,.08); }
.notification-menu { position: relative; }
.notification-button { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: white; background: rgba(255,255,255,.06); font-size: 1.05rem; }
.notification-button:hover, .notification-button[aria-expanded="true"] { border-color: rgba(117,205,177,.6); background: rgba(117,205,177,.15); }
.notification-badge { position: absolute; top: -4px; right: -4px; min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 4px; border: 2px solid var(--forest-950); border-radius: 999px; color: #2b1904; background: var(--gold); font-size: .6rem; line-height: 1; }
.notification-popover { position: absolute; top: calc(100% + 12px); right: -64px; width: min(390px, calc(100vw - 1rem)); overflow: hidden; border: 1px solid #cad9d3; border-radius: .9rem; color: var(--ink); background: white; box-shadow: 0 24px 70px rgba(2,23,18,.28); }
.notification-popover::before { content: ""; position: absolute; top: -7px; right: 78px; width: 12px; height: 12px; border-left: 1px solid #cad9d3; border-top: 1px solid #cad9d3; background: white; transform: rotate(45deg); }
.notification-popover > header { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.05rem; border-bottom: 1px solid var(--line); }
.notification-popover > header span { display: grid; gap: .15rem; }
.notification-popover > header small { color: var(--forest-700); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.notification-popover > header strong { color: var(--forest-950); font-family: Georgia, serif; font-size: 1.05rem; }
.notification-popover > header button { width: 30px; height: 30px; border: 0; border-radius: 50%; color: var(--muted); background: var(--paper); font-size: 1.15rem; }
.notification-popover-list { display: grid; }
.notification-popover-item { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: .7rem; padding: .85rem 1rem; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; }
.notification-popover-item:last-child { border-bottom: 0; }
.notification-popover-item:hover { background: #f5faf7; }
.notification-item-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-800); background: var(--mint-pale); font-weight: 900; }
.notification-popover-item span:nth-child(2) { min-width: 0; }
.notification-popover-item strong, .notification-popover-item small { display: block; }
.notification-popover-item strong { overflow: hidden; color: var(--forest-950); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.notification-popover-item small { margin-top: .2rem; color: var(--muted); font-size: .65rem; line-height: 1.35; }
.notification-popover-item > em { color: var(--forest-700); font-style: normal; font-weight: 900; }
.notification-popover-empty { padding: 1.4rem; color: var(--muted); text-align: center; font-size: .75rem; }
.portal-region-note { margin-top: .55rem !important; color: var(--forest-700) !important; font-size: .78rem !important; font-weight: 750; }
.avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-pale); color: #8a5b11; font-weight: 900; }
.profile-label { display: flex; flex-direction: column; text-align: left; line-height: 1.15; }
.profile-label small { color: #a8bbb4; margin-top: .2rem; }
.page-shell { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 3.2rem 0 5rem; }
.dashboard-notifications { margin-bottom: 1.5rem; overflow: hidden; border: 1px solid #d8c08b; border-radius: 1rem; background: linear-gradient(130deg, #fffaf0, #fff); box-shadow: var(--shadow-soft); }
.dashboard-notification-heading { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: .9rem; padding: 1.15rem 1.25rem; border-bottom: 1px solid #eadbb9; }
.dashboard-notification-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #70480f; background: var(--gold-pale); font-weight: 900; }
.dashboard-notification-heading .eyebrow { margin-bottom: .2rem; color: #8a5b11; }
.dashboard-notification-heading h2 { margin: 0; color: var(--forest-950); font-size: 1.15rem; }
.dashboard-notification-heading > strong { padding: .38rem .58rem; border-radius: 999px; color: #70480f; background: var(--gold-pale); font-size: .68rem; }
.dashboard-notification-list { display: grid; }
.dashboard-notification-item { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: .9rem; padding: 1rem 1.25rem; border-bottom: 1px solid #eee4cc; color: inherit; text-decoration: none; }
.dashboard-notification-item:last-child { border-bottom: 0; }
.dashboard-notification-item:hover { background: rgba(248,237,218,.45); }
.dashboard-notification-item span:nth-child(2) { min-width: 0; }
.dashboard-notification-item strong, .dashboard-notification-item small { display: block; }
.dashboard-notification-item strong { color: var(--forest-950); font-size: .83rem; }
.dashboard-notification-item small { margin-top: .25rem; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.dashboard-notification-item > em { color: var(--forest-700); font-size: .7rem; font-style: normal; font-weight: 900; white-space: nowrap; }
.welcome { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.2rem; }
.eyebrow { color: var(--forest-700); font-size: .72rem; font-weight: 900; letter-spacing: .14em; margin: 0 0 .55rem; }
.eyebrow.light { color: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(2.15rem, 5vw, 3.3rem); line-height: 1.04; margin-bottom: .7rem; color: var(--forest-950); }
h1 span { color: var(--forest-700); }
.welcome p:not(.eyebrow) { color: var(--muted); max-width: 690px; margin: 0; line-height: 1.65; }
.quiet-button, .secondary-button { border: 1px solid var(--line); background: var(--white); color: var(--forest-800); border-radius: .65rem; padding: .75rem 1rem; font-weight: 800; }
.quiet-button:hover, .secondary-button:hover { border-color: var(--forest-700); }
.quiet-button:disabled { opacity: .6; cursor: wait; }
.welcome-actions { display: flex; align-items: center; gap: .65rem; flex-wrap: wrap; }
.portal-area-link { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.loading-card, .error-card { background: white; border: 1px solid var(--line); border-radius: 1rem; padding: 3rem; text-align: center; color: var(--muted); }
.error-card { color: #8b2e24; border-color: #e9c8c2; background: #fff4f2; }
.truth-dashboard { display: grid; gap: 1rem; }
.truth-banner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1.1rem; padding: 1.5rem; border-radius: 1rem; color: white; background: linear-gradient(130deg, var(--forest-800), var(--forest-950)); box-shadow: var(--shadow); }
.truth-banner > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-950); background: var(--mint); font-weight: 950; }
.truth-banner h2 { margin: .1rem 0 .35rem; font-size: clamp(1.45rem, 3vw, 2rem); }
.truth-banner p:last-child { margin: 0; color: #c7d8d2; line-height: 1.5; font-size: .82rem; }
.truth-banner .secondary-button { text-decoration: none; }
.truth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.truth-source, .truth-status { display: inline-flex; align-items: center; padding: .35rem .55rem; border-radius: 999px; color: var(--forest-700); background: var(--mint-pale); font: 850 .62rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: nowrap; }
.truth-source.warning { color: #875913; background: var(--gold-pale); font-family: inherit; }
.truth-profile-card > p { margin-bottom: .7rem; color: var(--muted); font-size: .78rem; }
.truth-card-identity { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.truth-card-media,.truth-card-media-fallback { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 54px; overflow: hidden; padding: 0; border: 1px solid #d8e4de; color: #6d4e1e; background: var(--gold-pale); font-weight: 900; }
.truth-card-media { cursor: zoom-in; }
.truth-card-media.portrait,.truth-card-media-fallback.portrait { border-radius: 50%; }
.truth-card-media.emblem,.truth-card-media-fallback.emblem { border-radius: .8rem; }
.truth-card-media img { width: 100%; height: 100%; object-fit: cover; }
.truth-card-media.emblem img { object-fit: contain; }
.truth-profile-card blockquote, .truth-pack-card blockquote { margin: 0 0 1rem; padding: .85rem 1rem; border-left: 3px solid var(--mint); color: var(--forest-800); background: #f7fbf9; font-size: .85rem; line-height: 1.55; }
.truth-profile-edit { display: inline-flex; margin-top: 1rem; }
.truth-dog-list { display: grid; gap: .55rem; }
.truth-dog-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; padding: .7rem; border: 1px solid var(--line); border-radius: .7rem; background: #fbfcfa; }
.truth-dog-media { width: 40px; height: 40px; display: grid; place-items: center; overflow: hidden; padding: 0; border: 0; border-radius: 50%; background: var(--gold-pale); }
button.truth-dog-media { cursor: zoom-in; }
.truth-dog-media img { width: 100%; height: 100%; object-fit: cover; }
.truth-dog-row strong, .truth-dog-row small { display: block; }
.truth-dog-row small { margin-top: .15rem; color: var(--muted); font-size: .66rem; }
.truth-dog-row > em { color: #627c72; font-size: .56rem; font-style: normal; font-weight: 800; text-transform: uppercase; }

.media-viewer { width: min(94vw,1000px); max-width: none; padding: 0; border: 0; border-radius: 1.1rem; overflow: visible; background: transparent; }
.media-viewer::backdrop { background: rgba(3,20,16,.82); backdrop-filter: blur(5px); }
.media-viewer-frame { position: relative; display: grid; justify-items: center; gap: .7rem; padding: 1rem; border-radius: 1.1rem; color: white; background: #0a231e; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.media-viewer img { display: block; max-width: 100%; max-height: 82vh; border-radius: .75rem; object-fit: contain; }
.media-viewer p { margin: 0; color: #c8d9d3; font-size: .7rem; }
.media-viewer-close { position: absolute; z-index: 2; top: -.75rem; right: -.75rem; width: 38px; height: 38px; padding: 0; border: 2px solid white; border-radius: 50%; color: white; background: #153f35; font-size: 1.25rem; cursor: pointer; }
.truth-event-card > p { color: var(--muted); line-height: 1.6; }
.truth-pack-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .55rem; }
.truth-pack-stats article { display: grid; grid-template-columns: auto minmax(0,1fr); column-gap: .55rem; align-items: center; padding: .75rem; border: 1px solid var(--line); border-radius: .75rem; background: #fbfcfa; }
.truth-pack-stats article > span { grid-row: 1 / 3; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-700); background: var(--mint-pale); font-size: .7rem; font-weight: 900; }
.truth-pack-stats small, .truth-pack-stats strong { display: block; min-width: 0; }
.truth-pack-stats small { color: var(--muted); font-size: .57rem; font-weight: 800; }
.truth-pack-stats strong { margin-top: .1rem; overflow: hidden; color: var(--forest-950); font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.truth-pack-edit { display: inline-flex; margin-top: 1rem; text-decoration: none; }
.truth-crew-card { grid-column: 1 / -1; }
.truth-crew-card > p { margin: 0 0 .9rem; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.truth-crew-pin { display: grid; grid-template-columns: minmax(180px,1fr) auto auto; align-items: center; gap: .5rem; padding: .8rem; border: 1px solid #d6e4de; border-radius: .75rem; background: var(--mint-pale); }
.truth-crew-pin > span { min-width: 180px; }
.truth-crew-pin .secondary-button { width: auto; white-space: nowrap; }
.truth-crew-pin small,.truth-crew-pin strong { display: block; }
.truth-crew-pin small { color: var(--muted); font-size: .55rem; font-weight: 850; }
.truth-crew-pin strong { margin-top: .2rem; color: var(--forest-950); font: 900 .92rem ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .18em; }
.truth-crew-assignments { display: grid; gap: .5rem; margin-top: .7rem; }
.truth-crew-assignments article { display: grid; grid-template-columns: minmax(180px,1fr) auto; align-items: center; gap: .75rem; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: .7rem; background: #fbfcfa; }
.truth-crew-assignments strong,.truth-crew-assignments small { display: block; }
.truth-crew-assignments strong { font-size: .75rem; }
.truth-crew-assignments small { margin-top: .15rem; color: var(--muted); font-size: .62rem; }
.truth-crew-assignments em { color: var(--forest-700); font-size: .57rem; font-style: normal; font-weight: 850; text-transform: uppercase; }
.truth-crew-assignment-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:.4rem; }
.crew-qr-dialog { width:min(430px,calc(100vw - 2rem)); padding:1.5rem; border:0; border-radius:1rem; color:var(--forest-950); text-align:center; box-shadow:0 28px 90px rgba(4,31,25,.35); }
.crew-qr-dialog::backdrop { background:rgba(5,28,23,.62); backdrop-filter:blur(4px); }
.crew-qr-dialog img { width:min(280px,80vw); height:auto; display:block; margin:.8rem auto; border-radius:.8rem; }
.crew-qr-dialog > strong { display:block; font:900 1.1rem ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.14em; }
.crew-qr-dialog > p:last-child { color:var(--muted); font-size:.72rem; line-height:1.5; }
.crew-qr-dialog .dialog-close { position:absolute; top:.6rem; right:.7rem; border:0; background:transparent; font-size:1.4rem; cursor:pointer; }
@media (max-width:620px) { .truth-crew-pin,.truth-crew-assignments article { grid-template-columns:1fr; } .truth-crew-pin > span { min-width:0; } .truth-crew-assignment-actions { justify-content:flex-start; } }
.truth-explanation { display: grid; gap: .3rem; margin-top: 1rem; padding: 1rem; border-radius: .8rem; background: var(--gold-pale); font-size: .75rem; line-height: 1.5; }
.truth-explanation strong { color: #7a5013; }
.truth-event-card .primary-button { margin-top: .5rem; }
.truth-empty { display: grid; gap: .3rem; padding: 1.1rem; border: 1px dashed #c9d6d0; border-radius: .8rem; color: var(--muted); background: #fbfcfa; font-size: .78rem; line-height: 1.5; }
.truth-empty strong { color: var(--forest-800); }
.truth-booking-list { display: grid; gap: .65rem; }
.truth-booking-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .8rem; padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; background: #fbfcfa; }
.truth-booking-row h3 { margin: 0 0 .35rem; color: var(--forest-950); font-size: .95rem; }
.truth-booking-row p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.truth-booking-meta { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .65rem; }
.truth-booking-meta span { padding: .3rem .48rem; border-radius: .45rem; color: var(--forest-700); background: var(--mint-pale); font-size: .62rem; font-weight: 800; }
.truth-booking-price { text-align: right; }
.truth-booking-price strong, .truth-booking-price small { display: block; }
.truth-booking-price small { margin-top: .25rem; color: var(--muted); font-size: .62rem; }
.truth-storage-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.truth-storage-row { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .6rem; padding: .8rem; border: 1px solid var(--line); border-radius: .75rem; background: #fbfcfa; }
.truth-storage-row > span:first-child { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-700); background: var(--mint-pale); font-weight: 950; }
.truth-storage-row.empty > span:first-child { color: var(--muted); background: #edf1ef; }
.truth-storage-row strong, .truth-storage-row code { display: block; }
.truth-storage-row strong { font-size: .72rem; }
.truth-storage-row code { margin-top: .17rem; color: var(--muted); font-size: .58rem; }
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1rem; }
.status-card { background: white; border: 1px solid var(--line); border-radius: .85rem; padding: 1.05rem 1.2rem; display: flex; gap: .9rem; align-items: center; box-shadow: 0 6px 20px rgba(16,49,41,.035); }
.status-card small, .event-meta small, .roster-person small, .candidate small { display: block; color: var(--muted); font-size: .75rem; margin-bottom: .15rem; }
.status-card strong { font-size: .95rem; }
.status-icon { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; }
.status-icon.mint { background: var(--mint-pale); color: var(--forest-700); }
.status-icon.gold { background: var(--gold-pale); color: #996216; }
.status-icon.blue { background: var(--blue-pale); color: #42647f; }
.campaign-card { min-height: 330px; display: grid; grid-template-columns: 1.2fr 1fr; background: var(--forest-900); color: white; border-radius: 1rem; overflow: hidden; box-shadow: var(--shadow); margin-bottom: 1rem; }
.campaign-copy { padding: clamp(2rem, 5vw, 3.5rem); position: relative; z-index: 2; }
.campaign-copy h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: .35rem; }
.campaign-copy > p:not(.eyebrow) { color: #b8cdc5; }
.campaign-progress-head { display: flex; justify-content: space-between; font-size: .82rem; margin-top: 2rem; margin-bottom: .55rem; }
.progress-track { height: 8px; border-radius: 999px; background: rgba(255,255,255,.14); overflow: hidden; }
.progress-track span { display: block; height: 100%; background: linear-gradient(90deg, var(--gold), #f1cc78); border-radius: inherit; transition: width .5s ease; }
.unlock-note { margin-top: 1.5rem; display: flex; gap: .7rem; align-items: center; color: #d6e4df; font-size: .85rem; }
.unlock-note > span:first-child { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(117,205,177,.15); color: var(--mint); }
.map-art { position: relative; overflow: hidden; background: radial-gradient(circle at 70% 18%, rgba(117,205,177,.22), transparent 25%), linear-gradient(160deg, transparent 10%, rgba(255,255,255,.03)); }
.moon { width: 78px; height: 78px; position: absolute; border-radius: 50%; background: #f2d69a; top: 16%; right: 20%; box-shadow: 0 0 50px rgba(242,214,154,.3); }
.ridge { position: absolute; left: -10%; right: -10%; bottom: -15%; height: 76%; background: var(--forest-800); clip-path: polygon(0 80%, 12% 55%, 22% 69%, 38% 31%, 50% 60%, 65% 25%, 78% 58%, 92% 38%, 100% 69%, 100% 100%, 0 100%); }
.ridge-two { background: #113a31; bottom: -28%; height: 85%; transform: scaleX(-1); opacity: .95; }
.map-pin { position: absolute; width: 36px; height: 36px; border-radius: 50%; background: white; color: var(--gold); display: grid; place-items: center; border: 3px solid var(--gold); box-shadow: 0 5px 18px rgba(0,0,0,.25); z-index: 2; }
.pin-one { left: 20%; bottom: 34%; }.pin-two { left: 48%; bottom: 48%; }.pin-three { right: 16%; bottom: 30%; color: var(--mint); border-color: var(--mint); }
.content-grid { display: grid; grid-template-columns: 1.25fr .95fr; gap: 1rem; margin-bottom: 1rem; }
.panel { background: white; border: 1px solid var(--line); border-radius: 1rem; padding: clamp(1.35rem, 3vw, 2rem); box-shadow: 0 8px 28px rgba(16,49,41,.045); }
.panel-heading { display: flex; justify-content: space-between; align-items: start; gap: 1rem; }
.panel-heading h2 { margin: 0; color: var(--forest-950); font-size: 1.55rem; }
.confirmed, .country-badge, .rule-chip { font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; border-radius: 999px; padding: .45rem .65rem; }
.confirmed { color: var(--forest-700); background: var(--mint-pale); }
.confirmed.open { color: #805313; background: var(--gold-pale); }
.confirmed.pending { color: #466782; background: var(--blue-pale); }
.country-badge { color: #84570f; background: var(--gold-pale); }
.rule-chip { color: var(--forest-700); border: 1px solid var(--forest-100); background: #f4faf7; }
.event-meta { display: grid; gap: .9rem; margin: 1.6rem 0; }
.event-meta > div { display: flex; align-items: center; gap: .75rem; }
.event-meta > div > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: .5rem; background: var(--paper); color: var(--forest-700); font-weight: 900; }
.primary-button { width: 100%; border: 0; color: white; background: var(--forest-800); padding: .85rem 1rem; border-radius: .65rem; font-weight: 800; display: flex; justify-content: center; gap: .75rem; }
.primary-button:hover { background: var(--forest-950); }
.primary-button.compact { width: auto; padding-inline: 1.2rem; }
.faction-row { display: flex; align-items: center; gap: .45rem; color: var(--forest-700); font-weight: 750; font-size: .86rem; margin: 1.15rem 0; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.faction-row small { color: var(--muted); margin-left: auto; font-weight: 500; }
.faction-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px var(--mint-pale); margin-right: .3rem; }
.pack-captain-row { display: flex; align-items: center; gap: .65rem; margin: -.2rem 0 1rem; padding: .7rem; border: 1px solid var(--line); border-radius: .7rem; background: var(--paper); }
.pack-captain-row > span:first-child { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #805313; background: var(--gold-pale); font-weight: 900; }
.pack-captain-row small, .pack-captain-row strong { display: block; }
.pack-captain-row small { color: var(--muted); font-size: .6rem; }
.pack-captain-row strong { font-size: .82rem; }
.pack-captain-row em { margin-left: auto; color: var(--forest-700); font-size: .65rem; font-style: normal; font-weight: 800; }
.dog-access-overview { margin-top: 1rem; }
.event-pack-cockpit { margin-top: 1rem; overflow: hidden; }
.event-pack-heading { align-items: center; }
.event-pack-heading > div > p:last-child { margin: .25rem 0 0; color: var(--muted); font-size: .76rem; }
.event-pack-status-badge { padding: .42rem .7rem; border-radius: 999px; color: #805313; background: var(--gold-pale); font-size: .65rem; font-weight: 900; white-space: nowrap; }
.event-pack-status-badge.ready { color: #176747; background: #dcf5e8; }
.event-pack-status-badge.forming { color: #8b3d35; background: #fbe9e5; }
.event-pack-status-badge.waiting_for_start_time { color: #355f7d; background: #e7f1f8; }
.event-pack-readiness { display: flex; align-items: center; gap: .8rem; margin-top: 1.2rem; padding: .9rem 1rem; border: 1px solid #ead6ad; border-radius: .8rem; color: #684f24; background: #fffaf0; }
.event-pack-readiness.ready { border-color: #bfe2d0; color: #176747; background: #f1faf5; }
.event-pack-readiness.forming { border-color: #efc5bd; color: #8b3d35; background: #fff7f5; }
.event-pack-readiness.waiting_for_start_time { border-color: #c7dcea; color: #355f7d; background: #f4f9fc; }
.event-pack-readiness-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 50%; color: inherit; background: white; font-weight: 950; }
.event-pack-readiness strong, .event-pack-readiness small { display: block; }
.event-pack-readiness small { margin-top: .18rem; color: currentColor; font-size: .67rem; line-height: 1.45; opacity: .82; }
.event-pack-summary { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 1rem; border: 1px solid var(--line); border-radius: .8rem; background: #fbfdfc; overflow: hidden; }
.event-pack-summary > div { min-width: 0; padding: .85rem 1rem; border-right: 1px solid var(--line); }
.event-pack-summary > div:last-child { border-right: 0; }
.event-pack-summary small, .event-pack-summary strong { display: block; }
.event-pack-summary small { margin-bottom: .3rem; color: var(--muted); font-size: .62rem; }
.event-pack-summary strong { color: var(--forest-950); font-size: .78rem; line-height: 1.35; }
.event-pack-capacity { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.event-pack-capacity > div > span { display: flex; justify-content: space-between; gap: .75rem; margin-bottom: .4rem; font-size: .65rem; }
.event-pack-capacity small { color: var(--muted); }
.event-pack-capacity-track { height: 7px; border-radius: 999px; background: #e7efeb; overflow: hidden; }
.event-pack-capacity-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--forest-700), var(--mint)); transition: width .25s ease; }
.event-pack-capacity-track.supporter span { background: linear-gradient(90deg, #a77a28, var(--gold)); }
.event-pack-columns { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1.4rem; margin-top: 1.8rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.event-pack-list-heading { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-bottom: .75rem; }
.event-pack-list-heading h3 { margin: .12rem 0 0; color: var(--forest-950); font-size: 1rem; }
.event-pack-list-heading > span { padding: .32rem .55rem; border-radius: 999px; color: var(--forest-800); background: #e5f6ed; font-size: .62rem; font-weight: 900; }
.event-pack-participant-list, .event-pack-supporter-list { display: grid; gap: .55rem; }
.event-pack-participant-card { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: .65rem; padding: .72rem; border: 1px solid var(--line); border-radius: .72rem; background: var(--paper); }
.event-pack-supporter-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .65rem; padding: .72rem; border: 1px solid var(--line); border-radius: .72rem; background: var(--paper); }
.event-pack-participant-card strong, .event-pack-participant-card small, .event-pack-supporter-card strong, .event-pack-supporter-card small { display: block; }
.event-pack-participant-card small, .event-pack-supporter-card small { margin-top: .15rem; color: var(--muted); font-size: .63rem; }
.event-pack-person-avatar, .event-pack-dog-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest-700); font-size: .68rem; font-weight: 900; }
.event-pack-dog-avatar { width: 32px; height: 32px; color: #805313; background: var(--gold-pale); font-size: .75rem; }
.event-pack-continuity { padding: .3rem .48rem; border-radius: 999px; font-size: .57rem; font-weight: 900; white-space: nowrap; }
.event-pack-continuity.returning { color: #176747; background: #dcf5e8; }
.event-pack-continuity.new { color: #355f7d; background: #e7f1f8; }
.event-pack-reservation-note { display: flex; gap: .6rem; margin-top: .75rem; padding: .7rem; border: 1px dashed #d8c187; border-radius: .7rem; color: #684f24; background: #fffaf0; }
.event-pack-reservation-note > span:first-child { font-weight: 900; }
.event-pack-reservation-note strong, .event-pack-reservation-note small { display: block; }
.event-pack-reservation-note strong { font-size: .65rem; line-height: 1.35; }
.event-pack-reservation-note small { margin-top: .18rem; font-size: .59rem; line-height: 1.4; opacity: .82; }
.dog-access-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin: 1rem 0; }
.dog-access-preview > div { display: flex; align-items: center; gap: .65rem; padding: .75rem; border: 1px solid var(--line); border-radius: .7rem; background: var(--paper); }
.dog-access-preview strong, .dog-access-preview small { display: block; }
.dog-access-preview small { margin-top: .12rem; color: var(--muted); font-size: .62rem; }
.member-avatar.shared { color: #805313; background: var(--gold-pale); }
.roster-list { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-bottom: 1.3rem; }
.roster-person, .candidate { display: flex; align-items: center; gap: .65rem; }
.member-avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 34px; font-size: .65rem; }
.member-avatar.human { background: var(--blue-pale); color: #466782; }
.member-avatar.dog { background: var(--gold-pale); color: #a46f18; }
.roster-person strong, .candidate strong { font-size: .86rem; display: block; }
.secondary-button { width: 100%; }
.roster-lab { margin-top: 1rem; }
.lab-intro { color: var(--muted); line-height: 1.6; max-width: 800px; margin: 1rem 0 1.5rem; }
.roster-lab-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 1.5rem; align-items: stretch; }
.candidate-list { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.candidate { border: 1px solid var(--line); border-radius: .75rem; padding: .7rem; position: relative; cursor: pointer; transition: border-color .15s, background .15s; }
.candidate:hover { border-color: #9db8ad; }
.candidate input { position: absolute; opacity: 0; pointer-events: none; }
.checkmark { width: 19px; height: 19px; flex: 0 0 19px; border: 2px solid #a9b7b2; border-radius: .35rem; display: grid; place-items: center; }
.candidate input:checked + .checkmark { background: var(--forest-700); border-color: var(--forest-700); }
.candidate input:checked + .checkmark::after { content: "✓"; color: white; font-size: .75rem; font-weight: 900; }
.candidate:has(input:checked) { border-color: var(--forest-700); background: #f6fbf8; }
.candidate.new-member::after { content: "NEU"; margin-left: auto; font-size: .58rem; font-weight: 900; color: #9b6818; background: var(--gold-pale); padding: .25rem .35rem; border-radius: .3rem; }
.validation-result { border-radius: .85rem; padding: 1.5rem; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; border: 1px solid var(--line); background: var(--paper); }
.validation-result.valid { background: var(--mint-pale); border-color: #b8ddce; }
.validation-result.invalid { background: #fff2ef; border-color: #efc8bf; }
.result-symbol { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--forest-700); font-size: 1.25rem; font-weight: 900; margin-bottom: .8rem; }
.invalid .result-symbol { color: #a03f31; }
.validation-result h3 { margin-bottom: .45rem; }
.validation-result p, .validation-result small, .validation-result li { color: var(--muted); line-height: 1.45; }
.validation-result ul { padding-left: 1.15rem; margin-bottom: 0; }

.onboarding-shell { animation: reveal .25s ease-out; }
.onboarding-topline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2.6rem; }
.back-link, .text-button { border: 0; padding: 0; background: transparent; color: var(--forest-700); font-weight: 850; }
.back-link:hover, .text-button:hover { color: var(--forest-950); text-decoration: underline; }
.demo-pill { display: inline-flex; align-items: center; border-radius: 999px; padding: .45rem .7rem; color: #805313; background: var(--gold-pale); font-size: .68rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.onboarding-intro { max-width: 790px; margin-bottom: 2.2rem; }
.onboarding-intro h1 { margin-bottom: .8rem; }
.onboarding-intro > p:last-child { color: var(--muted); line-height: 1.65; font-size: 1.03rem; }
.stepper { list-style: none; padding: 0; margin: 0 0 1rem; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: white; border-radius: 1rem; overflow: hidden; }
.stepper li { padding: 1rem 1.2rem; display: flex; align-items: center; gap: .8rem; color: var(--muted); position: relative; }
.stepper li + li { border-left: 1px solid var(--line); }
.stepper li > span { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 32px; background: var(--paper); border: 1px solid var(--line); font-size: .78rem; font-weight: 900; }
.stepper li strong, .stepper li small { display: block; }
.stepper li strong { color: var(--ink); font-size: .82rem; }
.stepper li small { font-size: .7rem; margin-top: .15rem; }
.stepper li.active { background: #f5faf7; }
.stepper li.active::after { content: ""; height: 3px; background: var(--mint); position: absolute; left: 0; right: 0; bottom: 0; }
.stepper li.active > span, .stepper li.complete > span { background: var(--forest-700); color: white; border-color: var(--forest-700); }
.stepper li.complete > span { font-size: 0; }
.stepper li.complete > span::after { content: "✓"; font-size: .8rem; }
.onboarding-card { background: white; border: 1px solid var(--line); border-radius: 1rem; padding: clamp(1.5rem, 4vw, 3rem); box-shadow: var(--shadow); min-height: 480px; }
.onboarding-step.active { animation: reveal .2s ease-out; }
.step-copy { max-width: 760px; margin-bottom: 2rem; }
.step-copy h2, .onboarding-success h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--forest-950); margin-bottom: .6rem; }
.step-copy > p:last-child, .split-copy > div > p:last-child { color: var(--muted); line-height: 1.6; }
.split-copy { max-width: none; display: flex; justify-content: space-between; align-items: start; gap: 2rem; }
.split-copy > div { max-width: 760px; }
.profile-form-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
.truth-pack-rule-summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; border-radius: 1rem; background: #eef4ee; }
.avatar-builder { display: flex; flex-direction: column; align-items: center; text-align: center; }
.avatar-preview { width: 150px; height: 150px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 35% 28%, #fff9e9 0 18%, transparent 19%), linear-gradient(145deg, var(--gold-pale), #f0d7a5); color: #8a5910; border: 6px solid white; box-shadow: 0 0 0 1px #e5d2ad, 0 16px 35px rgba(94,64,17,.12); }
.avatar-preview span { font-family: Georgia, serif; font-weight: 900; font-size: 2.2rem; }
.avatar-preview small { margin-top: .4rem; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.avatar-builder p { color: var(--muted); line-height: 1.5; font-size: .78rem; max-width: 250px; margin: 1.2rem 0 0; }
.form-stack, .dog-fields { display: grid; gap: 1rem; }
.field { display: grid; gap: .45rem; color: var(--forest-950); font-size: .82rem; font-weight: 800; }
.field span { display: flex; justify-content: space-between; align-items: center; gap: .5rem; }
.field em { color: var(--muted); background: var(--paper); border-radius: 999px; padding: .2rem .45rem; font-style: normal; font-size: .58rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cbd6d1; border-radius: .65rem; padding: .8rem .9rem; color: var(--ink); background: white; outline: none; }
.field textarea { min-height: 92px; resize: vertical; line-height: 1.45; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--forest-700); box-shadow: 0 0 0 3px rgba(30,93,77,.12); }
.field input::placeholder, .field textarea::placeholder { color: #9aa7a2; }
.field > small { color: var(--muted); line-height: 1.45; font-weight: 500; }
.field-meta { display: flex; justify-content: space-between; gap: .7rem; color: var(--muted); line-height: 1.45; font-weight: 500; }
.field-meta strong { color: var(--forest-700); font-size: .68rem; white-space: nowrap; font-variant-numeric: tabular-nums; }
.field .chip-check-status { display: block; padding: .4rem .55rem; border-radius: .45rem; }
.field .chip-check-status.checking { color: #5f665f; background: #f1f4f2; }
.field .chip-check-status.available { color: #28604c; background: var(--mint-pale); }
.field .chip-check-status.unavailable { color: #8b302a; background: #fff0ee; }
.form-errors { border-radius: .65rem; background: #fff1ef; color: #943b2e; padding: .75rem .9rem; font-size: .78rem; line-height: 1.45; }
.form-errors ul { margin: 0; padding-left: 1.1rem; }
.dog-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.5rem; }
.dog-editor, .saved-dogs { border: 1px solid var(--line); border-radius: .85rem; padding: 1.25rem; }
.dog-editor { display: grid; grid-template-columns: auto 1fr; gap: 1rem; background: #fbfcfa; }
.dog-avatar { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-pale); color: #a56d17; font-size: 1.25rem; }
.two-fields { display: grid; grid-template-columns: .8fr 1.2fr; gap: .8rem; }
.saved-dogs-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: .9rem; }
.saved-dogs-heading span { min-width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-700); background: var(--mint-pale); font-size: .72rem; font-weight: 900; }
.empty-dog-list { min-height: 170px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--muted); text-align: center; border: 1px dashed #cbd6d1; border-radius: .7rem; }
.empty-dog-list > span { font-size: 2rem; color: #a8b6b0; }
.empty-dog-list p { margin: .5rem 0 0; font-size: .8rem; }
.dog-list { display: grid; gap: .6rem; }
.saved-dog-card { display: flex; align-items: center; gap: .7rem; padding: .7rem; border: 1px solid var(--line); border-radius: .65rem; background: white; }
.saved-dog-card strong, .saved-dog-card small { display: block; }
.saved-dog-card strong { font-size: .84rem; }
.saved-dog-card small { color: var(--muted); margin-top: .15rem; font-size: .68rem; }
.saved-dog-card .dog-private-meta { color: #87938f; font-size: .62rem; }
.saved-dog-bio { max-width: 290px; margin: .4rem 0 0; color: var(--muted); font-size: .7rem; line-height: 1.4; }
.remove-dog { margin-left: auto; width: 28px; height: 28px; border: 0; border-radius: 50%; background: var(--paper); color: var(--muted); font-size: 1rem; }
.remove-dog:hover { color: #93382b; background: #fff1ef; }
.step-actions { display: flex; justify-content: space-between; align-items: center; gap: .7rem; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.pack-options { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; margin-bottom: 1.2rem; }
.pack-option { display: grid; grid-template-columns: auto 1fr auto; gap: .9rem; align-items: center; border: 1px solid var(--line); border-radius: .85rem; padding: 1.1rem; cursor: pointer; transition: border-color .15s, background .15s; }
.pack-option:hover, .pack-option.selected { border-color: var(--forest-700); background: #f5faf7; }
.pack-option input { position: absolute; opacity: 0; pointer-events: none; }
.option-icon { width: 42px; height: 42px; border-radius: .65rem; display: grid; place-items: center; background: var(--mint-pale); color: var(--forest-700); font-weight: 900; }
.pack-option strong, .pack-option small { display: block; }
.pack-option strong { color: var(--forest-950); font-size: .9rem; }
.pack-option small { color: var(--muted); font-size: .72rem; line-height: 1.4; margin-top: .25rem; }
.radio-dot { width: 18px; height: 18px; border: 2px solid #a7b5b0; border-radius: 50%; box-shadow: inset 0 0 0 3px white; background: white; }
.pack-option.selected .radio-dot { border-color: var(--forest-700); background: var(--forest-700); }
.conditional-field { padding: 1.1rem; border-radius: .8rem; background: var(--paper); margin-bottom: 1rem; }
.privacy-note { display: flex; align-items: center; gap: .75rem; padding: .9rem; border: 1px solid #ead6ad; border-radius: .7rem; background: #fffaf0; color: #6f5423; font-size: .75rem; line-height: 1.45; }
.privacy-note > span:first-child { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 28px; background: white; }
.public-policy-note { display: flex; align-items: flex-start; gap: .75rem; padding: .9rem; border: 1px solid #cfe2da; border-radius: .7rem; background: #f2faf6; color: #46645a; font-size: .72rem; line-height: 1.5; }
.public-policy-note > span:first-child { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 28px; color: var(--forest-700); background: white; }
.public-policy-note strong { color: var(--forest-950); }
.onboarding-success { max-width: 720px; margin: 0 auto; text-align: center; padding: 2rem 0; animation: reveal .25s ease-out; }
.success-seal { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 1.4rem; border-radius: 50%; color: white; background: var(--forest-700); border: 7px solid var(--mint-pale); font-size: 2rem; font-weight: 900; box-shadow: 0 12px 30px rgba(30,93,77,.2); }
.onboarding-success > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.success-summary { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; text-align: left; margin: 1.5rem 0; }
.success-summary > div { border: 1px solid var(--line); border-radius: .7rem; padding: .85rem; background: var(--paper); }
.success-summary small, .success-summary strong { display: block; }
.success-summary small { color: var(--muted); font-size: .68rem; margin-bottom: .2rem; }
.success-summary strong { font-size: .84rem; }

.auth-dialog { width: min(920px, calc(100% - 2rem)); max-height: min(760px, calc(100vh - 2rem)); padding: 0; border: 0; border-radius: 1.25rem; color: var(--ink); background: white; box-shadow: 0 32px 90px rgba(3, 24, 19, .32); overflow: auto; }
.auth-dialog::backdrop { background: rgba(4, 26, 21, .72); backdrop-filter: blur(5px); }
.auth-layout { min-height: 600px; display: grid; grid-template-columns: .85fr 1.15fr; }
.auth-story { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 2.3rem; color: white; background: radial-gradient(circle at 70% 16%, rgba(242, 214, 154, .38), transparent 18%), linear-gradient(155deg, #174c40, #08241e); }
.auth-story::before, .auth-story::after { content: ""; position: absolute; border: 1px solid rgba(117, 205, 177, .18); border-radius: 50%; }
.auth-story::before { width: 340px; height: 340px; right: -190px; top: 90px; }
.auth-story::after { width: 470px; height: 470px; right: -250px; top: 25px; }
.auth-story-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-950); background: var(--mint); font-size: 1.35rem; box-shadow: 0 0 0 8px rgba(117, 205, 177, .12); }
.auth-story > div { position: relative; z-index: 1; }
.auth-story h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.03; margin-bottom: 1rem; }
.auth-story p:last-child { color: #bfd1ca; line-height: 1.65; }
.auth-content { position: relative; display: grid; align-items: center; padding: clamp(2rem, 5vw, 3.6rem); }
.auth-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--muted); background: var(--paper); font-size: 1.45rem; line-height: 1; }
.auth-close:hover { color: var(--forest-950); background: var(--forest-100); }
.auth-panel { animation: reveal .2s ease-out; }
.auth-panel h2 { color: var(--forest-950); font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: .7rem; }
.auth-panel > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.auth-panel > p strong { color: var(--forest-800); }
.auth-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: .8rem; color: var(--forest-700); background: var(--mint-pale); font-size: 1.25rem; font-weight: 900; }
.auth-icon.mail { color: #916016; background: var(--gold-pale); }
.auth-form { margin-top: 1.5rem; }
.auth-form .primary-button[aria-busy="true"] { opacity: .72; cursor: wait; }
.auth-footnote, .account-principle { display: flex; align-items: center; gap: .75rem; margin-top: 1.4rem; padding: .9rem; border-radius: .75rem; color: var(--muted); background: var(--paper); font-size: .75rem; line-height: 1.45; }
.auth-footnote > span:first-child, .account-principle > span:first-child { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-700); background: white; font-weight: 900; }
.auth-footnote strong, .account-principle strong { color: var(--forest-950); }
.demo-mail { margin: 1.2rem 0; padding: 1.1rem; border: 1px dashed #d3b573; border-radius: .8rem; text-align: center; background: #fffaf0; }
.demo-mail > span { color: #805313; font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.demo-mail p { margin: .55rem 0 .15rem; color: var(--muted); font-size: .72rem; }
.demo-mail > strong { display: block; color: var(--forest-950); font-size: 1.7rem; letter-spacing: .22em; font-variant-numeric: tabular-nums; }
.demo-mail .text-button { margin-top: .65rem; font-size: .75rem; }
.code-field input { text-align: center; font-size: 1.35rem; font-weight: 850; letter-spacing: .32em; font-variant-numeric: tabular-nums; }
.auth-resend { display: flex; justify-content: center; gap: .5rem; margin-top: 1rem; color: var(--muted); font-size: .75rem; }
.auth-resend .text-button { font-size: inherit; }
.auth-success { text-align: center; }
.auth-success .success-seal { margin-bottom: 1.4rem; }
.account-principle { text-align: left; margin: 1.5rem 0; }
.auth-logout { margin-top: 1rem; font-size: .75rem; }
.account-danger-zone { margin-top: 1.25rem; padding: 1rem; border: 1px solid #ecd0cb; border-radius: .8rem; text-align: left; background: #fff8f6; }
.account-danger-zone strong { color: #762f28; font-size: .78rem; }
.account-danger-zone p { margin: .35rem 0 .65rem; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.account-danger-zone .text-button { margin: 0; }
.dog-owner-actions { display: flex; flex-direction: column; align-items: flex-end; gap: .45rem; }
.auth-admin-link { display: block; margin-top: .75rem; text-decoration: none; }
.auth-admin-link[hidden] { display: none; }
.profile-button.authenticated .avatar { color: var(--forest-950); background: var(--mint); }

@media (max-width: 760px) {
  .account-gate { grid-template-columns: auto 1fr; }
  .account-gate .primary-button { grid-column: 1 / -1; width: 100%; }
}

.ticket-dialog { width: min(960px, calc(100% - 2rem)); max-height: min(880px, calc(100vh - 2rem)); padding: 0; border: 0; border-radius: 1.25rem; color: var(--ink); background: white; box-shadow: 0 32px 90px rgba(3, 24, 19, .34); overflow: auto; }
.ticket-dialog::backdrop { background: rgba(4, 26, 21, .72); backdrop-filter: blur(5px); }
.ticket-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.65rem clamp(1.2rem, 4vw, 2.5rem); color: white; background: linear-gradient(130deg, var(--forest-800), var(--forest-950)); }
.ticket-dialog-head h2 { margin: .15rem 0 0; font-size: clamp(1.45rem, 3vw, 2rem); }
.ticket-dialog-head .eyebrow { margin-bottom: .25rem; }
.ticket-close { position: static; flex: 0 0 38px; color: #d9e5e0; background: rgba(255,255,255,.1); }
.ticket-close:hover { color: white; background: rgba(255,255,255,.18); }
.ticket-steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0 clamp(1.2rem, 4vw, 2.5rem); border-bottom: 1px solid var(--line); background: #fbfcfa; }
.ticket-steps li { display: flex; align-items: center; justify-content: center; gap: .55rem; padding: 1rem .7rem; color: var(--muted); font-size: .76rem; font-weight: 850; position: relative; }
.ticket-steps li > span { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: .68rem; }
.ticket-steps li.active { color: var(--forest-800); }
.ticket-steps li.active::after { content: ""; position: absolute; height: 3px; left: 8%; right: 8%; bottom: 0; background: var(--mint); }
.ticket-steps li.active > span, .ticket-steps li.complete > span { color: white; border-color: var(--forest-700); background: var(--forest-700); }
.ticket-steps li.complete > span { font-size: 0; }
.ticket-steps li.complete > span::after { content: "✓"; font-size: .7rem; }
.ticket-body { padding: clamp(1.3rem, 4vw, 2.5rem); }
.ticket-panel { animation: reveal .2s ease-out; }
.ticket-panel > h2 { margin: .2rem 0 1.2rem; color: var(--forest-950); font-size: clamp(1.6rem, 3vw, 2.1rem); }
.ticket-event-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; margin-bottom: 1.6rem; padding: 1.05rem 1.15rem; border: 1px solid #cfe2da; border-radius: .9rem; background: #f4faf7; }
.ticket-event-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: .7rem; color: var(--forest-950); background: var(--mint); font-size: 1.15rem; }
.ticket-event-card small, .ticket-event-card h3, .ticket-event-card p { display: block; margin: 0; }
.ticket-event-card small { color: var(--forest-700); font-size: .66rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.ticket-event-card h3 { margin-top: .2rem; color: var(--forest-950); font-size: 1.05rem; }
.ticket-event-card p { margin-top: .2rem; color: var(--muted); font-size: .75rem; }
.ticket-event-card > strong { color: var(--forest-800); font-size: 1.15rem; white-space: nowrap; }
.ticket-fieldset { margin: 0 0 1.5rem; padding: 0; border: 0; }
.ticket-fieldset legend { color: var(--forest-950); font-size: 1rem; font-weight: 900; }
.ticket-fieldset > p { margin: .35rem 0 .85rem; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.ticket-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.ticket-pack-options { display: grid; gap: .65rem; margin-top: .8rem; }
.ticket-choice { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; min-width: 0; padding: .9rem; border: 1px solid var(--line); border-radius: .8rem; background: white; cursor: pointer; transition: border-color .15s, background .15s, transform .15s; }
.ticket-choice:hover { border-color: #9db8ad; transform: translateY(-1px); }
.ticket-choice.selected { border-color: var(--forest-700); background: #f4faf7; box-shadow: inset 0 0 0 1px rgba(30,93,77,.08); }
.ticket-choice input { position: absolute; opacity: 0; pointer-events: none; }
.ticket-choice strong, .ticket-choice small { display: block; min-width: 0; }
.ticket-choice strong { color: var(--forest-950); font-size: .84rem; }
.ticket-choice small { margin-top: .18rem; color: var(--muted); font-size: .67rem; line-height: 1.4; }
.ticket-choice .choice-symbol { width: 38px; height: 38px; display: grid; place-items: center; border-radius: .6rem; color: var(--forest-700); background: var(--mint-pale); font-weight: 900; }
.ticket-choice.selected .radio-dot { border-color: var(--forest-700); background: var(--forest-700); }
.ticket-conditional { margin: .7rem 0 0; }
.attendance-fieldset { padding-block: 1.4rem; border-block: 1px solid var(--line); }
.attendance-options { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: .85rem; }
.attendance-option { position: relative; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: .75rem; min-width: 0; padding: 1rem; border: 1px solid var(--line); border-radius: .85rem; background: white; cursor: pointer; transition: border-color .15s, background .15s, transform .15s; }
.attendance-option:hover { border-color: #9db8ad; transform: translateY(-1px); }
.attendance-option.selected { border-color: var(--forest-700); background: #f4faf7; box-shadow: inset 0 0 0 1px rgba(30,93,77,.08); }
.attendance-option.disabled { opacity: .55; cursor: not-allowed; transform: none; }
.attendance-option input { position: absolute; opacity: 0; pointer-events: none; }
.attendance-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: .7rem; color: var(--forest-700); background: var(--mint-pale); font-size: 1rem; font-weight: 900; }
.attendance-icon.supporter { color: #9b6818; background: var(--gold-pale); }
.attendance-option strong, .attendance-option small { display: block; }
.attendance-option > span > strong { color: var(--forest-950); font-size: .86rem; }
.attendance-option small { margin-top: .2rem; color: var(--muted); font-size: .68rem; line-height: 1.4; }
.attendance-price { color: var(--forest-800); font-size: .8rem; font-weight: 900; white-space: nowrap; }
.attendance-option.selected .radio-dot { border-color: var(--forest-700); background: var(--forest-700); }
.captain-supporter-note { display: flex; align-items: flex-start; gap: .7rem; margin-top: .75rem; padding: .85rem; border: 1px solid #ead6ad; border-radius: .75rem; color: #6f5423; background: #fffaf0; font-size: .72rem; line-height: 1.5; }
.captain-supporter-note > span:first-child { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 29px; border-radius: 50%; color: white; background: var(--gold); font-weight: 900; }
.captain-supporter-note strong { color: #604719; }
.captain-transfer-link { margin-top: .55rem; color: #805313; font-size: .7rem; }
.start-slot-fieldset { padding-top: 1.4rem; border-top: 1px solid var(--line); }
.start-slot-captain-note { display: flex; align-items: flex-start; gap: .7rem; margin: .8rem 0; padding: .8rem .9rem; border: 1px solid #cfe2da; border-radius: .75rem; color: #46645a; background: #f2faf6; font-size: .72rem; line-height: 1.45; }
.start-slot-captain-note > span:first-child { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 29px; border-radius: 50%; color: var(--forest-700); background: white; font-weight: 900; }
.start-slot-captain-note strong { color: var(--forest-950); }
.start-slot-picker { border: 1px solid var(--line); border-radius: .85rem; overflow: hidden; background: #fbfcfa; }
.start-slot-periods { display: flex; gap: .45rem; padding: .7rem; overflow-x: auto; scrollbar-width: thin; border-bottom: 1px solid var(--line); background: white; }
.start-slot-period { flex: 1 0 150px; display: grid; gap: .12rem; padding: .65rem .8rem; border: 1px solid var(--line); border-radius: .65rem; color: var(--muted); background: var(--paper); text-align: left; }
.start-slot-period strong { color: var(--forest-950); font-size: .76rem; }
.start-slot-period small { font-size: .62rem; }
.start-slot-period:hover { border-color: #9db8ad; }
.start-slot-period.active { color: var(--forest-700); border-color: var(--forest-700); background: var(--mint-pale); box-shadow: inset 0 0 0 1px rgba(30,93,77,.08); }
.start-slot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .55rem; min-height: 160px; padding: .85rem; }
.start-slot-option { position: relative; display: grid; justify-items: center; align-content: center; gap: .22rem; min-height: 68px; padding: .65rem .45rem; border: 1px solid var(--line); border-radius: .7rem; color: var(--forest-950); background: white; cursor: pointer; transition: border-color .15s, background .15s, transform .15s; }
.start-slot-option input { position: absolute; opacity: 0; pointer-events: none; }
.start-slot-option strong { font-size: .96rem; font-variant-numeric: tabular-nums; }
.start-slot-option small { color: var(--forest-700); font-size: .61rem; font-weight: 750; }
.start-slot-option:hover { border-color: var(--forest-700); transform: translateY(-1px); }
.start-slot-option.selected { color: white; border-color: var(--forest-700); background: var(--forest-700); box-shadow: 0 7px 18px rgba(30,93,77,.16); }
.start-slot-option.selected small { color: #d8eee6; }
.start-slot-option.scarce:not(.selected) { border-color: #dbbb7b; background: #fffaf0; }
.start-slot-option.scarce:not(.selected) small { color: #8b5b13; }
.start-slot-option.full { color: #909b97; border-color: #e1e5e3; background: #f1f3f2; cursor: not-allowed; text-decoration: line-through; }
.start-slot-option.full small { color: #9ba5a1; text-decoration: none; }
.start-slot-option.full:hover { border-color: #e1e5e3; transform: none; }
.start-slot-option:has(input:focus-visible) { outline: 3px solid rgba(30,93,77,.22); outline-offset: 2px; }
.start-slot-legend { display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; padding: .65rem .85rem; border-top: 1px solid var(--line); color: var(--muted); background: white; font-size: .62rem; }
.start-slot-legend span { display: inline-flex; align-items: center; gap: .35rem; }
.start-slot-legend i { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); }
.start-slot-legend i.scarce { background: var(--gold); }
.start-slot-legend i.full { background: #c7cecb; }
.assigned-start-slot { display: flex; align-items: center; gap: .85rem; padding: 1rem; border: 1px solid #cfe2da; border-radius: .85rem; color: var(--forest-700); background: #f2faf6; }
.assigned-start-slot > span:first-child { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 50%; color: white; background: var(--forest-700); font-weight: 900; }
.assigned-start-slot small, .assigned-start-slot strong, .assigned-start-slot em { display: block; }
.assigned-start-slot small { color: var(--muted); font-size: .6rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.assigned-start-slot strong { margin-top: .12rem; color: var(--forest-950); font-size: 1.15rem; }
.assigned-start-slot em { margin-top: .14rem; color: var(--muted); font-size: .68rem; font-style: normal; }
.camping-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; margin-top: .3rem; padding: 1rem; border: 1px solid #ead6ad; border-radius: .8rem; background: #fffaf0; cursor: pointer; }
.camping-option input { position: absolute; opacity: 0; pointer-events: none; }
.camping-check { width: 21px; height: 21px; display: grid; place-items: center; border: 2px solid #b69b65; border-radius: .35rem; background: white; }
.camping-option input:checked + .camping-check { border-color: var(--gold); background: var(--gold); }
.camping-option input:checked + .camping-check::after { content: "✓"; color: white; font-size: .75rem; font-weight: 900; }
.camping-option strong, .camping-option small { display: block; }
.camping-option > span > strong { color: #604719; font-size: .84rem; }
.camping-option small { margin-top: .2rem; color: #806f4d; font-size: .68rem; line-height: 1.4; }
.camping-option > strong { color: #805313; white-space: nowrap; }
.camping-booking { border: 1px solid #ead6ad; border-radius: .85rem; overflow: hidden; background: #fffaf0; }
.camping-booking .camping-option { margin: 0; border: 0; border-radius: 0; }
.camping-night-panel { padding: .9rem; border-top: 1px solid #ead6ad; background: white; }
.camping-night-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; }
.camping-night-heading span > strong, .camping-night-heading span > small { display: block; }
.camping-night-heading span > strong { color: var(--forest-950); font-size: .82rem; }
.camping-night-heading span > small { margin-top: .2rem; color: var(--muted); font-size: .67rem; }
.camping-night-heading > strong { color: #805313; font-size: .88rem; white-space: nowrap; }
.camping-night-options { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.camping-night-option { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; padding: .85rem; border: 1px solid var(--line); border-radius: .75rem; background: #fbfcfa; cursor: pointer; }
.camping-night-option:hover { border-color: #c4a76e; }
.camping-night-option.selected { border-color: var(--gold); background: #fffaf0; box-shadow: inset 0 0 0 1px rgba(214,154,53,.1); }
.camping-night-option.full { opacity: .58; cursor: not-allowed; }
.camping-night-option input { position: absolute; opacity: 0; pointer-events: none; }
.camping-night-option .camping-check { width: 20px; height: 20px; }
.camping-night-option input:checked + .camping-check { border-color: var(--gold); background: var(--gold); }
.camping-night-option input:checked + .camping-check::after { content: "✓"; color: white; font-size: .72rem; font-weight: 900; }
.camping-night-option strong, .camping-night-option small { display: block; }
.camping-night-option .night-copy > strong { color: var(--forest-950); font-size: .78rem; }
.camping-night-option .night-copy > small { margin-top: .14rem; color: var(--muted); font-size: .62rem; line-height: 1.35; }
.camping-night-price { color: #805313; font-size: .75rem; white-space: nowrap; }
.ticket-actions { display: flex; justify-content: flex-end; align-items: center; gap: .8rem; margin-top: 1.35rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.ticket-actions.split { justify-content: space-between; }
.ticket-review { display: grid; margin-bottom: 1rem; border: 1px solid var(--line); border-radius: .85rem; overflow: hidden; }
.ticket-review-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; padding: .8rem 1rem; background: white; font-size: .79rem; }
.ticket-review-row + .ticket-review-row { border-top: 1px solid var(--line); }
.ticket-review-row span { color: var(--muted); }
.ticket-review-row strong { color: var(--forest-950); text-align: right; }
.ticket-review-row.total { padding-block: 1rem; background: var(--forest-950); }
.ticket-review-row.total span, .ticket-review-row.total strong { color: white; font-size: .94rem; }
.capacity-note, .ticket-provider-note { display: flex; align-items: flex-start; gap: .75rem; margin-top: .75rem; padding: .9rem; border-radius: .75rem; font-size: .73rem; line-height: 1.5; }
.capacity-note { color: #6f5423; border: 1px solid #ead6ad; background: #fffaf0; }
.ticket-provider-note { color: #46645a; border: 1px solid #cfe2da; background: #f2faf6; }
.capacity-note > span:first-child, .ticket-provider-note > span:first-child { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 29px; border-radius: 50%; background: white; font-weight: 900; }
.capacity-note strong, .ticket-provider-note strong { color: var(--forest-950); }
.ticket-payment { max-width: 620px; margin: 0 auto; text-align: center; }
.ticket-payment > .auth-icon { margin-inline: auto; }
.ticket-payment > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.payment-order-card { display: grid; grid-template-columns: 1fr auto; gap: .7rem 1rem; margin: 1.5rem 0; padding: 1.1rem; border: 1px solid var(--line); border-radius: .85rem; text-align: left; background: var(--paper); }
.payment-order-card span { color: var(--muted); font-size: .75rem; }
.payment-order-card strong { color: var(--forest-950); font-size: .8rem; text-align: right; }
.ticket-success { max-width: 720px; margin: 0 auto; padding: 1rem 0; text-align: center; animation: reveal .25s ease-out; }
.ticket-success > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.ticket-success .primary-button { margin-inline: auto; }
.ticket-dialog button:disabled { opacity: .68; cursor: wait; }
.pack-management-dialog { width: min(820px, calc(100% - 2rem)); max-height: min(820px, calc(100vh - 2rem)); padding: 0; border: 0; border-radius: 1.25rem; color: var(--ink); background: white; box-shadow: 0 32px 90px rgba(3,24,19,.34); overflow: auto; }
.pack-management-dialog::backdrop { background: rgba(4,26,21,.72); backdrop-filter: blur(5px); }
.pack-management-body { padding: clamp(1.3rem, 4vw, 2.5rem); }
.dog-access-dialog { width: min(900px, calc(100% - 2rem)); }
.dog-access-principle, .vet-lock-note { display: flex; gap: .8rem; padding: 1rem; border-radius: .8rem; color: #46645a; background: #f2faf6; font-size: .72rem; line-height: 1.5; }
.dog-access-principle > span:first-child, .vet-lock-note > span:first-child { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; border-radius: 50%; color: var(--forest-800); background: white; font-weight: 900; }
.dog-management-section { margin-top: 1.8rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.dog-management-section:first-of-type { margin-top: 1.4rem; border-top: 0; }
.dog-count-badge, .request-count-badge { padding: .35rem .6rem; border-radius: 999px; color: var(--forest-800); background: #e5f6ed; font-size: .62rem; font-weight: 900; }
.request-count-badge { color: #805313; background: var(--gold-pale); }
.owned-dog-list, .shared-dog-list, .dog-request-list { display: grid; gap: .7rem; margin-top: .8rem; }
.owned-dog-card, .shared-dog-card, .dog-request-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; padding: .9rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--paper); }
.dog-access-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #805313; background: var(--gold-pale); }
.dog-card-copy strong, .dog-card-copy small { display: block; }
.dog-card-copy small { margin-top: .18rem; color: var(--muted); font-size: .65rem; }
.dog-handler-list { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .55rem; }
.dog-handler-chip { display: inline-flex; align-items: center; gap: .35rem; padding: .3rem .45rem; border-radius: 999px; color: #46645a; background: white; font-size: .61rem; font-weight: 800; }
.dog-handler-chip button { border: 0; color: #8b3d35; background: transparent; cursor: pointer; font: inherit; }
.dog-request-actions { display: flex; gap: .45rem; }
.dog-request-actions button { width: auto; }
.handler-search-form { display: grid; grid-template-columns: .85fr 1.3fr auto; align-items: end; gap: .7rem; margin-top: 1rem; }
.handler-search-form .field { margin: 0; }
.handler-search-form .secondary-button { width: auto; min-height: 42px; }
.handler-search-result { display: grid; gap: .55rem; margin-top: .75rem; }
.handler-result-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; padding: .8rem; border: 1px solid var(--line); border-radius: .75rem; background: var(--paper); }
.handler-search-result strong, .handler-search-result small { display: block; }
.handler-search-result small { color: var(--muted); font-size: .64rem; }
.handler-search-result button { width: auto; }
.shared-dog-card .text-button { white-space: nowrap; }
.request-holder-access { margin-top: 1.2rem; padding: 1rem; border: 1px dashed #c9d8d1; border-radius: .8rem; background: #fbfdfc; }
.request-holder-access h3 { margin: .2rem 0; }
.holder-search-form { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .7rem; margin-top: .8rem; }
.holder-search-form .field { margin: 0; }
.holder-search-form .secondary-button { width: auto; min-height: 42px; }
.holder-search-result { margin-top: .75rem; }
.holder-result-group { padding: .8rem; border: 1px solid var(--line); border-radius: .75rem; background: var(--paper); }
.holder-result-group + .holder-result-group { margin-top: .65rem; }
.holder-result-head { display: flex; align-items: center; gap: .65rem; margin-bottom: .6rem; }
.holder-result-head strong, .holder-result-head small { display: block; }
.holder-result-head small { color: var(--muted); font-size: .64rem; }
.holder-dog-options { display: grid; gap: .45rem; }
.holder-dog-option { display: flex; align-items: center; gap: .6rem; padding: .7rem; border: 1px solid var(--line); border-radius: .65rem; background: white; }
.holder-dog-option > span:nth-child(2) { flex: 1; }
.holder-dog-option strong, .holder-dog-option small { display: block; }
.holder-dog-option small { color: var(--muted); font-size: .62rem; }
.holder-dog-option button { width: auto; }
.vet-lock-note { margin-top: 1.8rem; color: #604f2f; background: #fffaf0; }
.vet-lock-note > span:first-child { color: #805313; }
.captain-overview { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; margin-bottom: 1.8rem; padding: 1rem; border: 1px solid #ead6ad; border-radius: .85rem; background: #fffaf0; }
.captain-crown { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #805313; background: white; font-size: 1.25rem; font-weight: 900; }
.captain-overview small, .captain-overview h3, .captain-overview p { margin: 0; }
.captain-overview small { color: #806f4d; font-size: .62rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.captain-overview h3 { margin-top: .15rem; color: var(--forest-950); font-size: 1.25rem; }
.captain-overview p { margin-top: .2rem; color: var(--muted); font-size: .7rem; }
.management-intro { color: var(--muted); line-height: 1.6; }
.pack-invitation-section { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.management-section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.management-section-heading .eyebrow, .management-section-heading h2 { margin-top: 0; }
.invitation-active-badge { padding: .35rem .65rem; border-radius: 999px; color: var(--forest-800); background: #e5f6ed; font-size: .62rem; font-weight: 900; }
.invitation-share-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: .75rem; margin-top: 1rem; }
.invitation-share-card, .invitation-link-card { padding: .9rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--paper); }
.invitation-share-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; }
.invitation-share-symbol { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #805313; background: var(--gold-pale); font-weight: 900; }
.invitation-share-card small, .invitation-share-card strong { display: block; }
.invitation-share-card small, .invitation-link-card label { color: var(--muted); font-size: .62rem; font-weight: 800; }
.invitation-share-card strong { margin-top: .15rem; color: var(--forest-950); letter-spacing: .06em; }
.invitation-share-card .secondary-button, .invitation-link-card .secondary-button { width: auto; white-space: nowrap; }
.invitation-link-card > div { display: flex; gap: .55rem; margin-top: .45rem; }
.invitation-link-card input { min-width: 0; width: 100%; padding: .65rem .7rem; border: 1px solid var(--line); border-radius: .55rem; color: #46645a; background: white; font: inherit; font-size: .7rem; }
.invitation-capacity-note { display: flex; gap: .7rem; margin-top: .75rem; padding: .8rem; border-radius: .7rem; color: #46645a; background: #f2faf6; font-size: .7rem; line-height: 1.45; }
.invitation-capacity-note > span:first-child { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; border-radius: 50%; background: white; }
.invitation-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 2rem; margin-top: .55rem; }
.invitation-actions #pack-invitation-status { color: var(--forest-700); font-size: .66rem; font-weight: 800; }
.text-button.danger { color: #8b3d35; }
.captain-candidates { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1rem; }
.captain-candidate { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; padding: .9rem; border: 1px solid var(--line); border-radius: .75rem; cursor: pointer; }
.captain-candidate:hover, .captain-candidate.selected { border-color: var(--forest-700); background: #f4faf7; }
.captain-candidate input { position: absolute; opacity: 0; }
.captain-candidate-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #466782; background: var(--blue-pale); font-size: .68rem; font-weight: 900; }
.captain-candidate strong, .captain-candidate small { display: block; }
.captain-candidate small { margin-top: .18rem; color: var(--muted); font-size: .65rem; }
.captain-candidate.selected .radio-dot { border-color: var(--forest-700); background: var(--forest-700); }
.transfer-policy-note { display: flex; gap: .7rem; margin-top: .85rem; padding: .8rem; border-radius: .7rem; color: #46645a; background: #f2faf6; font-size: .7rem; line-height: 1.45; }
.transfer-policy-note > span:first-child { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; border-radius: 50%; background: white; }
.captain-transfer-pending, .captain-transfer-success { text-align: center; padding: 1rem 0; }
.pending-transfer-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 1.2rem; border-radius: 50%; color: #805313; background: var(--gold-pale); font-size: 1.6rem; }
.captain-transfer-pending > p:not(.eyebrow), .captain-transfer-success > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.pending-transfer-meta { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 1rem 0; text-align: left; }
.pending-transfer-meta span { padding: .85rem; border: 1px solid var(--line); border-radius: .7rem; background: var(--paper); }
.pending-transfer-meta small, .pending-transfer-meta strong { display: block; }
.pending-transfer-meta small { color: var(--muted); font-size: .62rem; }
.pending-transfer-meta strong { margin-top: .2rem; font-size: .8rem; }
.demo-response-box { margin: 1rem 0; padding: 1rem; border: 1px dashed #d3b573; border-radius: .8rem; background: #fffaf0; }
.demo-response-box p { color: var(--muted); font-size: .7rem; }
.demo-response-box > div { display: flex; gap: .6rem; justify-content: center; }
.demo-response-box .secondary-button { width: auto; }
.captain-transfer-success .primary-button { margin-inline: auto; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
footer { border-top: 1px solid var(--line); color: var(--muted); display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem max(1rem, calc((100% - 1180px) / 2)); font-size: .75rem; }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .topbar-actions { margin-left: auto; }
  .portal-region-selector span { display: none; }
  .portal-region-selector select { min-width: 104px; }
  .campaign-card, .content-grid, .roster-lab-grid, .event-pack-columns { grid-template-columns: 1fr; }
  .event-pack-summary { grid-template-columns: repeat(2, 1fr); }
  .event-pack-summary > div:nth-child(2) { border-right: 0; }
  .event-pack-summary > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .dog-access-preview { grid-template-columns: 1fr; }
  .map-art { min-height: 230px; }
  .campaign-card { min-height: auto; }
  .profile-form-grid, .dog-layout { grid-template-columns: 1fr; }
  .ticket-choice-grid { grid-template-columns: 1fr; }
  .truth-grid { grid-template-columns: 1fr; }
  .truth-storage-map { grid-template-columns: repeat(2, 1fr); }
  .attendance-options { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .topbar { height: 66px; }
  .topbar { gap: .65rem; padding-inline: .7rem; }
  .topbar-actions { gap: .35rem; }
  .portal-region-selector { display: none; }
  .profile-label, .profile-button > span:last-child { display: none; }
  .notification-popover { position: fixed; top: 74px; right: .5rem; }
  .notification-popover::before { display: none; }
  .dashboard-notification-heading { grid-template-columns: auto minmax(0,1fr); }
  .dashboard-notification-heading > strong { grid-column: 2; justify-self: start; }
  .dashboard-notification-item { grid-template-columns: auto minmax(0,1fr); }
  .dashboard-notification-item > em { grid-column: 2; }
  .page-shell { width: min(100% - 1rem, 1180px); padding-top: 2rem; }
  .welcome { align-items: start; flex-direction: column; }
  .welcome-actions { width: 100%; }
  .welcome-actions > button { flex: 1; }
  .truth-banner { grid-template-columns: auto 1fr; }
  .truth-banner .secondary-button { grid-column: 1 / -1; text-align: center; }
  .truth-pack-stats { grid-template-columns: 1fr; }
  .truth-storage-map { grid-template-columns: 1fr; }
  .truth-booking-row { grid-template-columns: 1fr; }
  .truth-booking-price { text-align: left; }
  .status-grid, .candidate-list { grid-template-columns: 1fr; }
  .campaign-copy { padding: 1.6rem; }
  .map-art { min-height: 190px; }
  .panel-heading { flex-wrap: wrap; }
  .onboarding-topline, .split-copy { flex-direction: column; }
  .stepper { grid-template-columns: 1fr; }
  .stepper li + li { border-left: 0; border-top: 1px solid var(--line); }
  .onboarding-card { padding: 1.2rem; }
  .two-fields, .pack-options, .success-summary { grid-template-columns: 1fr; }
  .dog-editor { grid-template-columns: 1fr; }
  .step-actions { align-items: stretch; flex-direction: column-reverse; }
  .step-actions button { width: 100%; }
  .auth-dialog { width: min(100% - 1rem, 560px); max-height: calc(100vh - 1rem); }
  .auth-layout { min-height: 0; grid-template-columns: 1fr; }
  .auth-story { min-height: 150px; padding: 1.5rem; }
  .auth-story-mark { width: 42px; height: 42px; }
  .auth-story h2 { margin: 1.8rem 0 .4rem; font-size: 1.8rem; }
  .auth-story p:last-child { display: none; }
  .auth-content { padding: 2.5rem 1.35rem 1.6rem; }
  .auth-resend { align-items: center; flex-direction: column; }
  .ticket-dialog { width: calc(100% - 1rem); max-height: calc(100vh - 1rem); }
  .ticket-dialog-head { padding: 1.25rem; }
  .ticket-steps { padding-inline: .3rem; }
  .ticket-steps li { gap: .35rem; padding-inline: .25rem; font-size: .66rem; }
  .ticket-body { padding: 1.05rem; }
  .ticket-event-card { grid-template-columns: auto 1fr; }
  .ticket-event-card > strong { grid-column: 2; }
  .attendance-option { grid-template-columns: auto 1fr auto; }
  .attendance-option .radio-dot { grid-column: 3; grid-row: 1; }
  .attendance-price { grid-column: 2; }
  .camping-option { grid-template-columns: auto 1fr; }
  .camping-option > strong { grid-column: 2; }
  .camping-night-heading { align-items: flex-start; flex-direction: column; }
  .camping-night-options { grid-template-columns: 1fr; }
  .start-slot-grid { grid-template-columns: repeat(2, 1fr); }
  .start-slot-period { flex-basis: 135px; }
  .ticket-actions, .ticket-actions.split { align-items: stretch; flex-direction: column-reverse; }
  .ticket-actions button { width: 100%; }
  .payment-order-card { grid-template-columns: 1fr; }
  .payment-order-card strong { margin-bottom: .35rem; text-align: left; }
  .pack-management-dialog { width: calc(100% - 1rem); max-height: calc(100vh - 1rem); }
  .captain-candidates, .pending-transfer-meta, .invitation-share-grid { grid-template-columns: 1fr; }
  .captain-overview { grid-template-columns: auto 1fr; }
  .captain-overview .country-badge { grid-column: 2; justify-self: start; }
  .invitation-share-card { grid-template-columns: auto 1fr; }
  .invitation-share-card .secondary-button { grid-column: 1 / -1; width: 100%; }
  .invitation-link-card > div, .invitation-actions { align-items: stretch; flex-direction: column; }
  .handler-search-form { grid-template-columns: 1fr; }
  .handler-result-row { grid-template-columns: auto 1fr; }
  .handler-result-row .primary-button { grid-column: 1 / -1; width: 100%; }
  .holder-search-form { grid-template-columns: 1fr; }
  .holder-search-form .secondary-button { width: 100%; }
  .owned-dog-card, .shared-dog-card, .dog-request-card { grid-template-columns: auto 1fr; }
  .dog-request-actions, .shared-dog-card .text-button { grid-column: 1 / -1; }
  .dog-request-actions { flex-direction: column; }
  .event-pack-heading { align-items: flex-start; flex-direction: column; }
  .event-pack-capacity { grid-template-columns: 1fr; }
  .event-pack-participant-card { grid-template-columns: auto 1fr auto; }
  .event-pack-participant-card .event-pack-continuity { grid-column: 2 / -1; justify-self: start; }
  .demo-response-box > div { flex-direction: column; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
.next-quest-hero { position: relative; overflow: hidden; margin: 1.2rem 0; padding: clamp(1.25rem, 3vw, 2.25rem); border-radius: 1.35rem; color: white; background: radial-gradient(circle at 85% 15%, rgba(221,184,105,.28), transparent 32%), linear-gradient(135deg, #0b3028, #145143); box-shadow: 0 1.2rem 2.8rem rgba(10,45,38,.2); }
.campaign-progress-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1.3rem; align-items: center; margin-top: 1.2rem; padding: 1.25rem 1.4rem; border: 1px solid #dfd2b8; border-radius: 1.15rem; background: radial-gradient(circle at 8% 10%,rgba(216,182,109,.16),transparent 34%),#fffdf8; box-shadow: 0 .7rem 2rem rgba(46,57,45,.08); }
.campaign-progress-card[hidden] { display: none; }
.campaign-progress-copy .eyebrow { margin: 0 0 .35rem; }
.campaign-progress-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.campaign-progress-title h2 { margin: 0; color: var(--forest-950); font: 500 1.55rem/1.2 Georgia,serif; }
.campaign-progress-title p { margin: .2rem 0 0; color: var(--muted); font-size: .68rem; }
.campaign-progress-title > span { padding: .35rem .58rem; border-radius: 999px; color: #72501b; background: var(--gold-pale); font-size: .62rem; font-weight: 850; white-space: nowrap; }
.campaign-progress-copy > p:last-of-type { margin: .65rem 0 .8rem; color: #52675f; font-size: .75rem; line-height: 1.55; }
.campaign-seal-track { display: flex; flex-wrap: wrap; gap: .45rem; }
.campaign-seal { min-width: 86px; display: flex; align-items: center; gap: .4rem; padding: .45rem .55rem; border: 1px dashed #cbd6cf; border-radius: .65rem; color: #87978f; background: #f7f9f7; }
.campaign-seal b { font-size: .7rem; }
.campaign-seal small { font-size: .58rem; font-weight: 800; }
.campaign-seal.earned { border-style: solid; border-color: #d5b76f; color: #73521d; background: #fff5dd; }
.campaign-progress-goal { width: 150px; display: grid; justify-items: center; gap: .45rem; padding-left: 1.2rem; border-left: 1px solid #e4dccb; text-align: center; }
.campaign-goal-ring { width: 82px; height: 82px; display: grid; place-content: center; border: 7px solid #e3c884; border-radius: 50%; color: var(--forest-950); background: white; box-shadow: inset 0 0 0 2px #fff5dc; }
.campaign-goal-ring strong,.campaign-goal-ring small { display: block; }
.campaign-goal-ring strong { font-size: .92rem; }
.campaign-goal-ring small { margin-top: .05rem; color: var(--muted); font-size: .52rem; text-transform: uppercase; }
.campaign-progress-goal > strong { color: var(--forest-950); font-size: .68rem; }
.campaign-progress-goal a { color: #76531d; font-size: .61rem; font-weight: 850; text-decoration: none; }
.next-quest-hero::after { content: "◆"; position: absolute; right: 3%; top: -2.8rem; color: rgba(255,255,255,.055); font-size: 13rem; transform: rotate(12deg); pointer-events: none; }
.next-quest-copy, .next-quest-facts, .next-quest-actions { position: relative; z-index: 1; }
.next-quest-campaign { display: block; margin: .25rem 0 .4rem; color: #d8b66d; font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.next-quest-copy h2 { max-width: 780px; margin: 0; font-family: Georgia, serif; font-size: clamp(1.75rem, 4vw, 3.35rem); line-height: 1.05; }
.next-quest-copy > p:last-of-type { max-width: 760px; margin: .8rem 0 0; color: #c7d9d2; line-height: 1.65; }
.next-quest-badges { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.next-quest-badges span { padding: .38rem .65rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #eef7f3; background: rgba(255,255,255,.08); font-size: .68rem; font-weight: 750; }
.next-quest-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; margin-top: 1.25rem; }
.next-quest-facts article { padding: .75rem .85rem; border: 1px solid rgba(255,255,255,.13); border-radius: .8rem; background: rgba(4,25,21,.24); }
.next-quest-facts small, .next-quest-facts strong { display: block; }
.next-quest-facts small { color: #9eb9af; font-size: .62rem; text-transform: uppercase; letter-spacing: .07em; }
.next-quest-facts strong { margin-top: .2rem; color: white; font-size: .82rem; line-height: 1.35; }
.next-quest-actions { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: stretch; gap: .7rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); }
.quest-slider-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.quest-slider-heading p { margin: 0; }
.quest-slider-heading span { padding: .3rem .55rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #dcebe5; font-size: .64rem; font-weight: 800; }
.quest-slider-controls { display: grid; grid-template-columns: 42px 42px; align-content: center; gap: .35rem; padding-right: .7rem; border-right: 1px solid rgba(255,255,255,.12); }
.quest-slider-controls > span { grid-column: 1 / -1; color: #9eb9af; font-size: .56rem; font-weight: 800; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.quest-slider-controls button { min-height: 40px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: .7rem; color: white; background: rgba(255,255,255,.07); font: inherit; font-weight: 850; cursor: pointer; }
.quest-slider-controls button:not(:disabled):hover { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.13); }
.quest-action-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: .55rem; }
.quest-action-card { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: .7rem; padding: .7rem .75rem; border: 1px solid rgba(255,255,255,.16); border-radius: .85rem; color: white; background: rgba(255,255,255,.07); font: inherit; text-align: left; text-decoration: none; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.quest-action-card:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.12); transform: translateY(-1px); }
.quest-action-card[hidden],.quest-camping-add[hidden] { display: none; }
.quest-action-card.pack { border-color: rgba(216,182,109,.38); background: rgba(216,182,109,.12); }
.quest-action-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: .65rem; color: #ebcf91; background: rgba(3,25,20,.34); font-size: .85rem; }
.quest-action-card strong,.quest-action-card small { display: block; overflow: hidden; text-overflow: ellipsis; }
.quest-action-card strong { color: white; font-size: .73rem; white-space: nowrap; }
.quest-action-card small { margin-top: .15rem; color: #a9c1b8; font-size: .58rem; white-space: nowrap; }
.quest-action-arrow { color: #d8b66d; font-size: .85rem; }
.quest-camping-add { grid-column: 2; justify-self: end; padding: .25rem .15rem; border: 0; color: #c9ddd5; background: transparent; font: inherit; font-size: .64rem; font-weight: 750; cursor: pointer; }
.quest-camping-add:hover { color: white; }
.next-quest-actions button:disabled { opacity: .4; cursor: default; }
.truth-booking-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; margin-top: .45rem; }
.truth-booking-actions .text-button { font-size: .65rem; }
.camping-addon-dialog { width: min(620px,calc(100vw - 2rem)); padding: 0; border: 0; border-radius: 1.1rem; box-shadow: 0 28px 90px rgba(4,31,25,.32); }
.camping-addon-dialog::backdrop { background: rgba(5,28,23,.62); backdrop-filter: blur(4px); }
.camping-addon-dialog form { position: relative; padding: 1.7rem; }
.camping-addon-dialog h2 { margin: .25rem 0 .45rem; color: var(--forest-950); font: 500 1.65rem/1.2 Georgia,serif; }
.camping-addon-dialog form > p:not(.eyebrow) { margin: 0 0 1rem; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.camping-addon-nights { display: grid; gap: .55rem; }
.camping-addon-night { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: .7rem; padding: .8rem; border: 1px solid var(--line); border-radius: .75rem; background: #fafcfb; cursor: pointer; }
.camping-addon-night:has(input:checked) { border-color: #65a58f; background: #f0faf6; box-shadow: 0 0 0 2px rgba(72,143,119,.1); }
.camping-addon-night.full { opacity: .55; cursor: default; }
.camping-addon-night input { accent-color: var(--forest-800); }
.camping-addon-night span strong,.camping-addon-night span small { display: block; }
.camping-addon-night span strong { color: var(--forest-950); font-size: .76rem; }
.camping-addon-night span small { margin-top: .18rem; color: var(--muted); font-size: .64rem; }
.camping-addon-total { display: flex; justify-content: space-between; gap: 1rem; margin-top: .8rem; padding: .8rem; border-radius: .7rem; color: white; background: var(--forest-900); font-size: .8rem; }
.ticket-conversion-price { display:flex; justify-content:space-between; gap:1rem; margin-top:.9rem; padding:.8rem; border-radius:.7rem; color:#654816; background:var(--gold-pale); font-size:.78rem; }
.camping-addon-actions { display: flex; justify-content: flex-end; gap: .6rem; margin-top: 1rem; }
.camping-addon-dialog .dialog-close { position: absolute; top: .7rem; right: .8rem; border: 0; color: #557067; background: transparent; font-size: 1.45rem; cursor: pointer; }
@media (max-width: 900px) { .quest-action-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .campaign-progress-card { grid-template-columns: 1fr; } .campaign-progress-goal { width: auto; grid-template-columns: auto 1fr; justify-items: start; padding: 1rem 0 0; border-left: 0; border-top: 1px solid #e4dccb; text-align: left; } .campaign-progress-goal a { grid-column: 2; } .campaign-progress-title { flex-direction: column; } .next-quest-facts { grid-template-columns: 1fr 1fr; } .next-quest-actions { grid-template-columns: 1fr; } .quest-slider-controls { grid-template-columns: 42px 42px 1fr; justify-content: start; padding: 0 0 .7rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); } .quest-slider-controls > span { grid-column: 3; grid-row: 1; align-self: center; text-align: left; } .quest-camping-add { grid-column: 1; } }
@media (max-width: 480px) { .next-quest-facts { grid-template-columns: 1fr; } .quest-action-grid { grid-template-columns: 1fr; } .truth-booking-actions { justify-content: flex-start; } .camping-addon-actions { flex-direction: column; } }
