:root {
  color-scheme: light;
  --host-ink: #392620;
  --host-muted: #7b675f;
  --host-accent: #8d3045;
  --host-accent-dark: #702437;
  --host-paper: #fffaf6;
  --host-surface: #ffffff;
  --host-soft: #f7ede7;
  --host-line: #e8d9d0;
  --host-shadow: 0 18px 50px rgba(62, 34, 28, .09);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--host-paper); }
body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 4% 2%, rgba(182, 91, 105, .11), transparent 27rem),
    linear-gradient(180deg, #fffdfb 0, var(--host-paper) 46rem);
  color: var(--host-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
[hidden] { display: none !important; }
.host-skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--host-accent);
  color: #fff;
  transform: translateY(-150%);
}
.host-skip-link:focus { transform: none; }

.host-topbar {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(216, 196, 185, .72);
  background: rgba(255, 253, 251, .91);
  backdrop-filter: blur(18px);
}
.host-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.host-brand > span {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #f6e7e4;
  place-items: center;
}
.host-brand img { width: 25px; height: 25px; }
.host-brand strong { font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.host-brand em { color: var(--host-accent); font-style: normal; }
.host-top-actions { display: flex; align-items: center; gap: 7px; }
.host-top-actions a,
.host-top-actions button {
  padding: 9px 11px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #6a554d;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
.host-top-actions a:hover,
.host-top-actions button:hover { background: var(--host-soft); }

.host-main { width: min(1220px, calc(100% - 34px)); margin: 0 auto; padding: 54px 0 90px; }
.host-page-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.host-kicker {
  margin: 0 0 7px;
  color: var(--host-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.host-page-heading h1,
.host-auth-card h1,
.event-host-title h1 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(31px, 4vw, 49px);
  font-weight: 500;
  letter-spacing: -.025em;
}
.host-page-heading > div > p:last-child {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--host-muted);
  font-size: 14px;
  line-height: 1.65;
}
.host-primary-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--host-accent);
  box-shadow: 0 9px 24px rgba(141, 48, 69, .18);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}
.host-primary-button:hover { background: var(--host-accent-dark); }

.host-auth-card {
  width: min(540px, 100%);
  margin: 45px auto;
  padding: clamp(27px, 5vw, 46px);
  border: 1px solid var(--host-line);
  border-radius: 23px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--host-shadow);
}
.host-auth-card h1 { font-size: clamp(29px, 6vw, 40px); }
.host-auth-card > p:not(.host-kicker):not(.host-form-status) {
  margin: 13px 0 24px;
  color: var(--host-muted);
  font-size: 13px;
  line-height: 1.65;
}
.host-auth-card form { display: grid; gap: 10px; }
.host-auth-card label { display: grid; gap: 6px; }
.host-auth-card label span { color: #70594f; font-size: 10px; font-weight: 850; }
.host-auth-card input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid #d9c8bf;
  border-radius: 10px;
  background: #fff;
  color: var(--host-ink);
}
.host-auth-card form button {
  height: 45px;
  border: 0;
  border-radius: 10px;
  background: var(--host-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}
.host-form-status { min-height: 18px; margin: 12px 0; color: var(--host-muted); font-size: 12px; }
.host-text-link { color: var(--host-accent); font-size: 12px; font-weight: 800; }

.host-library-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.host-segmented {
  display: inline-flex;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--host-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .75);
}
.host-segmented button {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #755f56;
  font-size: 11px;
  font-weight: 800;
}
.host-segmented button[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 4px 13px rgba(61, 34, 27, .08);
  color: var(--host-accent);
}
.host-search {
  display: flex;
  width: min(290px, 100%);
  height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--host-line);
  border-radius: 11px;
  background: #fff;
  color: #876f66;
}
.host-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--host-ink); font-size: 12px; }
.host-loading { padding: 42px 0; color: var(--host-muted); text-align: center; font-size: 12px; }
.host-invitation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.host-invitation-card {
  position: relative;
  display: grid;
  grid-template-rows: 238px auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--host-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(63, 36, 29, .07);
}
.host-card-preview {
  position: relative;
  display: grid;
  overflow: hidden;
  border-bottom: 1px solid var(--host-line);
  background: linear-gradient(145deg, #f8ece6, #efe3dd);
  place-items: center;
}
.host-card-preview iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 600px;
  border: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.395);
  transform-origin: center;
}
.host-card-role {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 999px;
  background: rgba(50, 31, 27, .72);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  text-transform: capitalize;
  backdrop-filter: blur(6px);
}
.host-card-state {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 250, 246, .92);
  color: var(--host-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.host-card-body { display: grid; min-width: 0; gap: 14px; padding: 17px; }
.host-card-heading { display: flex; min-width: 0; align-items: start; justify-content: space-between; gap: 12px; }
.host-card-heading > div { min-width: 0; }
.host-card-heading h2 { margin: 0; overflow: hidden; font-family: Georgia, serif; font-size: 21px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.host-card-heading p { margin: 5px 0 0; color: var(--host-muted); font-size: 10px; text-transform: capitalize; }
.host-card-menu { position: relative; flex: 0 0 auto; }
.host-card-menu > button {
  display: grid;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 9px;
  background: var(--host-soft);
  color: #664d45;
  place-items: center;
}
.host-card-menu-popover {
  position: absolute;
  z-index: 12;
  top: 38px;
  right: 0;
  display: grid;
  width: 170px;
  padding: 5px;
  border: 1px solid var(--host-line);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(50, 28, 22, .18);
}
.host-card-menu-popover a,
.host-card-menu-popover button {
  padding: 9px 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #604a42;
  font-size: 10px;
  font-weight: 750;
  text-align: left;
  text-decoration: none;
}
.host-card-menu-popover a:hover,
.host-card-menu-popover button:hover { background: var(--host-soft); }
.host-card-menu-popover .danger { color: #a52d3c; }
.host-card-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.host-card-metrics span {
  display: grid;
  gap: 2px;
  padding: 8px 7px;
  border-radius: 9px;
  background: #fbf4ef;
  color: var(--host-muted);
  font-size: 8px;
  text-transform: uppercase;
}
.host-card-metrics strong { color: var(--host-ink); font-size: 13px; }
.host-card-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
.host-card-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border: 1px solid var(--host-line);
  border-radius: 9px;
  color: #665149;
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
}
.host-card-actions a:first-child { border-color: var(--host-accent); background: var(--host-accent); color: #fff; }
.host-empty {
  display: grid;
  min-height: 300px;
  place-items: center;
  align-content: center;
  padding: 35px;
  border: 1px dashed #d7c4b9;
  border-radius: 18px;
  background: rgba(255,255,255,.62);
  text-align: center;
}
.host-empty > span { color: var(--host-accent); font-family: Georgia, serif; font-size: 31px; }
.host-empty h2 { margin: 9px 0 4px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.host-empty p { margin: 0; color: var(--host-muted); font-size: 12px; }

.host-event-main { width: min(1420px, calc(100% - 28px)); margin: 0 auto; padding: 22px 0 70px; }
.event-host-app {
  overflow: hidden;
  border: 1px solid var(--host-line);
  border-radius: 22px;
  background: var(--host-surface);
  box-shadow: var(--host-shadow);
}
.event-host-header {
  display: flex;
  min-height: 114px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 18px 25px;
  border-bottom: 1px solid var(--host-line);
}
.event-back-link { display: inline-block; margin-bottom: 9px; color: var(--host-muted); font-size: 10px; font-weight: 800; text-decoration: none; }
.event-host-title h1 { max-width: 630px; overflow: hidden; font-size: 31px; text-overflow: ellipsis; white-space: nowrap; }
.event-host-title > span { display: inline-block; margin-top: 6px; color: var(--host-muted); font-size: 10px; text-transform: capitalize; }
.event-host-actions { display: flex; flex-wrap: wrap; justify-content: end; gap: 7px; }
.event-host-actions > a:not(.host-primary-button) {
  display: inline-flex;
  min-height: 41px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--host-line);
  border-radius: 10px;
  color: #634e46;
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
}
.event-host-layout { display: grid; grid-template-columns: 200px minmax(0, 1fr); min-height: calc(100vh - 230px); }
.event-host-nav {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 18px 12px;
  border-right: 1px solid var(--host-line);
  background: #f8efe9;
}
.event-host-nav button {
  display: grid;
  grid-template-columns: 29px 1fr;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #6c574e;
  font-size: 10px;
  font-weight: 800;
  text-align: left;
}
.event-host-nav button span {
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  color: var(--host-accent);
  font-family: Georgia, serif;
  font-size: 14px;
  place-items: center;
}
.event-host-nav button.active { background: #fff; box-shadow: 0 5px 17px rgba(60, 34, 27, .07); color: var(--host-ink); }
.event-host-content { min-width: 0; padding: 27px clamp(18px, 3vw, 37px) 50px; outline: 0; }

.event-section { display: grid; gap: 18px; }
.event-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.event-section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.event-section-heading p { max-width: 620px; margin: 6px 0 0; color: var(--host-muted); font-size: 11px; line-height: 1.55; }
.event-section-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.event-section-actions a,
.event-section-actions button {
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid var(--host-line);
  border-radius: 8px;
  background: #fff;
  color: #675149;
  font-size: 9px;
  font-weight: 850;
  text-decoration: none;
}
.event-metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.event-metric-grid article {
  padding: 16px;
  border: 1px solid var(--host-line);
  border-radius: 13px;
  background: #fffaf7;
}
.event-metric-grid span { color: var(--host-muted); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.event-metric-grid strong { display: block; margin: 7px 0 3px; font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.event-metric-grid small { color: var(--host-muted); font-size: 9px; }

.event-paths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.event-paths article {
  display: grid;
  gap: 9px;
  padding: 19px;
  border: 1px solid var(--host-line);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #fff8f4);
}
.event-paths h3 { margin: 0; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.event-paths p { margin: 0; color: var(--host-muted); font-size: 10px; line-height: 1.55; }
.event-paths a { justify-self: start; color: var(--host-accent); font-size: 10px; font-weight: 900; }
.event-checklist { display: grid; gap: 7px; padding: 16px; border: 1px solid var(--host-line); border-radius: 14px; background: #fff; }
.event-checklist h3 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.event-checklist-row { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 9px; min-height: 38px; }
.event-checklist-row > i { display: grid; width: 23px; height: 23px; border-radius: 50%; background: #f1e6df; color: #846e65; font-size: 10px; font-style: normal; place-items: center; }
.event-checklist-row.done > i { background: #e4f2e7; color: #28713e; }
.event-checklist-row strong { font-size: 10px; }
.event-checklist-row small { color: var(--host-muted); font-size: 9px; }
.event-checklist-row a { color: var(--host-accent); font-size: 9px; font-weight: 850; }

.event-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--host-line);
  border-radius: 14px;
  background: #fbf4ef;
}
.event-form label { display: grid; align-content: start; gap: 5px; }
.event-form label > span { color: #735e55; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.event-form input,
.event-form select,
.event-form textarea {
  min-width: 0;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d9c7bd;
  border-radius: 8px;
  background: #fff;
  color: var(--host-ink);
  font-size: 10px;
}
.event-form textarea { height: 80px; padding: 9px 10px; resize: vertical; }
.event-form .wide { grid-column: span 2; }
.event-form .full { grid-column: 1 / -1; }
.event-form .check { display: flex; align-items: center; gap: 8px; }
.event-form .check input { width: 17px; height: 17px; }
.event-form > button,
.event-inline-form button {
  min-height: 40px;
  align-self: end;
  border: 0;
  border-radius: 8px;
  background: var(--host-accent);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}
.event-inline-form { display: flex; gap: 8px; padding: 12px; border: 1px solid var(--host-line); border-radius: 12px; background: #fbf4ef; }
.event-inline-form input,
.event-inline-form select { min-width: 0; height: 39px; padding: 0 9px; border: 1px solid #d9c7bd; border-radius: 8px; background: #fff; font-size: 10px; }
.event-inline-form input { flex: 1; }
.event-inline-form button { padding: 0 13px; }

.event-list { display: grid; gap: 8px; }
.event-list > article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--host-line);
  border-radius: 12px;
  background: #fff;
}
.event-list h3,
.event-list strong { margin: 0; font-size: 11px; }
.event-list p { margin: 5px 0 0; color: var(--host-muted); font-size: 9px; line-height: 1.5; }
.event-list .event-response-message {
  max-width: 70ch;
  padding-left: 9px;
  border-left: 2px solid var(--host-gold);
  color: var(--host-ink);
  white-space: pre-wrap;
}
.event-list small { color: var(--host-muted); font-size: 8px; text-transform: capitalize; }
.event-list button,
.event-list select {
  min-height: 32px;
  padding: 0 9px;
  border: 1px solid var(--host-line);
  border-radius: 7px;
  background: #fff;
  color: #6c554c;
  font-size: 9px;
}
.event-list button.danger { color: #a52d3c; }
.event-household { align-items: start !important; }
.event-household-content { display: grid; gap: 9px; }
.event-guest-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 10px; border-radius: 8px; background: #fbf4ef; }
.event-guest-row span { display: grid; gap: 2px; }
.event-guest-row button { min-width: 29px; padding: 0; }
.event-function-mini { display: flex !important; flex-wrap: wrap; gap: 5px 10px !important; margin-top: 5px; }
.event-function-mini label { display: inline-flex; align-items: center; gap: 4px; color: var(--host-muted); font-size: 8px; }
.event-function-mini input { width: 13px; height: 13px; margin: 0; accent-color: var(--host-accent); }
.event-add-guest { display: grid; grid-template-columns: 1.2fr 1.2fr 80px auto; gap: 7px; }
.event-add-guest input { min-width: 0; height: 35px; padding: 0 8px; border: 1px solid #d9c7bd; border-radius: 7px; font-size: 9px; }
.event-add-guest button { border: 0; border-radius: 7px; background: var(--host-accent); color: #fff; font-size: 9px; font-weight: 850; }
.event-response-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.event-response-toolbar label { display: flex; align-items: center; gap: 8px; color: var(--host-muted); font-size: 9px; font-weight: 850; }
.event-response-toolbar select { height: 35px; border: 1px solid var(--host-line); border-radius: 8px; background: #fff; }
.event-response-status { display: inline-flex; padding: 5px 8px; border-radius: 999px; background: #f4ebe5; color: #735d54; font-size: 8px; font-weight: 850; text-transform: capitalize; }
.event-response-status.going { background: #e5f3e8; color: #28713e; }
.event-response-status.maybe { background: #fff3d7; color: #86610d; }
.event-tabs-inline { display: flex; gap: 4px; border-bottom: 1px solid var(--host-line); }
.event-tabs-inline button { padding: 9px 12px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--host-muted); font-size: 9px; font-weight: 850; }
.event-tabs-inline button.active { border-color: var(--host-accent); color: var(--host-accent); }

.event-empty,
.event-error {
  display: grid;
  min-height: 230px;
  padding: 30px;
  border: 1px dashed #d9c7bc;
  border-radius: 14px;
  background: #fffaf7;
  text-align: center;
  place-items: center;
  align-content: center;
}
.event-empty h3,
.event-error h2 { margin: 8px 0 4px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.event-empty p,
.event-error p { max-width: 520px; margin: 0; color: var(--host-muted); font-size: 10px; line-height: 1.55; }
.event-empty a,
.event-error a,
.event-error button { margin-top: 13px; color: var(--host-accent); font-size: 10px; font-weight: 850; }
.event-report-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
.event-report-grid a { display: grid; gap: 5px; padding: 18px; border: 1px solid var(--host-line); border-radius: 13px; background: #fff; text-decoration: none; }
.event-report-grid strong { font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.event-report-grid span { color: var(--host-muted); font-size: 9px; line-height: 1.45; }

.host-toast {
  position: fixed;
  z-index: 100;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  max-width: min(360px, calc(100% - 36px));
  padding: 11px 14px;
  border-radius: 10px;
  background: #38241f;
  box-shadow: 0 12px 35px rgba(35, 18, 15, .28);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
}

@media (max-width: 980px) {
  .host-invitation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-host-layout { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); }
  .event-host-nav { display: flex; gap: 4px; padding: 8px; border-right: 0; border-bottom: 1px solid var(--host-line); overflow-x: auto; }
  .event-host-nav button { flex: 0 0 82px; grid-template-columns: 1fr; justify-items: center; gap: 2px; min-height: 52px; padding: 4px; text-align: center; }
  .event-host-nav button span { width: 23px; height: 23px; }
}

@media (max-width: 680px) {
  .host-topbar { min-height: 58px; padding: 8px 13px; }
  .host-brand > span { width: 31px; height: 31px; }
  .host-brand img { width: 22px; height: 22px; }
  .host-brand strong { font-size: 16px; }
  .host-top-actions a { display: none; }
  .host-main { width: min(100% - 24px, 1220px); padding: 30px 0 65px; }
  .host-page-heading { display: grid; align-items: start; margin-bottom: 22px; }
  .host-page-heading .host-primary-button { justify-self: start; }
  .host-page-heading h1 { font-size: 35px; }
  .host-library-toolbar { display: grid; gap: 10px; }
  .host-segmented { width: 100%; }
  .host-segmented button { min-width: 0; flex: 1; padding: 0 5px; }
  .host-search { width: 100%; }
  .host-invitation-grid { grid-template-columns: 1fr; }
  .host-invitation-card { grid-template-rows: 214px auto; }
  .host-card-preview iframe { transform: translate(-50%, -50%) scale(.35); }
  .host-event-main { width: 100%; padding: 0; }
  .event-host-app { border-width: 0; border-radius: 0; box-shadow: none; }
  .event-host-header { display: grid; min-height: 0; padding: 15px 14px; }
  .event-host-title h1 { max-width: calc(100vw - 28px); font-size: 26px; }
  .event-host-actions { justify-content: start; }
  .event-host-actions > a { flex: 1 1 auto; }
  .event-host-content { padding: 20px 13px 40px; }
  .event-section-heading { display: grid; align-items: start; }
  .event-metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-paths { grid-template-columns: 1fr; }
  .event-form { grid-template-columns: 1fr; }
  .event-form .wide,
  .event-form .full { grid-column: auto; }
  .event-inline-form { display: grid; grid-template-columns: 1fr; }
  .event-inline-form button { min-height: 39px; }
  .event-add-guest { grid-template-columns: 1fr; }
  .event-add-guest button { min-height: 35px; }
  .event-response-toolbar { display: grid; }
  .event-report-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
