:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:#0f172a}a{color:inherit}.page{width:100%;max-width:100%;margin:0;padding:16px 18px;color:#e2e8f0}h1{margin:0 0 12px;font-size:22px}.tabs{display:flex;gap:8px;margin-bottom:12px}.tabs button{background:#0b1220;color:#cbd5e1;border:1px solid #334155;border-radius:8px;padding:8px 12px;cursor:pointer}.tabs button.active{border-color:#38bdf8;color:#7dd3fc}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px;align-items:center}.toolbar label{display:inline-flex;gap:6px;align-items:center;font-size:13px;color:#94a3b8}.toolbar select,.toolbar button,.btn{background:#0b1220;color:#e2e8f0;border:1px solid #334155;border-radius:8px;padding:6px 10px;text-decoration:none}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(520px,1fr));gap:12px}.card{display:block;background:#0b1220;border:1px solid #1f2937;border-radius:10px;padding:10px;text-decoration:none;color:inherit}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;color:#94a3b8}.card-top strong a{color:#bfdbfe;text-decoration:none}.card-top strong a:hover{text-decoration:underline}.spark{width:100%;height:140px}.spark-wrap{width:100%;height:190px;background:#0a1222;border:1px solid #1f2937;border-radius:8px;padding:6px}.spark-bg{fill:#0f172a}.spark-axis{stroke:#475569;stroke-width:1}.spark-grid{stroke:#1f2937;stroke-width:1}.spark-label{fill:#64748b;font-size:10px}.spark-empty{font-size:12px;color:#64748b;padding:18px 6px}.mono pre,.mono{margin:0;white-space:pre-wrap;font-size:12px;color:#cbd5e1}.tbl{width:100%;border-collapse:collapse}.tbl th,.tbl td{border-bottom:1px solid #1f2937;padding:8px 6px;text-align:left}.tbl th{color:#93c5fd;font-weight:600}.tbl a{color:#93c5fd;text-decoration:none}.msg-list{display:grid;gap:10px}.msg-item{border:1px solid #1f2937;border-radius:10px;padding:8px;background:#0b1220}.msg-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.badge{display:inline-block;padding:2px 8px;border-radius:999px;border:1px solid #334155;font-size:11px;color:#cbd5e1}.msg-body{margin:0;white-space:pre-wrap;max-height:320px;overflow:auto}.mobile-cards{display:none}@media(max-width:760px){.msg-table{display:none}.mobile-cards{display:block}}@media(min-width:761px){.msg-table{display:table}.mobile-cards{display:none}}.tbl-like{padding:4px 0;border-bottom:1px solid #1f2937}.tbl-like:last-child{border-bottom:0}.prompt-block{border:1px solid #334155;border-radius:8px;padding:10px;background:#0b1220;line-height:1.45;white-space:normal}.card-meta{margin-top:6px;color:#94a3b8;font-size:12px}@media(max-width:900px){.cards{grid-template-columns:1fr}.page{padding:12px}}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.commit-list{display:grid;gap:8px;max-height:520px;overflow:auto}.commit-item{text-align:left;background:#0f172a;color:#e2e8f0;border:1px solid #1f2937;border-radius:8px;padding:8px;cursor:pointer}.commit-item.active{border-color:#38bdf8;background:#082f49}@media(max-width:1000px){.grid2{grid-template-columns:1fr}}.diffbox{max-height:420px;overflow:auto;border:1px solid #1f2937;border-radius:8px;background:#0b1220}.diffline{display:grid;grid-template-columns:48px 18px 1fr;gap:8px;padding:2px 8px;border-bottom:1px solid rgba(31,41,55,.5)}.diffline.add{background:#22c55e1f}.diffline.del{background:#ef44441f}.diffnum{color:#64748b}.diffmark{color:#94a3b8}.difftext{white-space:pre-wrap;word-break:break-word}.loading-wrap{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #1f2937;border-radius:10px;background:#0b1220;margin:8px 0}.loading-spinner{width:16px;height:16px;border:2px solid #334155;border-top-color:#38bdf8;border-radius:50%;animation:spin .9s linear infinite}.loading-text{color:#cbd5e1;font-size:13px}@keyframes spin{to{transform:rotate(360deg)}}.user-msg{background:transparent;border:0;border-radius:0;padding:0}.user-msg-head{color:#93c5fd;font-weight:600;margin-bottom:6px}.user-main{white-space:pre-wrap;color:#e2e8f0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.msg-details{margin-top:8px}.msg-details summary{cursor:pointer;color:#94a3b8}.media-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.thumb{width:88px;height:88px;object-fit:cover;border-radius:8px;border:1px solid #334155;background:#020617}.media-link{color:#93c5fd;font-size:12px;text-decoration:underline}.chat-thread{display:flex;flex-direction:column;gap:10px;margin-top:8px}.chat-row{display:flex}.chat-row.theirs{justify-content:flex-start}.chat-row.mine{justify-content:flex-end}.chat-bubble{max-width:min(78%,920px);border-radius:10px;padding:8px 10px;border:1px solid #334155}.bubble-theirs{background:#0f172a}.bubble-mine{background:#10321f;border-color:#1f7a4f}.chat-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px}.chat-sender{font-size:12px;color:#93c5fd}.chat-time{font-size:11px;color:#94a3b8}@media(max-width:900px){.chat-bubble{max-width:100%}}.card-top-right{display:flex;align-items:center;gap:10px;min-width:0}.card-top-right>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-icon-btn{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #334155;border-radius:8px;background:#111b2e;color:#cbd5e1;text-decoration:none;transition:all .15s ease}.settings-icon-btn:hover{background:#17263f;border-color:#475569;color:#f8fafc;transform:translateY(-1px)}.settings-icon{font-size:14px;line-height:1}.msg-body{scrollbar-width:thin;scrollbar-color:#475569 #0b1220}.msg-body::-webkit-scrollbar{width:10px;height:10px}.msg-body::-webkit-scrollbar-track{background:#0b1220;border-radius:10px}.msg-body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#475569,#334155);border-radius:10px;border:2px solid #0b1220}.msg-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#64748b,#475569)}.chat-thread{scrollbar-width:thin;scrollbar-color:#334155 transparent}.chat-thread::-webkit-scrollbar{width:8px}.chat-thread::-webkit-scrollbar-thumb{background:#334155;border-radius:8px}.chat-thread::-webkit-scrollbar-thumb:hover{background:#475569}.modal-backdrop{position:fixed;inset:0;background:#020617b8;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-card{width:min(760px,92vw);max-height:80vh;overflow:auto;background:#0b1220;border:1px solid #334155;border-radius:12px;padding:14px}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.topbar h1{margin:0}.whoami{font-size:12px;color:#93c5fd;border:1px solid #334155;background:#0b1220;padding:4px 8px;border-radius:999px}.workspace-grid{display:grid;grid-template-columns:360px 1fr;gap:12px}.workspace-list{max-height:72vh;overflow:auto}.ws-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:8px;text-align:left;background:#0f172a;color:#e2e8f0;border:1px solid #1f2937;border-radius:8px;padding:9px 10px;margin-bottom:8px}.ws-item:hover{background:#17263f;border-color:#334155}.workspace-preview{min-height:280px}@media(max-width:900px){.workspace-grid{grid-template-columns:1fr}.workspace-list{max-height:42vh}}.md-tabs{display:flex;gap:8px;margin-bottom:8px}.md-tabs button{background:#0f172a;color:#cbd5e1;border:1px solid #334155;border-radius:8px;padding:6px 10px}.md-tabs button.active{border-color:#38bdf8;color:#7dd3fc;background:#082f49}.md-render{max-height:65vh;overflow:auto;border:1px solid #1f2937;border-radius:8px;padding:10px;background:#0b1220;line-height:1.5}.md-render h1,.md-render h2,.md-render h3{margin:10px 0 6px;color:#bfdbfe}.md-render p{margin:8px 0}.md-render ul{margin:8px 0 8px 18px}.md-render a{color:#93c5fd;text-decoration:underline}.md-render pre{background:#020617;border:1px solid #1f2937;border-radius:8px;padding:8px;overflow:auto}
