.chat-hero[data-astro-cid-sedch3wl]{text-align:center;background:linear-gradient(135deg,#1a1208 0%,#2a1a0a 100%);padding:8rem 2rem 4rem;position:relative;overflow:hidden}.chat-hero[data-astro-cid-sedch3wl]:before{content:"";pointer-events:none;background:radial-gradient(at 50% 80%,#c8952a14 0%,#0000 60%);position:absolute;inset:0}.chat-hero-inner[data-astro-cid-sedch3wl]{max-width:620px;margin:0 auto;position:relative}.chat-label[data-astro-cid-sedch3wl]{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.8rem;display:block}.chat-hero[data-astro-cid-sedch3wl] h1[data-astro-cid-sedch3wl]{font-family:var(--font-display);color:var(--cream);margin-bottom:1rem;font-size:clamp(2.2rem,5vw,3.5rem)}.chat-hero[data-astro-cid-sedch3wl] p[data-astro-cid-sedch3wl]{color:#f4eddda6;max-width:480px;margin:0 auto;line-height:1.7}.chat-section[data-astro-cid-sedch3wl]{background:#0f0d08;min-height:60vh;padding:2rem 2rem 3rem}.chat-cta-section[data-astro-cid-sedch3wl]{text-align:center;background:linear-gradient(135deg,#1a1208 0%,#0f0d08 100%);border-top:1px solid #c8952a26;padding:4rem 2rem}.chat-cta-inner[data-astro-cid-sedch3wl]{max-width:560px;margin:0 auto}.chat-cta-inner[data-astro-cid-sedch3wl] h2[data-astro-cid-sedch3wl]{font-family:var(--font-display);color:var(--cream);margin-bottom:1rem;font-size:clamp(1.6rem,3.5vw,2.2rem)}.chat-cta-inner[data-astro-cid-sedch3wl] p[data-astro-cid-sedch3wl]{color:#f4edddb3;margin-bottom:1.5rem;line-height:1.7}html:not([data-theme=dark]) .chat-section[data-astro-cid-sedch3wl]{background:#0f0d08}html:not([data-theme=dark]) .chat-hero[data-astro-cid-sedch3wl]{background:linear-gradient(135deg,#1a1208 0%,#2a1a0a 100%)}html:not([data-theme=dark]) .chat-cta-section[data-astro-cid-sedch3wl]{background:linear-gradient(135deg,#1a1208 0%,#0f0d08 100%)}.chat-wrap{flex-direction:column;gap:1rem;max-width:700px;margin:0 auto;display:flex}.chat-conversation{flex-direction:column;gap:1rem;min-height:350px;max-height:500px;padding:1rem 0;display:flex;overflow-y:auto}.chat-msg{align-items:flex-start;gap:.75rem;animation:.3s chatFadeIn;display:flex}@keyframes chatFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-msg--user{flex-direction:row-reverse}.chat-avatar{background:#c8952a26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.chat-msg--user .chat-avatar{background:#f4eddd1a}.chat-bubble{max-width:85%;color:var(--cream);background:#c8952a1f;border:1px solid #c8952a33;border-radius:12px;padding:.875rem 1rem;font-size:.95rem;line-height:1.6}.chat-msg--user .chat-bubble{background:#f4eddd14;border-color:#f4eddd26}.chat-typing .dots span{opacity:.4;animation:1.4s infinite typingDot}.chat-typing .dots span:nth-child(2){animation-delay:.2s}.chat-typing .dots span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.4}30%{opacity:1}}.chat-chips{flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.5rem 0;display:flex}.chat-chip{color:var(--gold);cursor:pointer;font-size:.85rem;font-family:var(--font-body);background:#c8952a1a;border:1px solid #c8952a40;border-radius:20px;padding:.5rem 1rem;transition:all .2s}.chat-chip:hover{border-color:var(--gold);background:#c8952a33}.chat-input-area{background:#0003;border:1px solid #c8952a26;border-radius:12px;gap:.75rem;padding:.5rem;display:flex}.chat-input{color:var(--cream);font-size:.95rem;font-family:var(--font-body);resize:none;background:0 0;border:none;outline:none;flex:1;padding:.75rem}.chat-input::placeholder{color:#f4eddd66}.chat-send{background:var(--gold);cursor:pointer;color:#1a1208;border:none;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.chat-send:hover:not(:disabled){background:#d4a843;transform:scale(1.05)}.chat-send:disabled{opacity:.5;cursor:not-allowed}.chat-save-area{text-align:center;padding:.5rem 0}.chat-save-btn{color:var(--gold);cursor:pointer;font-size:.85rem;font-family:var(--font-body);background:0 0;border:1px solid #c8952a4d;border-radius:6px;padding:.5rem 1.25rem;transition:all .2s}.chat-save-btn:hover:not(:disabled){border-color:var(--gold);background:#c8952a1a}.chat-save-btn:disabled{opacity:.5;cursor:not-allowed}.chat-saved{color:#f4eddd99;font-size:.85rem}.chat-saved a{color:var(--gold);text-decoration:underline}
