:root {
  --paper: #f7f3ea;
  --white: #fffdf8;
  --ink: #17222b;
  --muted: #71808a;
  --line: #d9d5cc;
  --yellow: #ffe070;
  --pink: #ff9ea7;
  --blue: #8edff0;
  --purple: #b9a8ff;
  --green: #c8ee73;
  --coral: #ff765e;
  --shadow: 0 7px 0 rgba(23, 34, 43, .12);
  --round: 22px;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  color: var(--ink);
  font-family: var(--body);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; overflow-x: hidden; background: var(--paper); }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .38; transform: none !important; box-shadow: none !important; }
button:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
[hidden] { display: none !important; }

.ambient { position: fixed; z-index: -1; width: 360px; height: 360px; border-radius: 50%; filter: blur(2px); pointer-events: none; opacity: .58; }
.ambient-one { top: 9%; left: -180px; background: var(--blue); }
.ambient-two { right: -150px; bottom: 8%; background: var(--pink); }

.site-header { width: min(1160px, calc(100% - 42px)); height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font: 700 20px var(--display); letter-spacing: -.06em; text-decoration: none; }
.wordmark > span:last-child > span { color: var(--coral); }
.wordmark-mark { width: 27px; height: 27px; display: inline-flex; align-items: end; gap: 3px; padding: 5px; border: 2px solid var(--ink); border-radius: 9px; background: var(--yellow); transform: rotate(-7deg); box-shadow: 3px 3px 0 var(--ink); }
.wordmark-mark i { width: 4px; display: block; border-radius: 99px; background: var(--ink); }
.wordmark-mark i:nth-child(1) { height: 8px; }.wordmark-mark i:nth-child(2) { height: 13px; }.wordmark-mark i:nth-child(3) { height: 6px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-user { max-width: 150px; overflow: hidden; color: var(--muted); font: 600 11px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.header-login, .quiet-button, .text-action { border: 0; background: transparent; }
.header-login { display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; border: 2px solid var(--ink); border-radius: 14px; background: var(--white); box-shadow: 3px 3px 0 var(--ink); font-size: 13px; font-weight: 700; }
.header-login:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.google-symbol { display: inline-grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #4285f4; background: #fff; font: 700 17px Arial, sans-serif; }

main { width: 100%; }
.welcome-view { width: min(1160px, calc(100% - 42px)); min-height: calc(100vh - 78px); margin: 0 auto; display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 70px; padding: 40px 0 80px; }
.welcome-copy { max-width: 560px; }
.eyebrow, .section-label, .account-topline, .invite-label, .card-source, .watch-topline { color: var(--muted); font: 700 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; }
.eyebrow-dot, .live-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255, 118, 94, .16); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.075em; }
h1 { max-width: 540px; margin-bottom: 25px; font-size: clamp(60px, 8.3vw, 106px); line-height: .88; }
h1 em, h2 em, h3 em { color: var(--coral); font-family: "Instrument Serif", serif; font-weight: 400; letter-spacing: -.04em; }
.welcome-lede { max-width: 420px; margin-bottom: 28px; color: #5e6c75; font-size: 17px; line-height: 1.55; }
.primary-button, .outline-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 16px; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.primary-button { padding: 0 19px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 4px 5px 0 var(--ink); }
.primary-button:hover { transform: translate(3px, 3px); box-shadow: 1px 2px 0 var(--ink); }
.button-small { min-height: 42px; padding: 0 15px; font-size: 13px; }
.button-arrow { margin-left: 4px; font-size: 19px; line-height: 0; }
.outline-button { padding: 0 16px; border: 2px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 rgba(23, 34, 43, .8); font-size: 13px; }
.outline-button:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 rgba(23, 34, 43, .8); }
.quiet-button { padding: 8px 0; color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.quiet-button:hover { color: var(--ink); }
.auth-feedback { min-height: 18px; margin: 14px 0 0; color: var(--coral); font-size: 12px; }

.party-illustration { position: relative; width: min(510px, 100%); height: 430px; margin: auto; border: 2px solid var(--ink); border-radius: 36px; background: var(--blue); box-shadow: 12px 14px 0 var(--ink); transform: rotate(2deg); overflow: hidden; }
.party-illustration::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(var(--ink) 1px, transparent 1px); background-size: 18px 18px; }
.party-sun { position: absolute; width: 240px; height: 240px; top: -66px; right: -35px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); box-shadow: 7px 7px 0 var(--ink); }
.party-card { position: absolute; z-index: 2; top: 74px; left: 50%; width: 210px; height: 278px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); border-radius: 19px; background: var(--white); box-shadow: 8px 9px 0 var(--ink); transform: translateX(-50%) rotate(-6deg); }
.party-card-top, .party-card-bottom { font: 700 10px var(--mono); letter-spacing: .1em; }.party-card-bottom { color: var(--coral); }.party-card-play { width: 92px; height: 92px; display: grid; place-items: center; align-self: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink); font-size: 30px; }
.party-avatar { position: absolute; z-index: 3; bottom: 49px; width: 86px; height: 86px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); font-size: 44px; box-shadow: 5px 6px 0 var(--ink); }.avatar-one { left: 45px; background: var(--green); transform: rotate(-10deg); }.avatar-two { right: 43px; background: var(--purple); transform: rotate(8deg); }.party-line { position: absolute; z-index: 3; bottom: 85px; left: 105px; width: calc(100% - 210px); border-top: 3px dashed var(--ink); }.party-scribble { position: absolute; z-index: 4; color: var(--coral); font: 40px var(--display); }.scribble-one { top: 64px; left: 49px; transform: rotate(-13deg); }.scribble-two { right: 32px; bottom: 153px; color: var(--ink); transform: rotate(18deg); }

.app-view { width: min(1050px, calc(100% - 42px)); margin: 0 auto; padding: 35px 0 80px; }
.app-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 24px; }.app-heading .eyebrow { margin-bottom: 10px; }.app-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: .9; }
.flow-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 22px; padding: 8px; border: 2px solid var(--ink); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.flow-step { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; }.flow-step span { font: 10px var(--mono); }.flow-step.is-active { color: var(--ink); background: var(--yellow); }.flow-step.is-done { color: #4a9165; }.flow-step.is-done span::before { content: "✓"; }.flow-step.is-done span { font-size: 0; }.flow-step.is-done span::before { font: 12px var(--mono); }
.step-panel { animation: panelIn .28s ease both; }.step-panel.is-visible { display: block; }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.account-grid, .room-grid, .watch-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.account-card, .room-card, .room-side, .stats-column, .recommendation-side, .watch-player, .watch-side { border: 2px solid var(--ink); border-radius: var(--round); background: var(--white); box-shadow: var(--shadow); }
.account-card, .room-card, .room-side, .stats-column, .recommendation-side, .watch-side { padding: 26px; }
.account-card { background: var(--yellow); }.account-topline { display: flex; align-items: center; gap: 8px; color: var(--ink); }.account-main { display: flex; align-items: center; gap: 15px; margin: 34px 0 23px; }.account-avatar { width: 76px; height: 76px; border: 2px solid var(--ink); border-radius: 22px; object-fit: cover; background: var(--white); }.account-main h3 { margin: 0 0 5px; font-size: 27px; letter-spacing: -.06em; }.account-main p { margin: 0; color: #596770; font-size: 13px; word-break: break-word; }.account-rule, .side-rule { height: 2px; background: rgba(23, 34, 43, .16); }.account-note { min-height: 40px; margin: 18px 0; color: #596770; font-size: 13px; line-height: 1.45; }
.section-label { display: block; margin-bottom: 12px; }.stats-column { background: var(--purple); }.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.stat-card { min-height: 104px; display: flex; flex-direction: column; justify-content: end; padding: 15px; border: 2px solid var(--ink); border-radius: 15px; background: var(--white); }.stat-card-wide { grid-column: 1 / -1; min-height: 73px; background: var(--blue); }.stat-card strong { font: 700 32px var(--display); letter-spacing: -.08em; }.stat-card span { color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }.channels-card { margin-top: 22px; }.channel-list { display: flex; flex-wrap: wrap; gap: 7px; }.channel-pill { padding: 8px 10px; border: 1.5px solid var(--ink); border-radius: 99px; background: var(--white); font-size: 12px; }.muted-line { color: var(--muted); font-size: 13px; }

.room-card { position: relative; overflow: hidden; background: var(--yellow); }
.room-card::before { content: ""; position: absolute; width: 190px; height: 190px; right: -85px; top: -76px; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink); box-shadow: 8px 8px 0 var(--ink); opacity: .8; }
.room-card > * { position: relative; z-index: 1; }
.eyebrow-dark { color: var(--ink); }
.panel-copy { max-width: 430px; margin: 0; color: #596770; font-size: 14px; line-height: 1.5; }
.room-choices { display: grid; gap: 12px; margin-top: 28px; }
.room-choice { width: 100%; min-height: 83px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 15px; border: 2px solid var(--ink); border-radius: 17px; background: var(--white); color: var(--ink); text-align: left; transition: transform .18s ease, box-shadow .18s ease; }
.room-choice:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.create-choice { box-shadow: 4px 5px 0 var(--ink); background: var(--white); }
.join-choice { grid-template-rows: auto auto; box-shadow: 3px 4px 0 rgba(23, 34, 43, .8); background: var(--blue); }
.choice-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 12px; background: var(--pink); font: 700 22px var(--display); }
.create-choice .choice-icon { background: var(--green); }
.choice-copy { min-width: 0; }
.room-choice strong, .room-choice small { display: block; }.room-choice strong { font-size: 14px; }.room-choice small { margin-top: 4px; color: var(--muted); font-size: 11px; }.choice-arrow { margin-left: auto; font-size: 22px; }
.join-row { grid-column: 1 / -1; display: flex; gap: 8px; width: 100%; margin: 0; }
.join-row input { min-width: 0; flex: 1; height: 46px; padding: 0 13px; border: 2px solid var(--ink); border-radius: 12px; outline: 0; background: var(--white); color: var(--ink); font: 700 13px var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.join-row input::placeholder { color: #89959a; letter-spacing: .12em; }
.join-row .outline-button { min-height: 46px; padding: 0 15px; white-space: nowrap; }
.room-invite { display: grid; grid-template-columns: 1fr auto; gap: 10px 14px; align-items: center; margin-top: 16px; padding: 17px; border: 2px dashed var(--ink); border-radius: 17px; background: var(--purple); }
.room-invite .invite-label { grid-column: 1 / -1; margin: 0; color: var(--ink); }
.room-invite strong { font: 700 32px var(--mono); letter-spacing: .13em; }
.invite-copy { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.copy-feedback { min-width: 70px; color: #3f7856; font: 700 10px var(--mono); }
.room-invite .button-small { grid-column: 1 / -1; width: 100%; }
.room-side { position: relative; overflow: hidden; display: flex; min-height: 100%; flex-direction: column; justify-content: center; background: var(--ink); color: var(--white); }
.room-side::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(var(--white) 1px, transparent 1px); background-size: 16px 16px; pointer-events: none; }
.room-side > * { position: relative; z-index: 1; }
.member-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 13px; border: 2px solid rgba(255, 253, 248, .22); border-radius: 16px; background: rgba(255, 253, 248, .09); }
.member-card strong, .member-card span { display: block; }.member-card strong { color: var(--white); font: 700 14px var(--display); letter-spacing: -.03em; }.member-card div > span { margin-top: 3px; color: #9caab1; font-size: 11px; }.member-avatar { width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 13px; background: var(--yellow); color: var(--ink); font: 700 15px var(--display); }.member-waiting { border-style: dashed; background: rgba(255, 253, 248, .04); }.member-waiting .member-avatar { background: var(--blue); }.member-check, .member-pulse { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; }.member-check { background: var(--green); color: var(--ink); font: 700 13px var(--mono); }.member-pulse { border: 2px solid rgba(255, 253, 248, .26); }.member-pulse::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); animation: pulse 1.6s ease-in-out infinite; }.member-waiting.is-ready .member-pulse { border-color: var(--green); }.member-waiting.is-ready .member-pulse::after { background: var(--green); }
.member-connector { width: 2px; height: 27px; margin-left: 32px; border-left: 2px dashed rgba(255, 253, 248, .3); }
.room-hint { margin: 22px 0 0; color: #a8b4b8; font-size: 12px; line-height: 1.5; }
@keyframes pulse { 50% { transform: scale(.55); opacity: .5; } }

.swipe-header, .watch-header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 25px; }.swipe-header h2, .watch-header h2 { margin-bottom: 0; }.swipe-description { margin: 0 0 4px; }.swipe-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 18px; align-items: stretch; }.swipe-stage { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px 20px 23px; overflow: hidden; border: 2px solid var(--ink); border-radius: var(--round); background: var(--green); box-shadow: var(--shadow); }.swipe-deck { position: relative; width: min(370px, 100%); height: 475px; }.swipe-card, .swipe-card-under { position: absolute; inset: 0; border: 2px solid var(--ink); border-radius: 24px; }.swipe-card-under { background: var(--blue); box-shadow: 5px 5px 0 var(--ink); }.under-one { transform: translate(14px, 14px) rotate(5deg); background: var(--pink); }.under-two { transform: translate(7px, 8px) rotate(2deg); background: var(--purple); }.swipe-card { z-index: 2; overflow: hidden; background: var(--white); box-shadow: 7px 8px 0 var(--ink); touch-action: none; user-select: none; }.swipe-card.is-dragging { cursor: grabbing; }.swipe-card img { width: 100%; height: 100%; display: block; object-fit: cover; }.swipe-card-shade { position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(11, 18, 22, .92)); }.swipe-card-copy { position: absolute; right: 22px; bottom: 20px; left: 22px; color: var(--white); }.card-source { color: var(--yellow); font-size: 9px; }.swipe-card-copy h3 { margin: 10px 0 20px; font-size: clamp(28px, 4vw, 43px); line-height: .92; letter-spacing: -.07em; }.card-action-hint { color: rgba(255, 255, 255, .75); font-size: 11px; }.swipe-empty { position: absolute; z-index: 3; inset: 0; display: grid; place-content: center; padding: 30px; text-align: center; background: var(--white); }.swipe-empty > span { margin-bottom: 12px; color: var(--coral); font-size: 38px; }.swipe-empty strong { font: 700 21px var(--display); }.swipe-empty p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }.swipe-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 25px; }.round-action { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--white); box-shadow: 4px 4px 0 var(--ink); font-size: 29px; line-height: 1; transition: transform .15s ease, box-shadow .15s ease; }.round-action:hover { transform: translate(3px, 3px) rotate(-5deg); box-shadow: 1px 1px 0 var(--ink); }.action-no { color: var(--coral); }.action-yes { color: #4eaa73; background: var(--yellow); }.swipe-count { min-width: 56px; color: var(--muted); font: 11px var(--mono); text-align: center; }.swipe-tip { margin: 15px 0 0; color: #5e7174; font-size: 12px; text-align: center; }.recommendation-side { background: var(--white); }.side-heading { display: flex; justify-content: space-between; gap: 15px; }.side-heading h3 { margin: 10px 0 0; font-size: 32px; line-height: .9; }.side-number { color: var(--coral); font: 700 30px var(--mono); }.side-match { display: flex; gap: 10px; margin: 28px 0; padding: 13px; border: 2px solid var(--ink); border-radius: 15px; background: var(--yellow); }.match-dot { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); }.side-match strong { font-size: 13px; }.side-match p { margin: 4px 0 6px; color: #596770; font-size: 12px; line-height: 1.3; }.text-action { padding: 0; color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }.full-width { width: 100%; margin-top: 18px; }

.watch-layout { grid-template-columns: 1.35fr .65fr; }.watch-player { overflow: hidden; background: var(--ink); }.watch-topline { display: flex; justify-content: space-between; padding: 16px 18px; color: #d3dce0; }.watch-topline > span:first-child { display: flex; align-items: center; gap: 8px; }.watch-video { position: relative; min-height: 440px; background: #0c1318; }.watch-video iframe { width: 100%; height: 440px; display: block; border: 0; }.watch-placeholder { min-height: 440px; display: grid; place-content: center; padding: 30px; color: #c8d2d3; text-align: center; }.watch-placeholder > span { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 18px; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); }.watch-placeholder strong { font: 700 20px var(--display); }.watch-placeholder p { margin: 7px 0 0; color: #84949c; font-size: 13px; }.watch-controls { display: flex; align-items: center; gap: 12px; padding: 13px 18px 17px; }.watch-control { width: 28px; height: 28px; border: 0; background: transparent; color: var(--yellow); font-size: 17px; }.watch-controls input { flex: 1; accent-color: var(--yellow); }.watch-controls > span { color: #9baab0; font: 10px var(--mono); white-space: nowrap; }.watch-side { background: var(--pink); }.watch-side h3 { margin: 25px 0 8px; font-size: 34px; line-height: .93; }.watch-side > p { color: #5b6b73; font-size: 13px; line-height: 1.45; }.watch-link { display: flex; gap: 8px; margin: 30px 0; }.watch-link input { flex: 1; width: 0; min-width: 0; font: 12px var(--body); letter-spacing: 0; text-transform: none; }.watch-link .outline-button { padding: 0 12px; }

.toast { position: fixed; z-index: 20; right: 20px; bottom: 20px; max-width: min(340px, calc(100% - 40px)); padding: 12px 15px; border: 2px solid var(--ink); border-radius: 13px; background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); color: var(--ink); font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }.toast.visible { opacity: 1; transform: none; }
.cassette-overlay { position: fixed; z-index: 30; inset: 0; display: none; place-items: center; background: rgba(23, 34, 43, .72); }.cassette-overlay.is-visible { display: grid; }.cassette-card { position: relative; width: 220px; height: 300px; padding: 20px; overflow: hidden; border: 3px solid var(--ink); border-radius: 22px; background: var(--yellow); box-shadow: 10px 12px 0 var(--ink); transform: rotate(-7deg); animation: cassetteIn .45s cubic-bezier(.2, .8, .2, 1) both; }.cassette-card::before { content: ""; position: absolute; width: 110px; height: 110px; top: 35px; right: 18px; border: 12px solid var(--pink); border-radius: 50%; box-shadow: inset 0 0 0 14px var(--ink); }.cassette-label { font: 700 10px var(--mono); }.cassette-card strong { position: absolute; right: 20px; bottom: 35px; left: 20px; z-index: 1; font: 700 37px/.84 var(--display); letter-spacing: -.08em; }.cassette-reel { position: absolute; z-index: 2; bottom: 18px; width: 24px; height: 24px; border: 5px solid var(--ink); border-radius: 50%; }.reel-one { left: 34px; }.reel-two { right: 34px; }.cassette-overlay.is-opening .cassette-card { animation: cassetteOut .45s ease both; }@keyframes cassetteIn { from { opacity: 0; transform: scale(.5) rotate(12deg); } to { opacity: 1; transform: rotate(-7deg); } }@keyframes cassetteOut { to { opacity: 0; transform: scale(1.2) rotate(0); } }

@media (max-width: 850px) { .welcome-view { grid-template-columns: 1fr; gap: 18px; padding-top: 34px; }.welcome-copy { max-width: 650px; }.party-illustration { width: min(520px, 95%); height: 370px; }.account-grid, .room-grid, .watch-layout { grid-template-columns: 1fr; }.swipe-layout { grid-template-columns: 1fr; }.recommendation-side { min-height: 0; }.swipe-stage { min-height: 590px; }.watch-video, .watch-video iframe, .watch-placeholder { min-height: 340px; height: 340px; } }
@media (max-width: 560px) { .site-header, .welcome-view, .app-view { width: min(100% - 28px, 1050px); }.site-header { height: 68px; }.header-user { display: none; }.header-login { padding: 8px 11px; font-size: 12px; }.welcome-view { min-height: calc(100vh - 68px); padding: 25px 0 55px; gap: 4px; }.welcome-lede { font-size: 15px; }.party-illustration { width: 112%; height: 330px; margin-left: -6%; }.party-card { width: 170px; height: 230px; padding: 14px; }.party-card-play { width: 70px; height: 70px; font-size: 23px; }.party-avatar { bottom: 34px; width: 66px; height: 66px; font-size: 32px; }.avatar-one { left: 27px; }.avatar-two { right: 25px; }.party-line { bottom: 66px; left: 75px; width: calc(100% - 150px); }.party-sun { width: 180px; height: 180px; }.flow-nav { grid-template-columns: repeat(4, 1fr); gap: 3px; padding: 5px; }.flow-step { min-height: 42px; display: block; padding: 6px 2px; font-size: 10px; line-height: 1.1; }.flow-step span { display: block; margin-bottom: 3px; }.app-heading { align-items: start; }.app-heading h2 { font-size: 42px; }.quiet-button { font-size: 11px; }.account-card, .room-card, .room-side, .stats-column, .recommendation-side, .watch-side { padding: 20px; }.account-main { margin: 24px 0 18px; }.room-controls, .join-row, .watch-link { flex-direction: column; }.room-controls > *, .join-row > *, .watch-link > * { width: 100% !important; }.room-invite .button-small { width: 100%; margin-left: 0; }.room-invite strong { font-size: 34px; }.swipe-header, .watch-header { display: block; }.swipe-description { margin-top: 18px; }.swipe-stage { min-height: 530px; padding: 22px 12px 18px; }.swipe-deck { height: 380px; width: min(300px, 100%); }.swipe-card-copy h3 { font-size: 32px; }.round-action { width: 53px; height: 53px; }.swipe-actions { gap: 21px; }.watch-video, .watch-video iframe, .watch-placeholder { min-height: 250px; height: 250px; }.watch-controls { padding-left: 9px; padding-right: 9px; gap: 4px; }.watch-controls > span { font-size: 8px; }.watch-control { width: 25px; }.toast { right: 14px; bottom: 14px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }

/* The flow is deliberately linear: the indicators are not navigation controls. */
.shared-pile-note { margin: 28px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
@media (max-width: 560px) { .room-invite { grid-template-columns: 1fr; }.invite-copy { justify-content: space-between; }.copy-feedback { min-width: 0; }.room-invite strong { font-size: 27px; }.join-row .outline-button { padding: 0 12px; font-size: 12px; } }
