@charset "UTF-8";
:root {
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:#0F172A;
  background:#E8EEFF;
  font-synthesis:none;
  --paper:#FAFBFF;
  --ink:#0F172A;
  --muted:#667085;
  --primary:#0F172A;
  --line:#E5EAF4;
  --viewport-height:100dvh;
  --viewport-top:0px;
  --safe-bottom:env(safe-area-inset-bottom,0px)
}
* {
  box-sizing:border-box
}
html,body {
  margin:0;
  min-height:100%;
  width:100%;
  overscroll-behavior:none
}
body {
  min-height:100svh
}
button,input,select,textarea {
  font:inherit
}
button,a,select,input,textarea {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
button:disabled {
  cursor:default
}
a {
  color:inherit;
  text-decoration:none
}
button {
  color:inherit
}
button:focus-visible,a:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #7C3AED;
  outline-offset:3px
}
button:disabled {
  opacity:.5
}
[hidden] {
  display:none!important
}
button {
  touch-action:manipulation
}
img {
  max-width:100%;
  display:block
}
svg {
  display:block
}
button svg {
  pointer-events:none
}
dialog::backdrop {
  background:rgb(15 23 42 / 38%);
  backdrop-filter:blur(4px)
}
dialog {
  color:var(--ink)
}
.sr-only {
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.icon {
  width:24px;
  height:24px;
  flex-shrink:0;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round
}
.app-shell {
  max-width:480px;
  min-height:100svh;
  margin:0 auto;
  position:relative;
  background:radial-gradient(ellipse 370px 320px at 0 0, #00C2FF12, transparent 80%),radial-gradient(ellipse 380px 360px at 100% 0, #FF6B8B17, transparent 80%),radial-gradient(ellipse 460px 360px at 0 100%, #7C3AED0C, transparent 80%),var(--paper);
  box-shadow:0 12px 60px #0F172A08;
}
.topbar {
  height:calc(96px + env(safe-area-inset-top,0px));
  padding:calc(24px + env(safe-area-inset-top,0px)) 24px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  line-height:1;
  color:var(--ink);
}
.brand-mark {
  width:33px;
  height:38px;
  display:block;
  flex:none;
}

.language-wrap {
  display:flex;
  align-items:center;
  gap:4px;
  min-height:44px;
  padding-left:12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#ffffffcc;
  color:var(--muted);
}
.language-wrap .icon {
  height:17px;
  width:17px;
  stroke-width:1.5
}
.language-wrap select {
  font-size:12px;
  font-weight:650;
  background:transparent;
  border:0;
  color:var(--ink);
  min-height:44px;
  padding:0 8px 0 1px;
  cursor:pointer;
  max-width:64px
}
.landing {
  padding:0 24px calc(32px + var(--safe-bottom));
}
.entrance-scene {
  height:182px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:4px 0 24px;
  position:relative;
}

.entry-copy h1 {
  white-space:pre-line;
  font-size:36px;
  letter-spacing:-1.3px;
  font-weight:500;
  line-height:1.12;
  margin:0 0 28px;
}
.entry-copy p {
  font-size:14px;
  line-height:1.6;
  max-width:295px;
  color:var(--muted);
  margin:0 0 25px
}
.house-list {
  display:grid;
  gap:12px
}
.house-card {
  position:relative;
  display:flex;
  width:100%;
  gap:16px;
  align-items:center;
  text-align:left;
  min-height:94px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  padding:18px;
  box-shadow:0 8px 24px #0F172A05;
  transition:background .15s,transform .15s,border-color .15s;
}
.house-card:active {
  transform:scale(.987);
  background:#F2ECFE
}
.house-card:hover {
  border-color:#D3C2F7
}
.house-icon {
  display:flex;
  width:48px;
  height:48px;
  flex-shrink:0;
  align-items:center;
  justify-content:center;
  background:#F2ECFE;
  border-radius:16px;
  color:#7C3AED;
}
.house-icon svg {
  width:26px;
  height:26px;
  stroke-width:1.4
}
.house-card strong {
  font-size:18px;
  display:block;
  font-weight:500;
  letter-spacing:-.3px;
  overflow-wrap:anywhere;
}
.house-card .arrow {
  width:32px;
  height:32px;
  flex-shrink:0;
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ink);
}
.house-card .arrow svg {
  height:17px;
  width:17px
}
.house-card.busy .arrow {
  border:2px solid #E5EAF4;
  border-top-color:#7C3AED;
  animation:spin .75s linear infinite
}
.house-card.busy .arrow svg {
  display:none
}
.house-skeleton {
  height:89px;
  border:1px solid #E5EAF4;
  background:linear-gradient(110deg,#E8EEFF 25%,#FAFBFF 45%,#E8EEFF 65%);
  background-size:200% 100%;
  animation:shimmer 1.5s linear infinite;
  border-radius:17px
}
.entry-error {
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:22px;
  font-size:14px;
  line-height:1.6
}
.primary-button {
  border:0;
  background:var(--primary);
  color:white;
  min-height:52px;
  border-radius:18px;
  font-size:15px;
  font-weight:600;
  padding:14px 20px;
  width:100%;
  margin-top:12px;
}
.text-button {
  background:transparent;
  border:0;
  text-decoration:underline;
  text-underline-offset:4px;
  min-height:44px;
  font-size:13px;
  padding:8px;
  color:var(--primary)
}
body.in-chat {
  overflow:hidden;
  position:fixed;
  inset:0;
  height:100%;
}
.in-chat .app-shell {
  height:var(--viewport-height);
  min-height:0;
  top:var(--viewport-top);
  display:flex;
  flex-direction:column
}
.in-chat .topbar {
  display:none
}
.chat {
  display:flex;
  flex:1;
  min-height:0;
  flex-direction:column;
  position:relative
}
.chat-header {
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 46px;
  align-items:center;
  gap:10px;
  padding:calc(12px + env(safe-area-inset-top,0px)) 14px 12px;
  flex-shrink:0;
}
.icon-button {
  height:44px;
  width:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:0;
  border-radius:50%;
  flex-shrink:0;
  padding:0;
  font-size:28px;
  font-weight:300
}
.icon-button:hover {
  background:#F2ECFE
}
.chat-header>.icon-button {
  width:46px;
  height:46px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#ffffffdd;
}

.chat-heading {
  min-width:0;
  text-align:center;
}
.chat-heading h1 {
  font-size:17px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:-.3px;
  margin:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.chat-heading p {
  font-size:11px;
  line-height:1.4;
  color:var(--muted);
  margin:4px 0 0;
}

.chat-heading p.disconnected {
  color:#AD334F
}

.private-badge {
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  color:var(--muted);
  border:1px solid var(--line);
  border-radius:16px;
  background:#ffffffdd;
}
.private-badge .icon {
  width:17px;
  height:17px
}
.timeline {
  flex:1;
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  padding:0 20px 18px;
  scroll-behavior:auto;
  overscroll-behavior-y:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:#E5EAF4 transparent
}
.day-divider {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  margin:18px 5px 22px;
  font-size:11px;
  color:var(--muted);
}

.welcome-bubble {
  padding:20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 8px 24px #0F172A04;
}
.sender-name {
  font-size:11px;
  font-weight:500;
  color:var(--muted);
  display:block;
}
.welcome-bubble h2 {
  font-size:20px;
  letter-spacing:-.5px;
  font-weight:500;
  line-height:1.3;
  margin:10px 0;
}
.welcome-bubble p {
  font-size:13px;
  line-height:1.65;
  color:#667085;
  margin:0
}
.quick-actions {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:12px 0 25px
}
.quick-actions button {
  display:flex;
  align-items:center;
  gap:9px;
  min-height:48px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  text-align:left;
  font-size:13px;
  padding:10px 12px;
  line-height:1.4;
}
.quick-actions button:hover {
  background:#F2ECFE
}

.message {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin-top:16px;
  max-width:100%;
  animation:appear .2s ease
}
.message.visitor {
  align-items:flex-end
}
.bubble {
  padding:15px;
  max-width:84%;
  border:1px solid var(--line);
  background:#fff;
  border-radius:22px 22px 22px 6px;
  overflow-wrap:anywhere;
  min-width:44px;
  font-size:15px;
  line-height:1.48;
  white-space:pre-wrap;
}
.visitor .bubble {
  background:#7C3AED;
  color:#fff;
  border-color:#7C3AED;
  border-radius:22px 22px 6px 22px;
}
.bubble.has-image {
  padding:5px;
  min-width:120px;
  overflow:hidden
}
.bubble.has-image p {
  margin:8px 8px 7px
}
.message-image {
  padding:0;
  border:0;
  border-radius:12px;
  overflow:hidden;
  display:block;
  background:#E8EEFF;
  max-width:100%;
  color:var(--ink)
}
.message-image img {
  width:260px;
  max-height:320px;
  object-fit:cover;
  min-height:80px
}
.message-time {
  font-size:10px;
  color:var(--muted);
  padding:7px 3px;
  line-height:1.5;
}
.message-time button {
  color:#AD334F;
  font-size:11px;
  padding:0 6px;
  min-height:30px;
  vertical-align:middle
}
.message.resident .sender-name {
  margin:0 3px 6px;
  color:#7C3AED
}
.system-message {
  margin:18px 0 4px;
  color:#667085;
  font-size:11px;
  line-height:1.7;
  text-align:center;
  overflow-wrap:anywhere
}
.system-message .system-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:17px;
  height:17px;
  margin-right:4px;
  border:1px solid #E5EAF4;
  border-radius:50%;
  font-size:10px;
  vertical-align:0
}
.system-message.important {
  padding:16px;
  background:#F2ECFE;
  border:1px solid #E5D9FB;
  border-radius:20px;
  font-size:13px;
  text-align:left;
  color:var(--ink);
}
.system-message.important strong {
  font-weight:600;
  display:block;
  margin-bottom:5px
}
.system-message.error {
  color:#AD334F;
  background:#FFF0F3;
  border-color:#FFF0F3
}
.instruction-text {
  white-space:pre-wrap;
  margin:7px 0 0;
  font-size:13px;
  color:#7C3AED
}
.system-message .message-image {
  margin-top:10px
}
.verification-card {
  padding:18px;
  margin:18px 0 10px;
  background:#fff;
  border:1px solid #E5EAF4;
  border-radius:17px;
  font-size:13px;
  line-height:1.5
}
.verification-card .verification-title {
  margin:9px 0 4px;
  font-size:16px;
  font-weight:550;
  letter-spacing:-.25px
}
.verification-card p {
  color:#667085;
  font-size:12px;
  margin:0 0 15px
}
.verification-options {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px
}
.verification-options button {
  min-height:46px;
  background:#F2ECFE;
  border:1px solid #E5EAF4;
  border-radius:10px;
  font-size:12px;
  padding:10px 5px;
  overflow-wrap:anywhere
}
.verification-note {
  margin-top:11px!important;
  font-size:10px!important;
  margin-bottom:0!important
}
.resident-activity {
  flex:none;
  display:flex;
  align-items:center;
  gap:9px;
  padding:8px 23px 0;
  color:#7C3AED;
  font-size:12px;
  line-height:1.5;
}
.activity-dots {
  display:inline-flex;
  align-items:center;
  gap:3px;
  height:16px
}
.activity-dots i {
  width:4px;
  height:4px;
  background:currentColor;
  border-radius:50%;
  animation:activity-dot 1.2s ease-in-out infinite
}
.activity-dots i:nth-child(2) { animation-delay:.15s }
.activity-dots i:nth-child(3) { animation-delay:.3s }
@keyframes activity-dot {
  0%,60%,100% { transform:translateY(0); opacity:.45 }
  30% { transform:translateY(-3px); opacity:1 }
}
.composer {
  display:flex;
  align-items:flex-end;
  gap:6px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:6px;
  box-shadow:0 8px 24px #0F172A05;
  flex-shrink:0;
}
.composer textarea {
  min-width:0;
  resize:none;
  flex:1;
  height:46px;
  min-height:46px;
  max-height:114px;
  border:0;
  background:transparent;
  border-radius:18px;
  padding:12px 7px;
  color:var(--ink);
  font-size:16px;
  line-height:21px;
  outline-offset:-1px;
  scrollbar-width:thin;
}
.composer textarea::placeholder {
  color:#667085;
  font-size:13px
}
.send-button {
  background:var(--primary);
  color:white;
  border:0;
  height:44px;
  width:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.send-button:disabled {
  background:#E8EEFF;
  color:#667085;
  opacity:1
}
.photo-button {
  color:#7C3AED;
  background:#F2ECFE;
  width:44px;
  height:44px;
  margin-bottom:0;
}
.keyboard-open {
  --safe-bottom:0px
}
.keyboard-open .composer-wrap {
  padding-bottom:8px
}
.proof-prompt {
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 14px 8px;
  border-radius:12px;
  padding:10px;
  background:#F2ECFE;
  color:#7C3AED;
  font-size:11px;
  flex-shrink:0
}
.proof-prompt>.icon {
  width:18px;
  height:18px
}
.proof-prompt span {
  flex:1;
  min-width:0;
  line-height:1.5
}
.proof-prompt button {
  min-height:44px;
  border:0;
  border-radius:8px;
  background:#E8EEFF;
  color:#7C3AED;
  padding:6px 10px;
  font-size:10px;
  max-width:95px
}
.ended-state {
  padding:14px 20px calc(10px + var(--safe-bottom));
  text-align:center;
  border-top:1px solid var(--line);
  flex-shrink:0
}
.ended-state p {
  font-size:12px;
  color:#667085;
  margin:0;
  line-height:1.6
}
.new-messages {
  position:absolute;
  bottom:115px;
  left:50%;
  transform:translateX(-50%);
  border:1px solid #E5EAF4;
  border-radius:24px;
  background:#fff;
  box-shadow:0 4px 15px #0F172A10;
  font-size:12px;
  padding:8px 15px;
  min-height:44px;
  white-space:nowrap;
  color:#7C3AED;
  z-index:2
}
.toast {
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:calc(120px + var(--safe-bottom));
  width:max-content;
  max-width:calc(100% - 36px);
  background:#0F172A;
  color:#fff;
  padding:13px 18px;
  border-radius:13px;
  box-shadow:0 5px 25px #0F172A20;
  font-size:13px;
  line-height:1.5;
  z-index:8;
  text-align:center;
  overflow-wrap:anywhere
}
.sheet-dialog {
  border:0;
  border-radius:30px 30px 0 0;
  padding:12px 22px calc(25px + var(--safe-bottom));
  margin:auto auto 0;
  background:#fff;
  width:100%;
  max-width:480px;
  max-height:90dvh;
  box-shadow:0 -10px 50px #0F172A10;
}
.sheet-handle {
  width:32px;
  height:4px;
  border-radius:10px;
  background:#E5EAF4;
  margin:0 auto 12px
}
.sheet-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px
}
.sheet-heading h2,.preview-header h2 {
  font-size:21px;
  font-weight:550;
  letter-spacing:-.6px;
  margin:0
}
.sheet-dialog>p {
  font-size:13px;
  line-height:1.6;
  color:#667085;
  margin:0 0 20px
}
.picker-option {
  display:flex;
  align-items:center;
  gap:14px;
  width:100%;
  min-height:62px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:18px;
  margin-top:10px;
  padding:14px 16px;
  font-size:14px;
}

.picker-option span:last-child {
  margin-left:auto;
  color:#667085
}
.sheet-dialog>.photo-limit {
  font-size:10px;
  text-align:center;
  margin:20px 0 0
}
.preview-dialog {
  padding:0;
  background:#fff;
  border:0;
  border-radius:28px;
  width:calc(100% - 28px);
  max-width:452px;
  max-height:calc(var(--viewport-height) - 30px);
  overflow:auto;
}
.preview-header {
  padding:14px 17px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.preview-image-wrap {
  background:#E8EEFF;
  min-height:180px;
  max-height:43dvh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden
}
.preview-image-wrap>img {
  max-height:43dvh;
  max-width:100%;
  width:100%;
  object-fit:contain
}
.preview-image-wrap>div {
  padding:30px;
  text-align:center;
  font-size:13px;
  line-height:1.6;
  color:#7C3AED
}
.preview-image-wrap>div>.icon {
  width:36px;
  height:36px;
  margin:0 auto
}
.preview-dialog form {
  padding:17px
}
.preview-dialog textarea {
  border:1px solid var(--line);
  border-radius:18px;
  resize:vertical;
  max-height:100px;
  width:100%;
  min-height:65px;
  background:var(--paper);
  padding:14px;
  font-size:16px;
  color:var(--ink);
  line-height:1.5;
}
.preview-dialog textarea::placeholder {
  color:#667085;
  font-size:13px
}
.image-viewer {
  position:fixed;
  inset:0;
  max-width:none;
  max-height:none;
  width:100%;
  height:100dvh;
  border:0;
  padding:60px 0;
  background:#0F172A;
  overflow:auto;
  margin:0
}
.image-viewer::backdrop {
  background:#0F172A
}
.image-viewer>.icon-button {
  position:fixed;
  right:calc(12px + env(safe-area-inset-right,0px));
  top:calc(12px + env(safe-area-inset-top,0px));
  color:white;
  background:#ffffff20;
  z-index:1
}
.image-viewer>img {
  max-height:100%;
  height:100%;
  width:100%;
  object-fit:contain;
  touch-action:pinch-zoom
}
.noscript {
  padding:20px;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:#fff;
  color:#0F172A;
  font-size:14px;
  z-index:5
}
/* Keep small supporting text above 4.5:1 contrast on the paper background. */ .entry-copy p,.chat-heading p,.welcome-bubble p,.day-divider,.message-time,.sender-name,.system-message,.verification-card p,.sheet-dialog>p,.composer textarea::placeholder,.preview-dialog textarea::placeholder {
  color:#667085
}
.chat-heading p,.message-time {
  font-size:11px
}
.sender-name {
  font-size:10px
}
.composer textarea::placeholder {
  font-size:14px
}
.quick-actions button {
  font-size:13px
}
.verification-options button {
  font-size:13px
}
@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}
@keyframes shimmer {
  to {
    background-position:-200% 0
  }
}
@keyframes appear {
  from {
    opacity:0;
    transform:translateY(4px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@media(min-width:600px) {
  body {
    padding:28px 0
  }
  .app-shell {
    border:1px solid #E5EAF4;
    border-radius:28px;
    min-height:min(880px,calc(100svh - 56px));
    overflow:hidden
  }
  .in-chat {
    padding:28px 0
  }
  .in-chat .app-shell {
    height:calc(var(--viewport-height) - 56px);
    max-height:1000px;
    top:0
  }
  .landing {
    padding-bottom:35px
  }
  .entry-copy h1 {
    white-space:pre-line;
    font-size:38px
  }
  .entrance-scene {
    margin-top:10px;
    margin-bottom:35px
  }
  .topbar {
    padding-top:30px;
    height:98px
  }
  .sheet-dialog {
    border-radius:24px;
    margin:auto;
  }
  .image-viewer {
    border-radius:0
  }
}
@media(max-width:359px) {
  .topbar {
    padding-left:20px;
    padding-right:20px;
    height:calc(79px + env(safe-area-inset-top,0px))
  }
  .landing {
    padding-left:20px;
    padding-right:20px
  }
  .entrance-scene {
    margin-bottom:18px
  }
  .entry-copy h1 {
    white-space:pre-line;
    font-size:36px
  }
  .entry-copy p {
    font-size:13px;
    margin-bottom:20px
  }
  .house-card {
    padding:13px;
    gap:12px;
    min-height:80px
  }
  .house-card strong {
    font-size:16px
  }
  .timeline {
    padding-left:14px;
    padding-right:14px
  }
  .welcome-bubble {
    padding:17px
  }
  .chat-header {
    padding-right:14px;
    gap:8px
  }
  .quick-actions button {
    padding:9px;
    gap:7px;
    font-size:11px
  }
  .composer-wrap { padding-left:10px; padding-right:10px }
  .composer { gap:3px }
  .photo-button {
    width:39px
  }
  .chat-heading h1 {
    font-size:16px
  }
  .proof-prompt {
    gap:6px;
    margin-left:10px;
    margin-right:10px
  }
  .proof-prompt>.icon {
    display:none
  }

}
@media(max-height:590px) {
  .chat-header {
    padding-top:calc(6px + env(safe-area-inset-top,0px));
    padding-bottom:9px
  }
  .day-divider {
    margin:14px 5px
  }
  .welcome-bubble {
    padding:15px
  }
  .welcome-bubble h2 {
    font-size:17px
  }
  .quick-actions {
    margin-bottom:17px
  }
  .proof-prompt {
    padding:5px 9px
  }
}
@media(orientation:landscape) and (max-height:500px) {
  .in-chat .app-shell {
    max-width:700px;
    border-radius:0;
    height:var(--viewport-height)
  }
  .in-chat {
    padding:0
  }
  .chat-header {
    padding-top:calc(5px + env(safe-area-inset-top,0px));
    padding-bottom:5px
  }
  .chat-header 
  .composer-wrap {
    padding-bottom:calc(6px + var(--safe-bottom))
  }
  .proof-prompt {
    margin-bottom:4px
  }
  .welcome-bubble {
    max-width:450px
  }
  .quick-actions {
    max-width:450px
  }
  .image-viewer {
    padding:30px 60px
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important
  }
}

.brand-wordmark { width:108px; height:26px }

.arrival-emblem { width:116px; height:116px; border-radius:36px; background:#ffffffd9; border:1px solid #E5EAF4; box-shadow:0 16px 36px #7C3AED0A; display:grid; place-items:center; position:relative; transform:rotate(-5deg) }
.arrival-emblem .icon { width:52px; height:52px; color:#7C3AED; stroke-width:1.3; transform:rotate(5deg) }
.arrival-emblem::before { content:""; position:absolute; inset:-17px; border:1px solid #7C3AED09; border-radius:48px; transform:rotate(12deg); pointer-events:none }

.quick-actions .icon { width:20px; height:20px; color:#7C3AED; stroke-width:1.6 }

.composer-wrap { padding:10px 14px calc(12px + var(--safe-bottom)); flex:none }

.picker-option>.icon { color:#7C3AED; width:22px; height:22px }

@media(max-height:650px) { .entrance-scene { height:126px; margin:0 0 20px } .arrival-emblem { width:90px; height:90px; border-radius:28px } .arrival-emblem .icon { width:44px; height:44px } }
