.rbc-root{--rbc-primary:#185e8c;--rbc-primary-dark:#134d73;--rbc-panel-bg:#f5f7fa;--rbc-text:#0a2540;--rbc-muted:#6b7a90;--rbc-border:rgba(10,37,64,.1);--rbc-shadow:0 14px 44px rgba(10,37,64,.18);position:fixed;bottom:20px;right:20px;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.4}.rbc-root *,.rbc-root *:before,.rbc-root *:after{box-sizing:border-box}.rbc-bubble{display:inline-flex;align-items:center;gap:13px;background:#fff;color:var(--rbc-text);border:none;border-radius:15px;padding:11px 17px 11px 13px;cursor:pointer;box-shadow:var(--rbc-shadow);font-family:inherit;transition:transform .15s ease,box-shadow .15s ease;animation:rbc-entrance .55s cubic-bezier(.2,.8,.2,1) both}.rbc-bubble:hover{transform:translateY(-2px);box-shadow:0 20px 52px rgba(10,37,64,.28)}.rbc-bubble:focus-visible{outline:3px solid rgba(24,94,140,.3);outline-offset:3px}@keyframes rbc-entrance{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.rbc-badge{width:42px;height:42px;border-radius:12px;background:var(--rbc-primary);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background .15s ease,transform .2s ease}.rbc-bubble:hover .rbc-badge{background:var(--rbc-primary-dark);transform:rotate(90deg)}.rbc-badge svg{width:22px;height:22px}.rbc-bubble-text-wrap{display:flex;flex-direction:column;gap:5px;line-height:1;align-items:stretch}.rbc-bubble-text{font-size:14.5px;font-weight:700;color:var(--rbc-text);letter-spacing:-.01em;white-space:nowrap}.rbc-bubble-glyphs{display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--rbc-muted)}.rbc-bubble-glyphs svg{width:15px;height:15px;display:block}.rbc-bubble:hover .rbc-bubble-glyphs{color:var(--rbc-primary)}.rbc-panel{position:absolute;bottom:72px;right:0;width:380px;max-width:calc(100vw - 40px);background:var(--rbc-panel-bg);border-radius:16px;box-shadow:var(--rbc-shadow);overflow:hidden;animation:rbc-in .18s ease-out}@keyframes rbc-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.rbc-panel[hidden]{display:none}.rbc-panel-header{background:var(--rbc-primary);color:#fff;padding:16px 44px 16px 18px;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;position:relative}.rbc-back{background:0 0;border:none;color:#fff;font-size:20px;line-height:1;cursor:pointer;padding:0 4px 0 0;opacity:.9;font-family:inherit}.rbc-back:hover{opacity:1}.rbc-back[hidden]{display:none}.rbc-close{position:absolute;top:8px;right:10px;background:0 0;border:none;color:#fff;font-size:26px;line-height:1;cursor:pointer;padding:4px 10px;opacity:.85;font-family:inherit}.rbc-close:hover{opacity:1}.rbc-view[hidden]{display:none}.rbc-view-choose{padding:14px}.rbc-intro{font-size:13px;color:var(--rbc-muted);margin:2px 4px 12px}.rbc-channels{display:flex;flex-direction:column;gap:9px}.rbc-channel{display:flex;align-items:center;gap:13px;width:100%;text-align:left;background:#fff;border:1.5px solid var(--rbc-border);border-radius:12px;padding:13px 15px;cursor:pointer;font-family:inherit;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.rbc-channel:hover{border-color:var(--rbc-primary);background:#f3f8fc;transform:translateX(2px)}.rbc-channel:focus-visible{outline:3px solid rgba(24,94,140,.28);outline-offset:2px}.rbc-cicon{flex:0 0 auto;width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#e7f1f8;color:var(--rbc-primary)}.rbc-cicon svg{width:21px;height:21px}.rbc-ctext{flex:1;min-width:0}.rbc-clabel{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:var(--rbc-text)}.rbc-cdesc{display:block;font-size:12px;color:var(--rbc-muted);margin-top:1px;line-height:1.3}.rbc-cgo{color:var(--rbc-muted);font-size:18px;flex:0 0 auto}.rbc-channel:hover .rbc-cgo{color:var(--rbc-primary)}.rbc-tag{font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:2px 6px;border-radius:99px}.rbc-tag-fast{background:#fff1e8;color:#b5491f}.rbc-tag-new{background:#e6f6ff;color:#0277a8}.rbc-view-form{padding:16px 18px 18px}.rbc-form{background:#fff;border-radius:10px;padding:16px 18px 18px;border:1px solid var(--rbc-border);margin:0}.rbc-field{margin-bottom:14px}.rbc-field label{display:block;font-size:12px;color:var(--rbc-text);font-weight:600;margin-bottom:6px;line-height:1.2}.rbc-req{color:#b5491f;font-weight:700}.rbc-root .rbc-form input[type=text],.rbc-root .rbc-form input[type=tel],.rbc-root .rbc-form input[type=email],.rbc-root .rbc-field input{width:100%;height:42px;min-height:42px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;line-height:1.3;color:var(--rbc-text);padding:0 12px;margin:0;outline:none;box-shadow:none;font-family:inherit;box-sizing:border-box;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.rbc-root .rbc-form input::placeholder{font-size:15px;color:#94a3b8}.rbc-root .rbc-form input:focus{background:#fff;border-color:var(--rbc-primary);box-shadow:0 0 0 4px rgba(24,94,140,.12)}.rbc-row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.rbc-calltype{display:flex;gap:8px;margin:4px 0 14px}.rbc-pill{flex:1;border:1.5px solid var(--rbc-border);background:#fff;color:var(--rbc-muted);border-radius:8px;padding:9px 0;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s ease}.rbc-pill:hover{border-color:#c3d2df}.rbc-pill-active{border-color:var(--rbc-primary);background:#f3f8fc;color:var(--rbc-primary);box-shadow:0 0 0 1px var(--rbc-primary)}.rbc-hp{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}.rbc-compliance{font-size:11px;color:var(--rbc-muted);line-height:1.45;margin:14px 0}.rbc-submit{display:block;width:100%;background:var(--rbc-primary);color:#fff;border:none;border-radius:8px;padding:12px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;opacity:.45;transition:opacity .15s ease,background .15s ease;margin-top:4px}.rbc-submit:not(:disabled){opacity:1}.rbc-submit:not(:disabled):hover{background:var(--rbc-primary-dark)}.rbc-submit:disabled{cursor:not-allowed}.rbc-submit.rbc-loading{opacity:.7;cursor:wait}.rbc-error{color:#b3261e;font-size:13px;margin:10px 0 0;text-align:center}.rbc-success{padding:40px 24px;text-align:center;color:var(--rbc-primary)}.rbc-success p{color:var(--rbc-text);font-size:15px;margin:14px 0 0;line-height:1.5}@media (max-width:480px){.rbc-root{bottom:14px;right:14px;left:14px}.rbc-bubble{margin-left:auto;display:flex;width:fit-content}.rbc-panel{right:0;left:0;width:auto;max-width:none;bottom:68px}.rbc-row2{grid-template-columns:1fr;gap:0}}