:root{color-scheme:light;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;background-color:#f7f4ee;color:#1b1b1b}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh}.app{padding:20px;display:flex;flex-direction:column;gap:16px;min-height:100vh}.app-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.error-panel{display:grid;grid-template-columns:auto 1fr auto;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid #f2b8b5;background:#fff6f6;color:#5a1a16;box-shadow:0 6px 16px #5a1a1614;align-items:start}.error-icon{width:32px;height:32px;border-radius:50%;background:#d6453d;color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}.error-content{display:grid;gap:6px}.error-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.error-message{font-size:14px;font-weight:600}.error-meta{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:12px;color:#7a2c27}.error-stack{margin:0;padding:8px 10px;background:#fff;border-radius:8px;border:1px solid #f0d0cf;font-size:11px;line-height:1.4;white-space:pre-wrap;color:#4a1b17}.app-header h1{margin:0;font-size:22px}.subtitle{margin:4px 0 0;color:#444}.card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 8px 20px #00000014;display:grid;gap:12px}.row{display:flex;align-items:center;justify-content:space-between}.step-header{display:grid;gap:6px}.step-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#f3efe7;font-size:12px;font-weight:600;width:fit-content}.state-description{margin:0;color:#4a4a4a;font-size:13px;max-width:100%}.state-description-expanded{min-height:2.1em}.step-refresh-actions{display:flex;justify-content:flex-start;gap:14px;margin-top:8px;margin-bottom:8px}.step-actions{display:flex;justify-content:space-between;gap:10px}.step-actions.single{justify-content:flex-end}.label{font-weight:600;color:#606060}.value{font-weight:600}.button{border:none;background:#1b1b1b;color:#fff;padding:10px 16px;border-radius:999px;cursor:pointer;font-weight:600}.button.secondary{background:#e8e1d6;color:#1b1b1b}.button.small{padding:6px 12px;font-size:12px}.button:disabled{opacity:.6;cursor:not-allowed}.app-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-top:auto}.status{font-size:12px;color:#666}.version{font-size:12px;font-weight:600;color:#4a4a4a}ul{margin:0;padding-left:18px;color:#444}
