@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.widget-container{z-index:9999;position:fixed;bottom:24px;right:24px}.widget-toggle{cursor:pointer;background:linear-gradient(135deg,#1e3a8a 0%,#38bdf8 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 20px #38bdf866,inset 0 0 0 1px #ffffff1a}.widget-toggle:hover{transform:scale(1.1)translateY(-4px);box-shadow:0 8px 30px #38bdf899,inset 0 0 0 1px #fff3}.widget-window{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#1e293b;border:1px solid #94a3b81a;border-radius:16px;flex-direction:column;width:380px;height:640px;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUp;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000080,0 0 0 1px #ffffff0d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.widget-header{color:#f8fafc;background:linear-gradient(90deg,#0b1120,#1e293b);border-bottom:1px solid #38bdf833;justify-content:space-between;align-items:center;padding:20px;display:flex;position:relative;overflow:hidden}.widget-header:after{content:"";opacity:.5;background:linear-gradient(90deg,#0000,#38bdf8,#0000);height:1px;position:absolute;top:0;left:0;right:0}.widget-header h3{letter-spacing:.5px;font-size:16px;font-weight:600}.close-btn{cursor:pointer;color:#94a3b8;background:#ffffff0d;border:1px solid #0000;border-radius:50%;padding:6px;transition:all .2s;display:flex}.close-btn:hover{color:#f8fafc;background:#ffffff1a;transform:rotate(90deg)}.widget-body{scrollbar-width:thin;scrollbar-color:#38bdf8 transparent;background-color:#0b1120;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.widget-body::-webkit-scrollbar{width:6px}.widget-body::-webkit-scrollbar-thumb{background-color:#1e3a8a;border-radius:10px}.message-wrapper{width:100%;animation:.3s forwards fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-wrapper{justify-content:flex-end}.bot-wrapper{justify-content:flex-start}.message-bubble{border-radius:20px;max-width:85%;padding:14px 18px;font-size:14.5px;line-height:1.5;box-shadow:0 4px 12px #0000001a}.user-bubble{color:#f8fafc;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);border:1px solid #38bdf833;border-bottom-right-radius:4px}.bot-bubble{color:#f8fafc;background-color:#1e293b;border:1px solid #94a3b826;border-bottom-left-radius:4px}.tool-bubble{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f8fafc;background-color:#1e293bcc;border:1px solid #38bdf84d;border-radius:12px;flex-direction:column;gap:14px;width:95%;padding:20px;display:flex;box-shadow:0 8px 24px #0003,inset 0 1px #ffffff0d}.tool-bubble strong{color:#38bdf8;font-weight:600}.loading-indicator{color:#38bdf8;align-items:center;gap:8px;font-size:13px;font-style:italic;display:flex}.loading-indicator:after{content:"";border:2px solid #38bdf84d;border-top-color:#38bdf8;border-radius:50%;width:12px;height:12px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.widget-footer{background-color:#1e293b;border-top:1px solid #94a3b81a;align-items:center;padding:16px;display:flex}.widget-footer input{color:#f8fafc;background-color:#0b1120;border:1px solid #94a3b833;border-radius:24px;outline:none;flex:1;padding:14px 18px;font-size:14.5px;transition:all .2s}.widget-footer input::placeholder{color:#94a3b8}.widget-footer input:focus{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf81a}.widget-footer button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e3a8a,#38bdf8);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-left:12px;transition:all .2s;display:flex;box-shadow:0 4px 12px #1e3a8a66}.widget-footer button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #38bdf880}.widget-footer button:disabled{box-shadow:none;color:#94a3b8;cursor:not-allowed;background:#334155}.upload-btn{color:#38bdf8;cursor:pointer;background:#38bdf81a;border:1px solid #38bdf84d;border-radius:8px;margin-top:4px;padding:12px;font-weight:500;transition:all .2s}.upload-btn:hover:not(:disabled){background:#38bdf833}.success-bubble{color:#34d399;background-color:#10b9811a;border-color:#10b9814d;flex-direction:row;align-items:center}.signature-container{background-color:#f8fafc;border:1px solid #38bdf84d;border-radius:8px;width:100%;height:160px;margin-top:8px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.sig-canvas{cursor:crosshair;width:100%;height:100%}.signature-actions{gap:12px;margin-top:12px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px;font-size:14px;font-weight:500;transition:all .2s}.action-btn:disabled{opacity:.5;cursor:not-allowed}.clear-btn{color:#94a3b8;background-color:#0000;border:1px solid #94a3b84d}.clear-btn:hover:not(:disabled){color:#f8fafc;background-color:#94a3b81a}.submit-btn{color:#fff;background:linear-gradient(135deg,#1e3a8a,#38bdf8);border:1px solid #0000;box-shadow:0 4px 12px #38bdf84d}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #38bdf880}.error-bubble{color:#fca5a5;background-color:#ef44441a;border:1px solid #ef44444d;flex-direction:column;gap:10px;padding:14px 18px;display:flex}.error-bubble-header{align-items:center;gap:8px;font-size:14px;line-height:1.5;display:flex}.retry-btn{color:#fca5a5;cursor:pointer;background:#ef444426;border:1px solid #ef444466;border-radius:6px;align-self:flex-start;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.retry-btn:hover:not(:disabled){color:#fff;background-color:#ef444440}body.roi-expanded .widget-window{z-index:999999!important;border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;margin:0!important;position:fixed!important;inset:0 auto auto 0!important;transform:none!important}.roi-iframe{border:1px solid #ddd;border-radius:8px;width:100%;height:75vh;margin-bottom:10px}.disclaimer-text{color:#666;margin-bottom:10px;font-size:12px}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999999;background:#0b1120cc;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-content{background:#1e293b;border:1px solid #38bdf84d;border-radius:16px;flex-direction:column;gap:12px;width:90%;max-width:500px;padding:24px;display:flex;box-shadow:0 20px 40px #00000080}.modal-content h3{color:#f8fafc;margin:0;font-size:18px;font-weight:600}.modal-content .disclaimer-text{color:#94a3b8;margin-bottom:4px;line-height:1.4}
