*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;background:0 0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;overflow:hidden}button{cursor:pointer;background:0 0;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}input,textarea,select{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.cp-widget{background-color:#fff;flex-direction:column;width:100%;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.cp-header{background-color:var(--cp-primary,#0284c7);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.cp-header__title{color:#fff;font-size:16px;font-weight:600}.cp-header__subtitle{color:#fffc;margin-top:2px;font-size:13px}.cp-header__close{color:#fff;opacity:.8;background:#ffffff26;border-radius:9999px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .15s;display:flex}.cp-header__close:hover{opacity:1}.cp-header__close svg{width:18px;height:18px}.cp-body{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.cp-message{align-items:flex-start;gap:8px;display:flex}.cp-message__avatar{background-color:var(--cp-primary,#0284c7);color:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.cp-message__bubble{color:#1f2937;background-color:#f3f4f6;border-radius:4px 12px 12px;max-width:80%;padding:10px 14px;font-size:14px;line-height:1.5}.cp-message--user{flex-direction:row-reverse}.cp-message--user .cp-message__bubble{background-color:var(--cp-primary,#0284c7);color:#fff;border-radius:12px 4px 12px 12px}.cp-input-area{border-top:1px solid #e5e7eb;flex-shrink:0;padding:16px 20px}.cp-input-group{flex-direction:column;gap:8px;display:flex}.cp-label{color:#374151;font-size:13px;font-weight:500}.cp-input,.cp-textarea,.cp-select{color:#1f2937;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;transition:border-color .15s}.cp-input::placeholder,.cp-textarea::placeholder,.cp-select::placeholder{color:#9ca3af}.cp-input:focus,.cp-textarea:focus,.cp-select:focus{border-color:var(--cp-primary,#0284c7)}.cp-select{cursor:pointer}.cp-textarea{resize:none;min-height:80px}.cp-btn{color:#fff;background-color:var(--cp-primary,#0284c7);cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:4px;padding:10px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600;transition:background-color .15s}.cp-btn:hover:not(:disabled){background-color:var(--cp-primary-dark,#0369a1)}.cp-btn:disabled{opacity:.6;cursor:not-allowed}.cp-success{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.cp-success__icon{background-color:#d1fae5;border-radius:9999px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;display:flex}.cp-success__icon svg{color:#10b981;width:28px;height:28px}.cp-success__title{color:#1f2937;margin-bottom:8px;font-size:18px;font-weight:600}.cp-success__message{color:#6b7280;font-size:14px;line-height:1.6}.cp-typing{align-items:center;gap:4px;padding:10px 14px;display:flex}.cp-typing span{background-color:#9ca3af;border-radius:9999px;width:6px;height:6px;animation:1.2s infinite cp-bounce}.cp-typing span:nth-child(2){animation-delay:.2s}.cp-typing span:nth-child(3){animation-delay:.4s}@keyframes cp-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.cp-powered{text-align:center;color:#9ca3af;border-top:1px solid #e5e7eb;flex-shrink:0;padding:8px;font-size:11px}.cp-powered a{color:#9ca3af;text-decoration:none}.cp-powered a:hover{color:var(--cp-primary,#0284c7)}
