.ia-chat{max-width:760px;margin:0 auto;border:1px solid rgb(34 46 93 / .12);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgb(0 0 0 / .06);font-family:"Open Sans",sans-serif}.ia-chat__header{padding:14px 16px;border-bottom:1px solid rgb(34 46 93 / .12);background:linear-gradient(180deg,rgb(34 46 93 / .05),rgb(255 255 255));display:flex;align-items:center;justify-content:space-between;gap:10px}.ia-chat__title{font-weight:800;font-size:16px;color:#222E5D;line-height:1.1}.ia-chat__subtitle{font-size:12px;color:rgb(34 46 93 / .75);margin-top:2px}.ia-chat__status{font-size:12px;color:rgb(34 46 93 / .75);display:inline-flex;align-items:center;gap:6px}.ia-dot{width:9px;height:9px;border-radius:999px;background:#75B843;box-shadow:0 0 0 3px rgb(117 184 67 / .18)}.ia-chat__messages{height:clamp(360px, 60vh, 560px);overflow-y:auto;overflow-x:hidden;padding:18px;background:#fff;scroll-behavior:smooth}.ia-msg{display:flex;flex-direction:column;margin:10px 0;max-width:86%}.ia-msg__meta{font-size:12px;margin-bottom:5px;color:rgb(34 46 93 / .8)}.ia-msg__name{font-weight:800;color:#222E5D}.ia-msg__bubble{padding:10px 12px;border-radius:16px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word;border:1px solid rgb(34 46 93 / .12)}.ia-msg--bot{align-items:flex-start}.ia-msg--bot .ia-msg__bubble{background:rgb(34 46 93 / .03)}.ia-msg--user{margin-left:auto;align-items:flex-end}.ia-msg--user .ia-msg__meta{text-align:right}.ia-msg--user .ia-msg__name{color:rgb(34 46 93 / .9)}.ia-msg--user .ia-msg__bubble{background:#222E5D;color:#fff;border-color:#222E5D}.ia-chat__composer{display:flex;gap:10px;padding:12px;border-top:1px solid rgb(34 46 93 / .12);background:#fff;align-items:flex-end}.ia-chat__input{flex:1;resize:none;border-radius:14px;border:1px solid rgb(34 46 93 / .2);padding:10px 12px;outline:none;font-size:14px;font-family:"Open Sans",sans-serif;color:#222E5D;min-height:44px;height:44px;max-height:120px;line-height:1.4}.ia-chat__input:focus{border-color:#75B843;box-shadow:0 0 0 3px rgb(117 184 67 / .18)}.ia-chat__send{border:0;border-radius:14px;padding:10px 16px;background:#75B843;color:#fff;font-weight:800;cursor:pointer;transition:transform .05s ease,filter .15s ease;font-family:"Open Sans",sans-serif}.ia-chat__send:hover{filter:brightness(1.03)}.ia-chat__send:active{transform:translateY(1px)}.ia-chat__hint{padding:0 12px 12px;font-size:12px;color:rgb(34 46 93 / .75)}.ia-chat__messages::-webkit-scrollbar{width:10px}.ia-chat__messages::-webkit-scrollbar-thumb{background:rgb(34 46 93 / .18);border-radius:999px;border:3px solid #fff}