:root{color-scheme:light;--bg: #f4f6fa;--card: #ffffff;--text: #1a1f2e;--muted: #5c6578;--accent: #2563eb;--accent-hover: #1d4ed8;--danger: #b91c1c;--border: #d8dee8;--warn: #b45309;--pill-bg: #e8ecf4;--input-bg: #ffffff;--code-bg: #eef2f8;--header-bg: #ffffff}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}.shell{min-height:100vh;display:flex;flex-direction:column}.top{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border);background:var(--header-bg);box-shadow:0 1px #0000000a}.brand{font-weight:400;letter-spacing:0}.brand-wrap{display:flex;align-items:center;gap:6px;min-width:0}a.brand-link{color:inherit;text-decoration:none}a.brand-link:hover{color:var(--accent);text-decoration:none}.brand-home{display:inline-block}.brand-project{color:var(--muted);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:360px}.nav{display:flex;align-items:center;gap:16px}.nav a{color:var(--muted);font-weight:500}.nav a.active{color:var(--text)}.main{padding:24px 20px 48px;max-width:1100px;width:100%;margin:0 auto;flex:1;display:flex;flex-direction:column;min-height:0}.main-project{max-width:none;width:100%;min-height:0;padding:0;display:flex}.project-layout{flex:1;display:grid;grid-template-columns:270px minmax(0,1fr);grid-template-rows:minmax(0,1fr);gap:0;align-items:stretch;min-height:0}.project-sidebar{min-height:0}.project-sidebar-panel{min-height:100%;height:100%;border-right:1px solid var(--border);background:var(--card);padding:12px}.project-sidebar-nav{display:flex;flex-direction:column;gap:6px}.project-sidebar-nav a{display:block;border-radius:8px;border:1px solid transparent;padding:8px 10px;color:var(--muted);text-decoration:none}.project-sidebar-nav a:hover{color:var(--text);background:#f8fafc;text-decoration:none}.project-sidebar-nav a.active{color:var(--text);border-color:#cbd5e1;background:#f8fafc}.project-content{min-width:0;min-height:0;padding:24px 20px 48px 22px}.stack{display:flex;flex-direction:column;gap:16px}.project-content:has(.agent-module-max){padding:0;display:flex;flex-direction:column;min-height:0}.agent-module-max{flex:1;min-height:0;display:flex;flex-direction:column;width:100%}.agent-module-max .agent-preview-frame-wrap{flex:1;min-height:0;position:relative;overflow:hidden;background:#fff}.agent-module-max .agent-preview-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:16px 18px;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-direction:column;gap:1rem}.card.row{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:12px 16px}.card textarea,.card input[type=text],.card input[type=password],.card select{width:100%;max-width:100%;box-sizing:border-box}.card textarea{display:block;min-height:5.5rem;resize:vertical}.card .table{width:100%}.card pre.block{width:100%;max-width:100%;box-sizing:border-box}.login-shell{align-items:center;justify-content:center}.login-card{width:min(520px,calc(100% - 32px))}.login-card h1{margin-top:0}.login-fields{display:flex;flex-direction:column;gap:12px}.login-fields label{width:100%}.login-fields input{width:100%;box-sizing:border-box}.login-submit{margin-top:1.35rem}details.project-appearance{padding:0 1rem 1rem}details.project-appearance summary{cursor:pointer;font-weight:600;padding:.75rem 0 .25rem}.file-tree-loc{margin:.5rem 0 .75rem}.repo-toolbar{justify-content:space-between;align-items:center;gap:10px;flex-wrap:nowrap;width:100%}.repo-toolbar select{flex:1;min-width:0;max-width:none;padding-right:3.1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23616c82' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:12px 8px;background-position:calc(100% - 18px) center}.repo-download{margin-left:auto}.version-table th:first-child,.version-table td:first-child{width:32px}.version-table{table-layout:fixed}.version-col-status{width:32px}.version-col-time{width:190px}.version-col-actions{width:1%}.version-time{white-space:nowrap}.version-message{word-break:break-word}.version-actions{white-space:nowrap;display:flex;gap:12px;justify-content:flex-end}.version-table tbody tr:last-child td{border-bottom:none}.status-dot{display:inline-block;width:12px;height:12px;border-radius:999px}.status-dot.success{background:#16a34a}.status-dot.running{background:#eab308}.status-dot.failed{background:#dc2626}.status-dot.is-animating{animation:dot-pulse 1s ease-in-out infinite}@keyframes dot-pulse{0%{opacity:.45;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:.45;transform:scale(.9)}}.file-tree-list{list-style:none;padding:0;margin:0 0 .75rem}.file-tree-row{margin:.2rem 0}.file-blob-panel{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.file-blob-panel h3{margin:0 0 .5rem}label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:var(--muted)}input,textarea,select{background:var(--input-bg);border:1px solid var(--border);border-radius:8px;padding:10px 12px;color:var(--text);font:inherit}button{font:inherit;cursor:pointer;border-radius:8px;border:1px solid var(--border);background:#eef2f8;color:var(--text);padding:10px 14px}button.primary{background:var(--accent);border-color:transparent;color:#fff;font-weight:600}button.primary:hover{background:var(--accent-hover)}button.linkish{background:transparent;border:none;color:var(--accent);padding:0}button.active{border-color:var(--accent);background:#eff6ff}.muted{color:var(--muted)}.error{color:var(--danger)}.small{font-size:.85rem}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem}.block{white-space:pre-wrap;word-break:break-word;background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:12px}.scroll{max-height:360px;overflow:auto}.log{max-height:560px}.readme-toolbar{display:flex;flex-wrap:wrap;gap:12px 16px;align-items:center;justify-content:flex-end}.readme-panel{max-height:min(78vh,920px);overflow:auto;margin:0}.table{width:100%;border-collapse:collapse;font-size:.95rem}.table th,.table td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border)}.table th{color:var(--muted);font-weight:600}.grid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.stat-label{color:var(--muted);font-size:.85rem}.stat-value{font-size:1.8rem;font-weight:700}.stat-value.warn{color:var(--warn)}.stat-links{margin-top:8px}.pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.8rem;background:var(--pill-bg);color:var(--text)}.pill.success{background:#d1fae5;color:#065f46}.pill.failed{background:#fee2e2;color:#991b1b}.pill.running{background:#e0e7ff;color:#3730a3}.pill.queued{background:#f3f4f6;color:#4b5563}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:.5rem}.row{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.row.gap{align-items:center}.row.wrap{flex-wrap:wrap}.grow{flex:1;min-width:200px}.mt{margin-top:10px}.form-row .row label{flex:1}.kv{display:grid;grid-template-columns:140px 1fr;gap:8px 12px;margin:0}.kv dt{color:var(--muted);margin:0}.kv dd{margin:0}h1,h2{margin:0 0 8px}.home-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.help-block{font-size:.92rem;line-height:1.55;max-width:720px}.help-block kbd{font:inherit;padding:.1em .35em;border:1px solid var(--border);border-radius:4px;background:var(--code-bg)}.add-project-form{gap:1.25rem}.add-project-form label,.icon-picker{margin-top:0}.form-actions{margin-top:.5rem;padding-top:1.75rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.form-actions-error{margin:0}.form-actions-submit{margin-top:0;min-width:12.5rem;padding-left:1.35rem;padding-right:1.35rem}.form-actions-saved{margin:0}.icon-picker-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}button.icon-pick{font-size:1.35rem;line-height:1;padding:6px 8px;border-radius:8px;background:var(--input-bg)}button.icon-pick.picked{border-color:var(--accent);background:#eff6ff}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px}.project-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:12px;background:var(--card);box-shadow:0 1px 2px #0f172a0d;min-height:84px;transition:border-color .15s,box-shadow .15s}.project-card:hover{border-color:#c5d4f0;box-shadow:0 4px 12px #0f172a14}.project-card.active-project{border-color:var(--accent);box-shadow:0 0 0 1px #2563eb40}.project-card-main{display:flex;gap:8px;padding:10px 12px;flex:1;color:inherit;text-decoration:none;align-items:flex-start}.project-card-main:hover{text-decoration:none;color:inherit}.project-card-icon{font-size:2.25rem;line-height:1;flex-shrink:0}.project-card-body{min-width:0;flex:1}.project-card-title{font-size:.98rem;margin:0;line-height:1.25}.project-card-folder{margin:0;font-weight:600}.project-card-path{margin:4px 0 0;word-break:break-all}.project-card-pin{align-self:flex-end;margin:0 12px 12px;font-size:.85rem}.project-card-dashed{cursor:pointer;border-style:dashed;background:transparent;text-align:left;align-items:stretch}.project-card-dashed .project-card-icon{font-size:2rem;font-weight:700}.project-card-dashed:hover{border-color:var(--accent);background:#f8fafc}.empty-hint{margin-top:8px}.home-page{position:relative;flex:1;display:flex;flex-direction:column;min-height:0;width:100%}.home-overview{position:relative;flex:1;display:flex;flex-direction:column;min-height:min(72vh,640px)}.home-overview-spacer{flex:1;min-height:120px}.home-context-menu{position:fixed;z-index:50;min-width:10rem;padding:4px 0;margin:0;border:1px solid var(--border);border-radius:8px;background:var(--card);box-shadow:0 8px 24px #0f172a1f}.home-context-menu-item{display:block;width:100%;padding:8px 14px;border:none;background:transparent;font:inherit;text-align:left;color:var(--text);cursor:pointer}.home-context-menu-item:hover{background:#eff6ff}.home-new-project-dialog{padding:0;border:none;background:transparent;max-width:calc(100vw - 32px)}.home-new-project-dialog::backdrop{background:#0f172a59}.home-new-project-form{margin:0;min-width:min(22rem,100vw - 32px)}.home-new-project-title{margin:0 0 12px;font-size:1.1rem}.home-new-project-label{display:flex;flex-direction:column;gap:6px;font-weight:500}.home-new-project-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.project-page-head{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.project-page-icon{font-size:2.5rem;line-height:1}.project-page-title{margin:0 0 4px}.project-page-path{margin:0;word-break:break-all}@media(max-width:920px){.main-project{padding:24px 20px 48px;display:block}.project-layout{flex:initial;grid-template-columns:1fr;grid-template-rows:auto;gap:14px}.project-sidebar{min-height:auto;height:auto}.project-sidebar-panel{min-height:auto;height:auto;border-right:none}.project-content{padding:0}}
