@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);body{font-family:Montserrat,sans-serif;margin:0;padding:0;background-color:#dcdcdc;color:#333;display:flex;justify-content:center;align-items:center;height:100vh;overflow:hidden}h1{font-size:26px;text-align:center;color:#363755;margin:0 0 4px 0}.panoptes-title{letter-spacing:.5px;animation:panoptes-argus-color-breathing 24s ease-in-out infinite}@keyframes panoptes-argus-color-breathing{0%{text-shadow:0 0 0 rgba(255,202,78,0)}14%{text-shadow:0 0 5px rgba(255,202,78,.36),0 0 10px rgba(255,202,78,.18)}28%{text-shadow:0 0 0 rgba(255,202,78,0)}43%{text-shadow:0 0 5px rgba(0,161,154,.36),0 0 10px rgba(0,161,154,.18)}57%{text-shadow:0 0 0 rgba(0,161,154,0)}72%{text-shadow:0 0 5px rgba(227,71,96,.36),0 0 10px rgba(227,71,96,.18)}86%{text-shadow:0 0 0 rgba(227,71,96,0)}to{text-shadow:0 0 0 rgba(255,202,78,0)}}.chat-box{background-color:hsla(0,0%,100%,.9);overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:10px 10px 28px 10px;position:fixed;top:175px;bottom:190px;left:50%;transform:translateX(-50%);width:80%;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);scroll-padding-bottom:32px}.chat-message{padding:8px 10px;border-radius:12px;max-width:95%;word-wrap:break-word;box-shadow:0 2px 5px rgba(0,0,0,.15);flex-shrink:0}.user-message{background-color:#f7cc65;align-self:flex-end;color:#3e3a62}.bot-message{background-color:hsla(0,0%,80%,.9)}.message-content{line-height:1.5}.source-used{margin-top:8px;font-size:12px;font-weight:600;color:#3e3a62}.message-content p{margin:0 0 12px 0}.message-content p:last-child{margin-bottom:0}.bot-message ul{margin:8px 0 8px 22px;padding-left:18px}.bot-message li{margin-bottom:6px;line-height:1.45}.bot-message p{line-height:1.5}.message-content table{display:block;width:100%;max-width:100%;margin:10px 0 4px;border-collapse:collapse;overflow-x:auto;white-space:nowrap;font-size:13px}.message-content td,.message-content th{border:1px solid rgba(54,55,85,.18);padding:7px 9px;text-align:left;vertical-align:top}.message-content th{background:rgba(54,55,85,.12);color:#363755;font-weight:700}.message-content tr:nth-child(2n) td{background:hsla(0,0%,100%,.38)}.message-content td{background:hsla(0,0%,100%,.24)}.input-footer-container{position:fixed;left:5%;bottom:0;width:90%;background-color:#363755;display:flex;flex-direction:column;align-items:center;z-index:10}.input-container{display:flex;padding:15px;background-color:#222;border-radius:10px;justify-content:center;gap:10px;width:100%}input[type=text]{width:85%;padding:12px;border-radius:20px;border:2px solid #444;background-color:#444;color:#fff;font-size:16px;margin-right:10px;transition:background-color .3s ease;font-family:Montserrat,sans-serif}input[type=text]:focus{border:2px solid #4a9a8f;outline:none}button{padding:12px 20px;background-color:#3e3a62;color:#fff;border-radius:50px;border:none;font-size:16px;font-family:Montserrat,sans-serif;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#fff;color:#3e3a62;border:#3e3a62}.clear-button{background-color:#4a9a8f}.stop-button{background-color:#bf4c4c}.stop-button:hover{background-color:#fff;color:#bf4c4c}.clear-button:hover{background-color:#fff;color:#4a9a8f}.welcome-panel{align-self:center;width:min(860px,92%);margin:auto;padding:20px;color:#363755;text-align:center}.welcome-message{margin:0 auto 18px;max-width:760px;font-size:18px;line-height:1.5;font-weight:500}.welcome-examples{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.welcome-example-button{min-height:58px;padding:10px 12px;border-radius:8px;background-color:hsla(0,0%,100%,.85);color:#363755;border:1px solid rgba(54,55,85,.18);font-size:13px;font-weight:600;line-height:1.25;text-align:left}.welcome-example-button span{display:block;margin-bottom:4px;color:#4a9a8f;font-size:11px;text-transform:uppercase;letter-spacing:.02em}.welcome-example-button:hover:not(:disabled){background-color:#3e3a62;color:#fff}.welcome-example-button:hover:not(:disabled) span{color:#f7cc65}.footer{color:#fff;text-align:center;font-size:14px}.footer a{color:#fff;text-decoration:none}.footer a:hover{text-decoration:underline;color:#efc36b}.settings-row{position:absolute;top:14px;right:18px;z-index:20}.settings-button{width:42px;height:42px;padding:0;border-radius:50%;border:2px solid #363755;background-color:hsla(0,0%,100%,.9);color:#363755;font-size:21px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.settings-button:hover{background-color:#363755;color:#fff}.settings-panel{position:absolute;top:62px;right:18px;z-index:19;width:min(760px,calc(100vw - 36px));padding:14px;border-radius:8px;background-color:hsla(0,0%,100%,.94);box-shadow:0 10px 30px rgba(0,0,0,.18);border:1px solid rgba(54,55,85,.16)}.settings-panel .model-selection{display:grid;grid-template-columns:auto minmax(180px,1fr);justify-content:stretch;align-items:center;gap:10px 12px;margin:0;max-width:none}.settings-panel .model-selection label{justify-self:end}.model-selection{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:0}.status-bar{text-align:center;font-size:13px;color:#363755;margin-top:4px;margin-bottom:4px;font-weight:500}label{font-size:16px;font-weight:700;color:#333;white-space:nowrap;font-family:Montserrat,sans-serif}#modelSelect,#providerSelect,#questionModeSelect,#topKSelect,#workspaceSelect{width:auto;padding:10px;font-size:18px;border:2px solid #363755;border-radius:8px;background-color:#f8f9fa;color:#363755;outline:none;cursor:pointer;transition:all .3s ease-in-out;font-family:Montserrat,sans-serif}#providerSelect{max-width:260px}#modelSelect,#workspaceSelect{max-width:240px}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1;opacity:.3}button:disabled,input:disabled{opacity:.6;cursor:not-allowed}.references-container{margin-top:10px;padding:10px;background-color:hsla(0,0%,100%,.8);border-radius:5px;text-align:left;font-size:14px}.references-container h3{font-size:14px;color:#333;margin-bottom:5px;border-bottom:1px solid #ddd;padding-bottom:3px}.references-container ul{padding-left:15px}.references-container li{list-style:none;padding:5px 0}.reference-title{font-weight:500}.reference-preview{margin-top:4px;padding-left:20px}.reference-preview summary{cursor:pointer;color:#3e3a62;font-weight:600}.reference-preview p{margin-top:6px;padding:8px;border-radius:6px;background-color:hsla(0,0%,94%,.9);line-height:1.4;white-space:pre-wrap}.feedback-container{margin-top:10px;padding-top:8px;border-top:1px solid rgba(0,0,0,.1);display:flex;flex-wrap:wrap;align-items:center;gap:8px}.feedback-label{font-size:12px;color:#555}.feedback-button{padding:4px 10px;font-size:12px;border-radius:14px;background-color:hsla(0,0%,100%,.7);color:#3e3a62;border:1px solid rgba(62,58,98,.25)}.feedback-button:hover:not(:disabled){background-color:#3e3a62;color:#fff;border-color:#3e3a62}.feedback-button:disabled:not(.feedback-button-selected){opacity:.4;cursor:default}.feedback-button:disabled{cursor:default}.feedback-button-selected{background-color:#4a9a8f;color:#fff;border-color:#4a9a8f}.feedback-comment-container{margin-top:6px;display:flex;gap:6px}.feedback-comment-input{flex:1;padding:4px 8px;font-size:12px;border-radius:6px;border:1px solid rgba(62,58,98,.25)}.feedback-comment-submit{padding:4px 10px;font-size:12px;border-radius:6px;background-color:#3e3a62;color:#fff;border:1px solid #3e3a62}.feedback-thanks{font-size:12px;color:#4a9a8f;font-weight:600}.top-container{position:fixed;left:0;top:0}.logo{max-width:155px;padding:8px 12px 4px 12px}.loading-message{font-weight:700;font-size:16px;padding:12px 16px;border-radius:8px;text-align:center;color:#f7cc65;animation:pulse-scale 1.5s ease-in-out infinite;box-shadow:0 0 12px rgba(74,154,143,.6);transition:all .3s ease}@keyframes pulse-scale{0%{transform:scale(1);opacity:.2;box-shadow:0 0 15px rgba(74,154,143,.6)}50%{transform:scale(1.1);opacity:1;box-shadow:0 0 25px rgba(44,184,173,.8)}to{transform:scale(1);opacity:.2;box-shadow:0 0 15px rgba(74,154,143,.6)}}*{box-sizing:border-box}#app,body,html{width:100%;height:100%;min-height:100%}body{min-height:100dvh}.container{width:100vw;overflow:hidden}.container,.top-container{position:relative;height:100dvh;min-height:0}.top-container{left:auto;top:auto;width:100%;display:flex;flex-direction:column;align-items:stretch;padding:clamp(10px,1.8vw,18px) clamp(10px,3vw,34px) 0}.logo-container{position:absolute;top:clamp(8px,1.4vw,18px);left:clamp(8px,1.4vw,18px);z-index:3}.logo{width:clamp(94px,12vw,155px);max-width:none;height:auto;display:block;padding:0}.panoptes-title{margin-top:0}.model-selection{flex-wrap:wrap;row-gap:8px;max-width:min(980px,calc(100vw - 32px));margin:4px auto 0}#modelSelect,#providerSelect,#questionModeSelect,#workspaceSelect{min-width:0;max-width:min(260px,42vw)}.status-bar{min-height:18px}.chat-box{position:relative;top:auto;bottom:auto;left:auto;transform:none;flex:1 1 auto;justify-self:center;align-self:center;width:min(82vw,1420px);max-width:calc(100vw - 48px);min-height:0;height:auto;margin:12px 0 10px;padding:10px 10px 28px}.message-content,.reference-preview p,.references-container{overflow-wrap:anywhere}.input-footer-container{position:relative;left:auto;bottom:auto;transform:none;flex:0 0 auto;justify-self:center;align-self:center;width:min(90vw,1800px);max-width:calc(100vw - 24px);flex-shrink:0}.input-container{box-sizing:border-box}.input-container input[type=text]{flex:1 1 auto;min-width:0;width:auto}@media (max-width:1180px){h1{font-size:24px}.top-container{padding-top:12px}.model-selection{gap:7px}label{font-size:14px}#modelSelect,#providerSelect,#questionModeSelect,#topKSelect,#workspaceSelect{padding:8px 9px;font-size:15px;max-width:220px}.chat-box{width:calc(100vw - 40px)}.input-footer-container{width:calc(100vw - 34px)}}@media (max-width:820px){h1{font-size:22px;margin-top:38px}.top-container{padding:10px 10px 0}.logo{width:104px}.model-selection{display:grid;grid-template-columns:auto minmax(0,1fr);justify-content:stretch;align-items:center;gap:7px 8px;width:min(560px,calc(100vw - 20px));margin-top:8px}.model-selection label{justify-self:end;font-size:13px}#modelSelect,#providerSelect,#questionModeSelect,#workspaceSelect{width:100%;max-width:none;font-size:14px}.status-bar{font-size:12px}.chat-box{width:calc(100vw - 20px);max-width:none;margin:8px 0;padding:8px 8px 22px;border-radius:8px}.welcome-panel{width:100%;padding:12px}.welcome-message{font-size:15px;line-height:1.45}.welcome-examples{grid-template-columns:1fr;gap:8px}.welcome-example-button{min-height:48px;font-size:12px}.chat-message{max-width:100%;font-size:14px}.references-container{font-size:12px}.input-footer-container{width:100%;max-width:none}.input-container{padding:10px;gap:8px;border-radius:0}input[type=text]{padding:10px 12px;font-size:14px;margin-right:0}button{padding:10px 13px;font-size:14px}.clear-button{max-width:78px;line-height:1.05}.footer{font-size:12px}.footer p{margin:6px 0}}@media (max-width:560px){h1{font-size:20px;margin-top:34px}.logo{width:88px}.model-selection{grid-template-columns:1fr;gap:4px;margin-top:6px}.model-selection label{justify-self:start;font-size:12px}#modelSelect,#providerSelect,#questionModeSelect,#workspaceSelect{padding:7px 8px;font-size:13px}.status-bar{font-size:11px;margin-top:3px}.chat-box{width:calc(100vw - 12px);margin:6px 0;padding:7px 6px 18px}.welcome-panel{padding:8px}.welcome-message{margin-bottom:10px;font-size:13px}.chat-message{padding:8px;border-radius:10px;font-size:13px}.message-content{line-height:1.42}.bot-message ul{margin-left:12px;padding-left:14px}.references-container{padding:8px}.feedback-comment-container,.feedback-container{gap:5px}.feedback-label{width:100%}.feedback-button{padding:4px 8px;font-size:11px}.input-container{display:grid;grid-template-columns:minmax(0,1fr) auto auto;padding:8px}button,input[type=text]{font-size:13px;padding:9px 10px}.clear-button{width:58px}}@media (max-width:380px){h1{font-size:18px;margin-top:30px}.logo{width:78px}button{padding-inline:8px;font-size:12px}.clear-button{width:52px}}@media (max-height:680px) and (max-width:820px){h1{margin-top:30px;font-size:18px}.logo{width:80px}.model-selection{grid-template-columns:auto minmax(0,1fr)}.footer{display:none}}