:root{font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;color:#1a1a1a;background:#0f0f12;color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:grid;grid-template-columns:220px 1fr 340px;grid-template-rows:1fr;min-height:100vh}.sidebar{background:#16161a;border-right:1px solid #2a2a2e;padding:1rem;overflow-y:auto}.sidebar h2{font-size:.85rem;font-weight:600;color:#a0a0a8;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar li{margin-bottom:.25rem}.sidebar button{width:100%;padding:.5rem .75rem;text-align:left;background:transparent;border:none;border-radius:6px;color:#e4e4e7;cursor:pointer;font-size:.9rem}.sidebar button:hover{background:#27272a}.sidebar button.active{background:#3b82f6;color:#fff}.sidebar .new-project{margin-top:.75rem;padding:.5rem .75rem;width:100%;background:#2a2a2e;border:1px dashed #52525b;border-radius:6px;color:#a0a0a8;cursor:pointer;font-size:.9rem}.sidebar .new-project:hover{background:#27272a;color:#e4e4e7}.main{display:flex;flex-direction:column;min-height:0;background:#0f0f12}.chat-section{flex:1;display:flex;flex-direction:column;min-height:0;border-bottom:1px solid #2a2a2e}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chat-message{max-width:85%;padding:.75rem 1rem;border-radius:10px;font-size:.9rem;white-space:pre-wrap;word-break:break-word}.chat-message.user{align-self:flex-end;background:#3b82f6;color:#fff}.chat-message.assistant{align-self:flex-start;background:#27272a;color:#e4e4e7;border:1px solid #3f3f46}.chat-input-row{padding:1rem;display:flex;gap:.5rem;background:#16161a;border-top:1px solid #2a2a2e}.chat-input-row input{flex:1;padding:.6rem .9rem;border:1px solid #3f3f46;border-radius:8px;background:#27272a;color:#e4e4e7;font-size:.95rem}.chat-input-row input::placeholder{color:#71717a}.chat-input-row button{padding:.6rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer}.chat-input-row button:disabled{opacity:.6;cursor:not-allowed}.panel{background:#16161a;border-left:1px solid #2a2a2e;display:flex;flex-direction:column;min-height:0}.panel h3{font-size:.8rem;font-weight:600;color:#a0a0a8;text-transform:uppercase;letter-spacing:.05em;margin:0;padding:.75rem 1rem;border-bottom:1px solid #2a2a2e}.panel-content{flex:1;overflow-y:auto;padding:1rem;font-size:.85rem}.diff-view{font-family:ui-monospace,monospace;white-space:pre-wrap;word-break:break-word}.diff-view .path{color:#a78bfa;margin-bottom:.25rem}.diff-view .op{color:#fbbf24;margin-right:.5rem}.diff-view pre{margin:.25rem 0 .75rem;padding:.5rem;background:#1f1f23;border-radius:4px;overflow-x:auto;font-size:.8rem;color:#d4d4d8}.apply-row{padding:.75rem 1rem;border-top:1px solid #2a2a2e}.apply-row button{width:100%;padding:.5rem 1rem;background:#22c55e;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer}.apply-row button:disabled{opacity:.5;cursor:not-allowed}.preview-pane{font-family:ui-monospace,monospace;font-size:.8rem}.preview-pane .file-block{margin-bottom:1rem}.preview-pane .file-path{color:#a78bfa;margin-bottom:.25rem}.preview-pane pre{margin:0;padding:.5rem;background:#1f1f23;border-radius:4px;overflow-x:auto;color:#d4d4d8;white-space:pre-wrap}.empty-state{color:#71717a;text-align:center;padding:2rem 1rem;font-size:.9rem}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f0f12;padding:1rem}.auth-card{width:100%;max-width:360px;background:#16161a;border:1px solid #2a2a2e;border-radius:12px;padding:2rem}.auth-card h1{margin:0 0 .25rem;font-size:1.5rem;color:#e4e4e7}.auth-subtitle{margin:0 0 1.5rem;font-size:.9rem;color:#71717a}.auth-card input{width:100%;padding:.6rem .9rem;margin-bottom:.75rem;border:1px solid #3f3f46;border-radius:8px;background:#27272a;color:#e4e4e7;font-size:.95rem}.auth-card button[type=submit]{width:100%;padding:.6rem 1rem;margin-top:.25rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer}.auth-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#f87171;font-size:.85rem;margin:0 0 .5rem}.auth-toggle{margin:1rem 0 0;font-size:.9rem;color:#a0a0a8}.auth-link{background:none;border:none;color:#3b82f6;cursor:pointer;padding:0;font-size:inherit;text-decoration:underline}.logout-btn{margin-top:.5rem;padding:.4rem .75rem;background:transparent;border:1px solid #3f3f46;color:#a0a0a8;border-radius:6px;font-size:.85rem;cursor:pointer}.logout-btn:hover{color:#e4e4e7;border-color:#52525b}.download-btn{width:100%;padding:.5rem 1rem;margin-top:.5rem;background:#6366f1;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer}.download-btn:disabled{opacity:.5;cursor:not-allowed}.loading{color:#a0a0a8;font-size:.85rem}
