.chat_page__lNJQC{display:flex;flex-direction:column;height:100dvh;background:var(--cream);position:relative}.chat_header__T8DO7{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:.5px solid rgba(107,143,94,.2);background:hsla(38,44%,96%,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0;z-index:10}.chat_backLink__9W_Kq{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:300;letter-spacing:.06em;color:var(--text-muted);transition:color .2s;text-transform:uppercase}.chat_backLink__9W_Kq:hover{color:var(--sage-dark)}.chat_headerCenter__p8cXJ{display:flex;align-items:center;gap:10px}.chat_sageAvatar__w6K_s{width:36px;height:45px}.chat_headerName__7NZfA{font-family:Cinzel,serif;font-size:15px;font-weight:400;color:var(--sage-dark);letter-spacing:.05em}.chat_headerSub__7gJ4d{font-size:11px;font-weight:300;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase}.chat_messages__cLMMh{flex:1 1;overflow-y:auto;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.25rem}.chat_starters__85lmN{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.chat_starter__ZzYrL{background:hsla(38,44%,96%,.8);border:.5px solid rgba(107,143,94,.3);border-radius:4px;padding:.875rem 1rem;font-size:14px;font-weight:300;color:var(--text-secondary);text-align:left;transition:background .2s,border-color .2s;line-height:1.5}.chat_starter__ZzYrL:hover{background:rgba(107,143,94,.08);border-color:rgba(107,143,94,.5);color:var(--sage-dark)}.chat_message__45L16{display:flex;align-items:flex-start;gap:10px;max-width:700px;width:100%}.chat_message__45L16.chat_user__rFLmL{flex-direction:row-reverse;margin-left:auto}.chat_avatarSmall__EkpML{width:28px;height:35px;flex-shrink:0;margin-top:4px}.chat_bubble__vnfyR{padding:.875rem 1.125rem;border-radius:4px;font-size:16px;font-weight:300;line-height:1.75;max-width:calc(100% - 50px)}.chat_assistant__khv87 .chat_bubble__vnfyR{background:#fff;border:.5px solid rgba(107,143,94,.2);color:var(--text-primary);border-radius:2px 8px 8px 8px}.chat_user__rFLmL .chat_bubble__vnfyR{background:var(--sage-dark);color:var(--birch);border-radius:8px 2px 8px 8px}.chat_bubble__vnfyR p{margin:0;white-space:pre-wrap}.chat_typing__dWu_N{display:flex;align-items:center;gap:5px;height:20px}.chat_typing__dWu_N span{display:block;width:6px;height:6px;border-radius:50%;background:var(--sage-light);animation:chat_bounce__BB_Rs 1.2s ease-in-out infinite}.chat_typing__dWu_N span:first-child{animation-delay:0s}.chat_typing__dWu_N span:nth-child(2){animation-delay:.2s}.chat_typing__dWu_N span:nth-child(3){animation-delay:.4s}@keyframes chat_bounce__BB_Rs{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.chat_inputArea__wuGQB{flex-shrink:0;padding:1rem;border-top:.5px solid rgba(107,143,94,.2);background:hsla(38,44%,96%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chat_inputWrap__ubmxY{display:flex;align-items:flex-end;gap:10px;max-width:700px;margin:0 auto;background:#fff;border:.5px solid rgba(107,143,94,.35);border-radius:6px;padding:10px 10px 10px 16px;transition:border-color .2s}.chat_inputWrap__ubmxY:focus-within{border-color:var(--sage)}.chat_input__fIIkc{flex:1 1;background:transparent;border:none;outline:none;font-size:16px;font-weight:300;color:var(--text-primary);resize:none;max-height:120px;line-height:1.6}.chat_input__fIIkc::placeholder{color:var(--text-muted)}.chat_sendBtn__40MAC{width:36px;height:36px;background:var(--sage-dark);border:none;border-radius:4px;color:var(--birch);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,opacity .2s}.chat_sendBtn__40MAC:hover:not(:disabled){background:var(--sage)}.chat_sendBtn__40MAC:disabled{opacity:.4;cursor:not-allowed}.chat_disclaimer__yWVH4{text-align:center;font-size:11px;font-weight:300;color:var(--text-muted);margin-top:8px;max-width:700px;margin-left:auto;margin-right:auto;letter-spacing:.02em}