:root {
  --ink: #182424;
  --muted: #667170;
  --paper: #f5f3ed;
  --card: #fffefa;
  --line: #dcded8;
  --green: #0f6b54;
  --green-dark: #0a4c3d;
  --green-soft: #dcefe7;
  --coral: #e66d52;
  --coral-soft: #fae2dc;
  --gold: #daa63d;
  --navy: #24333d;
  --shadow: 0 16px 42px rgba(32, 49, 45, .09);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 8% -10%, #e7efe9 0, transparent 28rem), var(--paper); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.site-header { max-width: 1240px; margin: 0 auto; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: var(--green); color: white; font-weight: 900; letter-spacing: -.04em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; }.brand small { color: var(--muted); margin-top: 2px; font-size: 12px; }
nav { display: flex; align-items: center; gap: 8px; }
nav a { padding: 9px 14px; border-radius: 999px; text-decoration: none; color: var(--muted); font-weight: 700; font-size: 14px; }
nav a[aria-current="page"] { background: var(--ink); color: white; }
main { max-width: 1240px; min-height: calc(100vh - 180px); margin: 0 auto; padding: 38px 28px 84px; }
footer { max-width: 1240px; margin: 0 auto; padding: 26px 28px 36px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
h1, h2, h3, p { margin-top: 0; } h1 { letter-spacing: -.045em; line-height: .98; } h2, h3 { letter-spacing: -.025em; }
.eyebrow { margin-bottom: 10px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.lead { max-width: 660px; color: #4d5a58; font-size: 20px; line-height: 1.55; }
.section-copy { color: var(--muted); line-height: 1.55; }
.flash { max-width: 760px; margin: 0 auto 22px; padding: 14px 18px; border-radius: 14px; font-weight: 700; }
.flash-success { background: var(--green-soft); color: var(--green-dark); }.flash-error { background: var(--coral-soft); color: #9c3523; }
.welcome-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: center; gap: 76px; padding: 64px 0 80px; }
.welcome-copy h1 { max-width: 780px; margin-bottom: 28px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 7vw, 94px); font-weight: 500; }
.trip-facts { display: flex; gap: 12px; margin-top: 38px; flex-wrap: wrap; }.trip-facts span { min-width: 118px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.48); color: var(--muted); }.trip-facts strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 25px; }
.auth-card, .panel { border: 1px solid rgba(209,214,205,.9); border-radius: 26px; background: rgba(255,254,250,.93); box-shadow: var(--shadow); }
.auth-card { padding: 36px; }.auth-card h1, .auth-card h2 { margin-bottom: 10px; font-size: 30px; }.auth-card.narrow { max-width: 480px; margin: 54px auto; }
.stack-form { display: grid; gap: 18px; margin-top: 28px; }.stack-form.compact { gap: 13px; margin-top: 18px; }
label { color: #344341; font-weight: 750; font-size: 14px; } label span { color: var(--muted); font-weight: 500; }
input, select { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #cbd0ca; border-radius: 12px; outline: 0; background: white; color: var(--ink); }
input:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(15,107,84,.13); }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; text-decoration: none; font-weight: 850; font-size: 14px; }
.button.primary { background: var(--green); color: white; }.button.primary:hover { background: var(--green-dark); }.button.secondary { border-color: var(--line); background: white; }.button.ghost { background: transparent; color: var(--muted); }.button.light { background: white; color: var(--green-dark); }
.button:disabled { cursor: not-allowed; opacity: .45; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin: 28px 0 32px; }.page-heading h1 { margin-bottom: 10px; font-size: clamp(44px, 6vw, 72px); }.page-heading p:last-child { margin-bottom: 0; }.admin-heading { align-items: center; }.heading-actions { display: flex; align-items: center; gap: 10px; }
.availability-bar { display: flex; align-items: center; gap: 22px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.58); color: var(--muted); font-size: 13px; }.availability-bar span { display: inline-flex; align-items: center; gap: 7px; }.availability-bar strong { margin-left: auto; color: var(--ink); }.legend-dot { width: 9px; height: 9px; border-radius: 50%; }.legend-dot.free { background: var(--green); }.legend-dot.part { background: var(--gold); }.legend-dot.full { background: var(--navy); }.legend-dot.held { background: #b7bbb5; }
.hotel-section { margin-top: 48px; }.hotel-section + .hotel-section { margin-top: 64px; }.hotel-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }.hotel-heading h2 { margin-bottom: 5px; font-size: 27px; }.hotel-heading p { margin-bottom: 0; color: var(--muted); }.hotel-title-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }.tag { padding: 5px 9px; border-radius: 999px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }.tag.accessible { background: #e4e7f6; color: #3c4779; }.hotel-count { text-align: right; }.hotel-count strong, .hotel-count span { display: block; }.hotel-count strong { font-size: 30px; line-height: 1; }.hotel-count span { color: var(--muted); font-size: 12px; }
.room-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }.room-card { position: relative; min-height: 224px; padding: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--card); box-shadow: 0 7px 20px rgba(35,53,48,.045); }.room-card::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--green); }.room-card.status-part::before { background: var(--gold); }.room-card.status-full::before { background: var(--navy); }.room-card.status-held::before { background: #aeb3ad; }.room-card.status-held { background: #ebeae5; color: #777e79; }.room-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }.room-code { font-weight: 950; font-size: 13px; letter-spacing: .08em; }.status-label { color: var(--muted); font-size: 12px; font-weight: 700; }.room-card h3 { min-height: 39px; margin: 18px 0 14px; font-size: 17px; line-height: 1.25; }
.beds { display: flex; gap: 6px; flex-wrap: wrap; min-height: 28px; }.bed { position: relative; display: inline-block; width: 28px; height: 22px; border: 2px solid #b5c9c1; border-radius: 4px 4px 7px 7px; background: #eef7f3; }.bed.double { width: 52px; }.bed::before { content: ''; position: absolute; top: 3px; left: 3px; right: 3px; height: 5px; border-radius: 2px; background: #b5c9c1; }.bed.double::after { content: 'Double'; position: absolute; right: 0; bottom: -15px; left: 0; color: var(--muted); font-size: 8px; font-style: normal; font-weight: 800; text-align: center; text-transform: uppercase; }.bed.occupied { border-color: var(--green); background: var(--green); }.bed.occupied::before { background: white; opacity: .65; }.bed.part-occupied { border-color: var(--gold); background: linear-gradient(90deg,var(--gold) 50%,#eef7f3 50%); }.bed.part-occupied::before { background: linear-gradient(90deg,#fff 50%,#b5c9c1 50%); opacity: .7; }.status-held .bed { filter: grayscale(1); opacity: .6; }
.beds { margin-bottom: 8px; }
.occupants { min-height: 30px; margin: 13px 0 0; color: #3e4e4b; font-size: 12px; line-height: 1.35; }.occupants.muted { color: #929994; }.room-select { position: absolute; inset: auto 0 0; width: 100%; padding: 12px 18px; border: 0; border-top: 1px solid var(--line); background: #f5faf7; color: var(--green-dark); cursor: pointer; font-weight: 850; text-align: left; }.room-select:hover { background: var(--green); color: white; }
.your-room { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin: 12px 0 44px; padding: 24px 28px; border-radius: 22px; background: var(--green); color: white; box-shadow: 0 18px 38px rgba(15,107,84,.18); }.your-room-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 23px; }.your-room .eyebrow { color: #c7f2e2; }.your-room h2 { margin-bottom: 7px; }.your-room p:last-child { margin: 0; color: #d8ede6; }
.single-request-prompt { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 12px 0 20px; padding: 18px 20px; border: 1px solid #d6d5cc; border-radius: 18px; background: rgba(255,255,255,.62); }.single-request-prompt strong, .single-request-prompt span { display: block; }.single-request-prompt span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.single-request-status { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin: 12px 0 20px; padding: 22px 24px; border: 1px solid #d7d9e9; border-radius: 20px; background: #eef0fa; }.single-request-status .eyebrow { color: #4d598d; }.single-request-status h2 { margin-bottom: 6px; }.single-request-status p:last-child { margin: 0; color: #596178; line-height: 1.45; }.single-request-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #4d598d; color: white; font-size: 20px; font-weight: 900; }
.booking-dialog { width: min(620px, calc(100vw - 28px)); max-height: min(790px, calc(100vh - 28px)); padding: 0; border: 0; border-radius: 26px; background: var(--card); box-shadow: 0 30px 90px rgba(12,31,27,.35); }.booking-dialog::backdrop { background: rgba(22,35,32,.63); backdrop-filter: blur(3px); }.booking-dialog form { padding: 30px; }.booking-dialog h2 { margin-bottom: 8px; font-size: 27px; }.booking-dialog > form > p:not(.eyebrow) { color: var(--muted); }.dialog-close { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #eeeee9; cursor: pointer; font-size: 24px; line-height: 1; }.selected-self { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin: 22px 0; padding: 12px; border: 1px solid #b8d7ca; border-radius: 14px; background: var(--green-soft); }.selected-self strong, .selected-self small { display: block; }.selected-self small { margin-top: 2px; color: var(--green-dark); }.selected-self .check { color: var(--green); font-size: 21px; font-weight: 950; }.avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--green); color: white; font-weight: 900; }.avatar.small { width: 31px; height: 31px; border-radius: 9px; font-size: 12px; }.share-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 10px; }.share-heading strong, .share-heading small { display: block; }.share-heading small { margin-top: 3px; color: var(--muted); }.share-heading input { max-width: 220px; margin: 0; padding: 9px 11px; }
.member-picker { max-height: 250px; overflow: auto; border: 1px solid var(--line); border-radius: 14px; }.member-option { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-bottom: 1px solid #e6e7e2; cursor: pointer; }.member-option:last-child { border-bottom: 0; }.member-option input { width: 18px; height: 18px; margin: 0 0 0 auto; order: 3; accent-color: var(--green); }.member-option.disabled { opacity: .42; cursor: not-allowed; }.accessible-confirm { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; padding: 13px; border-radius: 12px; background: #e9ebf7; color: #343e6c; }.accessible-confirm[hidden] { display: none; }.accessible-confirm input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #4a568a; }.dialog-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; }.dialog-actions > span { color: var(--muted); font-size: 13px; }.dialog-actions > span strong { color: var(--ink); }
.sharing-notice { margin: 15px 0 0; padding: 12px 14px; border-radius: 12px; background: #f5f1df; color: #655c38 !important; font-size: 12px; line-height: 1.5; }
.admin-grid { display: grid; grid-template-columns: minmax(290px,.68fr) minmax(0,1.32fr); gap: 18px; }.panel { padding: 26px; }.panel h2 { margin-bottom: 6px; }.panel hr { margin: 25px 0; border: 0; border-top: 1px solid var(--line); }.allocation-list { margin-top: 18px; }.allocation-row { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-top: 1px solid var(--line); }.allocation-row strong, .allocation-row small { display: block; }.allocation-row small { margin-top: 5px; color: var(--muted); line-height: 1.35; }.text-button { padding: 5px; border: 0; background: none; cursor: pointer; font-weight: 800; }.text-button.danger { color: #a83c2b; }.empty-copy { color: var(--muted); }.room-controls { margin-top: 18px; }.room-controls h3 { margin: 28px 0 10px; }.control-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }.control-room { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fbfbf7; }.control-room strong, .control-room small { display: block; }.control-room small { margin-top: 3px; color: var(--muted); }.room-admin-main { display: grid; gap: 10px; min-width: 0; flex: 1; }.room-name-form { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 8px; min-width: 0; }.room-name-form label { display: grid; grid-template-columns: auto minmax(130px,1fr); align-items: center; gap: 10px; min-width: 0; }.room-name-form input { min-width: 0; margin: 0; padding: 9px 10px; }.bed-layout-form { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr) auto; align-items: end; gap: 8px; }.bed-layout-form label { font-size: 11px; }.bed-layout-form input { margin-top: 4px; padding: 8px 9px; }.compact-button { min-height: 38px; padding: 8px 11px; white-space: nowrap; }.switch { min-width: 58px; padding: 7px 9px; border: 0; border-radius: 999px; background: #dddeda; color: #5e6661; cursor: pointer; font-size: 11px; font-weight: 900; }.switch.on { background: var(--green-soft); color: var(--green-dark); }
.single-admin-panel { margin-top: 18px; }.preference-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 18px; }.preference-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 13px; background: #fbfbf7; }.preference-row strong, .preference-row small { display: block; }.preference-row small { margin-top: 4px; color: var(--muted); line-height: 1.35; }
.member-directory-panel { margin-top: 18px; }.member-directory { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; max-height: 520px; margin-top: 18px; overflow: auto; }.member-directory-row { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: #fbfbf7; }.member-directory-row label { min-width: 0; }.member-directory-row input { margin-top: 6px; padding: 10px 11px; }.member-name { display: block; overflow: hidden; color: var(--ink); font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }.member-directory-row.missing-email { border-color: #e7a99c; background: #fff7f4; }.email-warning { position: absolute; top: 10px; right: 12px; color: #a83c2b; font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 900px) {
  .welcome-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 32px; }.welcome-copy h1 { font-size: clamp(50px, 12vw, 76px); }.room-map { grid-template-columns: repeat(2,minmax(0,1fr)); }.admin-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { padding: 18px; }.brand small { display: none; }.brand-mark { width: 40px; height: 40px; }.site-header nav a { padding: 8px 10px; } main { padding: 25px 16px 64px; }.welcome-grid { padding-top: 20px; }.welcome-copy h1 { font-size: 48px; }.lead { font-size: 17px; }.auth-card { padding: 25px 20px; }.page-heading, .hotel-heading { align-items: flex-start; flex-direction: column; }.page-heading h1 { font-size: 48px; }.availability-bar { align-items: flex-start; gap: 10px 18px; flex-wrap: wrap; }.availability-bar strong { width: 100%; margin: 5px 0 0; }.room-map { grid-template-columns: 1fr; }.hotel-count { text-align: left; }.your-room, .single-request-status { grid-template-columns: auto 1fr; padding: 20px; }.your-room form, .single-request-status form { grid-column: 1/-1; }.your-room .button, .single-request-status .button { width: 100%; }.single-request-prompt { align-items: stretch; flex-direction: column; }.single-request-prompt .button { width: 100%; }.booking-dialog form { padding: 24px 18px; }.share-heading { align-items: flex-start; flex-direction: column; }.share-heading input { max-width: none; }.dialog-actions { align-items: stretch; flex-direction: column; }.control-grid, .preference-grid, .member-directory { grid-template-columns: 1fr; }.control-room { align-items: stretch; flex-direction: column; }.room-toggle-form { align-self: flex-end; }.room-name-form, .bed-layout-form { grid-template-columns: 1fr; }.room-name-form label { grid-template-columns: auto minmax(0,1fr); }.heading-actions { align-items: stretch; flex-direction: column; width: 100%; }.heading-actions .button { width: 100%; } footer { padding: 22px 18px; flex-direction: column; }
}
