html,body,#__next{overflow-x:clip}html{scrollbar-gutter:stable}
.chat-widget{z-index:60;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:24px;right:24px}.chat-launcher,.chat-close,.chat-prompts button,.chat-form button{font:inherit;cursor:pointer}.chat-launcher{color:#fff;background:linear-gradient(135deg,#111827,#1f2937);border:0;border-radius:50%;place-items:center;width:64px;height:64px;padding:0;transition:transform .18s,box-shadow .18s;display:grid;box-shadow:0 16px 42px #0f172a38}.chat-launcher:hover{transform:translateY(-2px);box-shadow:0 20px 46px #0f172a42}.chat-launcher svg{fill:currentColor;width:28px;height:28px}.chat-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;transform-origin:100% 100%;pointer-events:none;visibility:hidden;background:#fffffff5;border:1px solid #e2e8f0f2;border-radius:24px;width:min(460px,100vw - 24px);min-height:620px;transition:opacity .22s,transform .24s cubic-bezier(.22,1,.36,1),visibility 0s linear .24s;position:absolute;bottom:78px;right:0;overflow:hidden;transform:translateY(18px)scale(.96);box-shadow:0 30px 80px #0f172a2e}.chat-panel.is-open{opacity:1;pointer-events:auto;visibility:visible;transition:opacity .22s,transform .24s cubic-bezier(.22,1,.36,1),visibility linear;transform:translateY(0)scale(1)}.chat-header{background:linear-gradient(#ff632c1f,#fff0);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 18px 14px;display:flex}.chat-kicker,.chat-header h2,.chat-message p,.chat-typing{margin:0}.chat-kicker{color:#ff6125;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.chat-header h2{margin-top:6px;font-size:1.1rem}.chat-close{color:#0f172a;background:#f1f5f9e6;border:0;border-radius:999px;width:36px;height:36px}.chat-body{min-height:460px;max-height:460px;padding:0 18px 18px;overflow-y:auto}.chat-prompts{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.chat-prompts button{background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;padding:9px 12px}.chat-message{margin-bottom:12px;display:flex}.chat-bubble{border-radius:18px;max-width:88%;padding:12px 14px;line-height:1.5}.chat-bubble p,.chat-bubble ul{margin:0}.chat-bubble ul{padding-left:18px}.chat-bubble code{background:#0f172a14;border-radius:6px;padding:.12rem .38rem;font-size:.92em}.chat-bubble a{color:inherit;font-weight:700;text-decoration:underline}.chat-message-assistant .chat-bubble{color:#0f172a;background:#f8fafc}.chat-message-user{justify-content:flex-end}.chat-message-user .chat-bubble{color:#fff;background:#ff6125}.chat-typing{color:#64748b;font-size:.92rem}.chat-form{border-top:1px solid #e2e8f0e6;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px 18px 18px;display:grid}.chat-form textarea{resize:none;border:1px solid #cbd5e1f2;border-radius:16px;min-height:48px;max-height:120px;padding:12px 14px}.chat-form button{color:#fff;background:#111827;border:0;border-radius:16px;align-self:end;padding:12px 16px;font-weight:700}.chat-form button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:640px){.chat-widget{bottom:12px;left:auto;right:12px}.chat-panel{border-radius:22px;width:min(94vw,520px);min-height:78vh;max-height:78vh;bottom:72px}.chat-body{min-height:calc(78vh - 148px);max-height:calc(78vh - 148px);padding:0 16px 16px}.chat-header{padding:16px 16px 12px}.chat-form{grid-template-columns:1fr;padding:12px 16px 16px}.chat-form button{width:100%}.chat-launcher{width:60px;height:60px}}@media (max-width:480px){.chat-widget{bottom:10px;right:10px}.chat-panel{border-radius:20px;width:calc(100vw - 20px);min-height:82vh;max-height:82vh;bottom:70px}.chat-body{min-height:calc(82vh - 144px);max-height:calc(82vh - 144px)}}
