.code-editor{display:flex;flex-direction:column;border-bottom:1px solid rgba(255,255,255,.08)}.code-editor__header{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;padding:.5rem 1rem;background:#0f172acc;border-bottom:1px solid rgba(255,255,255,.08)}.code-editor__textarea{flex:1 1 auto;resize:none;padding:1rem;font-family:Fira Code,Source Code Pro,monospace;font-size:.9rem;background:#0f172a99;color:inherit;border:none}.code-editor__textarea:focus{outline:2px solid rgba(14,165,233,.4)}.chat{display:flex;flex-direction:column;height:100%;background:#0f172a80}.chat__history{flex:1 1 auto;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chat__bubble{padding:.75rem 1rem;border-radius:.75rem;background:#1e293bcc;box-shadow:0 1px 2px #0f172a66;display:flex;flex-direction:column;gap:.25rem}.chat__bubble--assistant{align-self:flex-start;background:#6366f159}.chat__bubble--user{align-self:flex-end;background:#0ea5e959}.chat__role{text-transform:uppercase;font-size:.7rem;letter-spacing:.08em;opacity:.7}.chat__status{font-size:.85rem;opacity:.6;text-align:center}.chat__composer{border-top:1px solid rgba(255,255,255,.08);padding:.75rem;display:flex;gap:.75rem}.chat__composer textarea{flex:1 1 auto;resize:none;padding:.75rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.2);background:#0f172ab3;color:inherit;font-family:inherit}.chat__composer button{border:none;border-radius:9999px;background:linear-gradient(135deg,#6366f1,#0ea5e9);color:#fff;font-weight:600;padding:0 1.5rem;cursor:pointer}.chat__composer button:disabled{opacity:.5;cursor:not-allowed}.file-list{display:flex;flex-direction:column;height:100%}.file-list__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.file-list__header h2{margin:0;font-size:1rem}.file-list__header button{border:none;border-radius:.5rem;padding:.5rem .75rem;font-size:.85rem;background:#6366f159;color:inherit;cursor:pointer}.file-list__header button:disabled{opacity:.5;cursor:progress}.file-list ul{list-style:none;margin:0;padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.file-list__item{width:100%;text-align:left;padding:.5rem .75rem;border:none;border-radius:.5rem;background:transparent;color:inherit;cursor:pointer;font-family:inherit}.file-list__item:hover{background:#94a3b833}.file-list__item--active{background:#38bdf859}.file-list__status{padding:.5rem 1rem;opacity:.7;font-size:.85rem}.app{flex:1 1 auto;display:flex;flex-direction:column}.app__header{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.app__main{flex:1 1 auto;display:flex;overflow:hidden}.app__sidebar{width:280px;border-right:1px solid rgba(255,255,255,.1);overflow-y:auto;background:#0f172a99}.app__workspace{flex:1 1 auto;display:grid;grid-template-rows:minmax(0,1fr) minmax(240px,40%)}:root{color-scheme:light dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0f172a;color:#e2e8f0}*,*:before,*:after{box-sizing:border-box}body{margin:0}#root{min-height:100vh;display:flex;flex-direction:column}
