:root{--forest: #234f36;--sand: #f3e7ce;--sun: #f5b34f;--ink: #1a1f20}body{margin:0;font-family:Trebuchet MS,Segoe UI,sans-serif;color:var(--ink);background:radial-gradient(circle at 20% 10%,#f2e0bc,#d9c8a1 45%,#b3a27a)}.login-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.login-card{width:min(100%,430px);padding:clamp(1.5rem,5vw,2.5rem);border:3px solid #6a5328;border-radius:14px;background:#ffffffd1;box-shadow:0 24px 70px #2a1f0d47}.login-card h1{margin:.35rem 0 .6rem}.login-card>p{line-height:1.55}.login-kicker{margin:0;color:var(--forest);font-size:.72rem;font-weight:800;letter-spacing:.16em}.login-form{display:grid;gap:.9rem;margin-top:1.4rem}.login-form label{display:grid;gap:.35rem;font-size:.76rem;font-weight:800;text-transform:uppercase}.login-form input{padding:.7rem;border:1px solid #8b7a59;border-radius:4px;font:inherit}.login-form button,.sign-out{width:fit-content;padding:.65rem 1rem;border:0;border-radius:4px;color:#fff;background:var(--forest);font-weight:800}.login-form button:disabled{cursor:wait;opacity:.65}.login-error{margin:0;color:#9f1d20;font-size:.82rem}.sign-out{margin-top:.5rem}.villager-view{max-width:860px;margin:2rem auto;padding:1rem 1.2rem;background:#ffffffad;border:3px solid #6a5328;border-radius:14px}h1,h2{color:var(--forest)}section{margin-top:1.2rem}table{width:100%;border-collapse:collapse}th,td{border:1px solid #8b7a59;padding:.5rem;text-align:left}.job-form{display:grid;gap:.75rem}.job-form label{display:grid;gap:.35rem}.job-form input,.job-form textarea{border:1px solid #8b7a59;border-radius:4px;padding:.5rem;font-family:inherit}.job-form button{width:fit-content;padding:.55rem .9rem;border:0;border-radius:4px;background:var(--forest);color:#fefefe}.recipe-steps{display:grid;gap:1rem;margin-top:1rem}.recipe-step{border-left:4px solid var(--forest);padding-left:.8rem}.recipe-step-heading{display:flex;align-items:baseline;justify-content:space-between;text-transform:capitalize}.recipe-step-heading h4{margin:0 0 .5rem}.recipe-step-heading span{color:#655b47;font-size:.8rem}.attempt-list{display:grid;gap:.55rem}.attempt-card{display:grid;gap:.3rem;width:100%;padding:.75rem;border:1px solid #8b7a59;border-left-width:6px;border-radius:5px;background:#ffffffb3;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.attempt-header{display:flex;justify-content:space-between;gap:1rem}.status-badge{padding:.12rem .45rem;border-radius:999px;background:#ddd;font-size:.75rem;font-weight:800;text-transform:uppercase}.status-done{border-left-color:#25804b}.status-running,.status-processing,.status-queued{border-left-color:#d18b19}.status-failed{border-left-color:#a6292b}.status-cancelled{border-left-color:#6c6670}.rollback-ok{color:#176b3a;font-weight:800}.rollback-unknown{color:#725d2d}.attempt-error{padding:.45rem;border-radius:3px;background:#f7d9d9;color:#831d20;font-family:Consolas,monospace}
