/* One continuous video frame. The two app surfaces meet at the center. */
html, body { width: 100%; height: 100%; overflow: hidden; background: #fff; }
body .editor, body .editor:fullscreen {
  position: relative; width: 100%; max-width: none; height: 100dvh;
  margin: 0; padding: 0; overflow: hidden; background: #fff;
}
body .comparison {
  position: absolute; inset: 0 0 64px; display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0; max-width: none; margin: 0;
}
body .lane { min-width: 0; min-height: 0; position: relative; overflow: hidden; }
body .lane:first-child { border-right: 1px solid #d8dee1; }
body .screen, body .editor:fullscreen .screen {
  width: 100%; height: 100%; border-radius: 0; box-shadow: none; border: 0;
}
body .chat-head, body .wabi-nav {
  height: 88px; padding: 0 32px; border-bottom: 1px solid #e5e8e9;
  background: transparent; display: flex; align-items: center;
}
body .chat-head { justify-content: center; background: #fafafbd9; }
body .contact { flex-direction: row; gap: 11px; align-items: center; }
body .contact b { font-size: 16px; font-weight: 500; }
body .contact b span { font-size: 20px; margin-left: 6px; }
body .trip-avatar {
  width: 35px; height: 35px; display: grid; place-items: center;
  background: #e8eaed; border-radius: 50%; color: #727d85; font-size: 19px;
}
body .back { left: 28px; top: 25px; font-size: 35px; }
body .wabi-nav { gap: 12px; font-size: 17px; }
body .nav-back { font-size: 30px; }
body .wabi-nav .avatars { padding-right: 3px; }
body .avatars i, body .wabi-nav .avatars i:first-child, body .wabi-nav .avatars i:last-child {
  width: 29px; height: 29px; font-size: 11px; display: grid; margin-right: -6px;
}
body .messages, body .wabi-content {
  top: 120px; bottom: 96px; left: 50%; right: auto; width: calc(100% - 80px);
  max-width: 560px; transform: translateX(-50%); padding: 0 7px 12px;
}
body .timestamp { font-size: 12px; line-height: 1.4; margin-bottom: 28px; }
body .bubble {
  font-size: 18px; line-height: 1.3; padding: 11px 15px;
  border-radius: 20px; max-width: 84%; margin-top: 14px; margin-bottom: 14px;
}
body .bubble-tail { width: 16.5px; height: 17px; }
body .chat-compose, body .wabi-compose {
  left: 50%; right: auto; bottom: 30px; width: calc(100% - 80px); max-width: 560px;
  transform: translateX(-50%); height: 48px;
}
body .chat-compose { gap: 14px; }
body .chat-compose>div { font-size: 16px; padding: 11px 15px; }
body .chat-compose .add { font-size: 30px; }
body .chat-compose>div span { font-size: 22px; }
body .wabi-compose { border-radius: 28px; padding: 8px 10px 8px 18px; gap: 10px; }
body .wabi-compose>span:first-child { font-size: 25px; }
body #wabi-prompt { font-size: 13px; line-height: 1.3; }
body .wabi-compose b { width: 30px; height: 30px; font-size: 20px; flex: none; }
body .assistant-line { font-size: 16px; line-height: 1.5; margin-bottom: 23px; }
body .email-card { padding: 26px; }
body .card-kicker { font-size: 11px; gap: 8px; }
body .email-card h2 { font-size: 34px; line-height: 1.1; margin: 22px 0 12px; }
body .email-card p { font-size: 14px; }
body .flight-route { margin: 34px 0 26px; }
body .airport strong { font-size: 46px; }
body .airport small { font-size: 13px; }
body .flight-line { width: 100px; font-size: 22px; }
body .ticket-footer { font-size: 13px; padding-top: 18px; }
body .action-state { font-size: 14px; padding: 12px; margin-top: 18px; }
body .trip-cover { height: 180px; }
body .trip-cover h2 { font-size: 40px; bottom: 17px; left: 23px; }
body .trip-cover small { font-size: 12px; right: 20px; bottom: 22px; left: auto; }
body .trip-info { font-size: 14px; padding: 17px 23px; }
body .countdown { padding: 20px 30px 16px; margin: 20px 0; }
body .countdown-top { font-size: 11px; margin-bottom: 12px; }
body .shared-note { font-size: 14px; margin: 15px 2px; gap: 9px; }
body .board-title { margin: 0 0 20px; gap: 8px; }
body .board-title h2 { font-size: 34px; }
body .board-title span { font-size: 12px; }
body .place-grid { gap: 14px; }
body .place-image { height: 170px; }
body .place-details { padding: 15px; }
body .place-details small { font-size: 10px; }
body .place-details h3 { font-size: 27px; margin: 9px 0; }
body .place-details p { font-size: 13px; line-height: 1.4; }
body .saved-pill { font-size: 12px; }
body .place-full { padding: 13px; gap: 16px; margin-top: 15px; }
body .place-full img { width: 70px; height: 70px; }
body .place-full h3 { font-size: 26px; }
body .place-full p { font-size: 13px; line-height: 1.4; }
body .join-banner { font-size: 13px; margin-bottom: 20px; }
body .vote-card { padding: 23px; }
body .vote-card h3 { font-size: 34px; margin: 12px 0 8px; }
body .vote-card>p { font-size: 14px; }
body .vote-option { font-size: 16px; padding: 14px 0; gap: 12px; }
body .vote-option img { width: 52px; height: 52px; }
body .vote-option>div small { font-size: 12px; }
body .vote-option .voters { font-size: 13px; }
body .group-comment { font-size: 15px; margin: 23px 4px; }
body .group-comment b { font-size: 13px; }
body .group-comment .avatar { width: 27px; height: 27px; font-size: 11px; }
body .booking-hero { height: 200px; }
body .booking-hero h2 { font-size: 38px; }
body .reservation { padding: 21px 24px; }
body .reservation-line { font-size: 13px; }
body .reservation-grid { margin-top: 23px; }
body .reservation-grid small { font-size: 11px; }
body .reservation-grid b { font-size: 17px; }
body .agenda { padding: 18px; font-size: 15px; }
body .agenda small { font-size: 12px; }
body .map-card { height: clamp(240px, 37dvh, 420px); }
body .map-label { font-size: 11px; }
body .map-pin { font-size: 13px; padding: 7px 10px; }
body .map-person { width: 39px; height: 39px; font-size: 14px; }
body .map-credit { font-size: 9px; }
body .together { padding: 17px; font-size: 15px; }
body .together .avatars { display: flex; }
body .together small { font-size: 12px; }
body .timeline {
  position: absolute; inset: auto 0 0; height: 64px; max-width: none; margin: 0;
  padding: 0 24px; border: 0; border-top: 1px solid #e4e7e8; border-radius: 0;
  background: #fafbfc; box-shadow: none; display: flex; align-items: center;
}
body .transport { display: contents; }
body .transport-left { order: 0; gap: 10px; }
body .transport-right { order: 2; gap: 7px; }
body .scrub-wrap { order: 1; flex: 1; margin: 0 25px; min-width: 40px; }
body .transport output { font-size: 12px; min-width: 84px; }
body .play-button { width: 36px; height: 36px; }
body .icon-button { min-width: 34px; min-height: 36px; }
body .transport>p.sr-only { position: absolute; width: 1px; height: 1px; margin: 0; padding: 0; }
@media (max-width: 900px) {
  body .messages, body .wabi-content { width: calc(100% - 36px); top: 102px; bottom: 90px; }
  body .chat-compose, body .wabi-compose { width: calc(100% - 36px); bottom: 24px; }
  body .chat-head, body .wabi-nav { height: 76px; padding: 0 18px; }
  body .back { left: 14px; top: 20px; }
  body .bubble { font-size: 16px; max-width: 91%; padding: 10px 12px; }
  body .assistant-line { font-size: 14px; margin-bottom: 17px; }
  body .email-card { padding: 18px; }
  body .email-card h2 { font-size: 28px; }
  body .airport strong { font-size: 38px; }
  body .flight-line { width: 65px; }
  body .flight-line:before, body .flight-line:after { width: 19px; }
  body .trip-cover { height: 155px; }
  body .trip-cover h2 { font-size: 30px; left: 16px; bottom: 32px; }
  body .trip-cover small { left: 17px; bottom: 15px; right: auto; font-size: 11px; }
  body .trip-info { padding: 12px; font-size: 12px; }
  body .countdown { padding: 17px 12px 12px; }
  body .board-title h2 { font-size: 27px; }
  body .board-title span { font-size: 11px; }
  body .place-image { height: 115px; }
  body .place-grid { gap: 9px; }
  body .place-details { padding: 11px; }
  body .place-details h3 { font-size: 22px; }
  body .place-details p { font-size: 12px; }
  body .place-full { gap: 10px; padding: 10px; }
  body .place-full h3 { font-size: 22px; }
  body .place-full p { font-size: 12px; }
  body .shared-note { font-size: 12px; }
  body .vote-card { padding: 17px; }
  body .vote-card h3 { font-size: 28px; }
  body .vote-option { font-size: 14px; }
  body .vote-option img { width: 40px; height: 44px; }
  body .group-comment { font-size: 13px; }
  body .reservation { padding: 16px; }
  body .reservation-grid b { font-size: 14px; }
  body .booking-hero { height: 170px; }
  body .agenda { font-size: 13px; padding: 13px; }
  body .together { font-size: 13px; padding: 12px; }
  body .together small { font-size: 11px; }
}
@media (max-width: 520px) {
  body .comparison { bottom: 60px; }
  body .timeline { height: 60px; padding: 0 10px; }
  body #restart, body .speed-control { display: none; }
  body .transport-left { gap: 6px; }
  body .transport output { font-size: 10px; min-width: 67px; }
  body .scrub-wrap { margin: 0 12px; }
  body .messages, body .wabi-content { width: calc(100% - 16px); padding-inline: 4px; }
  body .chat-head, body .wabi-nav { padding: 0 10px; }
  body .contact b, body .wabi-nav { font-size: 13px; }
  body .contact { gap: 5px; }
  body .trip-avatar, body .back, body .nav-back { display: none; }
  body .avatars i, body .wabi-nav .avatars i:first-child, body .wabi-nav .avatars i:last-child { width: 20px; height: 20px; font-size: 8px; }
  body .wabi-nav { gap: 4px; }
  body .bubble { font-size: 14px; padding: 9px 10px; }
  body .chat-compose, body .wabi-compose { width: calc(100% - 20px); }
  body .chat-compose>div { font-size: 13px; padding: 9px; }
  body .wabi-compose { padding: 5px 7px; gap: 5px; }
  body #wabi-prompt { font-size: 11px; }
  body .wabi-compose>span:first-child { display: none; }
  body .email-card { padding: 12px; }
  body .email-card h2 { font-size: 24px; }
  body .card-kicker { font-size: 9px; }
  body .airport strong { font-size: 30px; }
  body .airport small, body .ticket-footer { font-size: 11px; }
  body .flight-line { width: 22px; }
  body .flight-line:before, body .flight-line:after { display: none; }
  body .action-state { padding: 9px; font-size: 12px; }
  body .place-grid { grid-template-columns: 1fr; }
  body .place-image { height: 110px; }
  body .board-title { flex-wrap: wrap; gap: 5px; }
  body .board-title h2 { font-size: 25px; }
  body .place-full { flex-direction: column; }
  body .place-full img { width: 100%; height: 90px; }
  body .trip-info { flex-wrap: wrap; gap: 5px; }
  body .trip-cover h2 { font-size: 27px; }
  body .countdown-top { font-size: 8px; }
  body .vote-card { padding: 12px; }
  body .vote-option { flex-wrap: wrap; gap: 7px; }
  body .vote-option .voters { margin-left: auto; }
  body .join-banner { flex-wrap: wrap; gap: 8px; }
  body .booking-hero h2 { font-size: 28px; left: 12px; }
  body .reservation-grid { grid-template-columns: 1fr; gap: 14px; }
  body .agenda>span { display: none; }
  body .map-person { width: 28px; height: 28px; font-size: 10px; }
  body .map-pin { font-size: 9px; padding: 5px; }
  body .map-label { font-size: 8px; }
  body .map-credit { font-size: 7px; }
  body .together { flex-wrap: wrap; }
}
@media (prefers-reduced-transparency: reduce) { body .chat-head { background: #fafafb; } }
