.chat-detail,.chat-thread{display:flex;min-height:0;flex:1;flex-direction:column;background:#070a14}.chat-thread{gap:.5rem;overflow-x:hidden;overflow-y:auto;padding:1.5rem 0;-webkit-overflow-scrolling:touch}.chat-thread--rtl .chat-msg--own{justify-content:flex-start}.chat-thread--ltr .chat-msg--own,.chat-thread--rtl .chat-msg--their{justify-content:flex-end}.chat-thread--ltr .chat-msg--their{justify-content:flex-start}.chat-msg{display:flex;width:100%;box-sizing:border-box;padding-inline:0}.chat-msg--cluster-continued{margin-top:-.375rem}.chat-msg__cluster{align-items:flex-start;gap:.375rem}.chat-msg__cluster,.chat-msg__stack{display:flex;max-width:min(85%,28rem)}.chat-msg__stack{min-width:0;flex-direction:column;gap:.125rem}@media (min-width:640px){.chat-msg__cluster,.chat-msg__stack{max-width:min(75%,28rem)}}@media (min-width:768px){.chat-msg__cluster,.chat-msg__stack{max-width:min(60%,28rem)}}.chat-msg--own .chat-msg__stack{align-items:flex-end}.chat-msg--their .chat-msg__stack{align-items:flex-start}.chat-msg__avatar{width:2rem;flex-shrink:0;padding-top:.125rem}.chat-msg__bubble-wrap{max-width:100%}.chat-bubble--own.chat-bubble--actions{padding-inline-end:1.5rem}.chat-bubble--their.chat-bubble--actions{padding-inline-start:1.5rem}.chat-bubble{position:relative;min-width:5rem;max-width:100%;border-radius:1rem;padding:.625rem 1rem;box-shadow:none}.chat-bubble--own{background:#ff5a1f;color:#fff}.chat-bubble--their{border:none;background:#141b2d;color:#f5f5f0}.chat-bubble--highlighted{box-shadow:0 0 0 2px rgba(255,90,31,.45)}.chat-bubble--failed{opacity:.7}.chat-thread--ltr .chat-bubble--own.chat-bubble--tail{border-top-right-radius:.375rem}.chat-thread--ltr .chat-bubble--their.chat-bubble--tail,.chat-thread--rtl .chat-bubble--own.chat-bubble--tail{border-top-left-radius:.375rem}.chat-thread--rtl .chat-bubble--their.chat-bubble--tail{border-top-right-radius:.375rem}.chat-bubble__sender{margin-bottom:.25rem;font-size:.75rem;font-weight:600;line-height:1.25;color:#94a3b8}.chat-bubble__body{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.25rem .375rem}.chat-bubble__text{font-size:.875rem;line-height:1.625;white-space:pre-wrap;word-break:break-word;unicode-bidi:plaintext}.chat-bubble__time{flex-shrink:0;align-self:flex-end;padding-bottom:1px;font-family:var(--font-mono);font-size:.75rem;line-height:1.25}.chat-bubble--own .chat-bubble__time{color:rgba(255,255,255,.7)}.chat-bubble--their .chat-bubble__time{color:#94a3b8}.chat-date{display:flex;justify-content:center;padding:1rem 0}.chat-date__pill{border-radius:9999px;background:rgba(255,255,255,.05);padding:.25rem .75rem;font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:#94a3b8}.chat-system{display:flex;justify-content:center;padding:.5rem 0}.chat-system__pill{border-radius:9999px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.04);padding:.375rem 1rem}.chat-system__pill,.chat-system__text{max-width:28rem;text-align:center;font-size:.75rem;color:#94a3b8}.chat-system__text{line-height:1.4}.chat-system__list{margin-top:.25rem;list-style:disc;padding-inline-start:1.25rem;text-align:start;font-size:.75rem;color:#94a3b8}.chat-composer{flex-shrink:0;margin-top:auto;padding-top:.75rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom))}@media (min-width:768px){.chat-composer{padding-bottom:0}}.chat-detail button[data-slot=chat-icon]{padding:0;border:none;border-radius:.5rem;font-weight:400;cursor:pointer;color:#94a3b8}.chat-detail button[data-slot=chat-icon]:hover{background:rgba(255,255,255,.06);color:#f5f5f0}.chat-detail button[data-slot=chat-send]{padding:0;border:none;border-radius:9999px;font-weight:400;cursor:pointer}.chat-detail button[data-slot=chat-action--primary]{padding:.25rem .75rem;border:none;border-radius:.5rem;font-size:.75rem;font-weight:600;cursor:pointer;background:#ff5a1f;color:#fff}.chat-detail button[data-slot=chat-action--ghost]{padding:.25rem .75rem;border:none;border-radius:.5rem;font-size:.75rem;font-weight:600;cursor:pointer;background:transparent;color:#94a3b8}.chat-detail button[data-slot=chat-sheet-action]{color:#f5f5f0}.chat-detail button[data-slot=chat-sheet-action],button[data-slot=chat-sheet-action]{padding:.75rem;border:none;border-radius:.5rem;font-weight:500;cursor:pointer}