.chat-module__wWbbIa__shell{background:var(--surface);border:1px solid var(--border);border-radius:18px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1120px,100%);height:calc(100dvh - 48px);margin:0 auto;display:grid;overflow:hidden;box-shadow:0 14px 40px #23272f14}.chat-module__wWbbIa__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:78px;padding:14px 24px;display:flex}.chat-module__wWbbIa__brand{align-items:center;gap:13px;display:flex}.chat-module__wWbbIa__brand h1{letter-spacing:-.2px;font-size:19px;font-weight:650}.chat-module__wWbbIa__brand p{color:var(--muted);margin-top:3px;font-size:13px}.chat-module__wWbbIa__logo{color:#d72c24;background:var(--accent);letter-spacing:-2px;border-radius:11px;place-items:center;width:46px;height:46px;font-size:20px;font-weight:800;display:grid}.chat-module__wWbbIa__newButton,.chat-module__wWbbIa__sendButton,.chat-module__wWbbIa__screenButton,.chat-module__wWbbIa__closeButton,.chat-module__wWbbIa__answerActions button,.chat-module__wWbbIa__answerActions a,.chat-module__wWbbIa__feedback button,.chat-module__wWbbIa__scenarios button{cursor:pointer;border:0}.chat-module__wWbbIa__newButton{background:var(--surface-soft);border:1px solid var(--border);border-radius:9px;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:14px;font-weight:600;display:flex}.chat-module__wWbbIa__newButton:hover{background:#eeeeef}.chat-module__wWbbIa__newButton span{font-size:18px;font-weight:400}.chat-module__wWbbIa__messages{scroll-behavior:smooth;padding:26px clamp(22px,6vw,76px);overflow-y:auto}.chat-module__wWbbIa__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:14px 0;display:flex}.chat-module__wWbbIa__demoBadge{color:#6a5811;letter-spacing:.25px;text-transform:uppercase;background:#fff8d6;border:1px solid #f0df8b;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.chat-module__wWbbIa__emptyState h2{letter-spacing:-.65px;max-width:720px;margin-top:15px;font-size:clamp(23px,3.4vw,30px);font-weight:680}.chat-module__wWbbIa__emptyState>p{max-width:620px;color:var(--muted);margin-top:8px;font-size:15px;line-height:1.52}.chat-module__wWbbIa__proofPoints{flex-wrap:wrap;justify-content:center;gap:7px;margin-top:13px;display:flex}.chat-module__wWbbIa__proofPoints span{color:#5d6166;background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;padding:6px 10px;font-size:12px}.chat-module__wWbbIa__proofPoints strong{color:var(--text);font-size:13px}.chat-module__wWbbIa__demoStats{color:var(--muted);margin-top:10px;font-size:12px}.chat-module__wWbbIa__demoStats strong{color:#53575c;font-weight:650}.chat-module__wWbbIa__scenarioSection{width:min(760px,100%);margin-top:16px}.chat-module__wWbbIa__scenarioLabel{color:var(--muted);letter-spacing:.35px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.chat-module__wWbbIa__scenarios{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.chat-module__wWbbIa__scenarios button{text-align:left;background:#fff;border:1px solid #d7d9dd;border-radius:10px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:50px;padding:10px 13px;transition:border-color .14s,box-shadow .14s,transform .14s;display:flex}.chat-module__wWbbIa__scenarios button:hover{border-color:#ccb12f;transform:translateY(-1px);box-shadow:0 5px 16px #2d2f3412}.chat-module__wWbbIa__scenarios strong{font-size:13px;font-weight:700}.chat-module__wWbbIa__message{width:min(780px,100%);margin-bottom:24px}.chat-module__wWbbIa__userMessage{background:#fff7d0;border:1px solid #efe19b;border-radius:14px 14px 4px;margin-left:auto;padding:16px 18px}.chat-module__wWbbIa__assistantMessage{margin-right:auto;padding:6px 0}.chat-module__wWbbIa__messageLabel{color:var(--muted);letter-spacing:.45px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.chat-module__wWbbIa__userText{white-space:pre-wrap;line-height:1.55}.chat-module__wWbbIa__thinking{color:var(--muted);align-items:center;font-size:15px;display:inline-flex}.chat-module__wWbbIa__thinking:after{content:"…";width:18px;animation:1.2s steps(4,end) infinite chat-module__wWbbIa__thinking;overflow:hidden}@keyframes chat-module__wWbbIa__thinking{0%{width:0}to{width:18px}}.chat-module__wWbbIa__markdown{font-size:16px;line-height:1.65}.chat-module__wWbbIa__markdown>:first-child{margin-top:0}.chat-module__wWbbIa__markdown>:last-child{margin-bottom:0}.chat-module__wWbbIa__markdown p,.chat-module__wWbbIa__markdown ul,.chat-module__wWbbIa__markdown ol,.chat-module__wWbbIa__markdown table,.chat-module__wWbbIa__markdown blockquote{margin:12px 0}.chat-module__wWbbIa__markdown h1,.chat-module__wWbbIa__markdown h2,.chat-module__wWbbIa__markdown h3{margin:22px 0 10px;line-height:1.3}.chat-module__wWbbIa__markdown h2{font-size:21px}.chat-module__wWbbIa__markdown h3{font-size:18px}.chat-module__wWbbIa__markdown ul,.chat-module__wWbbIa__markdown ol{padding-left:24px}.chat-module__wWbbIa__markdown li+li{margin-top:7px}.chat-module__wWbbIa__markdown code{background:#f0f1f3;border-radius:5px;padding:2px 5px;font-family:SFMono-Regular,Consolas,monospace;font-size:.9em}.chat-module__wWbbIa__markdown table{border-collapse:collapse;width:100%;font-size:14px}.chat-module__wWbbIa__markdown th,.chat-module__wWbbIa__markdown td{border:1px solid var(--border);text-align:left;padding:8px 10px}.chat-module__wWbbIa__screenButton{background:var(--surface-soft);border:1px solid var(--border);border-radius:10px;max-width:min(100%,420px);margin:18px 0 6px;display:block;overflow:hidden}.chat-module__wWbbIa__screenPreview{object-fit:contain;cursor:zoom-in;width:100%;height:auto;max-height:260px;display:block}.chat-module__wWbbIa__sources{border:1px solid var(--border);background:#f8f9fa;border-radius:11px;margin-top:22px;padding:13px}.chat-module__wWbbIa__sourcesTitle{color:var(--muted);letter-spacing:.5px;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:750}.chat-module__wWbbIa__sourceList{flex-wrap:wrap;gap:7px;display:flex}.chat-module__wWbbIa__sourceList a,.chat-module__wWbbIa__sourceItem{color:#315b87;background:#fff;border:1px solid #d5dce3;border-radius:8px;align-items:center;gap:7px;min-height:34px;padding:6px 10px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.chat-module__wWbbIa__sourceList a:hover{border-color:#9eb2c8}.chat-module__wWbbIa__answerFooter{border-top:1px solid #eceef0;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding-top:13px;display:flex}.chat-module__wWbbIa__answerActions,.chat-module__wWbbIa__feedback{align-items:center;gap:7px;display:flex}.chat-module__wWbbIa__answerActions button,.chat-module__wWbbIa__answerActions a,.chat-module__wWbbIa__feedback button{color:#555a60;background:#fff;border:1px solid #d7d9dd;border-radius:8px;align-items:center;min-height:34px;padding:0 10px;font-size:12px;font-weight:650;text-decoration:none;display:inline-flex}.chat-module__wWbbIa__answerActions button:hover,.chat-module__wWbbIa__answerActions a:hover,.chat-module__wWbbIa__feedback button:hover:not(:disabled){color:var(--text);background:var(--surface-soft)}.chat-module__wWbbIa__feedback>span:first-child{color:var(--muted);font-size:12px}.chat-module__wWbbIa__feedback button[aria-pressed=true]{color:#5f5011;background:#fff4b8;border-color:#ddc75c}.chat-module__wWbbIa__feedback button:disabled{cursor:default}.chat-module__wWbbIa__feedbackThanks{color:#287a4b;font-size:12px}.chat-module__wWbbIa__feedbackError{color:var(--danger);font-size:12px}.chat-module__wWbbIa__composer{background:var(--surface);border-top:1px solid var(--border);grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;padding:14px clamp(18px,4vw,34px);display:grid}.chat-module__wWbbIa__composer textarea{resize:none;width:100%;min-width:0;height:46px;min-height:46px;max-height:138px;color:var(--text);background:var(--surface-soft);border:1px solid #cfd2d7;border-radius:10px;grid-area:1/1;padding:10px 14px;line-height:1.45}.chat-module__wWbbIa__composer textarea::placeholder{color:#8c9095}.chat-module__wWbbIa__composer textarea:disabled{opacity:.68}.chat-module__wWbbIa__composerMeta{color:#85898e;grid-area:2/1;justify-content:flex-end;gap:12px;padding:0 2px;font-size:11px;line-height:1.25;display:flex}.chat-module__wWbbIa__composerNotice{margin-right:auto}.chat-module__wWbbIa__sendButton{background:var(--accent);border:1px solid #e4c21f;border-radius:10px;grid-area:1/2;justify-content:center;align-self:end;align-items:center;gap:9px;min-width:126px;min-height:46px;margin-top:0;padding:0 18px;font-size:14px;font-weight:700;transition:background .14s,box-shadow .14s,transform .14s;display:inline-flex;box-shadow:0 4px 12px #a9860024}.chat-module__wWbbIa__sendIcon{stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.chat-module__wWbbIa__sendButton:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 16px #a9860033}.chat-module__wWbbIa__sendButton:disabled{cursor:not-allowed;color:#8d845f;box-shadow:none;background:#f6e9aa;border-color:#eadb93}.chat-module__wWbbIa__modalBackdrop{z-index:20;background:#181b1fb8;place-items:center;padding:32px;display:grid;position:fixed;inset:0}.chat-module__wWbbIa__modal{background:var(--surface);border-radius:14px;flex-direction:column;width:min(1180px,100%);max-height:calc(100dvh - 64px);display:flex;position:relative;overflow:auto;box-shadow:0 24px 80px #00000047}.chat-module__wWbbIa__modal img{object-fit:contain;width:100%;height:auto;display:block}.chat-module__wWbbIa__modalImageButton{background:var(--surface);cursor:zoom-out;border:0;width:100%;display:block}.chat-module__wWbbIa__modal p{color:var(--muted);border-top:1px solid var(--border);padding:14px 18px 17px;font-size:14px}.chat-module__wWbbIa__closeButton{z-index:1;color:#fff;background:#16181bc7;border-radius:50%;place-items:center;width:40px;height:40px;font-size:27px;line-height:1;display:grid;position:absolute;top:12px;right:12px}.chat-module__wWbbIa__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (max-width:720px){.chat-module__wWbbIa__shell{height:100dvh;box-shadow:none;border:0;border-radius:0}.chat-module__wWbbIa__header{min-height:70px;padding:12px 14px}.chat-module__wWbbIa__logo{border-radius:9px;width:40px;height:40px;font-size:18px}.chat-module__wWbbIa__brand h1{max-width:155px;font-size:16px}.chat-module__wWbbIa__brand p{display:none}.chat-module__wWbbIa__newButton{padding:0 10px;font-size:13px}.chat-module__wWbbIa__messages{padding:18px 14px}.chat-module__wWbbIa__emptyState{justify-content:flex-start;padding-top:12px}.chat-module__wWbbIa__emptyState h2{font-size:23px}.chat-module__wWbbIa__emptyState>p{max-width:350px;font-size:14px}.chat-module__wWbbIa__proofPoints{max-width:360px;margin-top:11px}.chat-module__wWbbIa__scenarioSection{width:calc(100vw - 28px);margin-top:14px}.chat-module__wWbbIa__scenarios{scroll-snap-type:x mandatory;scrollbar-width:none;gap:8px;width:100%;display:flex;overflow-x:auto}.chat-module__wWbbIa__scenarios::-webkit-scrollbar{display:none}.chat-module__wWbbIa__scenarios button{scroll-snap-align:start;min-width:220px}.chat-module__wWbbIa__answerFooter{flex-direction:column;align-items:flex-start}.chat-module__wWbbIa__feedback{flex-wrap:wrap}.chat-module__wWbbIa__composer{grid-template-rows:auto auto auto;grid-template-columns:1fr;padding:10px 12px 12px}.chat-module__wWbbIa__composerMeta{justify-content:flex-end}.chat-module__wWbbIa__sendButton{grid-area:3/1;justify-self:stretch;min-height:46px;margin-top:5px}.chat-module__wWbbIa__modalBackdrop{padding:12px}.chat-module__wWbbIa__modal{max-height:calc(100dvh - 24px)}}@media (prefers-reduced-motion:reduce){.chat-module__wWbbIa__thinking:after{animation:none}.chat-module__wWbbIa__messages{scroll-behavior:auto}.chat-module__wWbbIa__scenarios button{transition:none}}
.page-module___8aEwW__page{min-height:100dvh;padding:24px}@media (max-width:720px){.page-module___8aEwW__page{padding:0}}
