:root {
  color-scheme: light;
  --ink: #20221f;
  --muted: #777a73;
  --line: #e9e7e1;
  --paper: #f6f5f1;
  --white: #fffefa;
  --coral: #ed765b;
  --coral-dark: #c85940;
  --green: #4c9a78;
  --mint: #e7f2ea;
  --shadow: 0 22px 70px rgba(41, 38, 31, .09);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; }
button, input { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, a:focus-visible {
  outline: 3px solid rgba(237, 118, 91, .4);
  outline-offset: 3px;
}
a { color: inherit; }
.boot-screen { min-height: 100vh; display: grid; place-items: center; }
.brand-mark {
  width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 15px;
  background: var(--coral); color: white; font: 800 25px Manrope, sans-serif;
}
.page-shell { max-width: 1180px; margin: 0 auto; padding: 28px 36px 48px; }
.topbar { height: 48px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-name { font: 800 17px Manrope, sans-serif; letter-spacing: -.7px; }
.top-note { color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.landing {
  min-height: calc(100vh - 124px); display: grid; grid-template-columns: minmax(320px, .92fr) minmax(410px, 1.08fr);
  gap: 64px; align-items: center; padding: 38px 0 58px;
}
.landing-copy { max-width: 495px; padding-bottom: 20px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--coral-dark); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
.landing h1 {
  max-width: 510px; margin: 22px 0 19px; font: 700 clamp(44px, 5.3vw, 68px)/1.04 Manrope, sans-serif;
  letter-spacing: -.065em;
}
.landing h1 em { color: var(--coral); font-style: normal; }
.lead { max-width: 420px; color: #6d706a; font-size: 16px; line-height: 1.72; }
.steps { display: flex; gap: 20px; margin-top: 34px; color: var(--muted); font-size: 12px; }
.step { display: inline-flex; align-items: center; gap: 8px; }
.step-number { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid #dedbd3; border-radius: 50%; color: var(--ink); font-size: 10px; font-weight: 700; }
.setup-card {
  width: min(100%, 470px); justify-self: center; padding: 31px; border: 1px solid rgba(225, 222, 214, .86);
  border-radius: 28px; background: rgba(255, 254, 250, .82); box-shadow: var(--shadow);
}
.setup-card h2 { margin: 0 0 8px; font: 700 22px Manrope, sans-serif; letter-spacing: -.04em; }
.setup-intro { margin-bottom: 24px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.field-label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.text-input { width: 100%; height: 51px; padding: 0 15px; border: 1px solid #e2dfd7; border-radius: 13px; background: #fff; color: var(--ink); }
.text-input::placeholder { color: #aaa9a2; }
.room-code-input { text-transform: uppercase; letter-spacing: .12em; }
.field-feedback { min-height: 0; margin: 8px 1px 0; color: #ba503c; font-size: 11px; line-height: 1.45; }
.field-feedback:empty { display: none; }
.primary-button {
  width: 100%; min-height: 53px; margin-top: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 0; border-radius: 14px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 700; transition: background .2s, transform .2s;
}
.primary-button:hover { background: #353833; transform: translateY(-1px); }
.primary-button:disabled { opacity: .6; cursor: wait; transform: none; }
.or-divider { display: flex; align-items: center; gap: 11px; margin: 20px 0 16px; color: #9a9a93; font-size: 10px; }
.or-divider::before, .or-divider::after { content: ""; height: 1px; flex: 1; background: #e9e6df; }
.address-search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.address-search-button { min-width: 104px; padding: 0 13px; border: 1px solid #e2dfd7; border-radius: 13px; background: #f5f3ed; color: #4e514b; font-size: 12px; font-weight: 700; }
.address-search-button:hover { background: #efede6; }
.address-search-button:disabled { opacity: .55; cursor: wait; }
.address-results { margin-top: 12px; }
.address-message { margin: 0 0 8px; color: #74776f; font-size: 11px; line-height: 1.5; }
.address-message.is-error { color: #ba503c; }
.address-choice-list { display: grid; gap: 7px; }
.address-choice { width: 100%; min-height: 49px; display: grid; grid-template-columns: 27px minmax(0, 1fr) 18px; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid #e9e6df; border-radius: 12px; background: #fff; text-align: left; }
.address-choice:hover { border-color: #d4c8b8; background: #fbfaf6; }
.address-choice:disabled { opacity: .65; cursor: wait; }
.address-choice-pin { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 9px; background: #f7e9df; color: var(--coral-dark); }
.address-choice-pin svg { width: 14px; height: 14px; }
.address-choice-label { color: #4d504a; font-size: 11px; line-height: 1.4; }
.address-choice-arrow { color: #979890; text-align: right; }
.address-attribution { margin: 10px 0 0; color: #8c8e87; font-size: 9px; line-height: 1.5; }
.address-attribution a { color: #686b64; text-underline-offset: 2px; }
.join-code-card { margin-top: 23px; padding: 19px; border: 1px solid #dce9df; border-radius: 17px; background: #f0f6f1; }
.join-code-eyebrow { color: #548267; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.join-code-card h3 { margin: 7px 0 5px; font: 700 17px Manrope, sans-serif; letter-spacing: -.035em; }
.join-code-card > p { margin: 0 0 15px; color: #72796f; font-size: 11px; line-height: 1.5; }
.join-code-card .field-label { margin-bottom: 7px; }
.join-code-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.join-code-button { min-width: 112px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 13px; border: 0; border-radius: 13px; background: #477b5b; color: #fff; font-size: 12px; font-weight: 700; }
.join-code-button:hover { background: #38684b; }
.privacy-note { margin: 14px 0 0; display: flex; align-items: flex-start; gap: 8px; color: #878a83; font-size: 11px; line-height: 1.5; }
.privacy-note svg { flex: 0 0 auto; margin-top: 1px; }
.error-note { margin: 12px 0 0; color: #ba503c; font-size: 12px; line-height: 1.5; }
.preview-wrap { position: relative; width: min(100%, 496px); justify-self: center; padding: 18px 22px 25px; }
.preview-orbit {
  position: absolute; z-index: -1; inset: -25px 12px 2px 3px; border: 1px solid #e7e1d8; border-radius: 48% 52% 52% 48% / 47% 43% 57% 53%;
  transform: rotate(-9deg);
}
.preview-orbit::after {
  content: ""; position: absolute; width: 17px; height: 17px; top: 11%; right: 12%; border-radius: 50%; background: #e7b98d;
  box-shadow: 0 0 0 8px rgba(231, 185, 141, .13);
}
.preview-card {
  position: relative; overflow: hidden; min-height: 452px; border-radius: 24px; background: #d9c0aa;
  box-shadow: 0 28px 75px rgba(47, 41, 31, .2); transform: rotate(2deg);
}
.preview-photo {
  position: absolute; inset: 0; background:
    linear-gradient(180deg, rgba(28, 22, 16, .04) 24%, rgba(28, 22, 16, .79) 100%),
    url("https://images.unsplash.com/photo-1559339352-11d035aa65de?auto=format&fit=crop&w=1150&q=85") center 45%/cover;
}
.preview-chip { position: absolute; top: 18px; left: 18px; padding: 8px 11px; border-radius: 999px; background: rgba(255, 254, 250, .93); color: #2f302d; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.preview-content { position: absolute; right: 25px; bottom: 26px; left: 25px; color: white; }
.preview-content h3 { margin: 0 0 6px; font: 700 31px Manrope, sans-serif; letter-spacing: -.05em; }
.preview-content p { margin: 0; color: rgba(255, 255, 255, .79); font-size: 13px; }
.preview-meta { margin-top: 18px; display: flex; gap: 17px; color: rgba(255, 255, 255, .9); font-size: 12px; }
.floating-tag {
  position: absolute; right: -5px; bottom: 95px; z-index: 2; display: flex; align-items: center; gap: 10px;
  padding: 12px 15px; border: 1px solid rgba(237, 232, 224, .8); border-radius: 15px; background: var(--white);
  box-shadow: 0 15px 30px rgba(48, 39, 28, .12); font-size: 12px; font-weight: 700; transform: rotate(-4deg);
}
.floating-check { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); }

/* Room view */
.room-shell { max-width: 1120px; }
.room-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 0 28px; border-bottom: 1px solid var(--line); }
.room-heading { display: flex; align-items: center; gap: 14px; }
.room-heading h1 { margin: 0 0 4px; font: 700 23px Manrope, sans-serif; letter-spacing: -.05em; }
.room-subtitle { margin: 0; color: var(--muted); font-size: 12px; }
.room-actions { display: flex; align-items: center; gap: 10px; }
.room-code { display: flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 11px; color: #565952; font-size: 11px; letter-spacing: .08em; }
.room-code strong { color: var(--ink); letter-spacing: .14em; }
.copy-button { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 13px; border: 0; border-radius: 11px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; }
.room-grid { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 38px; align-items: start; padding: 30px 0 50px; }
.deck-column { max-width: 610px; width: 100%; justify-self: center; }
.section-kicker { margin: 0 0 9px; color: var(--coral-dark); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.deck-title { margin: 0; font: 700 27px Manrope, sans-serif; letter-spacing: -.06em; }
.deck-caption { margin: 6px 0 19px; color: var(--muted); font-size: 13px; }
.deck-progress { height: 4px; margin-bottom: 18px; overflow: hidden; border-radius: 8px; background: #e8e5de; }
.deck-progress span { display: block; height: 100%; border-radius: inherit; background: var(--coral); transition: width .3s; }
.swipe-card {
  position: relative; overflow: hidden; min-height: 440px; border: 1px solid rgba(225, 222, 214, .9); border-radius: 23px;
  background: var(--white); box-shadow: 0 15px 44px rgba(41, 38, 31, .1); touch-action: pan-y; user-select: none;
  transition: transform .23s ease, opacity .23s ease; cursor: grab;
}
.swipe-card.is-dragging { cursor: grabbing; transition: none; }
.swipe-card.go-left { transform: translate(-125%, 8%) rotate(-17deg); opacity: 0; }
.swipe-card.go-right { transform: translate(125%, 8%) rotate(17deg); opacity: 0; }
.restaurant-photo { position: relative; height: 254px; overflow: hidden; background: linear-gradient(130deg, #dabca0, #8d684a); }
.restaurant-photo img { width: 100%; height: 100%; display: block; object-fit: cover; pointer-events: none; }
.restaurant-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0, 0, 0, .26)); pointer-events: none; }
.restaurant-pill { position: absolute; z-index: 1; top: 15px; left: 15px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: 999px; background: rgba(255, 254, 250, .95); color: #434640; font-size: 10px; font-weight: 700; }
.swipe-stamp { position: absolute; z-index: 3; top: 42px; padding: 6px 13px; border: 3px solid; border-radius: 8px; font: 800 22px Manrope, sans-serif; letter-spacing: .08em; opacity: 0; pointer-events: none; }
.swipe-stamp.like { left: 22px; color: #377f60; border-color: #377f60; transform: rotate(-12deg); }
.swipe-stamp.nope { right: 22px; color: #c85940; border-color: #c85940; transform: rotate(12deg); }
.swipe-card.show-like .swipe-stamp.like, .swipe-card.show-nope .swipe-stamp.nope { opacity: .95; }
.restaurant-info { padding: 19px 21px 20px; }
.restaurant-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.restaurant-info h2 { margin: 0 0 5px; font: 700 23px/1.2 Manrope, sans-serif; letter-spacing: -.045em; }
.restaurant-description { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.rating-badge { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 4px; padding: 7px 8px; border-radius: 10px; background: #f5efe0; color: #7c5d21; font-size: 11px; font-weight: 700; }
.restaurant-details { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 8px; }
.detail-chip { padding: 7px 9px; border-radius: 8px; background: #f5f4ef; color: #666961; font-size: 10px; }
.restaurant-address { margin: 11px 0 0; color: #868780; font-size: 11px; }
.vote-actions { display: flex; justify-content: center; gap: 15px; margin-top: 18px; }
.vote-button { width: 64px; height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 16px; font-size: 12px; font-weight: 700; transition: transform .15s, filter .15s; }
.vote-button:hover { transform: translateY(-2px); filter: brightness(.98); }
.vote-button.pass { width: 136px; background: #f0e8e3; color: #ad5c4b; }
.vote-button.want { width: 170px; background: #e4f0e7; color: #347858; }
.keyboard-hint { margin: 14px 0 0; text-align: center; color: #9b9c95; font-size: 10px; }
.keyboard-hint kbd { display: inline-grid; min-width: 20px; height: 20px; margin: 0 2px; place-items: center; border: 1px solid #dfddd6; border-radius: 5px; background: #fbfaf7; font: 600 10px "DM Sans", sans-serif; }
.room-aside { position: sticky; top: 22px; padding-top: 34px; }
.aside-card { padding: 19px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 254, 250, .7); }
.aside-card + .aside-card { margin-top: 13px; }
.aside-title-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.aside-title { margin: 0; font: 700 13px Manrope, sans-serif; }
.people-count { color: var(--muted); font-size: 10px; }
.participant-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.participant { display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 9px; }
.avatar { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 10px; background: #f2e6dc; color: #946047; font-size: 10px; font-weight: 700; }
.avatar.color-1 { background: #e7ede0; color: #57714c; }
.avatar.color-2 { background: #e4e9f0; color: #5d6f8b; }
.avatar.color-3 { background: #f0e3ec; color: #895f7d; }
.participant-name { min-width: 0; overflow: hidden; color: #464943; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.participant-progress { color: #92948e; font-size: 9px; white-space: nowrap; }
.invite-copy { margin: 14px 0 0; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; }
.aside-stats { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.aside-icon { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: #f5eadf; color: #af6952; }

/* Join, waiting and results */
.center-state { width: min(100%, 510px); margin: 72px auto; padding: 37px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.center-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 17px; border-radius: 19px; background: #f7e7dc; color: var(--coral-dark); }
.center-state h1 { margin: 0 0 9px; font: 700 27px Manrope, sans-serif; letter-spacing: -.055em; }
.center-state > p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.join-form { margin-top: 22px; text-align: left; }
.join-form .primary-button { margin-top: 12px; }
.wait-card { display: grid; place-items: center; min-height: 404px; padding: 30px; border: 1px solid var(--line); border-radius: 23px; background: var(--white); text-align: center; box-shadow: 0 15px 44px rgba(41, 38, 31, .06); }
.wait-illustration { position: relative; width: 150px; height: 120px; margin-bottom: 15px; }
.wait-plate { position: absolute; left: 35px; top: 16px; width: 82px; height: 82px; border: 9px solid #f0e5d9; border-radius: 50%; background: #fff9ed; box-shadow: 0 6px 15px rgba(51, 39, 27, .08); }
.wait-plate::after { content: ""; position: absolute; inset: 12px; border: 2px solid #ead8c8; border-radius: 50%; }
.wait-dot { position: absolute; width: 13px; height: 13px; border: 3px solid #fffefa; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 2px rgba(237, 118, 91, .2); animation: bob 1.5s ease-in-out infinite; }
.wait-dot.one { top: 5px; left: 25px; }
.wait-dot.two { top: 22px; right: 6px; background: #8bb897; animation-delay: .25s; }
.wait-dot.three { bottom: 9px; right: 22px; background: #e5b878; animation-delay: .5s; }
@keyframes bob { 50% { transform: translateY(-6px); } }
.wait-card h2 { max-width: 330px; margin: 0 0 8px; font: 700 22px Manrope, sans-serif; letter-spacing: -.045em; }
.wait-card p { max-width: 350px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.results-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin: 3px 0 21px; }
.results-heading h2 { margin: 0; font: 700 28px Manrope, sans-serif; letter-spacing: -.06em; }
.match-total { padding: 8px 11px; border-radius: 10px; background: var(--mint); color: #347858; font-size: 11px; font-weight: 700; white-space: nowrap; }
.match-list { display: grid; gap: 12px; }
.match-card { min-height: 110px; display: grid; grid-template-columns: 115px 1fr auto; align-items: center; gap: 16px; padding: 10px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.match-photo { width: 115px; height: 92px; overflow: hidden; border-radius: 11px; background: #dfc1a3; }
.match-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.match-info h3 { margin: 0 0 5px; font: 700 15px Manrope, sans-serif; letter-spacing: -.035em; }
.match-info p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.match-votes { margin-top: 8px; color: #347858; font-size: 10px; font-weight: 700; }
.wolt-link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 10px; color: #555850; font-size: 10px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.wolt-link:hover { border-color: #ccc8be; background: #faf9f6; }
.empty-results { padding: 27px; border: 1px dashed #d8d5cd; border-radius: 17px; background: rgba(255, 254, 250, .5); text-align: center; }
.empty-results h3 { margin: 0 0 7px; font: 700 17px Manrope, sans-serif; }
.empty-results p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.near-misses { margin-top: 25px; }
.near-misses h3 { margin: 0 0 12px; font: 700 14px Manrope, sans-serif; }
.near-miss { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 1px; border-bottom: 1px solid var(--line); font-size: 11px; }
.near-miss span:first-child { font-weight: 600; }
.near-miss span:last-child { color: var(--muted); }
.more-options { margin-top: 24px; padding: 20px; border: 1px solid #dce9df; border-radius: 17px; background: #f0f6f1; }
.more-options h3 { margin: 0 0 6px; font: 700 16px Manrope, sans-serif; }
.more-options p { margin: 0 0 14px; color: #72796f; font-size: 11px; line-height: 1.5; }
.more-options-button { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 15px; border: 0; border-radius: 11px; background: #477b5b; color: white; font-size: 12px; font-weight: 700; }
.more-options-button:hover { background: #38684b; }
.more-options-button:disabled { opacity: .6; cursor: wait; }
.toast { position: fixed; z-index: 10; bottom: 25px; left: 50%; padding: 11px 16px; border-radius: 12px; background: var(--ink); color: white; font-size: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, .2); transform: translateX(-50%); }
.loading-state { padding: 54px 24px; text-align: center; color: var(--muted); font-size: 13px; }
.spinner { width: 25px; height: 25px; margin: 0 auto 13px; border: 3px solid #e8e4dc; border-top-color: var(--coral); border-radius: 50%; animation: spin .8s linear infinite; }
.spinner-inline { width: 15px; height: 15px; margin: 0; border-width: 2px; border-color: rgba(255,255,255,.35); border-top-color: #fff; }
.image-fallback { background: linear-gradient(135deg, #dbc5ac, #9d7660 58%, #6c594c); }
.match-photo.image-fallback { background: linear-gradient(135deg, #dbc5ac, #9d7660 58%, #6c594c); }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .landing { grid-template-columns: minmax(280px, .9fr) minmax(340px, 1.1fr); gap: 35px; }
  .preview-card { min-height: 405px; }
  .room-grid { grid-template-columns: minmax(0, 1fr) 245px; gap: 24px; }
  .swipe-card { min-height: 415px; }
  .restaurant-photo { height: 225px; }
}
@media (max-width: 700px) {
  .page-shell { padding: 19px 18px 32px; }
  .top-note { display: none; }
  .landing { min-height: auto; grid-template-columns: 1fr; gap: 24px; padding: 50px 0 28px; }
  .landing-copy { max-width: 570px; padding-bottom: 0; }
  .landing h1 { max-width: 450px; font-size: clamp(45px, 12vw, 61px); }
  .lead { max-width: 490px; font-size: 14px; }
  .steps { margin-top: 25px; gap: 13px; flex-wrap: wrap; }
  .preview-wrap { display: none; }
  .setup-card { width: 100%; max-width: 530px; padding: 24px; }
  .room-header { align-items: flex-start; padding: 21px 0 19px; }
  .room-heading h1 { font-size: 19px; }
  .room-actions { flex-direction: column-reverse; align-items: flex-end; gap: 7px; }
  .copy-button { min-height: 36px; font-size: 11px; }
  .room-code { padding: 7px 8px; font-size: 9px; }
  .room-grid { grid-template-columns: 1fr; gap: 21px; padding: 24px 0 35px; }
  .deck-column { max-width: 520px; }
  .room-aside { position: static; display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; padding-top: 0; }
  .aside-card { padding: 15px; }
  .aside-card + .aside-card { margin-top: 0; }
  .participant-list { gap: 9px; }
  .invite-copy { margin-top: 11px; padding-top: 10px; font-size: 10px; }
  .swipe-card { min-height: 0; }
  .restaurant-photo { height: clamp(205px, 61vw, 270px); }
  .restaurant-info { padding: 16px; }
  .restaurant-info h2 { font-size: 20px; }
  .vote-actions { gap: 10px; }
  .center-state { margin: 40px auto; padding: 28px 22px; }
  .match-card { grid-template-columns: 82px 1fr; gap: 11px; }
  .match-photo { width: 82px; height: 82px; }
  .match-card .wolt-link { grid-column: 2; justify-self: start; padding: 8px 10px; }
  .results-heading h2 { font-size: 23px; }
}
@media (max-width: 420px) {
  .steps { gap: 8px 12px; }
  .step { gap: 6px; font-size: 10px; }
  .room-code { gap: 4px; letter-spacing: .02em; }
  .room-grid { gap: 16px; }
  .room-aside { grid-template-columns: 1fr; }
  .aside-card + .aside-card { display: none; }
  .deck-title { font-size: 24px; }
  .vote-button.pass { width: 118px; }
  .vote-button.want { width: 148px; }
  .restaurant-details { gap: 6px; }
  .address-search-row { grid-template-columns: 1fr; }
  .address-search-button { min-height: 45px; }
  .join-code-row { grid-template-columns: 1fr; }
  .join-code-button { min-height: 45px; }
}
