.appetite-chat {
  max-width: 820px;
  margin: 48px auto 0;
  padding: 26px;
  text-align: left;
  color: #e6eae9;
  background: #141416;
  border: 1px solid #303634;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}
#appetite-check [hidden], #appetite-check[hidden] { display: none !important; }
.appetite-chat__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.appetite-chat .kicker { color: #4adca4; margin: 0 0 10px; }
.appetite-chat h2 { font-size: 25px; margin: 0; color: #fff; }
.appetite-chat__intro { font-size: 16px; line-height: 1.5; margin: 16px 0 8px; }
.appetite-chat__note { color: #adb6b2; font-size: 12px; line-height: 1.6; margin: 8px 0 16px; }
.appetite-chat button, .appetite-chat a { font: inherit; font-size: 14px; line-height: 1.4; }
.appetite-chat button { cursor: pointer; }
.appetite-chat button:disabled { cursor: wait; opacity: 0.55; }
.appetite-chat :focus-visible { outline: 3px solid #4adca4; outline-offset: 4px; }
.appetite-chat__primary, .appetite-chat__secondary, .appetite-chat__choice {
  min-height: 44px;
  border-radius: 7px;
  padding: 11px 16px;
  font-weight: 600 !important;
}
.appetite-chat__primary { border: 1px solid #4adca4; color: #06120d; background: #4adca4; }
.appetite-chat__primary:hover:not(:disabled) { background: #7be5bb; }
.appetite-chat__secondary, .appetite-chat__choice { color: #e6eae9; background: transparent; border: 1px solid #66756d; }
.appetite-chat__secondary:hover:not(:disabled), .appetite-chat__choice:hover:not(:disabled) { border-color: #4adca4; background: #20352b; }
.appetite-chat__log { max-height: 400px; overflow-y: auto; overscroll-behavior: contain; margin: 20px 0; padding: 2px 8px 2px 2px; }
.appetite-chat__turn { margin: 0 0 18px; padding: 16px; border-radius: 8px; background: #1d2220; overflow-wrap: anywhere; }
.appetite-chat__turn--visitor { margin-left: 12%; background: #25332c; }
.appetite-chat__speaker { color: #85e8bd; display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 9px; }
.appetite-chat__turn p { margin: 0 0 12px; font-size: 15px; line-height: 1.6; white-space: pre-wrap; }
.appetite-chat__turn p:last-child { margin-bottom: 0; }
.appetite-chat__choices, .appetite-chat__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.appetite-chat__actions:not(:empty) { margin: 16px 0; }
.appetite-chat__review { margin: 8px 0 0; }
.appetite-chat__review dt { color: #adb6b2; font-size: 12px; margin-top: 14px; }
.appetite-chat__review dd { margin: 4px 0 0; white-space: pre-wrap; font-size: 15px; line-height: 1.5; }
.appetite-chat__matches { list-style: none; padding: 0; margin: 0; }
.appetite-chat__matches li { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 13px 0; border-bottom: 1px solid #3b4740; font-size: 14px; }
.appetite-chat__matches li span { color: #b4c7bc; }
.appetite-chat form label { display: block; font-size: 13px; font-weight: 600; margin: 16px 0 10px; }
.appetite-chat__composer { display: flex; gap: 12px; align-items: flex-end; }
.appetite-chat textarea { width: 100%; min-width: 0; resize: vertical; min-height: 74px; max-height: 200px; background: #0e1210; color: #fff; border: 1px solid #66756d; border-radius: 7px; padding: 12px; font: inherit; font-size: 16px; line-height: 1.5; }
.appetite-chat textarea::placeholder { color: #adb6b2; }
.appetite-chat__status { color: #c5d2ca; font-size: 13px; line-height: 1.5; margin: 12px 0; }
.appetite-chat__status:empty { display: none; }
@media (max-width: 600px) {
  .appetite-chat { padding: 20px 16px; }
  .appetite-chat__header { align-items: flex-start; }
  .appetite-chat__composer { flex-direction: column; align-items: stretch; }
  .appetite-chat__turn--visitor { margin-left: 6%; }
  .appetite-chat__choice { width: 100%; text-align: left; }
}
