:root {
  --sl-bg: #1d1f24;
  --sl-bg-soft: #2a2d33;
  --sl-window: #e8e8e8;
  --sl-window-top: #f6f6f6;
  --sl-metal-1: #d7d7d7;
  --sl-metal-2: #bfc3c8;
  --sl-metal-3: #9aa0a8;
  --sl-line: #8f959d;
  --sl-shadow: rgba(0, 0, 0, 0.35);
  --sl-blue-1: #8ec5ff;
  --sl-blue-2: #5aa9fa;
  --sl-blue-3: #2f78d6;
  --sl-blue-4: #1f5daa;
  --sl-text: #222;
  --sl-text-soft: #4b5563;
  --sl-white: #fff;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body {
  margin: 0;
  font-family: "Lucida Grande", "Helvetica Neue", Arial, sans-serif;
  color: var(--sl-text);
  background: radial-gradient(circle at top, #4d5360 0%, #1d1f24 55%, #111317 100%);
}
a { color: inherit; text-decoration: none; }
.shell {
  width: min(1240px, 94vw);
  margin: 28px auto;
  min-height: calc(100vh - 56px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #7f8790;
  background: linear-gradient(to bottom, #f3f3f3, #d9d9d9);
  box-shadow: 0 24px 60px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.9);
}
.titlebar {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  background: linear-gradient(to bottom, #f7f7f7 0%, #dadde1 48%, #c2c7cd 100%);
  border-bottom: 1px solid #98a0a8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96);
}
.title-left, .title-right { display: flex; align-items: center; gap: 12px; }
.mac-titlebar {
  position: relative;
}
.home-titlebar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.mac-left-cluster {
  min-width: 220px;
}
.home-title-left {
  min-width: 0;
  gap: 8px;
}
.mac-menu-center {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #334155;
}
.app-title {
  font-weight: 700;
}
.home-title-center {
  justify-self: center;
}
.home-title-right {
  position: relative;
  justify-self: end;
  justify-content: flex-end;
}
.slash-title {
  font-size: 11px;
  letter-spacing: .08em;
  color: #2d3748;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  transform: translateY(1px);
}
.menu-divider {
  color: #7b8794;
}
.status-pill {
  border: 1px solid #c2c9d1;
  border-radius: 999px;
  padding: 6px 10px;
  background: linear-gradient(to bottom, rgba(255,255,255,.95), rgba(223,228,234,.95));
  font-size: 12px;
  color: #44515f;
}
.menu-wrap,
.title-menu-wrap {
  position: relative;
}
.chrome-button,
.menu-button {
  border: 1px solid #8f949c;
  border-radius: 999px;
  padding: 8px 14px;
  background: linear-gradient(to bottom, #fbfbfb, #d4d7db);
  color: #2b3440;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
.home-menu-button,
.title-menu-button {
  width: 36px;
  height: 30px;
  padding: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #fbfbfb, #d7dade);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 1px 1px rgba(0,0,0,.08);
}
.home-menu-button:hover,
.title-menu-button:hover {
  background: linear-gradient(to bottom, #ffffff, #dfe5ea);
}
.home-menu-button[aria-expanded="true"],
.title-menu-button[aria-expanded="true"] {
  background: linear-gradient(to bottom, #dceeff, #b8d9ff);
  border-color: #7aa6d6;
}
.home-menu-icon,
.title-menu-icon {
  display: grid;
  gap: 3px;
  width: 14px;
}
.home-menu-icon span,
.title-menu-icon span {
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #314050;
  box-shadow: 0 1px 0 rgba(255,255,255,.45);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.menu-text-button {
  border: none;
  background: transparent;
  color: #2b3440;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
}
.top-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 190px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid #aeb6bf;
  background: linear-gradient(to bottom, rgba(255,255,255,.98), rgba(232,236,241,.98));
  box-shadow: 0 14px 28px rgba(0,0,0,.16);
  display: grid;
  gap: 4px;
  z-index: 120;
}
.home-dropdown,
.title-dropdown {
  min-width: 260px;
  width: min(320px, calc(100vw - 32px));
  max-height: min(70vh, 420px);
  overflow-y: auto;
}
.dropdown-section-label {
  padding: 8px 12px 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #617080;
}
.dropdown-divider {
  height: 1px;
  margin: 4px 0;
  background: linear-gradient(to right, rgba(150, 160, 172, 0), rgba(150, 160, 172, .9), rgba(150, 160, 172, 0));
}
.top-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #243040;
  font-size: 14px;
}
.top-dropdown a:hover {
  background: linear-gradient(to bottom, #77b7ff, #2f78d6);
  color: white;
}
.dots { display: flex; gap: 8px; }
.dot {
  width: 10px; height: 10px; border-radius: 50%; display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}
.dot.red { background: #ff5f57; }
.dot.yellow { background: #ffbd2e; }
.dot.green { background: #28c840; }
.title-center { font-size: 12px; color: #4b5563; }
.title-left strong {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  color: #39424c;
}
.title-right a { font-size: 13px; color: #334155; }
.title-right.title-menu-wrap {
  position: relative;
  z-index: 60;
}
.title-center:empty {
  display: none;
}
.app { display: grid; grid-template-columns: 240px 1fr; min-height: 760px; transition: grid-template-columns .2s ease; }
.home-app {
  grid-template-columns: 1fr;
}
.app.sidebar-collapsed {
  grid-template-columns: 1fr;
}
.sidebar {
  background: linear-gradient(to bottom, #d4d7dc, #b6bbc2);
  border-right: 1px solid #8e949b;
  padding: 14px 10px;
  transition: opacity .2s ease, transform .2s ease;
}
.app.sidebar-collapsed .sidebar {
  display: none;
}
.section-label {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5b6470;
  margin: 10px 8px 8px;
}
.sidebar-item {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 6px;
  color: #243040;
  font-size: 14px;
}
.sidebar-item.active {
  color: white;
  background: linear-gradient(to bottom, #77b7ff, #2f78d6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 1px 2px rgba(0,0,0,.2);
}
.content {
  padding: 22px;
  background: linear-gradient(to bottom, #eef1f4, #dfe4ea);
}
.grid { display: grid; gap: 18px; }
.home-content {
  width: 100%;
  justify-items: center;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}
.hero-compact {
  grid-template-columns: 1fr 1fr;
}
.panel {
  background: linear-gradient(to bottom, rgba(255,255,255,.96), rgba(242,242,242,.92));
  border: 1px solid #b8bcc2;
  border-radius: 14px;
  padding: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 8px 18px rgba(0,0,0,.08);
}
.badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #184b82;
  background: linear-gradient(to bottom, #eaf5ff, #cfe6ff);
  border: 1px solid #9bc6f0;
}
h1 { font-size: clamp(34px, 5vw, 64px); line-height: .95; letter-spacing: -.04em; margin: 12px 0; }
h2 { margin: 0 0 10px; font-size: 28px; }
h3 { margin: 0 0 8px; font-size: 20px; }
p { color: var(--sl-text-soft); line-height: 1.6; margin: 0; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.btn-glossy, .btn-silver {
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.btn-glossy {
  color: white;
  border: 1px solid #4d78a6;
  background: linear-gradient(to bottom, #9fd1ff 0%, #4c9bf5 48%, #2f78d6 49%, #2868bd 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 1px 2px rgba(0,0,0,.25);
}
.btn-silver {
  border: 1px solid #8f949c;
  background: linear-gradient(to bottom, #fbfbfb, #d4d7db);
  color: #2b3440;
}
.metrics, .cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.metric, .card { padding: 16px; border-radius: 12px; background: rgba(255,255,255,.66); border: 1px solid #c6ccd3; }
.wizard-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step { padding: 14px; border-radius: 12px; background: rgba(255,255,255,.62); border: 1px solid #c6ccd3; }
.invoice-sheet {
  background: white;
  border: 1px solid #d5dae0;
  border-radius: 12px;
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 4px 10px rgba(0,0,0,.06);
}
.line-item, .line-total, .line-deposit { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #edf0f4; }
.line-total, .line-deposit { font-weight: 700; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field, .field-full { display: grid; gap: 6px; }
.field-full { grid-column: 1 / -1; }
label { font-size: 13px; color: #3f4955; }
input, select, textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #9aa3ad;
  padding: 10px 12px;
  background: linear-gradient(to bottom, #ffffff, #eef1f4);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.08);
  font: inherit;
}
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #5aa9fa;
  box-shadow: 0 0 0 3px rgba(90,169,250,.25), inset 0 1px 3px rgba(0,0,0,.08);
}
.footer-note { margin-top: 18px; font-size: 12px; color: #596474; }
.spotlight-panel {
  text-align: center;
  padding: 34px 28px;
}
.spotlight-panel-minimal {
  padding: 54px 40px 32px;
  transition: opacity .22s ease, transform .22s ease, max-height .26s ease, margin .26s ease, padding .26s ease;
  overflow: hidden;
}
.spotlight-panel-collapsed {
  opacity: 0;
  transform: translateY(-10px);
  max-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  pointer-events: none;
}
.home-content > .panel {
  width: min(100%, 980px);
}
.spotlight-shell {
  max-width: 900px;
  margin: 24px auto 0;
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid #aeb6bf;
  background: linear-gradient(to bottom, rgba(255,255,255,.98), rgba(232,236,241,.95));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 10px 24px rgba(0,0,0,.08);
}
.spotlight-shell-simple {
  grid-template-columns: 1fr auto;
  max-width: 860px;
  padding: 12px;
}
.spotlight-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #234a77;
  background: linear-gradient(to bottom, #eef7ff, #d6e9ff);
  border: 1px solid #a9c9ee;
}
.spotlight-input {
  border-radius: 12px;
  font-size: 18px;
  padding: 14px 16px;
}
.spotlight-button {
  min-width: 150px;
}
.common-toggle {
  margin-top: 18px;
}
.trap-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.spotlight-actions {
  justify-content: center;
}
.quick-pills {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.home-sections {
  margin-top: 2px;
}
.section-card-grid,
.gear-summary-grid {
  align-items: stretch;
}
.gear-summary-grid .card,
.section-card-grid .card {
  text-align: left;
}
.quick-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b4bcc6;
  border-radius: 999px;
  padding: 10px 14px;
  background: linear-gradient(to bottom, #fbfbfb, #dde2e8);
  color: #314050;
  font: inherit;
  cursor: pointer;
}
.quick-pill:hover {
  background: linear-gradient(to bottom, #ffffff, #d7e8fb);
}
.concierge-panel {
  text-align: left;
}
.concierge-chat-panel {
  width: min(100%, 760px);
  padding-top: 18px;
  background: linear-gradient(to bottom, rgba(255,255,255,.97), rgba(246,248,251,.95));
  border-radius: 20px;
}
.concierge-chat-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.concierge-chat-header h2 {
  margin-bottom: 0;
  font-size: 24px;
}
.concierge-chat-header-minimal {
  justify-content: flex-end;
  margin-bottom: 10px;
}
.concierge-status {
  margin-top: 2px;
  text-align: right;
  color: #6a7481;
}
.start-over-button {
  border: 1px solid #cfd6de;
  border-radius: 999px;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #ffffff, #edf1f5);
  color: #4e5b69;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.chat-thread {
  display: grid;
  gap: 0;
  max-height: 320px;
  overflow-y: auto;
  border: 1px solid #d5dbe2;
  border-radius: 20px;
  background: linear-gradient(to bottom, rgba(255,255,255,.99), rgba(246,248,250,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96);
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.chat-row {
  display: flex;
  padding: 18px 20px;
  opacity: .92;
  transform: scale(.985);
  transition: opacity .18s ease, transform .18s ease, filter .18s ease;
}
.chat-row + .chat-row {
  border-top: 1px solid #e8edf2;
}
.chat-thread:hover .chat-row,
.chat-thread:focus-within .chat-row {
  opacity: .72;
  filter: saturate(.9);
}
.chat-thread:hover .chat-row:hover,
.chat-thread:focus-within .chat-row:has(.chat-bubble-user),
.chat-thread:focus-within .chat-row:has(.chat-bubble-assistant:hover) {
  opacity: 1;
  transform: scale(1);
  filter: none;
}
.chat-row-user {
  justify-content: flex-end;
}
.chat-row-assistant {
  justify-content: flex-start;
  background: rgba(247, 249, 252, .82);
}
.chat-bubble {
  max-width: min(700px, 100%);
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background: transparent;
}
.chat-bubble p {
  white-space: pre-wrap;
  margin: 0;
  line-height: 1.65;
}
.chat-row-seed {
  border-top: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.chat-row-seed .chat-bubble {
  max-width: 100%;
}
.chat-row-seed .chat-bubble p {
  color: #32404d;
}
.chat-row-seed-label .chat-bubble p {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6c7a88;
}
.chat-row-seed-heading .chat-bubble p {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.04em;
  color: #1f2a36;
}
.chat-row-seed-subtext .chat-bubble p {
  font-size: 15px;
  line-height: 1.55;
  color: #52606f;
}
.chat-bubble-user {
  max-width: min(560px, 78%);
  padding: 13px 16px;
  border-radius: 22px 22px 8px 22px;
  border: 1px solid #b8d0ea;
  background: linear-gradient(to bottom, #e8f1ff, #dbe9fb);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 1px 2px rgba(0,0,0,.06);
}
.chat-bubble-assistant {
  max-width: 100%;
  padding: 2px 12px 2px 0;
  color: #3d4957;
}
.chat-speaker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5b6775;
}
.concierge-actions {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid #d9e0e8;
}
.reply-bar {
  position: sticky;
  bottom: 0;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  min-height: 50px;
  border-radius: 26px;
  border: 1px solid #d9e0e7;
  background: rgba(255,255,255,.96);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.98), 0 10px 24px rgba(0,0,0,.08);
  overflow: hidden;
}
.reply-utility,
.reply-send {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}
.reply-utility {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #6a7785;
  background: transparent;
  box-shadow: none;
}
.reply-input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 10px 2px;
  font-size: 16px;
  color: #2f3a46;
}
.reply-input::placeholder {
  color: #8a96a3;
}
.reply-input:focus {
  border: none;
  box-shadow: none;
}
.reply-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: white;
  background: #1d9bf0;
  box-shadow: 0 1px 2px rgba(0,0,0,.16);
}
.reply-attachments {
  margin-top: 8px;
  padding: 0 12px;
  font-size: 12px;
  color: #5c6876;
  line-height: 1.5;
}
.context-action {
  margin-top: 12px;
}
.context-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 16px;
  background: #1d9bf0;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(29,155,240,.24);
}
.chat-row-pending {
  background: rgba(243, 246, 249, .78);
}
.chat-bubble-pending {
  max-width: 100%;
}
.typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
}
.typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9aa5b2;
  opacity: .55;
  animation: typing-pulse 1.1s infinite ease-in-out;
}
.typing-dots span:nth-child(2) {
  animation-delay: .15s;
}
.typing-dots span:nth-child(3) {
  animation-delay: .3s;
}
@keyframes typing-pulse {
  0%, 80%, 100% {
    transform: scale(.8);
    opacity: .4;
  }
  40% {
    transform: scale(1);
    opacity: .95;
  }
}
.site-footer {
  margin: 0 22px 22px;
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(138, 146, 154, .45);
  text-align: center;
  color: #4f5b69;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: lowercase;
}
.site-footer p + p {
  margin-top: 4px;
}
.site-footer-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: none;
}
.site-footer-nav a {
  color: #334155;
}
.home-footer {
  margin: 0 22px 22px;
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(138, 146, 154, .45);
  text-align: center;
  color: #4f5b69;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: lowercase;
}
.home-footer p + p {
  margin-top: 4px;
}
.concierge-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.concierge-prices {
  text-align: right;
}
.concierge-prices strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.concierge-prices span {
  font-size: 13px;
  color: #596474;
}
.accordion-list {
  display: grid;
  gap: 14px;
}
.accordion-item {
  border: 1px solid #b8bcc2;
  border-radius: 14px;
  background: linear-gradient(to bottom, rgba(255,255,255,.96), rgba(242,242,242,.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 8px 18px rgba(0,0,0,.08);
  overflow: hidden;
}
.accordion-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 18px;
  color: #223041;
}
.accordion-item summary::-webkit-details-marker {
  display: none;
}
.accordion-item summary::after {
  content: '▾';
  float: right;
  color: #506071;
}
.accordion-item[open] summary::after {
  content: '▴';
}
.accordion-body {
  padding: 0 20px 20px;
}
.inner-panel {
  background: rgba(255,255,255,.68);
}
@media (max-width: 980px) {
  .app, .hero, .hero-compact, .metrics, .cards-3, .wizard-steps, .form-grid, .spotlight-shell { grid-template-columns: 1fr; }
  .titlebar { height: auto; padding: 8px 12px; gap: 6px; flex-direction: column; align-items: flex-start; }
  .title-left strong {
    font-size: 13px;
    line-height: 1.2;
  }
  .spotlight-shell { text-align: left; }
  .home-titlebar {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-items: stretch;
    row-gap: 8px;
  }
  .home-title-center {
    display: none;
  }
  .home-title-right {
    justify-self: end;
    align-self: start;
  }
  .home-title-left {
    flex-wrap: wrap;
  }
  .home-dropdown,
  .title-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(320px, calc(100vw - 28px));
    max-height: min(68vh, 440px);
    padding: 10px;
  }
}
@media (max-width: 640px) {
  body {
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }
  .shell {
    width: min(100vw - 10px, 560px);
    margin: 8px auto 14px;
    min-height: auto;
    border-radius: 12px;
  }
  .content {
    padding: 14px;
  }
  .grid {
    gap: 14px;
  }
  .home-content > .panel {
    width: 100%;
  }
  .panel {
    padding: 16px;
    border-radius: 12px;
  }
  .spotlight-panel-minimal {
    padding: 26px 16px 18px;
  }
  h1 {
    font-size: clamp(28px, 10vw, 42px);
    line-height: 1;
  }
  .spotlight-shell {
    margin-top: 18px;
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
  }
  .spotlight-input {
    font-size: 16px;
    padding: 12px 14px;
  }
  .spotlight-button,
  .actions .btn-glossy,
  .actions .btn-silver {
    width: 100%;
    min-width: 0;
  }
  .quick-pills {
    margin-top: 14px;
    gap: 8px;
  }
  .quick-pill {
    width: 100%;
    justify-content: center;
  }
  .chat-bubble {
    max-width: 100%;
  }
  .chat-thread {
    max-height: 260px;
  }
  .reply-bar {
    gap: 4px;
    padding: 5px;
    min-height: 46px;
    bottom: max(0px, env(safe-area-inset-bottom));
  }
  .reply-utility,
  .reply-send {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 15px;
  }
  .chat-row {
    padding: 16px 14px;
  }
  .chat-row-seed-heading .chat-bubble p {
    font-size: clamp(24px, 8vw, 34px);
  }
  .chat-row-seed-subtext .chat-bubble p {
    font-size: 14px;
  }
  .chat-bubble-user {
    max-width: 92%;
  }
  .concierge-chat-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .concierge-status {
    text-align: left;
  }
  .concierge-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .concierge-prices {
    text-align: left;
  }
  .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer-note {
    margin-top: 14px;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .home-footer,
  .site-footer {
    margin: 0 14px 14px;
    padding: 12px 12px calc(14px + env(safe-area-inset-bottom));
    font-size: 11px;
  }
}
