@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--background:#f8fafc;--foreground:#0f172a;--primary:#3b82f6;--primary-gradient:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--primary-foreground:#fff;--muted:#f1f5f9;--muted-foreground:#64748b;--border:#e2e8f0;--radius-sm:.375rem;--radius:.75rem;--radius-lg:1.25rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.app-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.app-container h1{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.app-container p{color:var(--muted-foreground);max-width:600px;font-size:1.125rem}.login-container{box-sizing:border-box;background-color:#cbd4e1;justify-content:center;align-items:center;width:100vw;min-height:100vh;margin:0;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.login-card{box-sizing:border-box;background-color:#f7f9fa;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:440px;padding:3.5rem 2.5rem 2.5rem;display:flex;box-shadow:0 10px 30px -10px #0000001f,0 1px 3px #0000000d}.login-brand-header{justify-content:center;align-items:center;width:100%;display:flex}.login-brand-logo{width:auto;height:40px;display:block}.login-form{width:100%;margin-top:2.5rem}.login-input-group{border-bottom:1.5px solid #cbd5e1;align-items:center;width:100%;margin-bottom:2.2rem;padding:.2rem 0;transition:border-color .25s;display:flex}.login-input-group:focus-within{border-color:#475569}.login-input-icon{color:#94a3b8;flex-shrink:0;margin-right:12px}.login-input-field{color:#1e293b;background:0 0;border:none;outline:none;width:100%;padding:.4rem 0;font-size:.95rem}.login-input-field::placeholder{color:#94a3b8}.login-password-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;transition:color .15s;display:flex}.login-password-toggle:hover{color:#1e293b}.login-forgot-password-container{justify-content:center;width:100%;margin-top:-.5rem;margin-bottom:2.2rem;display:flex}.login-forgot-link{color:#1e293b;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .15s}.login-forgot-link:hover{text-decoration:underline}.login-submit-btn{color:#fff;cursor:pointer;letter-spacing:.05em;text-align:center;text-transform:uppercase;background-color:#3b4353;border:none;border-radius:4px;width:100%;padding:.9rem;font-size:.9rem;font-weight:600;transition:background-color .2s,transform .1s}.login-submit-btn:hover{background-color:#2c3340}.login-submit-btn:active{transform:scale(.99)}.login-card-footer{justify-content:center;align-items:center;gap:12px;margin-top:2rem;display:flex}.login-card-footer a{color:#64748b;cursor:pointer;font-size:.8rem;font-weight:400;text-decoration:none;transition:color .15s}.login-card-footer a:hover{color:#1e293b}.login-footer-dot{color:#cbd5e1!important;cursor:default!important;font-size:.6rem!important}:root{--ai-primary:#e11d48;--ai-primary-hover:#be123c;--ai-bg:#f9fafb;--ai-card:#fff;--ai-text-heading:#0f172a;--ai-text-body:#334155;--ai-text-sub:#64748b;--ai-border:#f1f5f9;--ai-accent:#e11d480d}.cb-wrapper{z-index:9999;background-color:var(--ai-bg);resize:both;transform-origin:100% 100%;opacity:0;pointer-events:none;border:1px solid #ffffff80;border-radius:20px;flex-direction:column;width:400px;min-width:320px;max-width:calc(100vw - 3rem);height:650px;min-height:450px;max-height:calc(100vh - 4rem);transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:1.5rem;right:1.5rem;overflow:hidden;transform:scale(.95)translateY(20px);box-shadow:0 10px 40px -10px #00000026,0 0 1px #0000001a}.cb-wrapper.open{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.cb-wrapper.expanded{border-radius:24px;width:600px;min-width:480px;max-width:calc(100vw - 3rem);height:78vh;min-height:560px;max-height:820px;transition:all .35s cubic-bezier(.16,1,.3,1);bottom:1.5rem;right:1.5rem}@media screen and (width<=768px){.cb-wrapper.expanded{border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;bottom:0;right:0}}.cb-header-actions{align-items:center;gap:2px;display:flex}.cb-header-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.45rem;transition:background-color .15s;display:flex}.cb-header-btn:hover{color:#6b7280;background-color:#f0f0f0}.cb-header-btn:active{background-color:#e5e7eb}.cb-fab{z-index:9999;background-color:var(--ai-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 25px -5px #0003}.cb-fab:hover{transform:scale(1.05)}.cb-fab.hidden{pointer-events:none;opacity:0;transform:scale(0)}.cb-top-nav{z-index:10;background-color:#fff;border-bottom:1px solid #f1f3f5;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;display:flex;position:relative}.cb-top-nav:after{content:"";background:linear-gradient(90deg, var(--ai-primary) 0%, #f43f5e 100%);height:2px;position:absolute;bottom:-1px;left:0;right:0}.cb-brand-group{flex-direction:column;gap:1px;display:flex}.cb-brand{color:var(--ai-text-heading);font-size:.95rem;font-weight:700;line-height:1.2}.cb-brand-sub{color:#9ca3af;font-size:.78rem;font-weight:400}.cb-badge{color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;padding:.15rem .4rem;font-size:.65rem;font-weight:500;display:flex}.cb-menu-wrapper{position:relative}.cb-menu-icon,.cb-minimize-btn{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.4rem;transition:background-color .2s;display:flex}.cb-menu-icon:hover,.cb-minimize-btn:hover{background-color:#f3f4f6}.cb-menu-dropdown{z-index:20;background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-width:190px;padding:.35rem 0;position:absolute;top:calc(100% + .35rem);left:0;overflow:hidden;box-shadow:0 16px 36px #00000029}.cb-menu-dropdown-right{left:auto;right:0}.cb-menu-item{text-align:left;color:#111827;cursor:pointer;background:0 0;border:none;align-items:center;width:100%;padding:.65rem 1rem;font-size:.88rem;transition:background-color .15s;display:flex}.cb-menu-item:hover{background:#f8fafc}.cb-menu-item-danger{color:#b91c1c}.cb-menu-divider{background:#f1f5f9;height:1px;margin:.25rem 0}.cb-chat-area{scrollbar-width:thin;scrollbar-color:#00000026 transparent;flex-direction:column;display:flex;height:calc(100% - 60px)!important;overflow-y:auto!important}.cb-chat-area::-webkit-scrollbar{width:6px}.cb-chat-area::-webkit-scrollbar-track{background:0 0}.cb-chat-area::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.cb-chat-area::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.cb-hero-section{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 2rem 8.5rem;display:flex}.cb-hero-heading{text-align:center;color:var(--ai-text-heading);margin:0 0 1rem;font-size:2rem;font-weight:600;line-height:1.2}.cb-hero-subheading{color:var(--ai-text-sub);text-align:center;margin:0;font-size:.9rem;line-height:1.5}.cb-message-list{flex-direction:column;flex-shrink:0;gap:.65rem;padding:1.2rem 1rem 8.5rem;display:flex}.cb-message-list.cb-has-form{padding-bottom:1.2rem}.cb-msg-row{display:flex}.cb-msg-row.user{justify-content:flex-end}.cb-msg-row.bot{justify-content:flex-start;align-items:flex-start;gap:1rem}.bot-avatar{background-color:var(--ai-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:.2rem;display:flex}.bot-avatar--hidden{background:0 0;flex-shrink:0;width:32px;height:32px}.cb-msg-content{flex-direction:column;align-items:flex-start;max-width:85%;display:inline-flex}.cb-bubble{word-wrap:break-word;min-width:0;font-size:.8rem;line-height:1.6;display:inline-block;position:relative}.cb-bubble-text{white-space:pre-wrap;word-break:break-word;display:inline}.cb-inline-link{color:#2563eb;word-break:break-word;overflow-wrap:break-word;text-decoration:underline}.cb-inline-link:hover{color:#1d4ed8}.cb-msg-spacer{visibility:hidden;vertical-align:bottom;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:.65rem;line-height:1.6;display:inline-block}.cb-bubble strong{color:inherit;font-weight:600}.cb-bubble ul{margin:.5rem 0;padding-left:1.2rem}.cb-bubble li{margin-bottom:.3rem}.cb-msg-row.user .cb-bubble{color:#fff;background-color:#32353a;border-radius:18px 18px 4px;padding:.8rem 1.1rem;box-shadow:0 2px 8px #0000000a}.cb-msg-row.bot .cb-bubble{color:#1c1e21;box-shadow:none;background-color:#f3f4f6;border:none;border-radius:4px 18px 18px;padding:.8rem 1.1rem}.cb-bubble-meta{white-space:nowrap;margin-top:6px;font-size:.65rem;line-height:1;display:flex}.cb-bubble-meta.bot{color:#94a3b8;justify-content:flex-start}.cb-bubble-meta.user{color:#ffffffb8;justify-content:flex-end}.cb-typing-indicator{align-items:center;gap:4px;height:20px;padding:.5rem 0;display:flex}.cb-dot{background-color:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both bounce}.cb-dot:first-child{animation-delay:-.32s}.cb-dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.cb-input-zone{z-index:10;background-color:var(--ai-bg);border-top:none;padding:1rem 1.25rem 1.25rem;transition:box-shadow .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0}.cb-input-zone.has-shadow{box-shadow:0 -8px 24px -6px #0f172a14,0 -1px #0f172a0a}.cb-dark-input-card{background-color:#fff;border:1.5px solid #e2e8f0;border-radius:18px;flex-direction:column;width:100%;padding:.6rem .8rem;transition:all .2s ease-in-out;display:flex;box-shadow:0 2px 8px #00000005}.cb-dark-input-card:focus-within{border-color:#111827;box-shadow:0 4px 12px #0000000d}.cb-textarea{width:100%;height:24px;min-height:24px;max-height:120px;color:var(--ai-text-heading);resize:none;background:0 0;border:none;outline:none;margin-bottom:.5rem;padding:.2rem 0;font-family:inherit;font-size:.92rem;line-height:1.5;overflow-y:auto}.cb-textarea::placeholder{color:#94a3b8}.cb-input-actions-row{justify-content:flex-end;align-items:center;width:100%;margin-top:auto;display:flex}.cb-send-icon-btn{cursor:not-allowed;color:#94a3b8;background-color:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.cb-send-icon-btn.active{color:#fff;cursor:pointer;background-color:#111827}.cb-send-icon-btn.active:hover{background-color:#1f2937;transform:scale(1.05)}.cb-quick-prompts-center{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:0 .5rem;display:flex}.cb-quick-prompt-pill{border:1px solid var(--ai-border);color:var(--ai-text-heading);cursor:pointer;white-space:nowrap;background-color:#fff;border-radius:99px;flex-shrink:0;padding:.5rem 1rem;font-size:.8rem;transition:background-color .2s}.cb-quick-prompt-pill:hover{border-color:var(--ai-primary);color:var(--ai-primary);background-color:#f9fafb}.cb-feedback-row{width:100%;margin-top:.5rem}.cb-feedback-buttons{justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.cb-feedback-bubble{margin-top:.3rem}.cb-feedback-label{color:#9ca3af;font-size:.72rem}.cb-feedback-btn{cursor:pointer;color:#6b7280;background:0 0;border:1px solid #e5e7eb;border-radius:6px;align-items:center;padding:.25rem .4rem;transition:all .15s;display:flex}.cb-feedback-btn:hover{color:var(--ai-primary);border-color:var(--ai-primary);background-color:#f3f4f6}.cb-feedback-thanks{color:#16a34a;font-size:.75rem;font-weight:500}.cb-feedback-noted{color:#6b7280;font-size:.75rem;font-style:italic}.cb-email-form{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex;position:relative}.cb-email-form-header{color:#111827;justify-content:space-between;align-items:center;font-size:.82rem;font-weight:600;display:flex}.cb-email-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;padding:.2rem;display:flex}.cb-email-close:hover{color:#111827}.cb-email-input{color:#111827;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.8rem;transition:border-color .2s}.cb-email-input:focus{border-color:var(--ai-primary);box-shadow:0 0 0 2px #dc26261a}.cb-email-textarea{resize:none}.cb-disclaimer{text-align:center;color:#6b7280;margin-top:.8rem;font-size:.75rem}.cb-disclaimer a{color:#3b82f6;text-decoration:none}.cb-disclaimer a:hover{text-decoration:underline}.cb-fallback-zone{text-align:center;box-shadow:none;background:#f8fafc;border:1px solid #0f172a0f;border-radius:18px;gap:.85rem;margin-top:1rem;padding:1.25rem 1.2rem;display:grid}.cb-fallback-icon{color:#dc2626;background:#dc26261a;border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto;display:grid}.cb-fallback-copy h4{color:#111827;margin:0;font-size:1rem}.cb-fallback-copy p{color:#475569;max-width:300px;margin:0 auto;font-size:.9rem;line-height:1.55}.cb-fallback-zone{border:1px solid var(--ai-border);text-align:center;background:#fff;border-radius:20px;flex-direction:column;gap:1.25rem;margin-top:1.5rem;padding:2rem 1.5rem;display:flex;position:relative;box-shadow:0 4px 25px #0000000d}.cb-fallback-icon{background:var(--ai-accent);width:56px;height:56px;color:var(--ai-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto;display:flex}.cb-fallback-copy h4{color:var(--ai-text-heading);margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.cb-fallback-copy p{color:var(--ai-text-sub);margin:0;font-size:.95rem;line-height:1.6}.cb-fb-em{background-color:var(--ai-text-heading);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.9rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.cb-fb-em:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.cb-email-form{text-align:left;flex-direction:column;gap:1rem;width:100%;display:flex}.cb-email-header{justify-content:space-between;align-items:center;margin-bottom:.2rem;display:flex}.cb-email-header h5{color:var(--ai-text-heading);margin:0;font-size:.95rem;font-weight:700}.cb-email-close{color:var(--ai-text-sub);cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;display:flex}.cb-email-input{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.cb-email-input:focus{border-color:var(--ai-primary);box-shadow:0 0 0 4px var(--ai-accent);background-color:#fff}.cb-email-textarea{resize:none;min-height:80px}.cb-email-submit{background-color:var(--ai-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.9rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #e11d4833}.cb-email-submit:hover:not(:disabled){background-color:var(--ai-primary-hover);transform:translateY(-2px)}.cb-email-submit:disabled{opacity:.6;cursor:not-allowed}.cb-email-success{text-align:center;color:#059669;background:#f0fdf4;border-radius:12px;padding:1rem 0;font-size:.9rem;font-weight:500}@media screen and (width<=600px){.cb-wrapper{width:100vw;max-width:100vw;height:100vh;max-height:100vh;box-shadow:none;border-radius:0;bottom:0;right:0}.cb-fab{bottom:1.5rem;right:1.5rem}}.cb-scroll-bottom-btn{z-index:99;color:#475569;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s cubic-bezier(.16,1,.3,1);animation:.25s cubic-bezier(.16,1,.3,1) floatIn;display:flex;position:absolute;bottom:8.2rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}.cb-scroll-bottom-btn:hover{color:#0f172a;background-color:#f8fafc;transform:translate(-50%)translateY(-2px);box-shadow:0 6px 16px #00000026}@keyframes floatIn{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.cb-quick-replies{flex-wrap:wrap;gap:.5rem;margin-top:.6rem;display:flex}.cb-quick-reply-btn{color:var(--ai-text-heading);cursor:pointer;white-space:nowrap;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:99px;align-items:center;gap:4px;padding:.42rem .9rem;font-family:inherit;font-size:.78rem;transition:all .18s;display:inline-flex}.cb-quick-reply-btn:hover:not(:disabled){border-color:var(--ai-primary);color:var(--ai-primary);background-color:#f8fafc}.cb-quick-reply-btn:disabled{opacity:.5;cursor:not-allowed}.cb-quick-reply-btn.cb-quick-reply-primary{background-color:var(--ai-primary);border-color:var(--ai-primary);color:#fff;font-weight:600}.cb-quick-reply-btn.cb-quick-reply-primary:hover:not(:disabled){background-color:var(--ai-primary-hover);border-color:var(--ai-primary-hover);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #e11d4840}.cb-report-progress{justify-content:center;align-items:center;gap:5px;margin-top:.25rem;padding:.5rem 1rem;display:flex}.cb-report-dot{background-color:#e2e8f0;border-radius:50%;flex-shrink:0;width:7px;height:7px;transition:background-color .3s,transform .3s}.cb-report-dot.active{background-color:var(--ai-primary);transform:scale(1.2)}.cb-report-progress-label{color:var(--ai-text-sub);min-width:60px;margin-left:6px;font-size:.68rem;font-weight:500}.cb-report-form-card{background:#fff;border:1px solid #e8eaed;border-radius:18px;flex-shrink:0;align-self:center;width:100%;max-width:90%;margin:.25rem auto 1.5rem;overflow:hidden;box-shadow:0 4px 20px #00000012}.cb-rfc-header{background:#fafafa;border-bottom:1px solid #f1f3f5;justify-content:space-between;align-items:center;padding:.85rem 1.1rem;display:flex}.cb-rfc-title{color:var(--ai-text-heading);letter-spacing:.01em;font-size:.82rem;font-weight:700}.cb-rfc-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:.85rem;line-height:1;transition:color .15s}.cb-rfc-close:hover{color:#374151}.cb-rfc-body{flex-direction:column;gap:0;display:flex}.cb-rfc-field{border-bottom:1px solid #f1f3f5;padding:.75rem 1.1rem}.cb-rfc-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.68rem;font-weight:600;display:block}.cb-rfc-input-wrap{align-items:center;gap:.5rem;display:flex}.cb-rfc-input{color:var(--ai-text-heading);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0;font-family:inherit;font-size:.88rem}.cb-rfc-input::placeholder{color:#c4c9d4}.cb-rfc-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 2px center;background-repeat:no-repeat;padding-right:18px}.cb-rfc-textarea{resize:none;width:100%;line-height:1.55;display:block}.cb-rfc-check{color:#22c55e;flex-shrink:0;animation:.2s cubic-bezier(.175,.885,.32,1.275) checkPop}@keyframes checkPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.cb-rfc-submit{background:var(--ai-primary);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background-color .2s,opacity .2s;display:flex}.cb-rfc-submit:hover:not(:disabled){background:var(--ai-primary-hover)}.cb-rfc-submit:disabled{opacity:.6;cursor:not-allowed}.cb-rfc-disclaimer{color:#b45309;background-color:#fffbeb;border-bottom:1px solid #fef3c7;flex-direction:column;gap:.25rem;padding:.85rem 1.1rem;font-size:.72rem;line-height:1.45;display:flex}.cb-rfc-disclaimer strong{color:#92400e}.cb-escalation-wrapper{justify-content:flex-start;width:100%;margin-top:.25rem;margin-bottom:.4rem;display:flex}.cb-inline-report-btn{color:#475569;cursor:pointer;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:99px;align-items:center;gap:6px;padding:.45rem 1rem;font-size:.76rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 6px #0f172a0a}.cb-inline-report-btn:hover{color:#fff;background-color:#3b4353;border-color:#3b4353;transform:translateY(-1.5px);box-shadow:0 4px 12px #3b435326}.cb-inline-report-btn:active{transform:translateY(0)}
