*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:var(--font-sans);font-size:14px;line-height:1.5;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}#app{height:100%}h1,h2,h3,h4{font-weight:700;letter-spacing:-.015em;line-height:1.1;margin:0;color:var(--ink)}h2{font-size:22px}h3{font-size:18px}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-hover)}::selection{background:var(--brand-wash)}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.muted{color:var(--muted)}.gold{color:var(--gold-ink);font-weight:600}.microlabel{font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--radius-lg);font-size:12.5px;font-weight:600;white-space:nowrap}.pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.pill.is-neutral{background:var(--surface-2);color:var(--ink-2)}.pill.is-info{background:var(--info-wash);color:var(--info)}.pill.is-success{background:var(--success-wash);color:var(--success)}.pill.is-warning{background:var(--warning-wash);color:var(--warning)}.pill.is-error{background:var(--error-wash);color:var(--error)}.pill.is-brand{background:var(--brand-wash);color:var(--brand)}.trilho{display:flex;align-items:flex-start}.trilho .t-step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;min-width:0;position:relative}.trilho .t-step:not(:last-child):after{content:"";position:absolute;top:4px;left:calc(50% + 8px);right:calc(-50% + 8px);height:2px;background:var(--border-strong)}.trilho .t-step.done:not(:last-child):after{background:var(--brand)}.trilho .t-step .t-dot{width:9px;height:9px;border-radius:50%;border:2px solid var(--border-strong);background:var(--surface);z-index:1}.trilho .t-step .t-label{font-size:11px;color:var(--muted);text-align:center}.trilho .t-step .t-date{font-family:var(--font-mono);font-size:11px;color:var(--muted)}.trilho .t-step.done .t-dot{background:var(--brand);border-color:var(--brand)}.trilho .t-step.current .t-dot{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-wash)}.trilho .t-step.current .t-label{color:var(--brand);font-weight:600}.trilho .t-step.failed .t-dot{background:var(--error);border-color:var(--error)}.trilho .t-step.failed .t-label{color:var(--error);font-weight:600}.kstrip{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.kstrip .k{flex:1;padding:14px 20px}.kstrip .k+.k{border-left:1px solid var(--border)}.kstrip .k .k-label{font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.kstrip .k .k-value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:26px;font-weight:600;color:var(--ink);line-height:1.2;margin-top:2px}.kstrip .k.is-warning .k-value{color:var(--warning)}.kstrip .k.is-error .k-value{color:var(--error)}.diff{font-family:var(--font-mono);font-size:12.5px;line-height:1.6;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.diff .d-line{display:flex;gap:10px;padding:3px 12px;white-space:pre-wrap;word-break:break-word}.diff .d-line .d-sign{flex:none;width:12px;-webkit-user-select:none;user-select:none;color:var(--muted)}.diff .d-line.unchanged{background:var(--surface);color:var(--ink-2)}.diff .d-line.inserted{background:var(--success-wash);color:var(--success)}.diff .d-line.deleted{background:var(--error-wash);color:var(--error);text-decoration:line-through}.diff .d-line.modified{background:var(--warning-wash);color:var(--warning)}.savebar{display:flex;justify-content:flex-end;gap:8px;padding:12px 0 0;border-top:1px solid var(--border);margin-top:24px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:5px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-track{background:transparent}
