body.coachai-screen{margin:0;background:#F8F6F2;font-family:Manrope,system-ui,sans-serif;color:#1B2430;-webkit-font-smoothing:antialiased}
body.coachai-screen h1,
body.coachai-screen h2,
body.coachai-screen h3,
body.coachai-screen h4,
body.coachai-screen h5,
body.coachai-screen h6{color:inherit;margin-top:0}
body.coachai-screen p,
body.coachai-screen ul,
body.coachai-screen ol,
body.coachai-screen li{color:inherit}
body.coachai-screen .cai-on-dark h1,
body.coachai-screen .cai-on-dark h2,
body.coachai-screen .cai-on-dark h3,
body.coachai-screen .cai-on-dark p,
body.coachai-screen .cai-on-dark ul,
body.coachai-screen .cai-on-dark ol,
body.coachai-screen .cai-on-dark li,
body.coachai-screen .cai-on-dark strong{color:#fff !important}
body.coachai-screen a{color:#0057FF;text-decoration:none}
body.coachai-screen *{box-sizing:border-box}
body.coachai-screen input,body.coachai-screen textarea,body.coachai-screen button,body.coachai-screen select{font-family:inherit}
body.coachai-screen input:focus,body.coachai-screen textarea:focus{outline:none}
@keyframes cai-pulse{0%,80%,100%{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}
@keyframes cai-fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

.cai-widget{border:1px solid #E6E2DB;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 12px 40px rgba(20,32,58,.08)}
.cai-widget__head{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #EFECE6}
.cai-widget__head small{display:block;font-size:12px;color:#5B6572;font-weight:500}
.cai-widget__thread{min-height:260px;padding:24px;display:flex;flex-direction:column;gap:16px}
.cai-widget__form{display:flex;gap:8px;padding:0 18px 16px;align-items:flex-end}
.cai-widget__form textarea{flex:1;border:1.5px solid #E6E2DB;border-radius:12px;padding:10px 12px;resize:none;font-size:14px}
.cai-widget__note{text-align:center;font-size:11px;color:#5B6572;margin:0 0 14px}
.cai-avatar{width:36px;height:36px;border-radius:50%;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:11px;flex:none}
.cai-ready{margin-left:auto;font-size:11px;color:#5B6572}
.cai-ready::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#2E8B57;margin-right:6px}
.cai-msg{max-width:80%;padding:11px 15px;line-height:1.55;font-size:14px;white-space:pre-wrap}
.cai-msg--user{align-self:flex-end;background:#EAF1FF;border-radius:16px 16px 4px 16px}
.cai-msg--bot{background:#F4F7FF;border-radius:14px 14px 14px 4px}
.cai-dots{display:flex;gap:5px;padding:8px 0}
.cai-dots i{width:7px;height:7px;border-radius:50%;background:#0057FF;animation:cai-pulse 1.2s infinite}
.cai-dots i:nth-child(2){animation-delay:.18s}
.cai-dots i:nth-child(3){animation-delay:.36s}
.cai-chip{border:1px solid #E1E7EF;background:#fff;padding:8px 12px;border-radius:999px;font-size:13px;cursor:pointer}
.cai-chip:hover{border-color:#0057FF;color:#0057FF}

.cai-chat{background:#F3EDE3;display:flex}
.cai-chat--page{min-height:100vh}
.cai-chat--embed{min-height:720px;border-radius:18px;overflow:hidden;border:1px solid #E6E2DB}
.cai-chat__frame{width:100%;display:flex;background:#fff;min-height:inherit}
.cai-chat--page .cai-chat__frame{height:100vh;overflow:hidden}
.cai-chat--embed .cai-chat__frame{height:min(86vh,880px);min-height:720px;overflow:hidden}
.cai-chat__aside{width:272px;display:flex;flex-direction:column;background:#F8F6F2;border-right:1px solid #E6E2DB;flex:none}
.cai-chat__brand{padding:22px 20px 18px;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid #E6E2DB}
.cai-chat__who{display:flex;align-items:center;gap:12px}
.cai-chat__who strong{display:block;font-size:14px}
.cai-chat__who small{font-size:12px;color:#5B6572}
.cai-chat__av{width:44px;height:44px;border-radius:50%;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;flex:none}
.cai-chat__av--lg{width:56px;height:56px;font-size:16px}
.cai-chat__prog{display:inline-flex;align-self:flex-start;background:#EAF1FF;color:#0046E0;font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px}
.cai-chat__label{padding:18px 20px 8px;font-size:11px;font-weight:700;color:#5B6572;letter-spacing:.06em;text-transform:uppercase}
.cai-chat__mods{display:flex;flex-direction:column;gap:2px;padding:0 12px;flex:1;overflow:auto}
.cai-chat__mods button{border:0;background:transparent;text-align:left;padding:9px 10px;border-radius:8px;font-size:13px;color:#1B2430;cursor:pointer;display:flex;gap:10px;align-items:center}
.cai-chat__mods button:hover{background:#EFECE6}
.cai-chat__mods button.is-on{background:#EAF1FF;color:#0046E0}
.cai-chat__num{width:22px;height:22px;border-radius:6px;background:#fff;border:1px solid #E6E2DB;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex:none}
.cai-chat__foot{padding:16px 20px;border-top:1px solid #E6E2DB;font-size:11px;color:#5B6572;display:flex;justify-content:space-between}
.cai-chat__main{flex:1;display:flex;flex-direction:column;min-width:0;background:#fff}
.cai-chat__top{height:56px;display:flex;align-items:center;gap:12px;padding:0 20px;border-bottom:1px solid #EFECE6;font-size:14px;font-weight:700}
.cai-chat__hint{margin-left:auto;font-size:11px;font-weight:500;color:#5B6572}
.cai-chat__scroll{flex:1;overflow:auto;padding:28px 24px}
.cai-chat__thread{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:24px}
.cai-chat__welcome{padding:32px 0 8px;display:flex;flex-direction:column;gap:20px;animation:cai-fade .5s ease both}
.cai-chat__welcome h2{margin:0;font-family:'Source Serif 4',Georgia,serif;font-weight:600;font-size:32px;letter-spacing:-.02em;line-height:1.15}
.cai-chat__welcome p{margin:0;color:#5B6572;font-size:15px;line-height:1.55}
.cai-chat__sugs{display:flex;flex-wrap:wrap;gap:8px}
.cai-chat__sugs button{border:1px solid #E6E2DB;background:#fff;padding:10px 14px;border-radius:999px;font-size:13px;color:#1B2430;cursor:pointer;text-align:left}
.cai-chat__sugs button:hover{border-color:#0057FF;color:#0057FF}
.cai-chat__composer{padding:16px 24px 24px}
.cai-chat__composer form{max-width:720px;margin:0 auto}
.cai-chat__box{border:1.5px solid #E6E2DB;border-radius:22px;padding:8px 8px 8px 16px;display:flex;align-items:flex-end;gap:8px;background:#fff;box-shadow:0 4px 20px rgba(20,32,58,.05)}
.cai-chat__box textarea{flex:1;border:0;resize:none;font-size:15px;line-height:1.5;padding:8px 0;background:transparent;min-height:24px;max-height:160px;color:#1B2430;font-family:inherit}
.cai-chat__box textarea:focus{outline:none}
.cai-chat__box:focus-within{border-color:#0057FF}
.cai-chat__actions{display:flex;align-items:center;gap:4px;flex:none}
.cai-iconbtn{border:0 !important;width:36px !important;min-width:36px !important;height:36px !important;border-radius:50% !important;display:inline-flex !important;align-items:center;justify-content:center;cursor:pointer;padding:0 !important;line-height:0;flex:none;box-shadow:none !important;font-size:0 !important}
.cai-iconbtn svg{display:block;width:18px;height:18px}
.cai-iconbtn--ghost{background:transparent !important;color:#5B6572 !important}
.cai-iconbtn--ghost:hover{background:#F3F5F8 !important;color:#1B2430 !important}
.cai-iconbtn--ghost.is-on{background:#FDE8E8 !important;color:#C0392B !important}
.cai-iconbtn--send{background:#1B2430 !important;color:#fff !important;position:relative}
.cai-iconbtn--send:hover{background:#0057FF !important}
.cai-iconbtn--send::after{content:"";position:absolute;inset:9px;background:#fff;pointer-events:none;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.2 5.4 9.8a1.1 1.1 0 1 0 1.6 1.5L11 7.3V20a1.1 1.1 0 0 0 2.2 0V7.3l4 4a1.1 1.1 0 1 0 1.6-1.5L12 3.2z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.2 5.4 9.8a1.1 1.1 0 1 0 1.6 1.5L11 7.3V20a1.1 1.1 0 0 0 2.2 0V7.3l4 4a1.1 1.1 0 1 0 1.6-1.5L12 3.2z'/%3E%3C/svg%3E") center / contain no-repeat}
.cai-widget__form .cai-chat__actions{margin-left:0}
.cai-chat__composer p{margin:10px 0 0;text-align:center;font-size:11px;color:#5B6572}
.cai-chat .cai-module-content{font-size:15px;line-height:1.65;color:#1B2430}
.cai-chat .cai-module-content p{margin:0 0 12px}

body.coachai-screen .site-header,
body.coachai-screen .uicore-navbar,
body.coachai-screen .uicore-footer,
body.coachai-screen header.elementor-location-header,
body.coachai-screen footer.elementor-location-footer{display:none !important}
body.coachai-screen #wpadminbar{display:none}
body.coachai-screen{margin-top:0 !important}

.cai-chat--no-aside .cai-chat__aside{display:none}

@media (max-width:860px){
  .cai-chat__aside{display:none}
}
@media (max-width:800px){
  .cai-hide-mobile{display:none !important}
  .cai-chat--embed .cai-chat__frame{min-height:560px;height:80vh}
}
