:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}*{box-sizing:border-box}html,body,#root,#signout-root{width:100%;height:100%;margin:0}.app-shell{background:#f3f2f1;flex-direction:column;width:100%;height:100%;display:flex}.chat-layout{flex:1;min-height:0;display:flex}.history-sidebar{background:#fff;border-right:1px solid #edebe9;flex-direction:column;width:290px;display:flex}.sidebar-brand{color:#323130;padding:10px 12px 8px;font-size:34px;font-weight:600;line-height:1}.history-header{border-bottom:1px solid #edebe9;padding:10px 12px}.history-title{margin-top:8px;margin-bottom:0;padding:0;font-size:14px;font-weight:600}.history-title-row{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.history-title-row .history-title{margin-top:0}.history-search-btn{color:#8a8886;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.history-search-btn:hover{color:#605e5c;background:#f3f2f1}.history-search-icon{width:16px;height:16px}.history-search-input{border:1px solid #c8c6c4;border-radius:6px;outline:none;width:100%;margin-top:8px;padding:7px 10px;font-size:13px}.history-search-input:focus{border-color:#0b556a}.new-chat-btn{color:#323130;text-align:left;cursor:pointer;background:#fff;border:1px solid #c8c6c4;border-radius:6px;width:100%;padding:7px 10px;font-size:13px}.new-chat-btn:hover{background:#f3f2f1}.history-empty{color:#605e5c;padding:12px;font-size:13px}.history-loading-panel{justify-content:center;align-items:center;margin:16px 12px 0;display:flex}.history-list{flex:1;min-height:0;padding:8px;overflow:hidden auto}.sidebar-footer{background:#fff;border-top:1px solid #edebe9;margin-top:auto;padding:10px 8px}.sidebar-user-email{color:#323130;white-space:nowrap;text-overflow:ellipsis;margin:0 2px 8px;font-size:13px;overflow:hidden}.sidebar-signout-btn{color:#201f1e;cursor:pointer;background:#fff;border:1px solid #8a8886;border-radius:6px;width:100%;height:28px;font-size:12px}.sidebar-signout-btn:hover{background:#f3f2f1}.history-item{text-align:left;cursor:default;background:#fff;border-radius:10px;align-items:flex-start;gap:8px;width:100%;margin-bottom:8px;padding:6px 8px;display:flex;position:relative}.history-item.is-active{background:#efefef}.history-item:hover{background:#f3f2f1}.history-item-main{text-align:left;cursor:pointer;background:0 0;border:none;flex:auto;min-width:0;padding:2px 0}.history-item-menu-btn{color:#605e5c;cursor:pointer;opacity:0;z-index:1;background:0 0;border:none;border-radius:4px;flex:0 0 22px;width:22px;height:22px;margin-top:2px}.history-item:hover .history-item-menu-btn,.history-item.is-active .history-item-menu-btn,.history-item-menu-btn:focus-visible{opacity:1}.history-item-menu-btn:hover{background:#edebe9}.history-item-menu{z-index:5;background:#fff;border:1px solid #edebe9;border-radius:12px;width:146px;padding:8px;position:fixed;box-shadow:0 8px 24px #0000001f}.history-item-menu-option{color:#323130;text-align:left;cursor:pointer;background:#fff;border:none;border-radius:8px;width:100%;padding:8px 10px;font-size:14px}.history-item-menu-option:hover{background:#f3f2f1}.history-item-menu-option:disabled{color:#a19f9d;cursor:default}.history-item-title{color:#323130;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.history-item-time{color:#8a8886;margin-top:4px;font-size:11px}.chat-container{background:#fff;flex:1;min-height:0;position:relative}.chat-active-shell{flex-direction:column;flex:1;min-height:0;display:flex}.chat-container>div{width:100%;height:100%}.chat-container .webchat__send-box{background:#fff;border:1px solid #d2d0ce;border-radius:28px;width:min(860px,100% - 48px);margin:0 auto 16px;padding:2px 10px}.chat-container .webchat__send-box__main,.chat-container .webchat__send-box__text-box,.chat-container .webchat__send-box-text-box{background:0 0!important;border:none!important}.chat-container .webchat__send-box textarea,.chat-container .webchat__send-box input{font-size:18px}.chat-main{background:#fff;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.history-loading-overlay{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.loading-spinner{border:2px solid #d2d0ce;border-top-color:#0b556a;border-radius:50%;flex:0 0 20px;width:20px;height:20px;animation:.9s linear infinite spin-loader}@keyframes spin-loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-landing{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:28px 40px;display:flex}.landing-agent-header{align-items:center;gap:12px;width:min(860px,100%);margin-bottom:24px;display:flex}.landing-agent-icon{color:#fff;background:#0b556a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:inline-flex}.landing-agent-title{color:#252423;font-size:36px;font-weight:600;line-height:1.2}.landing-input-wrap{width:min(860px,100%)}.landing-input{color:#323130;border:1px solid #d2d0ce;border-radius:28px;outline:none;width:100%;height:56px;padding:0 20px;font-size:21px}.landing-input:focus{border-color:#0b556a}.landing-prompts{width:min(860px,100%);margin-top:28px}.landing-prompt-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.landing-prompt-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #d2d0ce;border-radius:22px;min-height:120px;padding:14px 16px}.landing-prompt-card:hover{background:#faf9f8}.landing-prompt-title-row{align-items:center;gap:8px;margin-bottom:10px;display:flex}.landing-prompt-title-icon{color:#605e5c;font-size:14px}.landing-prompt-title{color:#323130;font-size:24px;font-weight:600;line-height:1.2}.landing-prompt-description{color:#605e5c;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;line-height:1.35;display:-webkit-box;overflow:hidden}.landing-show-more{color:#323130;cursor:pointer;background:0 0;border:none;margin-top:12px;margin-left:auto;font-size:14px;display:block}.landing-show-more:hover{color:#201f1e}.ai-warning{color:#605e5c;justify-content:center;align-items:center;height:24px;font-size:12px;display:flex}.prompt-strip{background:#fff;border-top:1px solid #edebe9;padding:10px 12px 12px}.prompt-strip-title{color:#323130;margin-bottom:8px;font-size:13px;font-weight:600}.prompt-list{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.prompt-chip{color:#323130;cursor:pointer;white-space:nowrap;background:#f3f2f1;border:1px solid #c8c6c4;border-radius:16px;padding:6px 12px;font-size:13px}.prompt-chip:hover{background:#edebe9}@media (width<=1280px){.landing-agent-title{font-size:30px}.landing-input{font-size:18px}.landing-prompt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-prompt-title{font-size:20px}}@media (width<=860px){.landing-prompt-grid{grid-template-columns:1fr}}.auth-shell{background:#f3f2f1;place-items:center;width:100%;min-height:100%;padding:16px;display:grid}.auth-loading{justify-content:center;align-items:center;width:100%;display:flex}.signin-card{background:#fff;border:1px solid #edebe9;border-radius:8px;width:min(460px,100%);padding:24px}.signin-card h1{margin:0 0 12px;font-size:24px}.signin-card p{margin:0 0 16px}.signin-btn{color:#fff;cursor:pointer;background:#0b556a;border:none;border-radius:4px;padding:10px 14px;font-size:14px}.signin-btn:hover{background:#09485a}.error-banner{color:#a4262c;background:#fde7e9;border:1px solid #f1b6bb;border-radius:4px;max-width:640px;margin:8px auto;padding:10px 12px;font-size:14px}.signout-shell{background:#f3f2f1;place-items:center;width:100%;height:100%;padding:16px;display:grid}.signout-card{background:#fff;border:1px solid #edebe9;border-radius:8px;width:min(460px,100%);padding:24px}.signout-card h1{margin:0 0 12px;font-size:24px}.signout-card p{margin:0 0 16px}.signout-card a{color:#005a9e;text-decoration:none}.signout-card a:hover{color:#004578}
