@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:dark;--bg: #0b0f10;--surface: #141a1c;--surface-strong: #1b2427;--surface-soft: #111719;--border: #283135;--border-strong: #364247;--text: #eef2ec;--text-muted: #9daaa3;--accent: #df7a36;--accent-soft: #3b2414;--success: #6aa96b;--warning: #d3a04f;--shadow: 0 10px 28px rgba(0, 0, 0, .22)}*{box-sizing:border-box}html,body{min-height:100%;margin:0;background:radial-gradient(circle at top left,rgba(223,122,54,.12),transparent 28%),linear-gradient(180deg,#12181a 0%,var(--bg) 52%);color:var(--text);font-family:IBM Plex Sans,sans-serif}body{min-height:100vh}button,input,textarea{font:inherit}.app-shell{display:grid;min-height:100vh;grid-template-columns:340px 1fr}.sidebar{display:flex;flex-direction:column;gap:20px;padding:28px 24px;background:#0e1214eb;border-right:1px solid var(--border)}.sidebar-section{padding-bottom:4px}.kicker{margin:0 0 10px;color:var(--accent);font-family:IBM Plex Mono,monospace;font-size:.85rem}.sidebar h1,.workspace h2,.commit-detail h3{margin:0;font-weight:600;letter-spacing:-.02em}.sidebar h1{font-size:2rem;line-height:1.05}.lede,.stage-header p,.caption,.status-line,.detail-body,.detail-meta{color:var(--text-muted)}.lede{margin:12px 0 0;line-height:1.55}.repo-form{display:grid;gap:16px}.field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.field{display:grid;gap:8px}.field span{color:var(--text-muted);font-size:.88rem}.field input{width:100%;padding:11px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text)}.field input:focus{outline:2px solid rgba(223,122,54,.38);outline-offset:1px;border-color:var(--accent)}.primary-button{padding:12px 14px;border:1px solid #b1612d;border-radius:8px;background:var(--accent);color:#19110b;font-weight:600;cursor:pointer;transition:filter .14s ease,background-color .14s ease}.primary-button:hover{filter:brightness(1.05)}.status-line{margin:12px 0 0;min-height:2.5em;line-height:1.4}.status-line[data-tone=success]{color:#a4d5a5}.status-line[data-tone=warning]{color:#dfbe7f}.stats-grid{display:grid;gap:10px}.stat-card{padding:14px;border:1px solid var(--border);border-radius:10px;background:#1b2427b8;box-shadow:var(--shadow)}.stat-card span{display:block;margin-bottom:8px;color:var(--text-muted);font-size:.84rem}.stat-card strong{display:block;font-size:1rem;line-height:1.4}.detail-section,.feed-panel,.stage-panel{border:1px solid var(--border);border-radius:12px;background:#141a1cc7;box-shadow:var(--shadow)}.section-header,.stage-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.section-header{padding:18px 18px 0}.section-header a{color:var(--text);text-decoration-color:#eef2ec59}.section-header a[aria-disabled=true]{pointer-events:none;opacity:.45}.commit-detail{padding:16px 18px 18px}.detail-sha,.feed-meta{margin:0 0 8px;color:var(--accent);font-family:IBM Plex Mono,monospace;font-size:.86rem}.detail-meta{margin:10px 0}.detail-body{margin:0;line-height:1.55}.workspace{display:grid;grid-template-rows:minmax(0,1fr) 280px;gap:18px;padding:22px}.stage-panel{display:grid;grid-template-rows:auto 1fr;overflow:hidden}.stage-header{padding:18px 20px 14px;border-bottom:1px solid var(--border)}.stage-header p{margin:6px 0 0}.stage-notes{display:flex;flex-wrap:wrap;gap:8px}.stage-notes span{padding:7px 10px;border:1px solid var(--border);border-radius:999px;color:var(--text-muted);font-size:.82rem}.scene-root{position:relative;min-height:460px;background:linear-gradient(180deg,#ffffff03,#0000001f),radial-gradient(circle at center,rgba(255,255,255,.04),transparent 52%)}.scene-root canvas{display:block;width:100%;height:100%;cursor:grab}.feed-panel{overflow:hidden}.commit-feed{display:grid;gap:10px;max-height:100%;padding:16px 18px 18px;overflow:auto}.feed-item{display:grid;gap:6px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:#111719e0;color:var(--text);text-align:left;cursor:pointer;transition:border-color .14s ease,background-color .14s ease}.feed-item:hover,.feed-item[aria-pressed=true]{border-color:var(--border-strong);background:#1d272aeb}.feed-title{line-height:1.35}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border)}.workspace{grid-template-rows:minmax(460px,60vh) 320px}}@media(max-width:720px){.sidebar,.workspace{padding:16px}.field-row,.section-header,.stage-header{grid-template-columns:1fr;flex-direction:column}.stage-notes{width:100%}.scene-root{min-height:360px}}
