*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#f7f7f5;color:#1d1d1f}main{max-width:1100px;margin:auto;padding:32px}header{display:flex;justify-content:space-between;align-items:center}header div{display:grid;gap:4px}header span,.meta,p{color:#666}button{border:0;border-radius:10px;padding:10px 14px;cursor:pointer;font-weight:600}.intro{margin:56px 0 28px}.intro h1{font-size:40px;margin:0}.grid,.details{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.card,article{background:#fff;padding:20px;border-radius:16px;border:1px solid #e7e7e2;text-decoration:none;color:inherit}.cardTop{display:flex;justify-content:space-between;gap:10px}.card h2{margin:0}.badge{padding:4px 8px;border-radius:999px;background:#e8f5eb;font-size:12px}.meta{display:flex;justify-content:space-between;font-size:12px;margin-top:22px}.actions{display:flex;gap:10px;margin-bottom:24px}article h3{margin-top:0}.error{color:#b00020}.addForm{background:#fff;border:1px solid #e7e7e2;border-radius:16px;padding:24px;margin-top:20px;display:grid;gap:12px;max-width:420px}.addForm label{display:grid;gap:4px;font-size:13px;color:#444}.addForm input{padding:8px 10px;border:1px solid #ddd;border-radius:8px;font-size:14px}.formActions{display:flex;justify-content:flex-end;gap:10px}.formActions button[type=button]{background:#eee}button:disabled{opacity:.6;cursor:not-allowed}button[type=submit],.actions button{background:#1d1d1f;color:#fff}ul{padding-left:18px;margin:0}li{margin-bottom:6px;font-size:14px;color:#444}.loginScreen{display:flex;align-items:center;justify-content:center;min-height:100vh}.loginCard{background:#fff;padding:40px;border-radius:16px;border:1px solid #e7e7e2;text-align:center;display:grid;gap:14px;max-width:360px}.loginCard h1{margin:0;font-size:24px}.loginCard button{background:#1d1d1f;color:#fff;padding:12px 20px}.thumbnail{aspect-ratio:16/9;border-radius:10px;overflow:hidden;margin-bottom:12px;background:#f0f0ec}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnailPlaceholder{width:100%;height:100%;background:linear-gradient(135deg,#e8f5eb,#f0f0ec)}.wizardStep{background:#fff;border:1px solid #e7e7e2;border-radius:16px;padding:24px;max-width:520px;display:grid;gap:14px}.wizardStep label{display:grid;gap:4px;font-size:13px;color:#444}.wizardStep input[type=text],.wizardStep input:not([type]){padding:8px 10px;border:1px solid #ddd;border-radius:8px;font-size:14px}.repoList{display:grid;gap:6px;max-height:280px;overflow:auto;padding:2px}.wizardStep label.repoOption{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:400;padding:10px 12px;border:1px solid #e7e7e2;border-radius:10px;cursor:pointer}.wizardStep label.repoOption:hover{background:#f7f7f5}.repoOption input[type=radio]{flex:none;margin:0}.repoOption .badge{margin-left:auto}.actions .stopButton{background:#fbeaea;color:#b00020}.workspaceWrap{margin-bottom:24px}.previewToolbar{display:flex;align-items:center;gap:6px;margin-bottom:8px}.deviceButton{background:#eee;padding:6px 12px;font-size:13px}.deviceButton.active{background:#1d1d1f;color:#fff}.previewWidthLabel{margin-left:8px;font-size:12px}.workspace{display:flex;gap:16px;height:70vh}.previewFrameWrap{flex:1;min-width:0;position:relative;display:flex}.previewFrame{flex:1;min-width:0;width:100%;height:100%;border:1px solid #e7e7e2;border-radius:16px;background:#fff}.previewResizeHandle{position:absolute;top:0;right:-8px;width:16px;height:100%;cursor:col-resize;z-index:2}.previewResizeHandle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:36px;border-radius:4px;background:#ddd}.previewResizeHandle:hover:after{background:#bbb}.actions .publishButton{background:#1a7a34}.persistNote{margin:0 0 20px;font-size:13px;max-width:640px}.persistNote code{background:#f0f0ec;padding:2px 5px;border-radius:4px;font-size:12px}.chatSidebar{width:340px;flex:none;display:flex;flex-direction:column;background:#fff;border:1px solid #e7e7e2;border-radius:16px;overflow:hidden}.chatMessages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.chatBubble{padding:10px 12px;border-radius:12px;font-size:14px;line-height:1.4;white-space:pre-wrap;max-width:90%}.chatBubble-user{background:#1d1d1f;color:#fff;align-self:flex-end}.chatBubble-agent{background:#f0f0ec;color:#1d1d1f;align-self:flex-start}.chatBubble-error{background:#fbeaea;color:#b00020;align-self:flex-start}.chatBubble-pending{opacity:.6;font-style:italic}.chatInputRow{display:flex;gap:8px;padding:12px;border-top:1px solid #e7e7e2}.chatInputRow textarea{flex:1;resize:none;padding:8px 10px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;height:44px}.chatInputRow button{background:#1d1d1f;color:#fff;align-self:flex-end}.formActions button:first-child{background:#eee}.connectionHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.connectionHeader h3{margin:0}.connBadge{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.connBadge.connected{background:#e8f5eb;color:#1a7a34}.connBadge.disconnected{background:#f0f0ec;color:#777}.dim{color:#999}article a{color:#1d1d1f;font-weight:600}
