*{box-sizing:border-box}body{margin:0;color:#2e3931;font-family:Arial,"Malgun Gothic",sans-serif;font-size:14px}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #73937a;outline-offset:3px}button:disabled{opacity:.5;cursor:wait}[hidden]{display:none!important}.widget{background:#faf9f6;height:100dvh;display:flex;flex-direction:column}.chat-header{padding:20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e6e6dc;background:#fdfcf9}.mark{width:40px;height:40px;display:grid;place-items:center;background:#344b3e;color:#fff;border-radius:50%;font:italic 27px Georgia}.chat-header strong{font-size:16px;letter-spacing:-.5px}.chat-header small{display:block;font-size:11px;color:#7b8279;margin-top:5px}.icon{margin-left:auto;border:0;background:none;font-size:26px;color:#748071}#conversation{padding:26px 22px;overflow:auto;flex:1;min-height:0;scrollbar-width:thin}.eyebrow{font-size:9px;letter-spacing:1.7px;color:#839080;font-weight:bold}.intro h1{font-size:29px;line-height:1.45;letter-spacing:-1.2px;font-weight:500;margin:16px 0 12px}.intro p{color:#85897f;font-size:12px;line-height:1.9;margin-bottom:28px}.choice{display:block;text-align:left;width:100%;background:#fff;border:1px solid #dedfd5;border-radius:11px;padding:16px;margin-top:9px;color:#37493c;transition:background .15s,transform .15s}.choice:hover{background:#eef0e8;transform:translateY(-1px)}.secondary{text-align:center;background:transparent;border:0;color:#8b9087;font-size:12px;padding:12px}.bubble{white-space:pre-wrap;background:#efefe7;padding:14px 16px;border-radius:2px 15px 15px 15px;line-height:1.8;font-size:13px;margin:16px 25px 16px 0;overflow-wrap:anywhere}.bubble.user{background:#344b3e;color:#fff;margin:16px 0 16px 50px;border-radius:15px 2px 15px 15px;width:fit-content;margin-left:auto}.request-form,.review{background:#fff;padding:18px;border:1px solid #e1e3d9;border-radius:14px}.request-form label{display:block;font-size:12px;color:#65705f;margin-bottom:18px}input:not([type=checkbox]),textarea{display:block;width:100%;border:1px solid #dce0d5;border-radius:8px;background:#fcfcf8;padding:12px;color:#2e3931;margin-top:8px;font-size:13px}textarea{min-height:110px;resize:vertical}.request-form .consent{display:flex;gap:8px;line-height:1.7;font-size:11px}.consent input{align-self:flex-start;margin-top:3px;accent-color:#344b3e}.submit{width:100%;border:0;padding:14px;background:#344b3e;color:#fff;border-radius:9px}.review p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.8}.notice{color:#8b4a36;font-size:12px;line-height:1.7}.text-link{display:block;color:#617457;font-size:12px;margin:20px 0;text-align:center}footer{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e7e7df}footer button{border:0;background:none;color:#7a8475;font-size:12px}footer span{font-size:8px;letter-spacing:1.4px;color:#a2a799}.mode{font-size:10px;background:#eee9d7;text-align:center;padding:9px;color:#786944}.preview{background:#f2f1e9;min-height:100dvh;background-image:radial-gradient(ellipse at 80% 60%,#cdd6c750,transparent 50%)}nav{padding:35px 6%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dcded3}nav strong{font:36px Georgia;letter-spacing:-3px}nav strong span{font:10px Arial;letter-spacing:2px;margin-left:10px}nav>span{font-size:10px;letter-spacing:2px;color:#8c9385}.preview-copy{margin:10vh 9%}.preview-copy h1{font-size:clamp(40px,5vw,72px);line-height:1.35;font-weight:400;letter-spacing:-3px}.preview-copy h1 em{font-style:normal;color:#7a896e}.preview-copy p{line-height:2;color:#858e7d}.preview-tags{display:flex;gap:24px;margin-top:45px;color:#66775d;font-size:11px}.preview-bottom{margin:65px 6% 20px;padding-top:22px;border-top:1px solid #dcded3;font-size:10px;letter-spacing:2px;color:#7b8870}.preview-bottom span{float:right;letter-spacing:0}@media(max-width:600px){.preview-copy{margin:9vh 7%}.preview-tags{gap:14px}.preview-bottom span{display:none}nav{padding:24px 7%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Saved customer widget theme. Sizes scale from the selected base font. */
.widget{background:var(--background,#faf9f6);color:var(--text,#2e3931);font-family:var(--body-font,system-ui,sans-serif);font-size:var(--font-size,14px)}
.widget .chat-header{background:var(--header-background,#fdfcf9);color:var(--header-text,#3b3d39)}
.widget .chat-header strong{font-family:var(--title-font,inherit);font-size:1.14em}.widget .chat-header small{color:inherit;font-size:.79em;opacity:.8}.widget .icon{color:inherit}
.widget .intro h1{font-family:var(--title-font,inherit);font-size:var(--title-size,29px)}.widget .intro p{font-size:.86em;color:inherit;opacity:.75}.widget .eyebrow{color:inherit;opacity:.65}
.widget .choice{background:var(--button-background,#fff);color:var(--button-text,#37493c)}.widget .choice:hover{background:var(--button-background,#fff);filter:brightness(.96)}.widget .secondary{background:transparent;color:inherit;font-size:.86em}.widget .bubble{background:var(--bot-background,#efefe7);color:var(--bot-text,#2e3931);font-size:.93em}
.widget .bubble.user,.widget .submit,.widget .mark{background:var(--user-background,#344b3e);color:var(--user-text,#fff)}.widget .submit{font-size:1em}.widget .consent input{accent-color:var(--user-background,#344b3e)}
.widget .request-form,.widget .review{background:var(--button-background,#fff);color:var(--text,#2e3931)}.widget .request-form label{color:inherit;font-size:.86em}.widget input:not([type=checkbox]),.widget textarea{font-size:.93em;background:var(--background,#faf9f6);color:var(--text,#2e3931)}.widget .request-form .consent{font-size:.79em}.widget .review p{font-size:.86em}
.widget footer{background:var(--footer-background,#faf9f6);color:var(--footer-text,#7a8475)}.widget footer button,.widget footer span{color:inherit}.widget footer button{font-size:.86em}.widget footer span{font-size:.57em}