:root{--black:#000;--grey-900:#222;--grey-700:#444;--grey-500:#888;--grey-400:#999;--grey-200:#e6e6e6;--grey-100:#f0f0f0;--grey-050:#fafafa;--white:#fff;--red:#b00020;--accent:#e0b13a;--accent-bg:#fdf6e6;--accent-fg:#6f5413;--font-head:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;--font-body:"Helvetica Neue", Helvetica, Arial, sans-serif}*{box-sizing:border-box}body{font-family:var(--font-body);color:var(--grey-700);background:var(--grey-050);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.6}h1,h2,h3{font-family:var(--font-head);letter-spacing:-.01em}a{color:var(--black);font-weight:700;text-decoration:none;transition:box-shadow .12s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 -2px}a:hover{box-shadow:inset 0 -2px 0 0 var(--accent)}a:visited{color:var(--black)}:focus-visible{outline:2px solid var(--black);outline-offset:2px}.auth{place-items:center;min-height:100dvh;padding:1.5rem;display:grid}.auth__card{background:var(--white);border:1px solid var(--grey-200);flex-direction:column;gap:1.25rem;width:100%;max-width:26rem;padding:2.5rem;display:flex}.auth__title{font-family:var(--font-head);color:var(--grey-900);margin:0;font-size:20px;font-weight:700}.auth__subtitle{color:var(--grey-700);align-items:center;gap:12px;margin:0 0 .5rem;font-size:15px;font-style:italic;display:flex}.auth__subtitle:before{content:"";background:var(--grey-500);width:28px;height:1px}.field{flex-direction:column;gap:8px;display:flex}.field__label{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);font-size:11px;font-weight:500}.field__input{font-family:var(--font-body);border:1px solid var(--grey-200);background:var(--white);color:var(--grey-900);border-radius:0;padding:11px 14px;font-size:15px;line-height:1.6}textarea.field__input{color:var(--grey-700);resize:vertical;padding:12px 14px}.field__error{color:var(--red);margin:0;font-size:13px}.button{min-height:44px;font-family:var(--font-head);letter-spacing:.1em;text-transform:uppercase;background:var(--black);color:var(--white);border:1px solid var(--black);cursor:pointer;border-radius:0;padding:0 26px;font-size:13px;font-weight:500;transition:opacity .12s cubic-bezier(.4,0,.2,1)}.button:hover{opacity:.85}.button:active{opacity:.7;transform:scale(.99)}.button:focus-visible{outline:2px solid var(--black);outline-offset:2px}.button--secondary{background:var(--white);color:var(--black);border-color:var(--black)}.button--tertiary{background:var(--white);color:var(--black);border-color:var(--grey-200)}.button--tertiary:hover{border-color:var(--black);opacity:1}.button--danger{background:var(--white);color:var(--red);border-color:var(--red)}.button:disabled{background:var(--grey-050);color:var(--grey-400);border-color:var(--grey-200);cursor:not-allowed;opacity:1;transform:none}.shell{max-width:60rem;margin:0 auto;padding:48px 24px}.shell.console{max-width:1180px}.shell__header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:2rem;display:flex}.shell__header h1{color:var(--grey-900);margin:0;font-size:32px;font-weight:700}.card{background:var(--white);border:1px solid var(--grey-200);margin-bottom:24px;padding:24px 26px}.card>h2,.card__head h2{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.05em;color:var(--grey-900);margin:0 0 16px;font-size:13px;font-weight:400}.card__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:16px;display:flex}.card__head h2{margin:0}.card__form{flex-direction:column;gap:20px;display:flex}.card__actions{gap:.5rem;margin-top:4px;display:flex}.card__msg{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);margin:14px 0 0;font-size:12px}.card__msg--error{color:var(--red)}.badge{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;border:1px solid var(--grey-200);color:var(--grey-500);background:0 0;border-radius:0;padding:5px 10px;font-size:11px;font-weight:500;display:inline-block}.badge--draft,.badge--pending{border-color:var(--grey-200);color:var(--grey-500)}.badge--in_review,.badge--ready,.badge--queued,.badge--untested{border-color:var(--grey-900);color:var(--grey-900)}.badge--in_progress,.badge--running{border-color:var(--accent);background:var(--accent-bg);color:var(--accent-fg)}.badge--pushed,.badge--succeeded,.badge--ok{border-color:var(--black);background:var(--black);color:var(--white)}.badge--failed,.badge--job-failed,.badge--under-target,.badge--unreadable{border-color:var(--red);color:var(--red)}.badge--archived,.badge--cancelled,.badge--not-configured{border-style:dashed;border-color:var(--grey-400);color:var(--grey-400)}.filters{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.filters .field{min-width:10rem}.table{border-collapse:collapse;background:var(--white);border:1px solid var(--grey-200);width:100%}.table th,.table td{text-align:left;padding:16px 26px;font-size:14px}.table td{border-bottom:1px solid var(--grey-100);color:var(--grey-700)}.table th{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);border-bottom:1px solid var(--grey-200);font-size:11px;font-weight:500}.table tbody tr:last-child td{border-bottom:none}.console__title{align-items:baseline;gap:.75rem;display:flex}.console__title h1{color:var(--grey-900);margin:0;font-size:30px;font-weight:700;line-height:1.2}.console__header-links{align-items:center;gap:1.25rem;font-size:13px;display:flex}.console__layout{grid-template-columns:minmax(0,1fr) 16rem;align-items:start;gap:1.5rem;display:grid}.console__main{min-width:0}.console__sidebar{position:sticky;top:1.5rem}.console__sidebar h2{margin:0 0 16px}.console__sidebar .card__actions{flex-direction:column;margin-bottom:0}.console__sidebar .card__actions+.card__actions{border-top:1px solid var(--grey-100);margin-top:16px;padding-top:16px}.console__sidebar .button,.event-editor .button{width:100%;font-size:12px}.event-editor .card__actions .button{width:auto}.coverage .card__head{margin-bottom:16px}.coverage__status{align-items:center;gap:12px;display:flex}.coverage__overcap{color:var(--grey-500)}.coverage__count{font-family:var(--font-head);color:var(--grey-900);font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}.coverage__banner{border:1px solid var(--red);color:var(--red);margin:0 0 16px;padding:11px 14px;font-size:14px}.coverage__rows{grid-template-columns:1fr 1fr;column-gap:2rem;margin:0;padding:0;list-style:none;display:grid}.coverage__row{border-top:1px solid var(--grey-100);color:var(--grey-700);text-transform:capitalize;justify-content:space-between;align-items:baseline;gap:1rem;padding:9px 0;font-size:14px;display:flex}.coverage__row>span:last-child{color:var(--grey-900);font-variant-numeric:tabular-nums;text-transform:none}.coverage__row--thin,.coverage__row--thin>span:last-child{color:var(--red)}.console__intro,.console__closing{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.console__intro p,.console__closing p{color:var(--grey-700);margin:0 0 .75rem;font-size:15px}.console__intro p:last-child,.console__closing p:last-child{margin-bottom:0}.console__intro strong{color:var(--grey-900)}.console__subtitle{color:var(--grey-700);font-style:italic}.console__subtitle strong{font-weight:400}.console__closing h3{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.05em;color:var(--grey-900);margin:0 0 .75rem;font-size:22px;font-weight:400}.console__empty{color:var(--grey-500);font-style:italic}.console__excluded-event{border-top:1px solid var(--grey-100);padding:16px 0}.console__excluded-event:first-of-type{border-top:none;padding-top:0}.console__excluded-name{color:var(--grey-900);margin:0 0 .5rem}@media (max-width:48rem){.console__layout{grid-template-columns:1fr}.console__sidebar{position:static}}.run-status{margin:0;padding:0;list-style:none;display:flex}.run-status__stage{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.run-status__track{align-items:center;display:flex}.run-status__marker{background:var(--white);border:1px solid #cfcfcf;flex:none;width:11px;height:11px}.run-status__marker--succeeded{background:var(--black);border-color:var(--black)}.run-status__marker--running{background:var(--accent);border-color:var(--accent)}.run-status__marker--failed{background:var(--red);border-color:var(--red)}.run-status__marker--queued{border-color:var(--grey-900)}.run-status__marker--cancelled{border-style:dashed;border-color:var(--grey-400)}.run-status__connector{background:var(--grey-200);flex:1;height:1px}.run-status__connector--done{background:var(--black)}.run-status__label{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);font-size:11px;font-weight:500}.run-status__label--reached{color:var(--grey-900)}.run-status__word{font-family:var(--font-body);color:var(--grey-400);font-size:12px}.run-status__word--succeeded{color:var(--grey-500)}.run-status__word--running{color:var(--accent-fg)}.run-status__word--failed{color:var(--red)}.run-status__word--queued{color:var(--grey-900)}.run-status__word--cancelled{color:var(--grey-400)}.run-status__error{max-width:14rem;color:var(--red);margin:4px 0 0;font-size:13px}.run-status__live{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.12em;color:var(--accent-fg);align-items:center;gap:8px;margin-top:16px;font-size:11px;font-weight:500;display:inline-flex}.run-status__live-dot{background:var(--accent);width:6px;height:6px}.event-card{flex-direction:column;gap:1rem;padding:0;display:flex}.event-card__image{object-fit:cover;background:var(--grey-050);border-bottom:1px solid var(--grey-200);width:100%;height:256px}.event-card__image--placeholder{background:var(--grey-050);width:auto;height:256px;color:var(--grey-400);font-family:var(--font-head);text-transform:uppercase;letter-spacing:.12em;border:1px dashed #b9b9b9;justify-content:center;align-items:center;margin:26px 26px 0;font-size:12px;display:flex}.event-card__title{font-family:var(--font-head);color:var(--grey-900);margin:0 26px;font-size:22px;font-weight:700}.event-card__meta{flex-direction:column;gap:6px;margin:0 26px;padding:0;font-size:14px;list-style:none;display:flex}.event-card__meta li{color:var(--grey-700);grid-template-columns:78px 1fr;gap:12px;display:grid}.event-card__meta strong{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.12em;color:var(--grey-500);align-self:center;font-size:11px;font-weight:500}.event-card__body{margin:0 26px}.event-card__body p{color:var(--grey-700);margin:0 0 .75rem;font-size:15px;line-height:1.6}.event-card__body p:last-child{margin-bottom:0}.event-editor{border-top:1px solid var(--grey-100);flex-direction:column;gap:.75rem;margin:0 26px 26px;padding-top:16px;display:flex}.console__excluded-event .event-editor{margin:0}
