@tailwind base;@tailwind components;@tailwind utilities;html{height:100%;font-family:Roboto}:root{--primary:#fa2b4d;--secondary:#dff3ff;--dark-bg:#0a0e27;--light-bg:#1a1f3a;--accent:#104b82;--foreground-rgb:255,255,255;--background-start-rgb:10,14,39;--background-end-rgb:42,47,74}body{margin:0;padding:0;color:rgb(var(--foreground-rgb));background:var(--dark-bg);min-height:100vh;overflow-x:hidden}*{box-sizing:border-box}chatui-chat{height:100}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}::-webkit-scrollbar-thumb{background:rgba(223,243,255,.3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(223,243,255,.5)}.chatui-legacy,.title-legacy{display:none!important}.lottie svg{object-fit:contain;width:2rem!important;height:2rem!important}.lottie-listening svg{object-fit:contain;width:3rem!important;height:3rem!important;right:-.5rem;position:relative}.chat-settings-popover{margin:20px;display:flex;flex-flow:column;row-gap:.5rem;min-width:195px;color:#ffffff!important;*,.MuiFormControlLabel-label,.MuiInputLabel-root,.MuiSelect-select,.MuiTypography-root{color:#ffffff!important}.MuiTypography-subtitle2{font-size:1rem}#modelSelection,.modelSelection{width:250px;max-width:250px;white-space:break-spaces}.modelList{display:flex;flex-flow:column;align-items:flex-start;.resetDefaultModelButton{color:#3498db}}.storeConversationSwitchLabel{color:#ffffff!important;justify-content:start;margin-left:0;.storeConversationSwitch{.Mui-checked .MuiSwitch-thumb,.Mui-checked+.MuiSwitch-track{background-color:#3498db!important;color:#3498db!important}}}.dropdown{color:#ffffff!important;padding-top:2px;padding-bottom:2px;white-space:break-spaces;max-width:max-content;min-width:75px;.MuiOutlinedInput-notchedOutline{border-color:#104b82!important}.MuiFormControl-root{.MuiInputLabel-root,.MuiSelect-select{color:rgba(0,0,0,1)!important}.MuiSelect-select{padding-top:8px;padding-bottom:8px}}}}.modelSelectionOption{a{color:#000!important}}.flex{display:flex;justify-content:center;flex-flow:column;align-items:center}.chatui-header{display:flex;justify-content:space-between;padding:10px;border-bottom:2px solid #ddd;background:#eee;color:#666}.chatui-screen-legacy,.msg-legacy{display:none!important}p{margin:0}.error-msg-legacy .msg-bubble{display:none!important}.chatui-inputarea{padding:10px;border-top:2px solid #ddd;background:#eee;width:100%;&& fieldset legend{display:none}}.chatui-inputarea .Mui-disabled{cursor:not-allowed!important}.chatui-btn{margin-left:10px;background:#929292;color:#fff;font-weight:700;cursor:pointer;padding:5px}.send-button{color:#104b82}.chatui-btn:hover{background:#92929280}.button-section{display:flex;align-items:center;flex-flow:column wrap}.footerButton{width:100%;background:linear-gradient(90deg,#DECBA4,#3E5151);.wrapper{background:#f9f9f954;flex-flow:row wrap;display:inline-flex;justify-content:space-around;align-items:center;padding:.25rem 0;width:100%;height:100%;.voiceModeSwitch{.Mui-checked .MuiSwitch-thumb,.Mui-checked+.MuiSwitch-track{background-color:#104b82!important;color:#104b82!important}}.stopGeneratingButton{color:#104b82}.resetButton,.voiceAssistantButtons,.voiceModeHelpButton{color:#104b82;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;font-size:.875rem;line-height:1.75;letter-spacing:.02857em;text-transform:uppercase;border-color:#104b82}.voiceModeHelpButton{font-size:10px;margin-left:6px}}}.docCyph-switch{.Mui-checked .MuiSwitch-thumb,.Mui-checked+.MuiSwitch-track{background-color:#104b82!important;color:#104b82!important}}.reset-btn{height:2rem;display:flex;justify-content:center;align-items:center;margin-left:10px;color:#fff;font-weight:700;cursor:pointer;padding:10px;color:#104b82}.footer-container{display:flex;align-items:center;justify-content:center;width:100%;margin-top:.25rem;flex-flow:column wrap;white-space:pre;.info{color:white;font-size:.75rem;font-weight:400;line-height:1rem;font-family:Google Sans,Helvetica Neue,sans-serif;letter-spacing:.1px;white-space:pre-wrap}.line-1{display:inline-flex;flex-flow:row wrap}a{color:#fff}}@media (max-width:1200px){.chatui{height:calc(100vh - 160px);max-height:calc(100vh - 160px)}}@media (max-width:768px){.chatui{padding:1rem;border-radius:12px;height:calc(100vh - 140px);max-height:calc(100vh - 140px)}.chat-settings-popover{margin:10px;#modelSelection,.modelSelection{width:200px;max-width:200px}}}@media (max-width:480px){.chatui{width:100%;padding:.75rem;border-radius:8px;height:calc(100vh - 120px);max-height:calc(100vh - 120px);margin-top:.5rem}.footerButton .wrapper{justify-content:center;flex-wrap:wrap;gap:.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.modern-message{animation:fadeIn .3s ease-out}.modern-chat{animation:fadeIn .5s ease-out}editor-squiggler{display:none!important}a{text-decoration:underline;transition:all .2s ease}a:hover{opacity:.8}