:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2329;background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{display:flex;min-height:100vh;background:#fff}.sidebar{width:276px;flex:0 0 276px;background:#f7f8fa;border-right:1px solid #edf0f3;padding:24px 16px 16px;display:flex;flex-direction:column;gap:18px}.brand{display:flex;align-items:center;gap:9px;padding:0 10px;font-weight:750;font-size:17px}.brand-mark,.welcome-icon{color:#4d6bfe}.brand-mark{font-size:24px}.new-chat{border:1px solid #e4e7eb;background:#fff;border-radius:10px;height:44px;color:#30343b;font-weight:650;box-shadow:0 1px 3px #1f23290b}.new-chat:hover,.history-item:hover{background:#eef2ff}.history-head{display:flex;justify-content:space-between;align-items:center;color:#8b949e;font-size:12px;font-weight:700;padding:0 10px}.history-head button{border:0;background:transparent;color:#9299a3;font-size:19px}.history-list{overflow-y:auto;min-height:100px;flex:1}.history-row{position:relative;display:flex;align-items:center;border-radius:8px}.history-row.active,.history-row:hover{background:#e9edff}.history-item{display:block;flex:1;min-width:0;border:0;background:transparent;text-align:left;border-radius:8px;padding:10px;color:#42474f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-row.active .history-item{color:#3655d8;font-weight:650}.history-item:hover{background:transparent}.delete-session{opacity:0;border:0;background:transparent;color:#9aa2ad;padding:7px 10px;font-size:18px;line-height:1}.history-row:hover .delete-session,.delete-session:focus{opacity:1}.delete-session:hover{color:#d34b4b}.history-empty{color:#a4abb5;font-size:12px;padding:0 10px}.sidebar-bottom{border-top:1px solid #e9ebef;padding-top:14px;display:grid;gap:10px}label{display:grid;gap:5px;color:#858d99;font-size:11px;font-weight:650}input,select{width:100%;border:1px solid #e0e4ea;border-radius:8px;padding:9px 10px;background:#fff;color:#30343b;outline:none}input:focus,select:focus,textarea:focus{border-color:#8fa2ff;box-shadow:0 0 0 3px #4d6bfe18}.chat-main{min-width:0;flex:1;display:flex;flex-direction:column;height:100vh}.chat-header{min-height:68px;border-bottom:1px solid #f0f1f3;display:flex;align-items:center;justify-content:space-between;padding:0 38px}.chat-header div{display:grid;gap:3px}.chat-header strong{font-size:15px}.chat-header span{font-size:11px;color:#a0a6af}.restart{border:0;background:transparent;color:#7d8793;font-size:13px}.restart:disabled{color:#c2c7ce}.conversation{width:min(900px,calc(100% - 52px));flex:1;overflow-y:auto;margin:0 auto;padding:58px 0 160px}.welcome{text-align:center;margin:15vh auto 0;color:#8d96a2}.welcome-icon{font-size:34px}.welcome h1{color:#24282f;font-size:28px;margin:10px 0}.welcome p{font-size:14px}.message{display:flex;gap:12px;margin:0 0 30px;line-height:1.7}.message.user{flex-direction:row-reverse}.avatar{width:30px;height:30px;flex:0 0 30px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;background:#edf1ff;color:#536ef0}.user .avatar{background:#e8e9eb;color:#626871}.message-body{max-width:min(760px,85%)}.user .message-body{background:#f4f5f6;padding:10px 15px;border-radius:14px}.message-body p{margin:0}.message-body table{width:100%;border-collapse:collapse;font-size:13px}.message-body th,.message-body td{border:1px solid #e1e5eb;padding:6px 8px;text-align:left}.message-body th{background:#f5f6f8}.download{display:inline-block;margin-top:12px;color:#4161e8;text-decoration:none;font-size:13px;font-weight:700}.thinking{color:#9aa2ad;font-size:13px;margin-left:42px}.error{width:min(900px,calc(100% - 52px));margin:0 auto 8px;padding:10px 13px;border-radius:9px;background:#fff0f0;color:#c23b3b;font-size:13px}.composer-wrap{width:min(900px,calc(100% - 52px));margin:0 auto 24px}.composer{display:flex;align-items:flex-end;gap:10px;border:1px solid #dfe3e9;border-radius:15px;padding:12px;box-shadow:0 5px 24px #1f23290d;background:#fff}.composer textarea{flex:1;resize:none;border:0;outline:0;line-height:1.5;color:#30343b}.send{width:38px;height:38px;border:0;border-radius:50%;background:#5b78ed;color:#fff;font-size:24px;line-height:1}.send:disabled{background:#cbd4f7}.examples{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.examples button{border:1px solid #e4e8ef;background:#fff;color:#78818d;border-radius:999px;padding:6px 10px;font-size:11px}.composer-wrap small{display:block;text-align:center;color:#b0b5bd;font-size:10px;margin-top:9px}@media(max-width:760px){.sidebar{width:220px;flex-basis:220px}.conversation,.composer-wrap,.error{width:calc(100% - 28px)}.chat-header{padding:0 14px}}@media(max-width:560px){.sidebar{width:100%;flex-basis:100%;max-height:215px}.app-shell{display:block}.chat-main{height:calc(100vh - 215px)}.history-list{max-height:45px}.sidebar-bottom{grid-template-columns:1fr 1fr}.conversation{padding-top:24px}.welcome{margin-top:8vh}}
