:root{--ink:#172322;--muted:#71807d;--line:#e6ecea;--paper:#f5f7f6;--white:#fff;--green:#1b725b;--mint:#dff1e9;--nav:#10231f;--coral:#ed735c;--blue:#5e83dd;--purple:#8a69c7}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.5 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;padding:28px 18px;background:var(--nav);color:#e9f1ef;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 12px 32px}.brand-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#72d3a6;color:#10231f;font-size:21px;font-weight:900}.brand strong{display:block;font-size:19px;letter-spacing:.08em}.brand small,.connection small{display:block;color:#8ea39e;font-size:11px}.sidebar nav{display:grid;gap:6px}.nav-item{border:0;background:transparent;color:#9eb1ad;text-align:left;padding:12px 16px;border-radius:10px;font:inherit;font-weight:650;cursor:pointer}.nav-item:hover,.nav-item.active{background:#1d3932;color:#fff}.connection{margin-top:auto;border-top:1px solid #294139;padding:22px 12px 4px;display:flex;align-items:center;gap:10px}.dot{width:9px;height:9px;border-radius:50%;background:#52d39b;box-shadow:0 0 0 4px #23503f}.connection b{font-size:12px}main{margin-left:248px;padding:38px 48px;max-width:1600px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.eyebrow{margin:0 0 4px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.18em}h1{font:700 30px/1.2 Georgia,serif;margin:0}button{font:inherit}.primary{border:0;border-radius:10px;background:var(--green);color:#fff;padding:12px 18px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #1b725b22}.primary:disabled{opacity:.55;cursor:wait}.hero{min-height:225px;border-radius:18px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;color:white;background:linear-gradient(120deg,#174d40,#276d59);box-shadow:0 16px 38px #193c3324;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:340px;height:340px;border:70px solid #ffffff0b;border-radius:50%;right:-90px;top:-110px}.hero h2{font:700 34px/1.2 Georgia,serif;margin:18px 0 10px}.hero p{color:#c6ddd7;max-width:550px}.status-pill{background:#ffffff17;padding:7px 11px;border-radius:30px;font-size:11px}.hero-meta{z-index:1;width:190px;padding:20px;border-left:1px solid #ffffff24}.hero-meta small,.hero-meta strong{display:block}.hero-meta strong{font-size:20px;margin:5px 0 18px}.hero-meta small{color:#b9d5ce}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0}.stats article,.panel{background:var(--white);border:1px solid var(--line);border-radius:14px;box-shadow:0 6px 22px #263b3510}.stats article{padding:22px;position:relative}.stats small,.stats strong,.stats em{display:block}.stats small{color:var(--muted);margin:14px 0 3px}.stats strong{font:700 28px Georgia,serif}.stats em{font-style:normal;color:#9aa6a3;font-size:11px;margin-top:5px}.icon{width:34px;height:34px;border-radius:10px;color:white;display:grid!important;place-items:center;font-weight:800}.coral{background:var(--coral)}.blue{background:var(--blue)}.purple{background:var(--purple)}.green{background:var(--green)}.panel{overflow:hidden}.panel-head{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.panel-head h3{margin:0;font-size:15px}.panel-head p{margin:3px 0 0;color:var(--muted);font-size:12px}.panel-head>span{font-size:11px;color:var(--muted)}.runs{padding:8px 24px}.runs.empty{padding:30px;text-align:center;color:#9aa6a3}.run{display:grid;grid-template-columns:1fr 100px 120px 160px;gap:16px;align-items:center;padding:13px 0;border-bottom:1px solid #edf1f0}.run:last-child{border:0}.run b{text-transform:capitalize}.badge{justify-self:start;padding:4px 8px;border-radius:20px;font-size:10px;font-weight:800}.badge.success{background:#dff4e9;color:#16704f}.badge.failed{background:#fde6e1;color:#a94335}.badge.running{background:#e6edff;color:#4968b1}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:var(--muted)}.search{width:320px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px 14px;display:flex;gap:8px}.search input{width:100%;border:0;outline:0;background:transparent}.table-wrap{overflow:auto;min-height:420px}table{width:100%;border-collapse:collapse}th,td{padding:14px 18px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}th{background:#fafbfb;color:#7b8986;font-size:11px;text-transform:uppercase;letter-spacing:.05em}td{font-size:12px}.pagination{display:flex;justify-content:center;align-items:center;gap:18px;padding:16px}.pagination button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 12px;cursor:pointer}.pagination button:disabled{opacity:.4}.hidden{display:none!important}.notice{margin:-12px 0 20px;padding:12px 16px;border-radius:10px;background:#e4f3ec;color:#176448}.notice.error{background:#fde7e2;color:#9e3f32}@media(max-width:1000px){.sidebar{width:190px}main{margin-left:190px;padding:28px 24px}.stats{grid-template-columns:repeat(2,1fr)}.hero-meta{display:none}}@media(max-width:700px){.sidebar{position:static;width:auto;height:auto}.sidebar nav{grid-template-columns:repeat(3,1fr)}.connection{display:none}main{margin:0;padding:20px}.stats{grid-template-columns:1fr 1fr}.hero{padding:28px}.hero h2{font-size:27px}}
