.sidenav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:1000;animation:none;will-change:opacity;contain:paint}.sidenav-container{position:fixed;top:180px;width:250px;height:400px;background-color:var(--color-paper);display:flex;flex-direction:column;z-index:1001;will-change:transform;backface-visibility:hidden;contain:layout paint style;padding:.5rem;border-radius:1rem;border:1px solid var(--color-border);box-shadow:0 0 10px 0 rgba(0,0,0,.1);animation:slideInDesktop .18s ease-out}@keyframes slideInDesktop{0%{transform:translateX(-100px)}to{transform:translateX(0)}}@media (min-width:744px){.sidenav-container{left:70px}}.sidenav-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:var(--color-paper)}.sidenav-title{font-size:.9rem;font-weight:600;color:var(--color-primary);margin:0}.sidenav-close-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.375rem;color:#6b7280;transition:all .2s ease}.sidenav-close-btn:hover{background-color:#f3f4f6;color:#374151}.sidenav-content{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent;display:flex;flex-direction:column;gap:1rem}.sidenav-content::-webkit-scrollbar{width:6px}.sidenav-content::-webkit-scrollbar-track{background:transparent}.sidenav-content::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:9999px}.sidenav-content::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.sidenav-new-search-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background-color:#6366f1;color:white;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.sidenav-new-search-btn:hover{background-color:#4c4eb7;transform:translateY(-1px)}.sidenav-conversations-list{display:flex;flex-direction:column;gap:.5rem;flex:0 0 auto;min-height:0}.sidenav-section{gap:.375rem;min-height:0}.sidenav-section,.sidenav-section-items{display:flex;flex-direction:column}.sidenav-section--conversations{flex:0 0 auto;min-height:0}.sidenav-section-items--conversations{padding-right:.125rem}.sidenav-conversations-load-more{flex-shrink:0;width:auto;max-width:100%;box-sizing:border-box;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--color-primary);background:var(--color-botton-hover);border:1px solid var(--color-border);border-radius:.5rem;cursor:pointer;transition:background .15s ease,color .15s ease;margin:.5rem}.sidenav-conversations-load-more:hover:not(:disabled){background:var(--color-border-strong-hover);color:var(--color-primary);font-weight:600}.sidenav-conversations-load-more:disabled{opacity:.65;cursor:not-allowed}.sidenav-section--recent-searches{margin-top:auto;flex-shrink:0}.sidenav-section-items--recent-searches{max-height:calc((62px * 4) + (1rem * 3));overflow-y:auto;padding-right:.125rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.sidenav-section-items--recent-searches::-webkit-scrollbar{width:6px}.sidenav-section-items--recent-searches::-webkit-scrollbar-track{background:transparent}.sidenav-section-items--recent-searches::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:9999px}.sidenav-section-items--recent-searches::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.sidenav-sections-divider{height:1px;background:linear-gradient(90deg,rgba(229,231,235,0),#e5e7eb 18%,#e5e7eb 82%,rgba(229,231,235,0));margin:.25rem 0 .5rem}.body-conversation .sidenav-conversation-item{text-align:left;box-sizing:border-box;padding-left:.5rem;padding-right:.5rem}.sidenav-conversation-item--active,.sidenav-conversation-top-row:hover{background-color:var(--color-botton-hover);border-radius:.5rem}.sidenav-conversation-item--disabled{cursor:default;opacity:.7}.sidenav-conversation-item:active{background-color:#f3f4f6;transform:scale(.992)}.sidenav-conversation-item:focus-visible{box-shadow:inset 0 0 0 2px rgba(99,102,241,.3)}.sidenav-conversation-item--active:hover{background-color:#f7f8ff}.sidenav-conversation-item--disabled:active{transform:none}.sidenav-conversation-item--disabled,.sidenav-conversation-item--disabled *{cursor:default}.sidenav-conversation-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;width:100%;max-width:100%;box-sizing:border-box;padding:.5rem;margin:0}.sidenav-conversation-title-group{display:flex;align-items:flex-start;min-width:0;flex:1}.sidenav-conversation-prompt{font-size:.875rem;font-weight:500;color:var(--font-color-softblack);line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap;width:100%;transition:color .18s ease}.sidenav-conversation-prompt--active{font-weight:600}.sidenav-conversation-meta{display:block;font-size:.75rem;color:#6b7280;font-weight:400;width:100%;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;padding-left:.5rem;padding-right:.5rem}.sidenav-delete-btn{background:none;border:none;padding:.25rem;cursor:pointer;color:#9ca3af;flex-shrink:0;border-radius:.375rem;transition:background-color .16s ease,color .16s ease,transform .12s ease}.sidenav-delete-btn:hover{background-color:#f3f4f6;color:#4b5563}.sidenav-delete-btn:active{transform:scale(.94)}.sidenav-more-btn-wrapper{flex-shrink:0;display:flex;align-items:flex-start}.sidenav-more-btn{background:none;border:none;padding:.25rem;cursor:pointer;color:#9ca3af;flex-shrink:0;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:background-color .16s ease,color .16s ease,transform .12s ease}.sidenav-more-btn:hover{background-color:#f3f4f6;color:#4b5563}.sidenav-more-btn:active{transform:scale(.94)}.sidenav-more-btn:disabled{opacity:.5;cursor:default}.sidenav-rename-input{width:100%;font-size:.875rem;font-weight:700;color:#111827;line-height:1.25;background:#f0f1ff;border:1.5px solid #6366f1;border-radius:.3rem;padding:.125rem .375rem;outline:none;box-sizing:border-box;min-width:0}.sidenav-rename-input:focus{box-shadow:0 0 0 2px rgba(99,102,241,.2)}.sidenav-dropdown-item{cursor:pointer;font-size:.8125rem;gap:.5rem}.sidenav-dropdown-item--danger{color:#dc2626!important}.sidenav-dropdown-item--danger:focus,.sidenav-dropdown-item--danger:hover{background-color:#fef2f2!important;color:#dc2626!important}.sidenav-results-count{margin-left:.25rem}.sidenav-conversation-item--skeleton{pointer-events:none}.sidenav-conversation-item--skeleton .sidenav-conversation-top-row:hover{background-color:transparent}.sidenav-loading-skeleton-title{margin-bottom:0;max-width:100%}.sidenav-loading-skeleton-more{width:1.625rem;height:1.625rem;flex-shrink:0}.sidenav-loading-state{display:flex;flex-direction:column;gap:0}.sidenav-empty-state{text-align:center;padding:2.25rem 1rem;color:var(--color-softblack)}.sidenav-empty-state__icon{display:block;width:50px;height:50px;margin:0 auto 1rem;object-fit:contain}.sidenav-empty-state p{margin:0;font-size:.875rem;color:var(--color-softblack)}.sidenav-empty-state p:first-of-type{font-weight:600;color:var(--color-primary);font-size:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f639721981034f88-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_246ccd{font-family:Geist,Geist Fallback;font-style:normal}.__variable_246ccd{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/013b72fa676f92e0-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b9408752a0c24fb9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/65f03d54ccadf4a8-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e038a29029a234f2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/2b5b02fc7e511755-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7d4881bb7e1bf84d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_c29908{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_c29908{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}