body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:var(--app-height,100dvh);margin:0;font-family:Roboto,Helvetica,Arial,sans-serif;overflow:hidden}html{height:var(--app-height,100dvh);overflow:hidden}*{box-sizing:border-box}#root{width:100%;height:var(--app-height,100dvh);overflow:hidden}.conversation-item{transition:all .2s ease-in-out}.conversation-item:hover{transform:translate(2px)}.conversation-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-weight:500;line-height:1.3}.conversation-preview{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2}.conversation-time{opacity:.8;white-space:nowrap;font-size:.7rem}.date-group-header{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #00000014;position:sticky;top:0}.conversation-list-item{border-radius:8px;margin-bottom:4px;position:relative;overflow:hidden}.conversation-list-item:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#1976d21a,#0000);transition:opacity .3s;position:absolute;inset:0}.conversation-list-item:hover:before{opacity:1}.delete-button{opacity:0;transition:opacity .2s}.conversation-list-item:hover .delete-button{opacity:.7}.delete-button:hover{color:#d32f2f;background-color:#d32f2f1a;opacity:1!important}.conversations-container{scrollbar-width:thin;scrollbar-color:#0003 transparent}.conversations-container::-webkit-scrollbar{width:6px}.conversations-container::-webkit-scrollbar-track{background:0 0}.conversations-container::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.conversations-container::-webkit-scrollbar-thumb:hover{background:#0000004d}@media (width<=768px){.conversation-title{font-size:.9rem}.conversation-preview{font-size:.75rem}.conversation-time{font-size:.65rem}}@media (prefers-color-scheme:dark){.date-group-header{border-bottom-color:#ffffff1f}.conversation-list-item:before{background:linear-gradient(90deg,#0000,#90caf91a,#0000)}.conversations-container::-webkit-scrollbar-thumb{background:#fff3}.conversations-container::-webkit-scrollbar-thumb:hover{background:#ffffff4d}}
