:root{--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bg-app: #f8fafc;--bg-surface: #ffffff;--bg-surface-hover: #f1f5f9;--bg-muted: #e2e8f0;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--text-inverse: #ffffff;--border-subtle: #e2e8f0;--border-default: #cbd5e1;--border-strong: #94a3b8;--accent-primary: #2563eb;--accent-hover: #1d4ed8;--status-passed-bg: #dcfce7;--status-passed-text: #14532d;--status-passed-border: #86efac;--status-warning-bg: #fef3c7;--status-warning-text: #78350f;--status-warning-border: #fde68a;--status-failed-bg: #fee2e2;--status-failed-text: #7f1d1d;--status-failed-border: #fca5a5;--status-needs-bg: #eff6ff;--status-needs-text: #1e40af;--status-needs-border: #bfdbfe;--status-progress-bg: #f0f9ff;--status-progress-text: #075985;--status-progress-border: #bae6fd;--status-muted-bg: #f1f5f9;--status-muted-text: #475569;--status-muted-border: #cbd5e1;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)}@media(prefers-color-scheme:dark){:root{--bg-app: #0b0f19;--bg-surface: #151d2a;--bg-surface-hover: #1e293b;--bg-muted: #334155;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--text-inverse: #0f172a;--border-subtle: #1e293b;--border-default: #334155;--border-strong: #475569;--accent-primary: #3b82f6;--accent-hover: #60a5fa;--status-passed-bg: #064e3b;--status-passed-text: #6ee7b7;--status-passed-border: #047857;--status-warning-bg: #78350f;--status-warning-text: #fde68a;--status-warning-border: #b45309;--status-failed-bg: #7f1d1d;--status-failed-text: #fca5a5;--status-failed-border: #b91c1c;--status-needs-bg: #1e3a8a;--status-needs-text: #93c5fd;--status-needs-border: #1d4ed8;--status-progress-bg: #0c4a6e;--status-progress-text: #7dd3fc;--status-progress-border: #0284c7;--status-muted-bg: #1e293b;--status-muted-text: #94a3b8;--status-muted-border: #334155}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-app);color:var(--text-primary);font-family:var(--font-sans);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--accent-primary);text-decoration:none}a:hover{text-decoration:underline}code,pre,kbd{font-family:var(--font-mono);font-size:.9em}code{background:var(--bg-muted);color:var(--text-primary);padding:.1em .35em;border-radius:var(--radius-sm);overflow-wrap:anywhere;word-break:break-word}.meta-item code,.tag-pill code,.meta-val code,.run-id-tag code,.run-id-sub code,.card-time code,.cell-commit code{background:transparent;padding:0;border-radius:0}.summary-text,.summary-body,.changes-list li,.check-name,.check-note,.run-id-tag,.card-time,.meta-val{overflow-wrap:anywhere}img,svg,video{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}@media(min-width:768px){.container{padding:2rem 1.5rem}}.card{background-color:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1.25rem;box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease}.card:hover{border-color:var(--border-default)}.site-header[data-astro-cid-37fxchfa]{background-color:var(--bg-surface);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:100}.header-container[data-astro-cid-37fxchfa]{display:flex;align-items:center;justify-content:space-between;padding-top:.85rem;padding-bottom:.85rem}.brand-link[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.15rem;color:var(--text-primary);text-decoration:none}.brand-link[data-astro-cid-37fxchfa]:hover{text-decoration:none;color:var(--accent-primary)}.site-nav[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:1.25rem}.nav-link[data-astro-cid-37fxchfa]{color:var(--text-secondary);font-weight:600;font-size:.9rem}.nav-link[data-astro-cid-37fxchfa]:hover{color:var(--accent-primary);text-decoration:none}.site-main[data-astro-cid-37fxchfa]{min-height:calc(100vh - 140px)}.site-footer[data-astro-cid-37fxchfa]{border-top:1px solid var(--border-subtle);background:var(--bg-surface);padding:1.5rem 0;margin-top:3rem}.footer-container[data-astro-cid-37fxchfa]{text-align:center;font-size:.825rem;color:var(--text-muted)}.lightbox-modal[data-astro-cid-37fxchfa]{display:none;position:fixed;inset:0;z-index:1000;background:#000000d9;backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:1rem}.lightbox-modal[data-astro-cid-37fxchfa].active{display:flex}.lightbox-content[data-astro-cid-37fxchfa]{position:relative;max-width:95vw;max-height:95vh;display:flex;flex-direction:column;align-items:center}.lightbox-close[data-astro-cid-37fxchfa]{position:absolute;top:-2.5rem;right:0;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1}.lightbox-content[data-astro-cid-37fxchfa] img[data-astro-cid-37fxchfa]{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:var(--radius-md);box-shadow:0 10px 25px #00000080}.lightbox-caption[data-astro-cid-37fxchfa]{margin-top:.75rem;color:#f8fafc;font-size:.9rem;text-align:center}.lightbox-toggle[data-astro-cid-37fxchfa]{margin-top:.75rem;padding:.45rem .85rem;border:1px solid rgba(255,255,255,.45);border-radius:var(--radius-sm);background:#0f172ad9;color:#fff;font:inherit;font-size:.825rem;font-weight:700;cursor:pointer}.lightbox-toggle[data-astro-cid-37fxchfa]:hover{background:#1e293bf2}
