*{box-sizing:border-box;font-family:Inter,sans-serif}html,body{height:100%;margin:0;padding:0;font-family:Inter,sans-serif}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background:#c9dbf3;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#eff6ff}.app-shell{height:100vh;display:flex;overflow:hidden}.main-column{flex-direction:column;flex:1;min-width:0;display:flex;position:fixed;top:64px}.content-row{flex:1;width:100%;height:calc(100% - 64px);min-height:0;display:flex;position:fixed;top:64px}.accent{color:#276efa}.chat-panel{color:#0f172a;background:#fff;flex-direction:column;flex:1;min-width:0;height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;display:flex;overflow-y:auto}.chat-panel__hero{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.chat-panel__avatar{color:#fff;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;font-size:27px;font-weight:600;display:flex;box-shadow:0 4px 6px -1px #0000001a}.chat-panel__avatar img{filter:brightness(1000);width:40px;height:40px}.chat-panel__title{color:#0f172a;margin-top:20px;font-size:27px;font-weight:600}.chat-panel__title--accent{color:#276efa}.chat-panel__description{text-align:center;color:#64748b;max-width:660px;margin-top:8px;font-size:14px;line-height:1.6}.chat-panel__badge-label{color:#64748b;margin-top:8px;font-size:14px}.chat-panel__suggestions{justify-content:center;gap:10px;width:100%;max-width:660px;margin-top:28px;display:flex}@media (min-width:640px){.chat-panel__suggestions{grid-template-columns:repeat(3,1fr)}}.chat-panel__suggestion-btn{color:#596475;cursor:pointer;background:#f4f8fc;border:none;border-radius:30px;align-items:center;gap:8px;padding:12px 14px;font-size:12px;transition:background .15s;display:flex}.chat-panel__suggestion-btn:hover{background:#e9edf2}.chat-panel__input-bar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:30px;width:100%;max-width:740px;margin:auto auto 0;padding:8px 12px}.chat-panel__input-inner{align-items:center;gap:8px;display:flex}.chat-panel__input-field{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.chat-panel__input-field::placeholder{color:#94a3b8}.chat-panel__icon-btn{cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:4px;transition:background .15s;display:flex}.chat-panel__icon-btn:hover{background:#fff}.chat-panel__send-btn{color:#fff;cursor:pointer;background:#276efa;border:none;border-radius:9999px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.chat-panel__send-btn:hover{background:#1d4ed8}.chat-panel__disclaimer{text-align:center;color:#94a3b8;margin-top:8px;font-size:11px}.chat-panel__attachment-list{flex-wrap:wrap;gap:8px;padding:8px;display:flex}.chat-panel__attachment-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:center;width:60px;height:60px;transition:background .15s,transform .15s;display:flex;position:relative}.chat-panel__attachment-item--clickable{cursor:pointer}.chat-panel__attachment-item--file{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:auto;min-width:220px;max-width:220px;height:auto;padding:10.5px}.chat-panel__attachment-item--pdf{background:#fff}.chat-panel__attachment-thumb{object-fit:cover;border-radius:6px;width:100%;height:100%}.chat-panel__attachment-icon{border-radius:6px;justify-content:center;align-items:center;font-size:22px;display:flex}.chat-panel__attachment-icon img{width:auto;height:34px}.chat-panel__attachment-file-details{flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;min-width:0;display:flex}.chat-panel__attachment-name{white-space:nowrap;text-overflow:ellipsis;text-align:left;color:#101828;max-width:130px;font-size:12px;overflow:hidden}.chat-panel__attachment-meta{color:#64748b;font-size:11px}.chat-panel__attachment-remove{color:#fff;cursor:pointer;z-index:2;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;line-height:1;display:flex;position:absolute;top:2px;right:2px}.chat-panel__attachment-error{color:#d33;padding:0 8px;font-size:12px}.chat-panel__modal-overlay{z-index:99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000026;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;inset:0}.chat-panel__modal-content{background:#fff;border-radius:10px;flex-direction:column;gap:8px;max-width:90vw;max-height:90vh;padding:16px;display:flex;position:relative}.chat-panel__modal-title{padding-right:24px;font-size:14px;font-weight:600}.chat-panel__modal-close{justify-content:center;align-items:center}.chat-panel__modal-image{object-fit:contain;border-radius:6px;max-width:80vw;max-height:75vh}.chat-panel__modal-pdf{border:none;border-radius:6px;width:80vw;height:75vh}.chat-panel__messages{flex-direction:column;flex:1;gap:16px;width:100%;max-width:740px;margin:0 auto;padding:24px 0 100px;display:flex}.chat-panel__message{align-items:flex-start;gap:10px;max-width:75%;display:flex}.chat-panel__message--assistant{align-self:flex-start}.chat-panel__message--user{flex-direction:row-reverse;align-self:flex-end}.chat-panel__message-avatar{object-fit:cover;color:#fff;background:linear-gradient(135deg,#0855e9 0%,#00da0187 100%);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:10px;font-weight:600;display:flex}.chat-panel__message-avatar img{object-fit:contain;filter:brightness(1000);width:20px;height:20px}.chat-panel__message-bubble .chat-panel__message-text{color:#101828;background:#f2f4f7;border-radius:14px;padding:10px 14px}.chat-panel__message--user .chat-panel__message-bubble .chat-panel__message-text{color:#fff;background:linear-gradient(135deg,#286ef9,#00b9d0);background:linear-gradient(135deg,lab(48.7974% 19.2836 -77.1469),lab(68.7456% -45.5419 -31.0992));border-radius:14px;padding:10px 14px}.chat-panel__message-text{white-space:pre-wrap;word-break:break-word;margin:0;line-height:1.4}.chat-panel__message-files{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.chat-panel__message-attachment-item{background:#ffffffeb;border:1px solid #00000014;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:auto;min-width:200px;max-width:220px;height:auto;padding:10px}.chat-panel__message--user .chat-panel__message-attachment-item{background:#f9fafb;border-color:#0274a83d}.chat-panel__message-bubble--typing{align-items:center;gap:4px;padding:12px 14px;display:flex}.chat-panel__typing-dot{background:#98a2b3;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite chat-panel-typing}.chat-panel__typing-dot:nth-child(2){animation-delay:.15s}.chat-panel__typing-dot:nth-child(3){animation-delay:.3s}@keyframes chat-panel-typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-panel__audio-recorder{align-items:center;gap:12px;width:100%;padding:4px;display:flex}.chat-panel__audio-btn{cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .15s,transform .1s;display:flex}.chat-panel__audio-btn:active{transform:scale(.94)}.chat-panel__audio-btn--cancel{color:#6b7280;background:#0000000f}.chat-panel__audio-btn--cancel:hover{background:#0000001a}.chat-panel__audio-btn--confirm{color:#fff;background:#0017e4}.chat-panel__audio-btn--confirm:hover{background:#0012b3}.chat-panel__audio-body{flex-direction:column;flex:1;justify-content:center;gap:4px;min-width:0;display:flex}.chat-panel__audio-transcript{color:#374151;white-space:nowrap;text-overflow:ellipsis;text-align:left;direction:rtl;unicode-bidi:plaintext;margin:0;font-size:13px;line-height:1.3;overflow:hidden}.chat-panel__audio-transcript--interim{color:#9ca3af}.chat-panel__audio-visualizer{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.chat-panel__audio-dot{background:#ff3b30;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.2s ease-in-out infinite chat-panel-audio-pulse}@keyframes chat-panel-audio-pulse{0%,to{opacity:1}50%{opacity:.25}}.chat-panel__audio-bars{flex:1;align-items:center;gap:3px;min-width:0;height:32px;display:flex;overflow:hidden}.chat-panel__audio-bar{background:linear-gradient(#3793ff,#0017e4);border-radius:2px;flex:auto;min-width:2px;max-width:3px;transition:height 80ms ease-out}.chat-panel__audio-timer{font-variant-numeric:tabular-nums;color:#6b7280;flex-shrink:0;font-size:13px}.chat-panel__audio-waveform{flex:1;min-width:0}.chat-panel__input-field--transcribing{color:#6b7280;flex:1;align-items:center;gap:8px;display:flex}.chat-panel__spinner{border:2px solid #d1d5db;border-top-color:#0017e4;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite chat-panel-spin}@keyframes chat-panel-spin{to{transform:rotate(360deg)}}.chat-panel__audio-chip{background:#f3f4f6;border-radius:8px;align-items:center;gap:6px;width:fit-content;margin-bottom:6px;padding:6px 10px;font-size:13px;display:flex}.chat-panel__audio-chip-remove{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:14px;line-height:1}.chat-panel__input-container{background:#fff;width:100%;position:sticky;bottom:0}@media screen and (max-width:991.28px){.agent-panel--open{right:0!important}.topbar__center{display:none!important}.topbar__left>img{width:110px!important}.topbar__user,.agent-card__toggle-btn,.agent-panel--open{display:none!important}.chat-panel__icon-btn img,.chat-panel__send-btn img{object-fit:contain;width:14px;height:14px}.chat-panel__avatar{width:50px;height:50px}.chat-panel__send-btn,.chat-panel__audio-btn{width:24px;min-width:24px;height:24px}.chat-panel__input-container{border:3px solid #fff}.chat-panel__audio-recorder{padding:0!important}.chat-panel__send-btn img{width:10px;height:10px}.chat-panel__avatar img{width:20px;height:20px}.chat-panel__suggestion-btn{font-size:10px}.chat-panel__suggestions{grid-template-columns:repeat(1,1fr)}.chat-panel__hero>img{width:120px!important}.topbar__dropdown-grid{gap:.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important}.topbar__dropdown-overlay{border-radius:0!important;padding:0!important}.topbar__dropdown-card{border-radius:0!important;height:100%!important}.industry-agent-panel{z-index:999!important;width:100%!important;max-width:500px!important;position:fixed!important;top:64px!important}.chat-panel__disclaimer{display:none!important}.chat-panel__messages{padding:24px 5px!important}.chat-panel__icon-btn{padding:0!important}}.chat-panel__faq-suggestions{text-align:end;width:100%;max-width:740px;margin:auto auto 0;margin-bottom:10px!important}.chat-panel__faq-suggestions button{background:#f2f4f7;border-radius:20px;margin-bottom:12px;padding:7px 20px;display:block;margin-left:auto!important}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2?dpl=dpl_E9rvUHgYrgnCQe5D19VQJL94wNZG)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2?dpl=dpl_E9rvUHgYrgnCQe5D19VQJL94wNZG)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2?dpl=dpl_E9rvUHgYrgnCQe5D19VQJL94wNZG)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2?dpl=dpl_E9rvUHgYrgnCQe5D19VQJL94wNZG)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2?dpl=dpl_E9rvUHgYrgnCQe5D19VQJL94wNZG)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2?dpl=dpl_E9rvUHgYrgnCQe5D19VQJL94wNZG)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2?dpl=dpl_E9rvUHgYrgnCQe5D19VQJL94wNZG)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_4a4f7444-module__UHjWDq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_4a4f7444-module__UHjWDq__variable{--font-inter:"Inter", "Inter Fallback"}
