:root{--text:#000;--text-secondary:#6c6c6c;--text-muted:#7d7f85;--ui-background-main:#fff;--ui-background:#f5f5f5;--ui-background-emphasis:#e9e9eb;--ui-main:#63b4ab;--ui-main-hover:#66c5a1;--ui-main-content:#fff;--ui-secondary:#7d7f85;--ui-border:hsla(240,5%,92%,.627);--ui-accent:#10b981;--input-background:#fff;--delete:#ff3b30;--delete-content:#fff;--glass-background:#ffffffb3;--glass-border:#ffffff4d;--glass-shadow:0 8px 32px 0 #1f268726;--glass-blur:blur(12px);--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 16px #0000001f;--shadow-lg:0 8px 32px #00000029;--shadow-xl:0 12px 48px #0003;--loading-text-shadow:#63b4ab;--ai-message-bubble:#63b4ab;--ai-message-content:#fff;--ai-message-content-secondary:hsla(0,0%,100%,.627);--user-message-bubble:#f3f4f6f2;--user-message-content:#000;--scrollbar-thumb-color:#e9e9eb;--scrollbar-thumb-color-ai-message:hsla(240,5%,92%,.627);--scrollbar-thumb-hover-color:#7d7f85;--scrollbar-track-color:#f5f5f5;--shadow:#7d7f85;--border-shadow-top:0 2px 6px 0 #7d7f85!important;--border-shadow-bottom:0 -2px 6px 0 #7d7f85!important;--table-border:1.5px solid hsla(0,0%,100%,.627);--backdrop-blur:blur(12px)}[data-theme=dark]{--text:#fff;--text-secondary:#b7b7b7;--text-muted:#969696;--ui-background-main:#2a2a2a;--ui-background:#242427;--ui-background-emphasis:#2f2f30;--ui-main:#63b4ab;--ui-main-hover:#66c5a1;--ui-main-content:#fff;--ui-secondary:#969696;--ui-border:#323232;--ui-accent:#10b981;--input-background:#2a2a2a;--delete:#ff3b30;--delete-content:#323232;--glass-background:#2a2a2ab3;--glass-border:#ffffff1a;--glass-shadow:0 8px 32px 0 #0006;--glass-blur:blur(12px);--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-xl:0 12px 48px #0009;--loading-text-shadow:#63b4ab;--ai-message-bubble:#63b4ab;--ai-message-content:#fff;--ai-message-content-secondary:hsla(0,0%,100%,.627);--user-message-bubble:#2f2f30f2;--user-message-content:#fff;--scrollbar-thumb-color:#323232;--scrollbar-thumb-color-ai-message:rgba(0,0,0,.627);--scrollbar-thumb-hover-color:#969696;--scrollbar-track-color:#242427;--shadow:#000;--border-shadow-top:0 2px 6px 0 #000!important;--border-shadow-bottom:0 -2px 6px 0 #000!important;--table-border:1.5px solid hsla(0,0%,100%,.627);--backdrop-blur:blur(12px)}*,:after,:before{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.MuiTypography-h1,.MuiTypography-h2,.MuiTypography-h3,.MuiTypography-h4,.MuiTypography-h5,.MuiTypography-h6,h1,h2,h3,h4,h5,h6{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}html{font-size:16px;scroll-behavior:smooth}@media screen and (min-width:750px){html{font-size:16px}}body,html{background-color:#fff;background-color:var(--ui-background-main);color:#000;color:var(--text);height:100%;margin:0;min-height:100vh;min-height:var(--app-height);overflow:hidden;transition:background-color .8s ease-in-out,color .8s ease-in-out}body{background-color:#fff!important;background-color:var(--ui-background-main)!important;position:relative;width:100%}input,select,textarea{-webkit-text-size-adjust:100%;font-size:16px!important}@media screen and (max-width:767px){input,select,textarea{font-size:16px!important}}a,article,aside,button,div,footer,h1,h2,h3,h4,h5,h6,header,input,main,nav,p,section,select,span,textarea{transition-duration:.8s;transition-property:background-color,color,border-color,box-shadow;transition-timing-function:ease-in-out}.app,.root{height:var(--app-height);transition:background-color .8s ease-in-out,color .8s ease-in-out}.app-loading{opacity:1;pointer-events:none}.app{background-color:#fff;background-color:var(--ui-background-main);opacity:1;transition:opacity .6s ease-in-out}.chat-container{height:calc(var(--app-height) - var(--top-menu-height) - var(--input-height));margin-top:var(--top-menu-height);overflow-y:auto;padding-bottom:4rem;padding-top:1rem;scroll-behavior:smooth;scroll-margin-top:1rem;scroll-padding-top:1rem}.chat-container:after{content:"";display:block;height:1rem}@media screen and (max-width:550px){.chat-container::-webkit-scrollbar,.chat-container::-webkit-scrollbar-track{display:none}.chat-container::-webkit-scrollbar-thumb{display:none}.chat-container{padding-bottom:3rem}.chat-container:after{height:2rem}}@media screen and (min-width:550px){.chat-container::-webkit-scrollbar{border-radius:6px;width:6px}.chat-container::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color);border-radius:6px;width:6px}.chat-container::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:var(--scrollbar-thumb-color);border-radius:6px;width:6px}.chat-container::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color)}}.chat{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:flex-start}.chat .chat-loading{align-items:flex-start;animation:messageSlideIn .3s ease-out;display:flex;gap:.75rem;padding-bottom:1.5rem}.chat .chat-loading-avatar{background:var(--ui-background-emphasis);border-radius:50%;flex-shrink:0;height:2rem;overflow:hidden;width:2rem}.chat .chat-loading-avatar img{height:100%;object-fit:cover;width:100%}.chat .chat-loading-bubble{align-items:center;background:var(--ai-message-bubble);border-radius:20px;border-bottom-left-radius:4px;box-shadow:var(--shadow-md);display:flex;min-width:70px;padding:1rem 1.5rem}.chat .chat-loading-dots{align-items:center;display:flex;gap:6px}.chat .chat-loading-dots span{animation:dotPulse 1.5s ease-in-out infinite;background:#fff;border-radius:50%;height:8px;opacity:.5;width:8px}.chat .chat-loading-dots span:first-child{animation-delay:0s}.chat .chat-loading-dots span:nth-child(2){animation-delay:.2s}.chat .chat-loading-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.chat-scroll-to-bottom{animation:slideUpFadeIn .3s ease-out;bottom:calc(var(--input-height) + 1rem);pointer-events:none;position:fixed;right:1rem;z-index:1000}@media screen and (max-width:550px){.chat-scroll-to-bottom{bottom:calc(var(--input-height) + .75rem);right:.75rem}}@media screen and (min-width:550px){.chat-scroll-to-bottom{bottom:calc(var(--input-height) + 1.25rem);right:1.5rem}}.chat-scroll-to-bottom .chat-scroll-button{background-color:#63b4ab;border-radius:50%;box-shadow:0 4px 12px #00000026,0 2px 6px #0000001a;color:#fff;height:48px;pointer-events:auto;position:relative;transition:all .3s ease-in-out;width:48px}@media screen and (max-width:550px){.chat-scroll-to-bottom .chat-scroll-button{height:44px;width:44px}}.chat-scroll-to-bottom .chat-scroll-button:hover{background-color:#66c5a1;box-shadow:0 6px 16px #0003,0 4px 8px #00000026;transform:translateY(-2px)}.chat-scroll-to-bottom .chat-scroll-button:active{box-shadow:0 2px 8px #00000026;transform:translateY(0)}.chat-scroll-to-bottom .chat-scroll-button svg{animation:bounceArrow 2s ease-in-out infinite;font-size:1.5rem}.chat-scroll-to-bottom .chat-scroll-button .chat-scroll-badge{align-items:center;animation:pulseBadge 1.5s ease-in-out infinite;background-color:#e91e63;border-radius:10px;box-shadow:0 2px 6px #e91e6366;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 6px;position:absolute;right:-4px;top:-4px}[data-theme=dark] .chat-scroll-to-bottom .chat-scroll-button{background-color:#63b4ab}[data-theme=dark] .chat-scroll-to-bottom .chat-scroll-button:hover{background-color:#66c5a1}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes pulseBadge{0%,to{box-shadow:0 2px 6px #e91e6366;transform:scale(1)}50%{box-shadow:0 2px 10px #e91e6399;transform:scale(1.1)}}.message{align-items:flex-start;animation:messageSlideIn .3s ease-out;display:flex;padding-bottom:1.5rem}.message.message-ai{justify-content:flex-start}.message.message-ai .message-container .message-bubble{background-color:var(--ai-message-bubble);border-bottom-left-radius:4px;box-shadow:var(--shadow-md)}.message.message-ai .message-container .message-bubble .message-text{color:var(--ai-message-content)}.message.message-user{justify-content:flex-end}.message.message-user .message-container .message-bubble{-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background-color:var(--user-message-bubble);border-bottom-right-radius:4px;box-shadow:var(--shadow-sm)}.message.message-user .message-container .message-bubble .message-text{color:var(--user-message-content)}.message .message-container{max-width:85%;transition:all .3s ease}@media screen and (max-width:750px){.message .message-container{max-width:90%}}@media screen and (max-width:550px){.message .message-container{max-width:95%}}.message .message-container.message-containerEditing{-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:var(--glass-background);border-radius:20px;box-shadow:var(--shadow-md);max-width:100%;overflow:hidden;width:100%}.message .message-container .message-bubble{border-radius:20px;overflow-x:hidden;padding:1rem 1.25rem;transition:all .3s ease}.message .message-container .message-bubble:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.message .message-container .message-scroll{overflow-x:auto;padding-bottom:1rem}.message .message-container .message-scroll::-webkit-scrollbar{border-radius:6px;height:6px}.message .message-container .message-scroll::-webkit-scrollbar-track{background-color:var(--ai-message-bubble);border-radius:6px;height:6px}.message .message-container .message-scroll::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:var(--scrollbar-thumb-color-ai-message);border-radius:6px;height:6px}.message .message-container .message-scroll::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color)}.message .message-container .message-editInput{background-color:var(--user-message-bubble);border:initial!important;border-radius:1rem;color:var(--user-message-content);font-size:.9rem;font-weight:500;outline:medium none invert!important;outline:initial!important;padding:1rem;resize:none;width:100%}.message .message-container .message-editButtons{background-color:var(--user-message-bubble);margin-top:0;padding:0 1rem 1rem}.message .message-container .message-editButtons .message-editButton{border-radius:1rem}.message .message-container .message-editButtons .message-editButton.message-editSend{background-color:var(--ui-main)}.message .message-container .message-editButtons .message-editButton.message-editCancel{background-color:var(--ui-background-main);border:none;color:var(--ui-secondary)}.message .message-container .message-text{font-size:.9rem;font-weight:500}.message .message-container .message-text ol:first-child,.message .message-container .message-text p:first-child,.message .message-container .message-text table:first-child,.message .message-container .message-text ul:first-child{margin-top:0;padding-top:0}.message .message-container .message-text ol:last-child,.message .message-container .message-text p:last-child,.message .message-container .message-text table:last-child,.message .message-container .message-text ul:last-child{margin-bottom:0;padding-bottom:0}.message .message-container .message-text li{padding-bottom:.5rem}.message .message-container .message-text ::marker{color:var(--ai-message-content-secondary);opacity:.5}.message .message-container .message-text table{border-collapse:collapse;border-radius:.25rem;table-layout:fixed}.message .message-container .message-text table td,.message .message-container .message-text table th{border:var(--table-border);padding:.25rem .5rem;white-space:nowrap}.message .message-ai-logo{height:3rem;margin-top:auto;width:3rem}@media screen and (min-width:750px){.message .message-ai-logo{height:4rem;margin-right:.5rem;width:4rem}}.message .message-aiButtons{display:flex;margin-top:.5rem}.message .message-aiButtons .message-aiButton{color:var(--ui-secondary)}.message .message-aiButtons .message-aiButton svg{height:1.25rem;width:1.25rem}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.file-attachment{border-radius:12px!important;margin:8px 0;max-width:400px;transition:transform .2s ease,box-shadow .2s ease}.file-attachment:hover{box-shadow:0 4px 12px #00000026!important;transform:translateY(-2px)}.file-attachment .file-attachment-content{align-items:center;display:flex;gap:12px;padding:12px!important}.file-attachment .file-attachment-content:last-child{padding-bottom:12px!important}.file-attachment .file-attachment-preview{border-radius:8px;flex-shrink:0;max-width:120px;overflow:hidden}.file-attachment .file-attachment-preview .file-attachment-image{cursor:pointer;height:auto;transition:transform .2s ease;width:100%}.file-attachment .file-attachment-preview .file-attachment-image:hover{transform:scale(1.05)}.file-attachment .file-attachment-icon{align-items:center;background:#0000000a;border-radius:8px;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.file-attachment .file-attachment-info{flex:1 1;min-width:0}.file-attachment .file-attachment-info .file-attachment-name{color:var(--text-primary);font-weight:500!important;margin-bottom:6px!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-attachment .file-attachment-info .file-attachment-meta{display:flex;flex-wrap:wrap;gap:6px}.file-attachment .file-attachment-info .file-attachment-meta .file-attachment-category,.file-attachment .file-attachment-info .file-attachment-meta .file-attachment-size{font-size:.7rem!important;height:20px!important}.file-attachment .file-attachment-actions{display:flex;flex-direction:column;flex-shrink:0;gap:4px}.file-attachment .file-attachment-actions .file-attachment-download,.file-attachment .file-attachment-actions .file-attachment-open{transition:all .2s ease}.file-attachment .file-attachment-actions .file-attachment-download:hover,.file-attachment .file-attachment-actions .file-attachment-open:hover{background:#00000014;transform:scale(1.1)}.file-attachment .file-attachment-actions .file-attachment-download{color:#4caf50}.file-attachment .file-attachment-actions .file-attachment-open{color:#2196f3}@media(prefers-color-scheme:dark){.file-attachment .file-attachment-icon{background:#ffffff14}.file-attachment .file-attachment-info .file-attachment-name{color:var(--text-primary-dark)}.file-attachment .file-attachment-actions .file-attachment-download:hover,.file-attachment .file-attachment-actions .file-attachment-open:hover{background:#ffffff1f}}@media(max-width:768px){.file-attachment{max-width:100%}.file-attachment .file-attachment-content{gap:10px;padding:10px!important}.file-attachment .file-attachment-preview{max-width:80px}.file-attachment .file-attachment-icon{height:50px;width:50px}.file-attachment .file-attachment-actions .file-attachment-download,.file-attachment .file-attachment-actions .file-attachment-open{padding:6px}}.new{font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;justify-content:center;margin:0 auto;max-width:1200px;padding:3rem 2rem 4rem;text-align:center;text-rendering:optimizeLegibility;width:100%}@media screen and (max-width:550px){.new{align-items:center;justify-content:center;min-height:100%;padding:1rem .75rem}}@media screen and (max-width:400px)and (max-height:700px){.new{align-items:center;justify-content:center;min-height:100%;padding:.75rem .5rem}}.new .new-logo{filter:drop-shadow(0 2px 8px rgba(0,0,0,.08));height:6rem;margin-bottom:1.5rem;object-fit:contain;transition:transform .3s cubic-bezier(.4,0,.2,1),filter .3s cubic-bezier(.4,0,.2,1);width:auto}@media screen and (max-width:550px){.new .new-logo{height:3rem;margin-bottom:.375rem}}@media screen and (max-width:400px)and (max-height:700px){.new .new-logo{height:2.5rem;margin-bottom:.25rem}}.new .new-logo:hover{filter:drop-shadow(0 4px 12px rgba(0,0,0,.12));transform:scale(1.02)}.new .new-title{color:var(--text);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:2.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem;transition:color .8s ease-in-out}@media screen and (max-width:550px){.new .new-title{font-size:1.5rem;line-height:1.1;margin-bottom:.375rem}}@media screen and (max-width:400px)and (max-height:700px){.new .new-title{font-size:1.25rem;line-height:1.1;margin-bottom:.25rem}}.new .new-tagline{color:var(--text);font-size:1.125rem;font-weight:400;letter-spacing:-.01em;line-height:1.5;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.7;transition:color .8s ease-in-out,opacity .8s ease-in-out}@media screen and (max-width:550px){.new .new-tagline{font-size:.875rem;line-height:1.3;margin-bottom:4rem;padding:0}}@media screen and (max-width:400px)and (max-height:700px){.new .new-tagline{font-size:.8125rem;line-height:1.3;margin-bottom:3.5rem;padding:0}}.new .new-prompts{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1200px;padding:0;width:100%}@media screen and (min-width:1000px){.new .new-prompts{gap:1.75rem;grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1000px){.new .new-prompts{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:550px){.new .new-prompts{gap:.375rem;grid-template-columns:repeat(2,1fr);justify-items:center;max-width:100%;width:100%}}@media screen and (max-width:400px)and (max-height:700px){.new .new-prompts{gap:.25rem;grid-template-columns:repeat(2,1fr);justify-items:center;max-width:100%;width:100%}}.new .new-prompts .new-prompt{align-items:stretch;cursor:pointer;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);width:100%}.new .new-prompts .new-prompt:hover{transform:translateY(-4px)}.new .new-prompts .new-prompt:hover .new-promptContent{background-color:var(--ui-main);border-color:#63b4ab4d;box-shadow:0 8px 24px #0000001f,0 4px 8px #00000014;color:var(--ui-main-content)}.new .new-prompts .new-prompt:active{transform:translateY(-2px)}.new .new-prompts .new-prompt .new-promptHeader{color:var(--text);font-size:1.125rem;font-weight:600;letter-spacing:-.01em;line-height:1.4;margin-bottom:.75rem;padding:0 .5rem;text-align:left;transition:color .8s ease-in-out}@media screen and (max-width:550px){.new .new-prompts .new-prompt .new-promptHeader{font-size:.875rem;line-height:1.2;margin-bottom:.375rem;padding:0}}@media screen and (max-width:400px)and (max-height:700px){.new .new-prompts .new-prompt .new-promptHeader{font-size:.8125rem;line-height:1.2;margin-bottom:.25rem;padding:0}}.new .new-prompts .new-prompt .new-promptContent{font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--user-message-bubble);border:1px solid #0000;border-radius:1rem;box-shadow:0 2px 8px #0000000f,0 1px 4px #0000000a;color:var(--text);cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.9375rem;font-weight:400;letter-spacing:-.01em;line-height:1.6;padding:1.25rem;position:relative;text-align:left;text-rendering:optimizeLegibility;transition:all .3s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:550px){.new .new-prompts .new-prompt .new-promptContent{border-radius:.75rem;font-size:.8125rem;line-height:1.4;padding:.75rem}}@media screen and (max-width:400px)and (max-height:700px){.new .new-prompts .new-prompt .new-promptContent{border-radius:.625rem;font-size:.75rem;line-height:1.35;padding:.625rem}}[data-theme=dark] .new .new-logo{filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}[data-theme=dark] .new .new-logo:hover{filter:drop-shadow(0 4px 12px rgba(0,0,0,.4))}[data-theme=dark] .new .new-tagline{opacity:.8}[data-theme=dark] .new .new-prompt .new-promptContent{box-shadow:0 2px 8px #0003,0 1px 4px #00000026}[data-theme=dark] .new .new-prompt .new-promptContent:hover{box-shadow:0 8px 24px #0000004d,0 4px 8px #0003}.journal{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0);margin-top:var(--top-menu-height);max-height:calc(var(--app-height) - var(--top-menu-height));min-height:calc(var(--app-height) - var(--top-menu-height));overflow-x:hidden;overflow-y:auto;padding:20px 0;pointer-events:auto;position:relative;scroll-behavior:smooth;touch-action:pan-y;z-index:1}.journal .journal-header{margin-bottom:30px;padding-top:1rem;text-align:center}.journal .journal-header .journal-title{color:var(--text)!important;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-weight:700;margin-bottom:.5rem}.journal .journal-header .journal-subtitle{color:var(--text-secondary);font-style:italic}.journal .journal-header .MuiTypography-root{color:var(--text)!important}.journal .journal-header .MuiTypography-root.MuiTypography-colorTextSecondary{color:var(--text-secondary)!important}.journal .journal-new-entry{background:var(--ui-background-emphasis);border:2px solid var(--ui-main);border-radius:1rem;margin-bottom:2rem}.journal .journal-new-entry .journal-textarea .MuiOutlinedInput-root{background:var(--input-background)}.journal .journal-new-entry .journal-textarea .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--ui-main)}.journal .journal-new-entry .journal-textarea .MuiInputBase-input{color:var(--text);font-size:1rem;line-height:1.5}.journal .journal-new-entry .journal-actions{display:flex;gap:.5rem;justify-content:flex-end}.journal .journal-new-entry .journal-actions .MuiButton-root{font-weight:500;text-transform:none}.journal .journal-entries{display:flex;flex-direction:column;gap:1.5rem}.journal .journal-empty{background:var(--ui-background-emphasis);border-radius:1rem;margin:2rem 0}.journal .journal-empty .MuiButton-root{font-weight:600;padding:.75rem 2rem;text-transform:none}.journal .journal-entry{background:var(--ui-background-emphasis);border:1px solid #0000;border-radius:1rem;position:relative;transition:all .2s ease-in-out;z-index:2}.journal .journal-entry:hover{border-color:var(--ui-main);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.journal .journal-entry .journal-entry-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.journal .journal-entry .journal-entry-header .MuiIconButton-root{color:var(--text-secondary);transition:all .2s ease-in-out}.journal .journal-entry .journal-entry-header .MuiIconButton-root:hover{background:rgba(var(--ui-main-rgb),.1);color:var(--ui-main)}.journal .journal-entry .journal-entry-content{word-wrap:break-word;color:var(--text);line-height:1.6;white-space:pre-wrap}.journal .journal-entry .journal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.journal .journal-entry .journal-actions .MuiButton-root{font-size:.875rem;text-transform:none}.journal .journal-fab{background:var(--ui-main)!important;color:var(--ui-main-content)!important;position:relative;z-index:10}.journal .journal-fab:hover{background:var(--ui-main-hover)!important;transform:scale(1.1)}.journal .MuiButton-root,.journal .MuiChip-root,.journal .MuiIconButton-root,.journal .MuiSelect-root,.journal .MuiTab-root,.journal .MuiTextField-root{-webkit-tap-highlight-color:rgba(0,0,0,.1);position:relative;touch-action:manipulation;z-index:2}.journal .MuiDialog-paper,.journal .MuiMenu-paper,.journal .MuiPopover-paper{z-index:1000!important}.journal .MuiFab-root{-webkit-tap-highlight-color:rgba(0,0,0,.1);position:relative;touch-action:manipulation;z-index:10}@media screen and (max-width:550px){.journal{-webkit-overflow-scrolling:touch;padding:1rem 0 10px;touch-action:pan-y}.journal .journal-header{margin-bottom:20px;padding-top:1rem}.journal .journal-header .journal-title{font-size:1.5rem}.journal .journal-new-entry{margin-bottom:1.5rem}.journal .journal-new-entry .journal-textarea .MuiInputBase-input{font-size:.875rem}.journal .journal-entries{gap:1rem}.journal .journal-fab{bottom:calc(var(--input-height) + 1rem);right:1rem}}@media screen and (max-width:400px)and (max-height:700px){.journal .journal-header .journal-title{font-size:1.5rem}.journal .journal-header .journal-subtitle{font-size:.875rem}.journal .journal-new-entry .journal-textarea .MuiInputBase-input{font-size:.8rem}.journal .journal-fab{height:48px;width:48px}}[data-theme=dark] .journal-header .MuiTypography-root,[data-theme=dark] .journal-header .journal-title{color:var(--text)!important}[data-theme=dark] .journal-header .MuiTypography-root.MuiTypography-colorTextSecondary{color:var(--text-secondary)!important}[data-theme=dark] .journal .MuiTypography-root{color:var(--text)!important}[data-theme=dark] .journal .MuiTypography-root.MuiTypography-colorTextSecondary{color:var(--text-secondary)!important}[data-theme=dark] .journal .MuiTextField-root .MuiInputBase-input{color:var(--text)!important}[data-theme=dark] .journal .MuiTextField-root .MuiInputBase-input::placeholder{color:var(--text-secondary)!important;opacity:1}[data-theme=dark] .journal .MuiTextField-root .MuiInputLabel-root{color:var(--text-secondary)!important}[data-theme=dark] .journal .MuiTextField-root .MuiInputLabel-root.Mui-focused{color:var(--ui-main)!important}[data-theme=dark] .journal .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:var(--ui-border)!important}[data-theme=dark] .journal .MuiTextField-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--text-secondary)!important}[data-theme=dark] .journal .MuiTextField-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--ui-main)!important}[data-theme=dark] .journal .MuiTabs-root .MuiTab-root{color:var(--text-secondary)!important}[data-theme=dark] .journal .MuiTabs-root .MuiTab-root.Mui-selected{color:var(--ui-main)!important}[data-theme=dark] .journal .MuiTabs-root .MuiTabs-indicator{background-color:var(--ui-main)!important}[data-theme=dark] .journal .MuiChip-root{border-color:var(--ui-border)!important;color:var(--text)!important}[data-theme=dark] .journal .MuiChip-root.MuiChip-outlined{border-color:var(--ui-border)!important}[data-theme=dark] .journal .MuiChip-root:hover{background-color:var(--ui-background-emphasis)!important}[data-theme=dark] .journal .journal-new-entry{background:var(--ui-background-emphasis);border-color:var(--ui-main)}[data-theme=dark] .journal .journal-entry{background:var(--ui-background-emphasis)}[data-theme=dark] .journal .journal-entry:hover{box-shadow:0 4px 12px #ffffff0d}[data-theme=dark] .journal .journal-empty{background:var(--ui-background-emphasis)}.health-insights{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0);margin-top:var(--top-menu-height);max-height:calc(var(--app-height) - var(--top-menu-height));min-height:calc(var(--app-height) - var(--top-menu-height));overflow-x:hidden;overflow-y:auto;padding:20px 0;pointer-events:auto;position:relative;scroll-behavior:smooth;touch-action:pan-y;z-index:1}.health-insights-header{margin-bottom:30px;padding-top:1rem;text-align:center}.health-insights-header h4{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-weight:700}.health-insights-header .MuiTypography-root,.health-insights-header h4{color:var(--text)!important}.health-insights-header .MuiTypography-root.MuiTypography-colorTextSecondary{color:var(--text-secondary)!important}.health-insights .insights-card{box-shadow:0 8px 32px #667eea4d!important;transition:transform .3s ease}.health-insights .insights-card:hover{transform:translateY(-4px)}.health-insights .preferences-card,.health-insights .profile-card{height:100%;transition:all .3s ease}.health-insights .preferences-card:hover,.health-insights .profile-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.health-insights .preferences-card .MuiCardContent-root,.health-insights .profile-card .MuiCardContent-root{padding:24px}.health-insights .preferences-card h6,.health-insights .profile-card h6{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-weight:600;margin-bottom:16px}.health-insights .MuiAccordion-root{border-radius:8px!important;margin-bottom:12px!important;overflow:hidden;position:relative;z-index:2}.health-insights .MuiAccordion-root:before{display:none}.health-insights .MuiAccordion-root.Mui-expanded{margin-bottom:12px!important;z-index:3}.health-insights .MuiAccordionSummary-root{-webkit-tap-highlight-color:rgba(0,0,0,.1);background:linear-gradient(135deg,#f5f7fa,#c3cfe2);cursor:pointer;position:relative;touch-action:manipulation;z-index:2}.health-insights .MuiAccordionSummary-root:hover{background:linear-gradient(135deg,#e8ecf1,#b5c3da)}.health-insights .MuiAccordionSummary-root h6{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-weight:600;margin:0}.health-insights .MuiAccordionDetails-root{background-color:#fafafa;padding:20px}.health-insights .MuiLinearProgress-root{background-color:#00000014}.health-insights .MuiChip-root{font-weight:500}.health-insights .MuiButton-root,.health-insights .MuiIconButton-root,.health-insights .MuiSelect-root,.health-insights .MuiTab-root{-webkit-tap-highlight-color:rgba(0,0,0,.1);position:relative;touch-action:manipulation;z-index:2}.health-insights .MuiMenu-paper,.health-insights .MuiPopover-paper{z-index:1000!important}@media(max-width:600px){.health-insights{-webkit-overflow-scrolling:touch;padding:1rem 0 10px;touch-action:pan-y}.health-insights-header{margin-bottom:20px;padding-top:1rem}.health-insights-header h4{font-size:1.5rem}.health-insights .insights-card{margin-bottom:20px}.health-insights .MuiAccordionSummary-root h6{font-size:1rem}}[data-theme=dark] .health-insights-header .MuiTypography-root,[data-theme=dark] .health-insights-header h4{color:var(--text)!important}[data-theme=dark] .health-insights-header .MuiTypography-root.MuiTypography-colorTextSecondary{color:var(--text-secondary)!important}.dialog .MuiPaper-root{background-color:var(--ui-background)}.dialog .MuiPaper-root,.dialog .MuiPaper-root .MuiFormLabel-root,.dialog .MuiPaper-root .MuiInputBase-root,.dialog .MuiPaper-root .dialog-textField,.dialog .MuiPaper-root button{color:var(--text)!important}.dialog .MuiPaper-root button:hover{color:var(--ui-main)!important}.dialog .MuiPaper-root .MuiInputBase-root fieldset{border:1.5px solid var(--ui-border)}.input{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border:none;bottom:0;box-shadow:none;left:0;padding:12px max(env(safe-area-inset-right),16px) max(env(safe-area-inset-bottom),12px) max(env(safe-area-inset-left),16px);position:fixed;right:0;transition:all .3s ease;z-index:100}@media screen and (max-width:400px)and (max-height:700px){.input{padding:8px max(env(safe-area-inset-right),12px) max(env(safe-area-inset-bottom),8px) max(env(safe-area-inset-left),12px)}}.input.input-iPhoneStandalone{padding-bottom:max(env(safe-area-inset-bottom),1.5rem)}.input.input-voiceActive{background:linear-gradient(135deg,var(--ui-background-emphasis) 0,var(--ui-background) 50%,var(--ui-background-emphasis) 100%);border-top:1px solid var(--ui-border);min-height:200px;z-index:1000}.input .input-voiceButton--active{animation:pulse-voice 2s ease-in-out infinite;background:#00e6761f!important;border-radius:50%!important}.input .input-voiceOverlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,rgba(var(--ui-background-emphasis-rgb),.95) 0,rgba(var(--ui-background-rgb),.98) 50%,rgba(var(--ui-background-emphasis-rgb),.95) 100%);border-radius:1rem;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.input .input-voiceOverlay .input-voiceTranscript{animation:fade-up .3s ease;background:var(--ui-background-emphasis);border:1px solid var(--ui-border);border-radius:1rem;bottom:1rem;box-shadow:0 2px 8px #0000001a;color:var(--text-secondary);font-size:.875rem;font-style:italic;left:50%;max-width:80%;padding:.5rem 1rem;position:absolute;text-align:center;transform:translateX(-50%);z-index:10}.input .MuiInputBase-root{background-color:var(--input-background);border-radius:1rem;min-height:5px!important}.input .MuiInputBase-root:focus{border:none;outline:none}.input .MuiInputBase-root input,.input .MuiInputBase-root textarea{color:var(--text);font-size:16px!important;line-height:1.2!important;min-height:5px!important;padding-bottom:1px!important;padding-top:1px!important}.input .MuiInputBase-root.MuiOutlinedInput-root{min-height:5px!important}.input .MuiInputBase-root.MuiOutlinedInput-root .MuiInputBase-input,.input .MuiInputBase-root.MuiOutlinedInput-root .MuiInputBase-inputMultiline{min-height:5px!important;padding-bottom:1px!important;padding-top:1px!important}.input .MuiInputBase-root .MuiButtonBase-root{background-color:#66c5a1;transition:all .2s ease-in-out}.input .MuiInputBase-root .MuiButtonBase-root:hover{background-color:#63b4ab;scale:1.1}.input .MuiInputBase-root .MuiButtonBase-root .MuiSvgIcon-root{color:#fff}.input .input-trialContainer{cursor:pointer;padding-left:1.5rem;padding-right:1.5rem;text-align:center}.input .input-trialContainer .input-trialRemaining{color:var(--text-secondary);padding-bottom:.25rem;padding-top:.25rem}.input .input-trialContainer .input-trialLogin{color:#63b4ab;font-weight:600}@keyframes fade-up{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes pulse-voice{0%,to{box-shadow:0 0 0 0 #00e67666;transform:scale(1)}50%{box-shadow:0 0 0 8px #00e6761a;transform:scale(1.05)}}@media screen and (max-width:550px){.input.input-voiceActive{min-height:180px}.input .input-voiceOverlay .input-voiceTranscript{bottom:.5rem;font-size:.8rem;max-width:90%;padding:.375rem .75rem}.input .MuiInputBase-root .MuiInputAdornment-root .MuiIconButton-root:hover{transform:scale(1.02)}}@media screen and (max-width:400px)and (max-height:700px){.input.input-voiceActive{min-height:160px}.input .input-voiceOverlay .input-voiceTranscript{bottom:.25rem;font-size:.75rem}}.file-upload-progress{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px!important;margin:12px 0}.file-upload-progress .file-upload-progress-content{padding:16px!important}.file-upload-progress .file-upload-progress-content:last-child{padding-bottom:16px!important}.file-upload-progress .file-upload-progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.file-upload-progress .file-upload-progress-header .file-upload-progress-title{align-items:center;color:var(--text-primary);display:flex;font-size:1rem!important;font-weight:600!important}.file-upload-progress .file-upload-progress-header .file-upload-progress-close{transition:all .2s ease}.file-upload-progress .file-upload-progress-header .file-upload-progress-close:hover{background:#00000014;transform:scale(1.1)}.file-upload-progress .file-upload-progress-list{display:flex;flex-direction:column;gap:12px}.file-upload-item{background:#00000005;border-radius:8px;padding:12px;transition:background .2s ease}.file-upload-item:hover{background:#0000000a}.file-upload-item .file-upload-item-info{width:100%}.file-upload-item .file-upload-item-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.file-upload-item .file-upload-item-header .status-icon{flex-shrink:0;font-size:18px}.file-upload-item .file-upload-item-header .status-icon.status-uploading{animation:pulse 2s infinite;color:#2196f3}.file-upload-item .file-upload-item-header .status-icon.status-success{color:#4caf50}.file-upload-item .file-upload-item-header .status-icon.status-error{color:#f44336}.file-upload-item .file-upload-item-header .file-upload-item-name{color:var(--text-primary);flex:1 1;font-weight:500!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload-item .file-upload-item-header .file-upload-item-remove{color:#666;transition:all .2s ease}.file-upload-item .file-upload-item-header .file-upload-item-remove:hover{background:#f443361a;color:#f44336;transform:scale(1.1)}.file-upload-item .file-upload-item-meta{align-items:center;display:flex;gap:12px;margin-bottom:8px}.file-upload-item .file-upload-item-meta .file-upload-item-size{font-size:.7rem!important;height:20px!important}.file-upload-item .file-upload-item-meta .file-upload-item-progress-text{color:#2196f3;font-weight:500;min-width:30px}.file-upload-item .file-upload-item-meta .file-upload-item-error{color:#f44336;font-weight:500}.file-upload-item .file-upload-item-meta .file-upload-item-success{color:#4caf50;font-weight:500}.file-upload-item .file-upload-item-progress{border-radius:2px}.file-upload-item .file-upload-item-progress.uploading .MuiLinearProgress-bar{animation:wave 1.5s linear infinite}.file-upload-item .file-upload-item-progress.completed .MuiLinearProgress-bar{background-color:#4caf50!important}.file-upload-item .file-upload-item-progress.error .MuiLinearProgress-bar{background-color:#f44336!important}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media(prefers-color-scheme:dark){.file-upload-progress{background:#000000b3}.file-upload-progress .file-upload-progress-header .file-upload-progress-title{color:var(--text-primary-dark)}.file-upload-progress .file-upload-progress-close:hover{background:#ffffff1f}.file-upload-item{background:#ffffff0d}.file-upload-item:hover{background:#ffffff14}.file-upload-item .file-upload-item-header .file-upload-item-name{color:var(--text-primary-dark)}.file-upload-item .file-upload-item-header .file-upload-item-remove{color:#999}.file-upload-item .file-upload-item-header .file-upload-item-remove:hover{background:#f4433633}}@media(max-width:768px){.file-upload-progress .file-upload-progress-content{padding:12px!important}.file-upload-progress .file-upload-progress-header{margin-bottom:12px}.file-upload-progress .file-upload-progress-header .file-upload-progress-title{font-size:.9rem!important}.file-upload-item{padding:10px}.file-upload-item .file-upload-item-meta{flex-wrap:wrap;gap:8px}}.sts-overlay{align-items:center;-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:9999}@media screen and (max-width:550px){.sts-overlay{padding:.5rem}}.sts-panel{-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:var(--glass-background);border:1px solid var(--glass-border);border-radius:24px;box-shadow:var(--glass-shadow);display:flex;flex-direction:column;gap:1.5rem;max-width:400px;padding:2rem;width:100%}@media screen and (max-width:550px){.sts-panel{border-radius:20px;gap:1rem;padding:1.5rem}}.sts-panel:before{background:linear-gradient(135deg,#fff3,#fff0);border-radius:24px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.sts-header{align-items:center;border-bottom:1px solid var(--ui-border);display:flex;justify-content:space-between;padding-bottom:.5rem}.sts-header h6{color:var(--text);margin:0}.sts-status-container,.sts-waveform{align-items:center;display:flex;justify-content:center}.sts-waveform{background:var(--ui-background);border-radius:16px;height:120px;overflow:hidden;position:relative}@media screen and (max-width:550px){.sts-waveform{height:100px}}.sts-waveform-bars{align-items:center;display:flex;gap:8px;height:100%;justify-content:center}.sts-waveform-bar{background:linear-gradient(180deg,var(--ui-main),var(--ui-accent));border-radius:2px;height:40px;transform-origin:center;width:4px}@media screen and (max-width:550px){.sts-waveform-bar{height:30px;width:3px}}.sts-mic-container{padding:1rem 0}.sts-mic-container,.sts-mic-wrapper{align-items:center;display:flex;justify-content:center}.sts-mic-button,.sts-mic-wrapper{position:relative}.sts-mic-button{z-index:2}.sts-mic-button.active{box-shadow:0 0 0 4px var(--ui-main) inset,0 8px 24px #047dff66}.sts-mic-button{transition:all .3s ease!important}.sts-pulse-ring{border:2px solid var(--ui-main);border-radius:50%;height:80px;pointer-events:none;position:absolute;width:80px;z-index:1}.sts-controls{display:flex;flex-direction:column;gap:1rem}.sts-footer{border-top:1px solid var(--ui-border);display:flex;justify-content:center;padding-top:.5rem}.sts-footer .MuiTypography-caption{font-size:.75rem;font-weight:500}.sts-controls .MuiSelect-root{-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:var(--glass-background)}.sts-controls .MuiSelect-root .MuiOutlinedInput-notchedOutline{border-color:var(--glass-border)}.sts-controls .MuiSelect-root.Mui-focused .MuiOutlinedInput-notchedOutline,.sts-controls .MuiSelect-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--ui-main)}.loading-screen{animation:fadeOutSmooth 1s ease-out 3.5s forwards;background-color:var(--ui-background-main);height:100vh;height:var(--app-height);left:0;position:fixed;top:0;transition:background-color .8s ease-in-out,opacity .8s ease-out;width:100%;z-index:9999}.loading-content,.loading-screen{align-items:center;display:flex;justify-content:center}.loading-content{flex-direction:column}.loading-logo-container{align-items:center;animation:fadeInScale 2.5s ease-out both;display:flex;justify-content:center;position:relative}.loading-logo{animation:fadeInUp 2s ease-out .3s forwards,moveToToolbar 1.2s ease-in-out 3.1s forwards,fadeOutLogo .4s ease-out 4.3s forwards;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));height:auto;max-width:650px;opacity:0;position:relative;transition:filter .3s ease;width:100%;will-change:transform,opacity;z-index:10000}.loading-screen.dark .loading-logo{filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.7)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes fadeOutSmooth{0%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes moveToToolbar{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:1;transform:translateY(calc(-50vh + 4rem)) scale(.06)}}@media(max-width:768px){.loading-logo{animation:fadeInUp 2s ease-out .3s forwards,moveToToolbarMobile 1.2s ease-in-out 3.1s forwards,fadeOutLogo .4s ease-out 4.3s forwards;max-width:520px}}@keyframes moveToToolbarMobile{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:1;transform:translate(calc(-50vw + 50%),calc(-50vh + 3.5rem)) scale(.07)}}@keyframes fadeOutLogo{0%{opacity:1}to{opacity:0}}@media(max-width:480px){.loading-logo{max-width:420px}}.drawer .drawer-content .drawer-settings-button .drawer-settings-icon,.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop .drawer-closeIcon{color:var(--ui-secondary);height:2rem;width:2rem}.drawer .drawer-content .drawer-settings-button .drawer-settings-icon:hover,.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop .drawer-closeIcon:hover{color:var(--ui-main)}.drawer .drawer-content .drawer-sessions .drawer-session .drawer-sessionRename input,.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop .drawer-search input{background-color:var(--input-background);border:initial;border-radius:1rem;color:var(--text);padding-left:.5rem}.drawer .drawer-content .drawer-sessions .drawer-session .drawer-sessionRename fieldset,.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop .drawer-search fieldset{display:none}.drawer .MuiBackdrop-root{-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);background-color:#0006!important}.drawer .drawer-content{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--ui-background);color:var(--text);display:flex;flex-direction:column;height:100%;height:100vh;height:-webkit-fill-available;overflow-x:hidden;padding-bottom:env(safe-area-inset-bottom,0);padding-left:env(safe-area-inset-left,0);padding-top:env(safe-area-inset-top,0);position:relative;touch-action:pan-y;transition:all .25s ease-in-out;width:min(320px,85vw);z-index:1}@media screen and (min-width:750px){.drawer .drawer-content{width:500px}}.drawer .drawer-content .drawer-stickyHeader{background-color:var(--ui-background);box-shadow:var(--border-shadow-bottom);padding:max(1rem,env(safe-area-inset-top,0px)) .9rem 1rem 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop .drawer-closeIcon{flex-shrink:0}.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop .drawer-search{background-color:var(--input-background);border-radius:1rem;flex:1 1}.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop .drawer-search .MuiInputBase-root{font-size:16px!important;padding-left:.5rem}.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop .drawer-search input{-webkit-text-size-adjust:100%;font-size:16px!important}.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop .drawer-search .drawer-searchClear svg{color:var(--text)}.drawer .drawer-content .drawer-stickyHeader .drawer-headerTop .drawer-search .MuiInputAdornment-root svg{color:var(--text-secondary)}.drawer .drawer-content .drawer-stickyHeader .drawer-nav-button{-webkit-tap-highlight-color:rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a;cursor:pointer;touch-action:manipulation;transition:all .2s ease-in-out}.drawer .drawer-content .drawer-stickyHeader .drawer-nav-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.drawer .drawer-content .drawer-stickyHeader .drawer-nav-button:active{transform:translateY(0)}@supports(-webkit-touch-callout:none){.drawer .drawer-content .drawer-stickyHeader .drawer-nav-button:active{opacity:.8}}.drawer .drawer-content .drawer-sessions{-webkit-overflow-scrolling:touch;flex-grow:1;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;touch-action:pan-y}.drawer .drawer-content .drawer-sessions::-webkit-scrollbar{border-radius:6px;width:6px}.drawer .drawer-content .drawer-sessions::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color);border-radius:6px;width:6px}.drawer .drawer-content .drawer-sessions::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:var(--scrollbar-thumb-color);border-radius:6px;width:6px}.drawer .drawer-content .drawer-sessions::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color)}@supports(-webkit-touch-callout:none){.drawer .drawer-content .drawer-sessions{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}}.drawer .drawer-content .drawer-sessions .drawer-groupTitle{font-size:.9rem;font-weight:700;padding-bottom:.5rem;padding-top:1rem}.drawer .drawer-content .drawer-sessions .drawer-groupTitle:not(:first-child){padding-top:4rem}.drawer .drawer-content .drawer-sessions .drawer-session{align-items:center;cursor:pointer;display:flex;justify-content:space-between;white-space:nowrap}.drawer .drawer-content .drawer-sessions .drawer-session.drawer-sessionActive,.drawer .drawer-content .drawer-sessions .drawer-session.drawer-sessionEditing,.drawer .drawer-content .drawer-sessions .drawer-session:hover{background-color:var(--ui-background-emphasis)}.drawer .drawer-content .drawer-sessions .drawer-session.drawer-sessionActive .drawer-sessionSnippet:after,.drawer .drawer-content .drawer-sessions .drawer-session.drawer-sessionEditing .drawer-sessionSnippet:after,.drawer .drawer-content .drawer-sessions .drawer-session:hover .drawer-sessionSnippet:after{opacity:0}.drawer .drawer-content .drawer-sessions .drawer-session .drawer-sessionSnippet{position:relative}.drawer .drawer-content .drawer-sessions .drawer-session .drawer-sessionSnippet:after{background:linear-gradient(to left,var(--ui-background) 0,#0000 5%);bottom:0;content:"";height:100%;opacity:1;position:absolute;right:0;top:0;width:100%}.drawer .drawer-content .drawer-sessions .drawer-session .drawer-sessionSnippet .drawer-snippetFade{display:block;overflow:hidden;text-overflow:clip;white-space:nowrap}.drawer .drawer-content .drawer-sessions .drawer-session .drawer-session-menuButton{margin-left:.5rem}.drawer .drawer-content .drawer-sessions .drawer-session .drawer-session-menuButton:hover .drawer-session-menuIcon{color:var(--ui-main)}.drawer .drawer-content .drawer-sessions .drawer-session .drawer-session-menuButton .drawer-session-menuIcon{color:var(--ui-secondary);height:2rem;width:2rem}.drawer .drawer-content .drawer-sessions .drawer-session .drawer-sessionRename{flex-grow:1}.drawer .drawer-content .drawer-sessions .drawer-noResults{color:var(--text);justify-content:center;text-align:center}.drawer .drawer-content .drawer-bottom{background-color:var(--ui-background);bottom:0;box-shadow:var(--border-shadow-top);padding-bottom:max(1rem,env(safe-area-inset-bottom,0px));position:-webkit-sticky;position:sticky;z-index:10}.drawer .drawer-content .drawer-settings-button{margin-right:6px}.drawer-settings{background:#0000;height:100%;left:100%!important;width:100%}.drawer-settings .drawer-links{padding-bottom:0;padding-top:0}.drawer-settings .drawer-links .drawer-linkItem{flex-grow:1;justify-content:center;padding-bottom:.75rem;padding-top:.75rem}.drawer-settings .drawer-links .drawer-linkItem:hover{background-color:var(--ui-background-emphasis)}.drawer-settings .drawer-links .drawer-linkItem .drawer-link{color:var(--text);cursor:pointer;font-weight:500;text-align:center;text-decoration:none;width:100%}.drawer-settings .MuiPaper-root{background-color:var(--ui-background);border-radius:1rem;transform:translateX(calc(-100vw + .5rem))!important}.drawer-settings .MuiPaper-root .drawer-settingsItem{color:var(--text);cursor:pointer;font-weight:500;padding:.75rem 1.5rem .75rem .75rem;white-space:nowrap}.drawer-settings .MuiPaper-root .drawer-settingsItem:hover{background-color:var(--ui-background-emphasis)}.drawer-settings .MuiPaper-root .drawer-settingsItem .MuiSwitch-thumb{color:var(--ui-main)}.drawer-settings .MuiPaper-root .drawer-settingsItem .MuiSwitch-track{color:var(--ui-main);opacity:.5}.drawer-sessionMenuContainer{background:#0000;height:200px;left:100%!important;width:200px}.drawer-sessionMenuContainer .MuiPaper-root{background-color:var(--ui-background);border-radius:1rem;transform:translateX(calc(-100vw + .5rem))!important}.drawer-sessionMenuContainer .MuiPaper-root .drawer-sessionMenuOption{align-items:center;cursor:pointer;display:flex;font-weight:500;padding:.75rem 1rem .75rem .75rem;transition:all .2s ease-in-out}.drawer-sessionMenuContainer .MuiPaper-root .drawer-sessionMenuOption.drawer-sessionMenuRename{color:var(--text)}.drawer-sessionMenuContainer .MuiPaper-root .drawer-sessionMenuOption.drawer-sessionMenuRename:hover{background-color:var(--ui-main);color:var(--ui-main-content)}.drawer-sessionMenuContainer .MuiPaper-root .drawer-sessionMenuOption.drawer-sessionMenuRename:hover .drawer-sessionMenuIcon{color:var(--ui-main-content)}.drawer-sessionMenuContainer .MuiPaper-root .drawer-sessionMenuOption.drawer-sessionMenuRename .drawer-sessionMenuIcon{color:var(--text)}.drawer-sessionMenuContainer .MuiPaper-root .drawer-sessionMenuOption.drawer-sessionMenuDelete{color:var(--delete)}.drawer-sessionMenuContainer .MuiPaper-root .drawer-sessionMenuOption.drawer-sessionMenuDelete:hover{background-color:var(--delete);color:var(--delete-content)}.drawer-sessionMenuContainer .MuiPaper-root .drawer-sessionMenuOption.drawer-sessionMenuDelete:hover .drawer-sessionMenuIcon{color:var(--delete-content)}.drawer-sessionMenuContainer .MuiPaper-root .drawer-sessionMenuOption.drawer-sessionMenuDelete .drawer-sessionMenuIcon{color:var(--delete)}.drawer-sessionMenuContainer .MuiPaper-root .drawer-sessionMenuOption .MuiButtonBase-root{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important}@media screen and (max-width:550px){.drawer-sessionMenuContainer .drawer-content{height:100vh;height:-webkit-fill-available;max-height:100vh;max-height:-webkit-fill-available;touch-action:pan-y pinch-zoom}.drawer-sessionMenuContainer .drawer-content .drawer-stickyHeader{padding-top:max(1rem,env(safe-area-inset-top,0px))}.drawer-sessionMenuContainer .drawer-content .drawer-sessions{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.drawer-sessionMenuContainer .drawer-content .drawer-bottom{padding-bottom:max(1rem,env(safe-area-inset-bottom,0px))}}@supports(-webkit-touch-callout:none){.drawer-sessionMenuContainer .drawer-content{height:100vh;height:-webkit-fill-available}}.memory-settings-dialog .MuiDialog-paper{background:var(--ui-background);color:var(--text)}.memory-settings-dialog .memory-settings-header{align-items:center;background:var(--ui-background-emphasis);border-bottom:1px solid var(--ui-main);display:flex;justify-content:space-between;padding:1rem 1.5rem}.memory-settings-dialog .memory-settings-header .MuiTypography-h6{color:var(--text);font-weight:600}.memory-settings-dialog .memory-settings-header .memory-settings-close{color:var(--text-secondary)}.memory-settings-dialog .memory-settings-header .memory-settings-close:hover{background:rgba(var(--ui-main-rgb),.1);color:var(--ui-main)}.memory-settings-dialog .memory-settings-content{background:var(--ui-background);padding:1.5rem}.memory-settings-dialog .memory-settings-content .memory-section{border:1px solid var(--ui-border);border-radius:1rem;margin-bottom:1rem;overflow:hidden}.memory-settings-dialog .memory-settings-content .memory-section:before{display:none}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-header{background:var(--ui-background-emphasis);min-height:56px}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-header.Mui-expanded{min-height:56px}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-header .MuiAccordionSummary-content,.memory-settings-dialog .memory-settings-content .memory-section .memory-section-header .MuiAccordionSummary-content.Mui-expanded{margin:12px 0}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-header .MuiTypography-h6{color:var(--text);font-weight:500}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-header .MuiChip-root.MuiChip-colorSuccess{background:#4caf501a;color:#4caf50}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content{background:var(--ui-background);padding:1rem 1.5rem 1.5rem}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .memory-content-card{background:var(--input-background);border-color:var(--ui-border)}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .memory-content-card .MuiCardContent-root{padding:1rem}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .memory-content-card .MuiCardContent-root:last-child{padding-bottom:1rem}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .memory-edit-field .MuiOutlinedInput-root{background:var(--input-background)}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .memory-edit-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--ui-main)}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .memory-edit-field .MuiInputBase-input{color:var(--text);font-size:.875rem;line-height:1.5}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .memory-edit-field .MuiInputLabel-root{color:var(--text-secondary)}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .MuiButton-root{border-radius:1rem;font-weight:500;text-transform:none}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .MuiButton-root.MuiButton-contained{background:var(--ui-main);color:var(--ui-main-content)}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .MuiButton-root.MuiButton-contained:hover{background:var(--ui-main-hover)}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .MuiButton-root.MuiButton-outlined{border-color:var(--ui-border);color:var(--text)}.memory-settings-dialog .memory-settings-content .memory-section .memory-section-content .MuiButton-root.MuiButton-outlined:hover{background:rgba(var(--ui-main-rgb),.1);border-color:var(--ui-main)}.memory-settings-dialog .memory-settings-actions{background:var(--ui-background-emphasis);border-top:1px solid var(--ui-border);gap:.5rem;padding:1rem 1.5rem}.memory-settings-dialog .memory-settings-actions .MuiButton-root{border-radius:1rem;font-weight:500;text-transform:none}.memory-settings-dialog .memory-settings-actions .MuiButton-root.MuiButton-contained{background:var(--ui-main);color:var(--ui-main-content)}.memory-settings-dialog .memory-settings-actions .MuiButton-root.MuiButton-contained:hover{background:var(--ui-main-hover)}.memory-settings-dialog .memory-settings-actions .MuiButton-root.MuiButton-outlined{border-color:var(--ui-border);color:var(--text)}.memory-settings-dialog .memory-settings-actions .MuiButton-root.MuiButton-outlined:hover{background:rgba(var(--ui-main-rgb),.1);border-color:var(--ui-main)}.memory-settings-dialog .memory-settings-actions .MuiButton-root.MuiButton-outlined.MuiButton-colorError{border-color:#f44336;color:#f44336}.memory-settings-dialog .memory-settings-actions .MuiButton-root.MuiButton-outlined.MuiButton-colorError:hover{background:#f443361a;border-color:#d32f2f}[data-theme=dark] .memory-settings-dialog .MuiTypography-root{color:var(--text)!important}[data-theme=dark] .memory-settings-dialog .MuiTypography-root.MuiTypography-colorTextSecondary{color:var(--text-secondary)!important}[data-theme=dark] .memory-settings-dialog .memory-section .memory-section-header{background:var(--ui-background-emphasis)}[data-theme=dark] .memory-settings-dialog .memory-section .memory-section-header .MuiTypography-h6{color:var(--text)!important}[data-theme=dark] .memory-settings-dialog .memory-section .memory-section-content .memory-content-card{background:var(--ui-background-emphasis)}[data-theme=dark] .memory-settings-dialog .memory-section .memory-section-content .memory-content-card .MuiCardContent-root .MuiTypography-root,[data-theme=dark] .memory-settings-dialog .memory-settings-content .MuiTypography-root{color:var(--text)!important}[data-theme=dark] .memory-settings-dialog .memory-settings-content .MuiTypography-root.MuiTypography-colorTextSecondary{color:var(--text-secondary)!important}@media screen and (max-width:550px){.memory-settings-dialog .memory-section .memory-section-content,.memory-settings-dialog .memory-settings-actions,.memory-settings-dialog .memory-settings-content,.memory-settings-dialog .memory-settings-header{padding-left:1rem;padding-right:1rem}}.top-menu .top-chatIcon svg,.top-menu .top-menuIcon svg{height:1.5rem;width:1.5rem}@media screen and (min-width:750px){.top-menu .top-chatIcon svg,.top-menu .top-menuIcon svg{height:2rem;width:2rem}}.top-bots .top-bot .top-botLogo,.top-menu .top-menu-title .top-menu-logo{height:1.75rem;width:1.75rem}@media screen and (min-width:550px){.top-bots .top-bot .top-botLogo,.top-menu .top-menu-title .top-menu-logo{height:2.25rem;width:2.25rem}}.top-menu{background-color:#0000!important;box-shadow:none!important;color:var(--text)!important;isolation:isolate;left:0;margin:0;padding:calc(env(safe-area-inset-top, 44px) + .75rem) 0 0;position:fixed!important;right:0;top:0;width:100%;z-index:1002!important}@media screen and (max-width:550px){.top-menu{padding-top:calc(env(safe-area-inset-top, 44px) + .75rem)}}@media screen and (min-width:550px){.top-menu{margin:.25rem auto 0;max-width:100%;padding:calc(env(safe-area-inset-top, 44px) + .25rem) 1.5rem 0}}.top-menu .MuiToolbar-root{background-color:#e5e5e5;border-radius:1.5rem;box-shadow:0 8px 24px #0003,0 4px 12px #00000026;isolation:isolate;margin:0;min-height:44px!important;padding-bottom:.25rem;padding-top:.25rem;position:relative;transform:translateZ(0);transition:all .3s ease-in-out,background-color .3s ease-in-out;width:100%;will-change:transform;z-index:1003}@media screen and (max-width:550px){.top-menu .MuiToolbar-root{border-radius:1.5rem;margin-left:0;margin-right:0;padding-left:.5rem;padding-right:.5rem}}@media screen and (min-width:550px){.top-menu .MuiToolbar-root{border-radius:2rem;min-height:56px!important;padding:.5rem 1rem;width:auto}}.top-menu .MuiToolbar-root:hover{box-shadow:0 12px 32px #00000040,0 6px 16px #0003;transform:translateY(-1px)}.top-menu .top-chatIcon,.top-menu .top-menuIcon{pointer-events:auto!important;position:relative;z-index:1004!important}.top-menu .top-chatIcon:before,.top-menu .top-menuIcon:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.top-menu .top-menu-title{align-items:center;border-radius:1rem;cursor:pointer;display:flex;gap:.375rem;justify-content:center;padding:.125rem .375rem;transition:all .15s ease-in-out}@media screen and (min-width:550px){.top-menu .top-menu-title{gap:.5rem;padding:.25rem .5rem}}.top-menu .top-menu-title:hover{background-color:var(--ui-background-emphasis)}.top-menu .top-menu-title .top-menu-logo{animation:fadeInLogo .6s ease-out 4.25s forwards;margin-right:0;opacity:0}.top-menu .top-menu-title .top-menu-title-text{font-size:.8125rem;font-weight:600;line-height:1.125rem;text-align:center}@media screen and (min-width:550px){.top-menu .top-menu-title .top-menu-title-text{font-size:.9375rem;line-height:1.375rem}}.top-menu .top-menu-title .top-menu-expand{margin-left:0;padding:.125rem;transition:transform .3s ease-in-out}.top-menu .top-menu-title .top-menu-expand svg{font-size:1.125rem!important;transition:transform .3s ease-in-out}@media screen and (min-width:550px){.top-menu .top-menu-title .top-menu-expand{padding:.25rem}.top-menu .top-menu-title .top-menu-expand svg{font-size:1.5rem!important}}.top-menu .top-menu-title .top-menu-expand:hover{background-color:var(--ui-secondary)}.top-menu .top-menu-title .top-menu-expand.top-menu-expand-open svg{transform:rotate(180deg)}[data-theme=dark] .top-menu .MuiToolbar-root,[data-theme=dark] .top-menu .top-bots{background-color:#2f2f2f}.top-bots-backdrop{-webkit-tap-highlight-color:rgba(0,0,0,0);animation:fadeInBlur .3s ease-in-out;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#0000001a;bottom:0;left:0;position:fixed;right:0;top:0;touch-action:manipulation;transition:backdrop-filter .3s ease-in-out,-webkit-backdrop-filter .3s ease-in-out,background-color .3s ease-in-out;z-index:1000}@keyframes fadeInBlur{0%{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);background-color:#0000}to{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#0000001a}}.top-bots{-webkit-tap-highlight-color:rgba(0,0,0,0);animation:slideDownFadeIn .3s ease-out;background-color:#e5e5e5;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top-left-radius:2rem;border-top-right-radius:2rem;box-shadow:0 8px 24px #0003,0 4px 12px #00000026;display:flex;flex-direction:column;left:50%;margin-top:0;overflow:hidden;padding-bottom:.75rem;padding-top:.5rem;position:absolute;top:calc(100% + .5rem);touch-action:manipulation;transform:translateX(-50%);transition:opacity .3s ease-out,transform .3s ease-out;z-index:1001}@media screen and (max-width:550px){.top-bots{animation:slideDownFadeInMobile .3s ease-out;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;left:0;padding-top:.75rem;top:100%;transform:none;width:100%}}@media screen and (min-width:550px){.top-bots{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;max-width:400px;min-width:300px}}.top-bots .top-bot{-webkit-tap-highlight-color:rgba(0,0,0,.1);align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;gap:.375rem;justify-content:center;padding:.625rem 1rem;text-align:center;touch-action:manipulation;transition:all .2s ease-in-out}.top-bots .top-bot:first-child{padding-top:.875rem}@media screen and (min-width:550px){.top-bots .top-bot:first-child{padding-top:1rem}}.top-bots .top-bot:first-child .top-botDivider{display:none}.top-bots .top-bot:last-child{padding-bottom:1rem}@media screen and (min-width:550px){.top-bots .top-bot:last-child{padding-bottom:1.25rem}.top-bots .top-bot{gap:.5rem;padding:.875rem 1.5rem}}.top-bots .top-bot.top-bot-active{background-color:#0000000d;border:1px solid #00000026;border-radius:1rem;cursor:default;margin:.125rem .5rem;position:relative}@media screen and (min-width:550px){.top-bots .top-bot.top-bot-active{border-radius:1.25rem;margin:.125rem .75rem}}.top-bots .top-bot.top-bot-active .top-botDivider{display:none}.top-bots .top-bot.top-bot-active .top-botName{color:#000;font-weight:700}.top-bots .top-bot.top-bot-active .top-botDescription{color:#000c}.top-bots .top-bot.top-bot-active:hover{background-color:#0000000d}.top-bots .top-bot:hover:not(.top-bot-active){background-color:#00000014;color:var(--text)}.top-bots .top-bot:hover:not(.top-bot-active) .top-botDivider{background-color:#00000014}.top-bots .top-bot .top-botDivider{background-color:var(--ui-border);flex-basis:100%;height:1px;margin-bottom:.625rem;margin-top:0;transition:all .2s ease-in-out}@media screen and (min-width:550px){.top-bots .top-bot .top-botDivider{margin-bottom:.875rem}}.top-bots .top-bot .top-botLogo{margin-right:0}.top-bots .top-bot .top-botName{font-size:.8125rem;font-weight:600;line-height:1.125rem;text-align:center;width:100%}@media screen and (min-width:550px){.top-bots .top-bot .top-botName{font-size:.9375rem;line-height:1.375rem}}.top-bots .top-bot .top-botDescription{flex-basis:100%;font-size:.6875rem;font-weight:500;line-height:.9375rem;padding-top:.125rem;text-align:center}@media screen and (min-width:550px){.top-bots .top-bot .top-botDescription{font-size:.8125rem;line-height:1.125rem}}[data-theme=dark] .top-bots .top-bot.top-bot-active{background-color:#ffffff0d;border:1px solid #fff3;border-radius:1rem;margin:.125rem .5rem}@media screen and (min-width:550px){[data-theme=dark] .top-bots .top-bot.top-bot-active{border-radius:1.25rem;margin:.125rem .75rem}}[data-theme=dark] .top-bots .top-bot.top-bot-active .top-botDivider{display:none}[data-theme=dark] .top-bots .top-bot.top-bot-active .top-botName{color:#fff;font-weight:700}[data-theme=dark] .top-bots .top-bot.top-bot-active .top-botDescription{color:#ffffffe6}[data-theme=dark] .top-bots .top-bot.top-bot-active:hover{background-color:#ffffff0d}[data-theme=dark] .top-bots .top-bot:hover:not(.top-bot-active){background-color:#ffffff1a;color:var(--text)}[data-theme=dark] .top-bots .top-bot:hover:not(.top-bot-active) .top-botDivider{background-color:#ffffff1a}@keyframes slideDownFadeIn{0%{max-height:0;opacity:0;transform:translateX(-50%) translateY(-10px)}to{max-height:1000px;opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes slideDownFadeInMobile{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:1000px;opacity:1;transform:translateY(0)}}@keyframes slideUpFadeOut{0%{max-height:1000px;opacity:1;transform:translateX(-50%) translateY(0)}to{max-height:0;opacity:0;transform:translateX(-50%) translateY(-10px)}}@keyframes slideUpFadeOutMobile{0%{max-height:1000px;opacity:1;transform:translateY(0)}to{max-height:0;opacity:0;transform:translateY(-10px)}}@keyframes fadeInLogo{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=main.d974d5c4.css.map*/