*{color:#ececec;box-sizing:border-box;margin:0;padding:0}html,body,#root{background:#212121;width:100%;height:100%;font-family:Roboto,Open Sans,Helvetica Neue,sans-serif}.app{height:100%;display:flex}.sidebar{color:#b4b4b4;background:#171717;border-right:.5px solid #ffffff12;flex-direction:column;width:300px;height:100vh;display:flex}.sidebar button{cursor:pointer;background:0 0;border:.5px solid #ffffff40;border-radius:7px;flex-shrink:0;justify-content:space-between;align-items:center;margin:10px 10px 0;padding:10px;display:flex}.sidebar button:hover{background:#dcdcdc0d}.sidebar button img{background:#fff;width:24px;height:24px}.sidebar button i{font-size:15px}.history-scroll{flex:1;margin:0 3px 0 10px;overflow:hidden auto}.history{margin:0;padding:0;font-size:15px}.history-scroll::-webkit-scrollbar{width:4px}.history-scroll::-webkit-scrollbar-thumb{background:#c8c8c821;border-radius:20px}.history li{cursor:pointer;border-radius:7px;margin:2px 4px 2px 0;padding:8px;list-style:none;transition:background-color .2s}.history li:hover{background:#dcdcdc0d}.sidebar-footer{border-top:.5px solid #ffffff21;flex-shrink:0;padding:15px}.sidebar-footer p{text-align:center;margin:0;font-size:13px}.section-label{color:#8a8a8a;margin:10px 8px 4px;font-size:13px}.thread-menu{z-index:1000;background-color:#2a2a2a;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;gap:1px;min-width:140px;padding:6px;display:flex;position:fixed;box-shadow:0 4px 16px #00000080}.thread-item{justify-content:space-between;align-items:center;gap:8px;display:flex}.thread-item.active{background-color:#dcdcdc0d}.thread-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.rename-input{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:6px;outline:none;flex:1;padding:4px 6px;font-size:14px}.more-btn{opacity:0;color:#ccc;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;display:flex}.thread-actions{flex-shrink:0}.thread-item:hover .more-btn{opacity:.8}.thread-actions:has(.thread-menu) .more-btn{opacity:.8}.more-btn:hover{background-color:#ffffff12}.thread-menu button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;display:flex}.thread-menu button:hover{background-color:#c8c8c80d}.thread-menu button.danger,.thread-menu button.danger .material-symbols-outlined{color:#ff6969}.thread-menu button.danger:hover{background-color:#f666661a}.thread-menu .material-symbols-outlined{font-size:18px}.chat-window{background-color:#212121;flex-direction:column;flex:1;height:100vh;margin-right:4px;display:flex;overflow:hidden}.chat-body{scroll-behavior:auto;flex:1;position:relative;overflow-x:hidden}.chat-body::-webkit-scrollbar{width:8px}.chat-body::-webkit-scrollbar-thumb{background:#c8c8c880;border-radius:20px}.thread-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.navbar{justify-content:space-between;align-items:center;height:56px;display:flex}.navbar span{margin:20px 0 10px 20px;font-size:24px;font-weight:700}.share-btn{background:0 0;border:none;margin:20px 10px 10px 0;padding:10px}.share-btn i{color:#fff;font-size:15px}.share-btn:disabled{opacity:.5;cursor:not-allowed}.share-btn:disabled:hover{background-color:#b4b4b412;border-radius:30%}.share-btn:not(:disabled):hover{cursor:pointer;background-color:#b4b4b412;border-radius:30%}.chat-input{flex-direction:column;align-items:center;width:100%;display:flex}.input-box{width:100%;max-width:800px;display:flex;position:relative}.input-box input{background-color:#ffffff0d;border:.5px solid #ffffff0d;border-radius:20px;width:100%;padding:20px 60px 20px 20px;font-size:16px}.input-box input:hover{border:.5px solid #ffffff1a}.input-box input:focus{outline:none}.input-box button i{color:#000}.input-box button{background:#fff;border:none;border-radius:30%;width:30px;height:30px;position:absolute;top:15px;right:15px}.input-box button:disabled{opacity:.5;cursor:not-allowed}.input-box button:not(:disabled){opacity:1;cursor:pointer}.info{color:#b4b4b4;margin:10px 0;font-size:12px}.chat-container{box-sizing:border-box;flex-direction:column;gap:16px;max-width:800px;margin:0 auto;padding:20px;display:flex}.chat-container::-webkit-scrollbar{width:8px}.chat-container::-webkit-scrollbar-thumb{background:#c8c8c880;border-radius:20px}.user-box,.assistant-box{width:100%;display:flex}.user-box{justify-content:flex-end}.assistant-box{justify-content:flex-start}.user-msg,.assistant-msg{white-space:pre-wrap;border-radius:16px;padding:16px;font-size:15px;line-height:1.6}.user-msg{background-color:#323232;max-width:70%}.assistant-msg{max-width:100%}.assistant-msg ul,.assistant-msg ol{padding-left:24px}.assistant-msg pre{background:#0d1117;border-radius:10px;padding:16px;overflow-x:auto}.assistant-msg pre code.hljs{background:0 0;padding:0;font-size:13px}.assistant-msg table{border-collapse:collapse;width:100%;font-size:14px;overflow-x:auto}.assistant-msg th,.assistant-msg td{text-align:left;vertical-align:top;border:1px solid #ffffff1f;padding:8px 12px}.assistant-msg th{background:#ffffff0f}.assistant-msg tr:nth-child(2n) td{background:#ffffff05}.assistant-msg hr{display:none}.notice-box{justify-content:center;width:100%;display:flex}.notice-msg{color:#da7c38;background-color:#d4a04c1a;border:1px solid #d4a04c40;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;display:flex}.notice-msg i{color:#ef713f}.empty-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:150px;display:flex}.empty-state h1{margin-bottom:14px;font-size:42px;font-weight:400}.empty-state p{color:#9ca3af;max-width:650px;font-size:17px;line-height:1.6}
