*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden;background:transparent;font-family:"DM Sans",sans-serif;color:#172536}.quote-fab{position:fixed;right:10px;bottom:10px;display:flex;align-items:center;gap:8px;height:64px;min-width:64px;padding:4px 17px 4px 4px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--quote-primary),var(--quote-primary-dark));color:#fff;box-shadow:0 12px 30px color-mix(in srgb,var(--quote-primary),transparent 62%);cursor:pointer;z-index:2;transition:transform .2s,box-shadow .2s}.quote-fab:hover{transform:translateY(-2px);box-shadow:0 16px 36px color-mix(in srgb,var(--quote-primary),transparent 52%)}.quote-fab-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.16)}.quote-fab svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.quote-fab-label{font-size:13px;font-weight:800;white-space:nowrap}.quote-fab.is-open{opacity:0;pointer-events:none;transform:scale(.8)}.quote-panel{position:fixed;right:8px;bottom:8px;width:min(414px,calc(100% - 16px));height:min(650px,calc(100% - 16px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:24px;background:#fff;box-shadow:0 28px 70px rgba(14,42,61,.22);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(20px) scale(.97);transform-origin:bottom right;transition:opacity .22s,transform .3s cubic-bezier(.22,1,.36,1),visibility .22s;z-index:3}.quote-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.quote-header{min-height:70px;display:flex;align-items:center;gap:10px;padding:11px 12px;color:#fff;background:linear-gradient(135deg,var(--quote-secondary),color-mix(in srgb,var(--quote-secondary),#fff 16%))}.quote-avatar{width:42px;height:42px;flex:0 0 auto;overflow:hidden;border:2px solid rgba(255,255,255,.52);border-radius:50%;background:#fff}.quote-avatar img{width:100%;height:100%;object-fit:cover}.quote-heading{flex:1;min-width:0}.quote-heading strong{display:block;font-size:14px;font-weight:800}.quote-heading span{display:block;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:rgba(255,255,255,.72)}.quote-header-btn{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:9px;background:rgba(255,255,255,.1);color:#fff;cursor:pointer;font-size:22px;line-height:1;transition:background .15s}.quote-header-btn:hover{background:rgba(255,255,255,.22)}.quote-header-btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.quote-progress{height:4px;background:#f1f5f9}.quote-progress span{display:block;width:4%;height:100%;border-radius:0 5px 5px 0;background:linear-gradient(90deg,var(--quote-primary),var(--quote-primary-dark));transition:width .35s}.quote-messages{flex:1;min-height:0;display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding:16px 14px 10px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--quote-primary),transparent 93%),transparent 42%),#fbfcfd;scrollbar-width:thin}.quote-row{display:flex;align-items:flex-end;gap:7px;animation:quote-in .25s ease}.quote-row.user{justify-content:flex-end}.quote-mini-avatar{width:25px;height:25px;flex:0 0 auto;overflow:hidden;border-radius:50%;background:#fff;border:1px solid #f1d5ca}.quote-mini-avatar img{width:100%;height:100%;object-fit:cover}.quote-bubble{max-width:84%;padding:10px 12px;border-radius:15px 15px 15px 4px;background:#fff;border:1px solid #edf0f4;box-shadow:0 2px 8px rgba(14,42,61,.04);font-size:12px;line-height:1.48;color:#455468}.quote-bubble strong{color:#172536}.quote-row.user .quote-bubble{border:0;border-radius:15px 15px 4px 15px;color:#fff;background:linear-gradient(135deg,var(--quote-primary),var(--quote-primary-dark));box-shadow:0 6px 16px color-mix(in srgb,var(--quote-primary),transparent 78%)}.quote-row.user .quote-bubble strong{color:#fff}.quote-typing{align-self:flex-start;margin:0 0 8px 47px;padding:9px 13px;border:1px solid #edf0f4;border-radius:14px;background:#fff}.quote-typing i{display:inline-block;width:5px;height:5px;margin:0 2px;border-radius:50%;background:#d3a294;animation:quote-dot 1s infinite}.quote-typing i:nth-child(2){animation-delay:.15s}.quote-typing i:nth-child(3){animation-delay:.3s}.quote-action{flex:0 0 auto;padding:10px 12px 12px;border-top:1px solid #eef2f5;background:#fff;max-height:245px;overflow-y:auto}.quote-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.quote-options.one{grid-template-columns:1fr}.quote-option{min-height:42px;padding:9px 10px;border:1px solid #e2e8f0;border-radius:11px;background:#fff;color:#475569;font:700 11px/1.25 "DM Sans",sans-serif;cursor:pointer;text-align:left;transition:border-color .15s,background .15s,transform .15s}.quote-option:hover,.quote-option.selected{border-color:var(--quote-primary);background:color-mix(in srgb,var(--quote-primary),#fff 92%);color:var(--quote-primary-dark);transform:translateY(-1px)}.quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.quote-field{min-width:0}.quote-field.full{grid-column:1/-1}.quote-field label{display:block;margin:0 0 4px;color:#7c8ba0;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.045em}.quote-field input,.quote-field select{width:100%;height:39px;padding:0 10px;border:1px solid #dce3eb;border-radius:10px;outline:0;background:#f8fafc;color:#172536;font:600 11px "DM Sans",sans-serif;transition:border-color .15s,box-shadow .15s,background .15s}.quote-field input:focus,.quote-field select:focus{border-color:var(--quote-primary);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--quote-primary),transparent 88%)}.quote-submit{grid-column:1/-1;min-height:41px;border:0;border-radius:11px;background:linear-gradient(135deg,var(--quote-primary),var(--quote-primary-dark));color:#fff;font:800 12px "DM Sans",sans-serif;cursor:pointer;box-shadow:0 8px 18px color-mix(in srgb,var(--quote-primary),transparent 76%);transition:transform .15s,box-shadow .15s}.quote-submit:hover{transform:translateY(-1px);box-shadow:0 11px 24px color-mix(in srgb,var(--quote-primary),transparent 68%)}.quote-submit:disabled{opacity:.45;cursor:not-allowed;transform:none}.quote-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.quote-check{display:flex;align-items:center;gap:7px;min-height:38px;padding:8px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#526176;font-size:10px;font-weight:700;cursor:pointer}.quote-check input{accent-color:var(--quote-primary)}.quote-error{grid-column:1/-1;margin:0;color:#b91c1c;font-size:10px;font-weight:700}.quote-summary{padding:10px;border:1px solid #f2d4ca;border-radius:12px;background:#fff9f7;font-size:10px;color:#5d6878;line-height:1.55}.quote-summary strong{color:#172536}.quote-footer{min-height:28px;display:flex;align-items:center;justify-content:center;gap:5px;border-top:1px solid #f0f2f5;color:#9aa7b8;background:#fff;font-size:8px;font-weight:700}.quote-footer svg{width:10px;height:10px;fill:none;stroke:var(--quote-primary);stroke-width:2}.quote-back{display:inline-flex;align-items:center;margin-right:6px;padding:8px 10px;border:0;border-radius:9px;background:#f4f6f8;color:#718096;font:700 10px "DM Sans",sans-serif;cursor:pointer}.quote-action-row{display:flex;align-items:center;gap:6px}.quote-action-row .quote-submit{flex:1;grid-column:auto}.quote-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;color:#66768b;font-size:11px;font-weight:700}.quote-spinner{width:17px;height:17px;border:2px solid #f3d8cf;border-top-color:var(--quote-primary);border-radius:50%;animation:quote-spin .8s linear infinite}@keyframes quote-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes quote-dot{0%,60%,100%{transform:none;opacity:.45}30%{transform:translateY(-3px);opacity:1}}@keyframes quote-spin{to{transform:rotate(360deg)}}@media(max-width:480px){.quote-panel{inset:0;width:100%;height:100%;max-height:none;border-radius:0}.quote-fab{right:8px;bottom:8px}.quote-action{max-height:260px}}
