:root{--green:#176f65;--ink:#243446;--muted:#87939a;--line:#e5ece9;--font:Tahoma,"Geeza Pro",Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:#eef3f1;color:var(--ink);font:13px/1.9 var(--font)}button,textarea,input{font:inherit}button{cursor:pointer;touch-action:manipulation}button:disabled{opacity:.5;cursor:wait}[hidden]{display:none!important}:focus-visible{outline:3px solid #8bc7b5;outline-offset:3px}.chat-shell{width:min(100%,600px);height:100dvh;min-height:360px;margin:auto;background:white;display:flex;flex-direction:column;overflow:hidden}.chat-header{padding:19px 22px;border-bottom:1px solid #edf0ee;display:flex;align-items:center;gap:11px;flex:none}.agent-id{flex:1}.agent-id b{font-size:14px;display:block;line-height:1.7}.agent-id span{font-size:9px;color:var(--muted)}.icon-btn{border:0;background:transparent;color:#8a979c;border-radius:6px;padding:5px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:24px}.icon-btn:hover{background:#edf4f0}.icon-btn svg{width:18px;height:18px}.conversation{padding:20px 22px;flex:1;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#dce5df transparent}.chat-intro{text-align:center;padding:28px 0 16px}.signal{position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;width:80px;height:80px}.signal:before,.signal:after{content:'';position:absolute;inset:0;border:1px solid #e8f0eb;border-radius:26px;transform:rotate(14deg)}.signal:after{inset:-8px;transform:rotate(-10deg);border-style:dashed;opacity:.75}.signal img{position:relative;z-index:1}.signal span{position:absolute;right:1px;top:2px;width:8px;height:8px;border-radius:50%;background:#d6ac8a;border:2px solid white;z-index:2}.intro-label{font-size:9px;color:#809889}.chat-intro h1{font-size:23px;letter-spacing:-.5px;line-height:1.8;margin:9px 0}.chat-intro p{font-size:11px;color:#8a989b;line-height:2.1;margin:0}.message{margin-bottom:18px;display:flex;gap:9px;align-items:flex-start}.message .tiny-avatar{width:25px;height:25px;flex:none;border-radius:9px;margin-top:3px}.message .message-content{max-width:90%;min-width:0}.bubble{background:#f2f7f4;padding:12px 15px;border-radius:12px 2px 12px 12px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:2;word-break:break-word}.message.user{justify-content:flex-end}.message.user .bubble{background:#176f65;color:white;border-radius:2px 12px 12px 12px}.message-label{font-size:8px;color:#a2adaf;margin:4px 2px}.message.failed .bubble{background:#f8f0f0;color:#835357}.message.pending .bubble{color:#7f9790}.thinking{display:flex;gap:4px;align-items:center;min-height:26px;padding:4px}.thinking i{width:5px;height:5px;border-radius:50%;background:#7eaa98;animation:think 1.2s infinite}.thinking i:nth-child(2){animation-delay:.16s}.thinking i:nth-child(3){animation-delay:.32s}.suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;padding:6px 17px 13px;flex:none}.suggestions button{border:1px solid #e3eae6;background:#fff;color:#667b72;padding:6px 9px;border-radius:7px;font-size:9px}.suggestions button:hover{background:#f0f6f2;border-color:#adcabb}.composer{margin:0 18px;display:flex;align-items:flex-end;border:1px solid #e0e7e3;border-radius:11px;padding:8px;gap:8px;background:#fdfefe;flex:none;box-shadow:0 3px 12px #20392b03}.composer:focus-within{border-color:#93b8a7}.composer textarea{width:100%;resize:none;background:transparent;border:0;padding:7px 5px;outline:0;color:var(--ink);font-size:11px;line-height:1.9;max-height:100px}.composer textarea::placeholder{color:#9caaa7}.composer button{width:34px;height:34px;flex:none;background:var(--green);border:0;border-radius:8px;color:white;display:flex;align-items:center;justify-content:center}.composer button svg{width:18px;height:18px}.chat-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 20px 14px;color:#a4afac;font-size:8px;flex:none}.chat-footer button{background:none;border:0;padding:0;color:#768d83;font-size:9px}.chat-footer button:hover{text-decoration:underline}.chat-error{font-size:10px;background:#fff1ef;color:#a44d44;padding:10px 15px;margin:0 18px 10px;border-radius:7px}.retry-button{border:0;color:#9b4d43;background:transparent;text-decoration:underline;font-size:10px;margin-top:6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}dialog{border:0;border-radius:15px;padding:0;width:min(510px,calc(100% - 24px));max-height:90dvh;color:var(--ink);box-shadow:0 20px 100px #20372c40}dialog::backdrop{background:#152d3860;backdrop-filter:blur(3px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:17px 20px;gap:10px}.dialog-top h2{font-size:16px;margin:0}.dialog-top .icon-btn{flex:none}#contact-content{padding:20px}.field{display:grid;gap:5px;margin-bottom:14px}.field label{font-size:11px;font-weight:bold}.field input,.field textarea{width:100%;border:1px solid #dbe5df;padding:10px;border-radius:7px;font-size:12px;color:var(--ink);background:white}.field textarea{min-height:135px;resize:vertical;line-height:1.9}.contact-note{font-size:11px;color:var(--muted);margin:0 0 17px}.consent{display:flex;gap:8px;align-items:flex-start;font-size:10px;color:#71877b;margin-bottom:16px}.consent input{accent-color:var(--green);margin-top:5px;flex:none}.primary-button{background:var(--green);color:white;border:0;border-radius:8px;padding:11px 18px;width:100%;font-size:12px}.alternative{display:flex;justify-content:center;gap:18px;margin-top:14px}.alternative a{color:var(--green);font-size:11px;text-decoration:none}.form-error{font-size:11px;color:#a44249;margin:10px 0}.success{text-align:center;padding:20px 8px}.success-symbol{background:#eaf4ed;color:var(--green);width:50px;height:50px;border-radius:50%;display:grid;place-items:center;font-size:23px;margin:0 auto 15px}.success h3{font-size:16px}.success p{font-size:12px;color:var(--muted)}.reference{font:15px ui-monospace,monospace;color:var(--green);background:#eef5f1;padding:8px 14px;border-radius:6px;display:inline-block}.privacy-text{font-size:12px;line-height:2.2}.privacy-text p{margin:0 0 13px}@keyframes think{0%,70%,100%{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}@media(min-width:700px){body.standalone{padding:30px}.standalone .chat-shell{height:calc(100dvh - 60px);border-radius:18px;border:1px solid #dce7df;box-shadow:0 16px 80px #274a3610}.standalone .chat-intro{padding:42px 0 24px}}@media(max-width:360px){.chat-header{padding:14px}.conversation{padding:15px}.chat-footer{padding:10px 15px;font-size:7px}.suggestions button{font-size:8px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
.embedded .chat-intro{padding:8px 0 14px}.embedded .signal{width:48px;height:48px;margin-bottom:16px}.embedded .signal img{width:38px;height:38px}.embedded .chat-intro h1{font-size:20px;margin:5px 0}.embedded .chat-intro p{display:none}.embedded .chat-intro .intro-label{font-size:8px}.embedded .conversation{padding-top:18px}
.visual-card{margin:14px 0 4px;border:1px solid #dce9e3;border-radius:12px;overflow:hidden;background:#fff;max-width:100%}.visual-card figcaption{font-size:10px;color:#53796f;padding:9px 12px;background:#eef5f1}.visual-card img{width:100%;height:auto;display:block}.visual-card>div{font-size:12px;color:#53796f}.visual-download{display:inline-block;margin:10px 12px;color:#176f65;font-size:11px;text-decoration:none}.visual-status{font-size:11px;color:#53796f;line-height:1.8;margin-top:10px;padding:10px;border:1px dashed #b7d5c8;border-radius:8px}

.chat-header>img:not(.chat-company-logo),.signal img,.message .tiny-avatar{object-fit:cover;border-radius:50%}.chat-header .chat-company-logo{width:34px;height:34px;object-fit:contain;margin-inline-start:auto}.agent-id{min-width:0}.agent-id span{overflow-wrap:anywhere}

.next-step{border-top:1px solid #dce8e2;margin-top:13px;padding-top:12px}.next-step-title{color:#315d50;font-size:11px;font-weight:bold;margin:0 0 5px}.next-step small{display:block;color:#70867c;font-size:9px;line-height:1.8}.next-questions{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0}.next-questions button{background:white;border:1px solid #cbded4;border-radius:9px;color:#235e50;padding:8px 10px;font:inherit;font-size:11px;text-align:start;white-space:normal;overflow-wrap:anywhere;max-width:100%}.next-questions button:hover{background:#edf6f0;border-color:#74a98e}.flow-contact{display:block;background:#176f65;color:white;border:0;border-radius:9px;padding:10px 13px;font:inherit;font-size:11px;text-align:start;margin:10px 0 5px;max-width:100%}.next-step button:focus-visible{outline:2px solid #176f65;outline-offset:3px}.next-step button:disabled{opacity:.55;cursor:wait}
