.cw-widget-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;font-family:Inter,system-ui,-apple-system,sans-serif}.cw-window{width:20rem;height:500px;background-color:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e5e7eb;margin-bottom:1rem;animation:cw-fade-in-up .3s ease-out}@media(min-width:640px){.cw-window{width:24rem}}.cw-header{padding:1rem;background:linear-gradient(to right,#1e677b,#a6c5cd);color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px -1px #0000001a}.cw-header-content{display:flex;align-items:center;gap:.5rem}.cw-icon-wrapper{background-color:#fff3;padding:.375rem;border-radius:9999px;display:flex}.cw-title{font-weight:700;font-size:.875rem;margin:0;line-height:1.25rem}.cw-subtitle{font-size:.75rem;opacity:.9;margin:0}.cw-close-btn{background:transparent;border:none;cursor:pointer;color:#fff;padding:.25rem;border-radius:9999px;display:flex;transition:background-color .2s}.cw-close-btn:hover{background-color:#fff3}.cw-messages{flex:1;padding:1rem;overflow-y:auto;background-color:#f9fafb;display:flex;flex-direction:column;gap:1rem}.cw-message-row{display:flex;width:100%}.cw-message-row.user{justify-content:flex-end}.cw-message-row.model{justify-content:flex-start}.cw-bubble{max-width:85%;padding:.625rem 1rem;font-size:.875rem;line-height:1.625;box-shadow:0 1px 2px #0000000d;white-space:pre-wrap}.cw-bubble.user{background-color:#1e677b;color:#fff;border-radius:1rem 1rem 0}.cw-bubble.model{background-color:#fff;color:#1f2937;border:1px solid #f3f4f6;border-radius:1rem 1rem 1rem 0}.cw-loading{background-color:#fff;color:#1f2937;border:1px solid #f3f4f6;border-radius:1rem 1rem 1rem 0;padding:.625rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280;width:fit-content}.cw-spin{animation:cw-spin 1s linear infinite;color:#1e677b}.cw-input-area{padding:.75rem;background-color:#fff;border-top:1px solid #f3f4f6}.cw-input-wrapper{position:relative;display:flex;align-items:center}.cw-input{width:100%;padding:.75rem 3rem .75rem 1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;font-size:.875rem;transition:all .2s}.cw-input:focus{outline:none;border-color:#1e677b;box-shadow:0 0 0 2px #1e677b33}.cw-send-btn{position:absolute;right:.5rem;padding:.5rem;background-color:#1e677b;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s;display:flex}.cw-send-btn:hover{background-color:#154a59}.cw-send-btn:disabled{opacity:.5;cursor:not-allowed}.cw-footer{text-align:center;margin-top:.5rem;font-size:10px;color:#9ca3af}.cw-fab{background-color:#1e677b;color:#fff;padding:1rem;border-radius:9999px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:none;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cw-fab:hover{background-color:#154a59;transform:scale(1.05);box-shadow:0 25px 50px -12px #00000040}.cw-badge{position:absolute;top:0;right:0;width:.75rem;height:.75rem;background-color:#ef4444;border-radius:9999px;border:2px solid white;animation:cw-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes cw-fade-in-up{0%{opacity:0;transform:translateY(2.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes cw-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cw-pulse{0%,to{opacity:1}50%{opacity:.5}}
