*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f1115;color:#e6e6e6}.page{max-width:820px;margin:0 auto;padding:2rem 1.5rem}.page.centered{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:.5rem;text-align:center}.subtle{color:#8b8f98;font-size:.85rem}.brand{display:flex;align-items:center;gap:.6rem}.logo-mark{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#2ea043,#1a6e2e);color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.user-chip{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:#a6a6a6}h1{font-size:1.4rem;margin:0}h2{font-size:1.05rem;color:#a6a6a6;margin-top:2rem;margin-bottom:.6rem}.section-header{display:flex;justify-content:space-between;align-items:center}.filter{background:#1c1f26;color:#fff;border:1px solid #2a2d35;padding:.35rem .6rem;border-radius:6px;font-size:.85rem;width:180px}.button,button,a.button{background:#2ea043;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;text-decoration:none;font-size:.9rem}button:disabled{background:#444;cursor:not-allowed}button.ghost{background:transparent;border:1px solid #2a2d35;color:#a6a6a6;padding:.3rem .7rem;font-size:.8rem}.repo-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.4rem}.repo-list button{background:#1c1f26;text-align:left;border:1px solid #2a2d35;width:100%}.repo-list button.selected{border-color:#2ea043}.deploy-row{display:flex;gap:.6rem;align-items:center}select{background:#1c1f26;color:#fff;border:1px solid #2a2d35;padding:.45rem;border-radius:6px;flex:1}table{width:100%;border-collapse:collapse;font-size:.85rem}th,td{text-align:left;padding:.5rem .6rem;border-bottom:1px solid #2a2d35}th{color:#8b8f98;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.badge-success{background:#103a1c;color:#4ade80;border:1px solid #2ea043}.badge-failed{background:#3a1010;color:#f87171;border:1px solid #a02e2e}.badge-deploying,.badge-pending{background:#3a2f10;color:#fbbf24;border:1px solid #a0822e}.result-panel{padding:.8rem;border-radius:6px;margin-top:1rem}.result-panel.ok{background:#103a1c;border:1px solid #2ea043}.result-panel.fail{background:#3a1010;border:1px solid #a02e2e}.result-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.85rem}.result-panel pre{margin:0;white-space:pre-wrap;font-size:.8rem;max-height:260px;overflow-y:auto}
