:root { --bg-dark: #0b1020; --bg-deeper: #11182a; --bg-card: rgba(21, 27, 40, 0.88); --bg-card-strong: rgba(19, 25, 38, 0.96); --bg-card-hover: rgba(34, 42, 60, 0.94); --accent-blue: #4d8dff; --accent-purple: #7c5cff; --accent-green: #1ed49d; --accent-red: #ff6b7a; --accent-yellow: #ffb547; --text-primary: #edf2ff; --text-secondary: #95a2c2; --text-dim: #7080a3; --border-color: rgba(148, 163, 184, 0.18); --border-strong: rgba(148, 163, 184, 0.3); --shadow-lg: 0 24px 80px rgba(2, 6, 23, 0.45); --shadow-md: 0 16px 40px rgba(2, 6, 23, 0.34); --radius-xl: 24px; --radius-lg: 18px; --radius-md: 14px; --radius-sm: 10px; } * { box-sizing: border-box; } html, body { margin: 0; min-height: 100%; } body { font-family: "IBM Plex Sans", "Avenir Next", "Segoe UI", system-ui, sans-serif; color: var(--text-primary); background: radial-gradient(circle at 12% 18%, rgba(77, 141, 255, 0.16), transparent 26%), radial-gradient(circle at 86% 22%, rgba(124, 92, 255, 0.16), transparent 24%), linear-gradient(180deg, #08111f 0%, #0a1323 46%, #0d1728 100%); } a { color: inherit; text-decoration: none; } button, input, select { font: inherit; } .grid-bg { position: fixed; inset: 0; background-image: linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle at center, black 28%, transparent 82%); pointer-events: none; z-index: -1; } .dashboard-shell { max-width: 1760px; margin: 0 auto; padding: 20px 20px 28px; } .icon { width: 16px; height: 16px; flex: 0 0 auto; } .icon-xl { width: 28px; height: 28px; } .hero { position: sticky; top: 0; z-index: 50; padding: 24px 24px 22px; border: 1px solid var(--border-color); border-radius: 28px; background: linear-gradient(135deg, rgba(11, 16, 32, 0.96) 0%, rgba(17, 24, 42, 0.94) 48%, rgba(27, 18, 52, 0.96) 100%); backdrop-filter: blur(18px); box-shadow: var(--shadow-lg); overflow: hidden; } .hero-glow { position: absolute; width: 420px; height: 420px; border-radius: 999px; filter: blur(90px); pointer-events: none; } .hero-glow-left { top: -180px; left: -120px; background: rgba(77, 141, 255, 0.22); } .hero-glow-right { top: -220px; right: -100px; background: rgba(124, 92, 255, 0.2); } .hero-top { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.95fr); gap: 24px; align-items: start; } .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; } .hero-copy h1 { margin: 14px 0 12px; font-family: "IBM Plex Serif", Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.02; } .hero-copy p { margin: 0; max-width: 72ch; color: var(--text-secondary); line-height: 1.6; } .hero-actions { position: relative; display: grid; gap: 14px; } .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 14px; border-radius: 12px; border: 1px solid var(--border-color); cursor: pointer; transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease; } .button:hover { transform: translateY(-1px); border-color: var(--border-strong); } .button-primary { border-color: rgba(77, 141, 255, 0.45); background: linear-gradient(135deg, rgba(77, 141, 255, 0.94), rgba(90, 121, 255, 0.94)); color: #fff; box-shadow: 0 0 24px rgba(77, 141, 255, 0.28); } .button-secondary { background: rgba(255, 255, 255, 0.05); color: var(--text-primary); } .toggle-card, .sync-state, .hero-links { border: 1px solid var(--border-color); border-radius: 14px; background: rgba(255, 255, 255, 0.04); } .toggle-card { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 10px 14px; } .toggle-label { color: var(--text-secondary); font-size: 0.92rem; } .toggle-switch { position: relative; display: inline-flex; width: 44px; height: 24px; } .toggle-switch input { position: absolute; opacity: 0; inset: 0; } .toggle-slider { position: absolute; inset: 0; border-radius: 999px; background: rgba(148, 163, 184, 0.18); border: 1px solid rgba(148, 163, 184, 0.28); transition: background 0.18s ease, border-color 0.18s ease; } .toggle-slider::before { content: ""; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 999px; background: #fff; transition: transform 0.18s ease; } .toggle-switch input:checked + .toggle-slider { background: rgba(77, 141, 255, 0.95); border-color: rgba(77, 141, 255, 0.95); } .toggle-switch input:checked + .toggle-slider::before { transform: translateX(20px); } .sync-state { display: flex; align-items: center; gap: 12px; padding: 12px 14px; } .sync-state strong { display: block; font-size: 0.92rem; } .sync-state span { display: block; margin-top: 3px; color: var(--text-secondary); font-size: 0.8rem; } .icon-sync { color: var(--accent-blue); width: 14px; height: 14px; filter: drop-shadow(0 0 10px rgba(77, 141, 255, 0.75)); } .hero-links { display: flex; flex-wrap: wrap; gap: 10px; padding: 12px; } body.hero-compact .hero { padding: 14px 18px 18px; } body.hero-compact .hero-top { grid-template-columns: 1fr; gap: 10px; } body.hero-compact .hero-copy { display: none; } body.hero-compact .hero-actions { display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px; } body.hero-compact .hero-actions > .button, body.hero-compact .hero-actions > .toggle-card { flex: 0 0 auto; } body.hero-compact .hero-actions > .sync-state { flex: 1 1 280px; min-width: 220px; } body.hero-compact .hero-links { flex: 1 1 100%; padding: 10px; } body.hero-compact .metrics-row { margin-top: 14px; } body.hero-compact .section-nav, body.hero-compact .top-menus { margin-top: 14px; } body.hero-compact .hero-glow { opacity: 0.55; } .metrics-row { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 22px; } .section-nav, .top-menus { position: relative; margin-top: 18px; } .section-nav { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; } .nav-pill { display: grid; gap: 8px; padding: 14px 16px; border-radius: 18px; border: 1px solid var(--border-color); background: rgba(255, 255, 255, 0.04); transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease; } .nav-pill:hover, .nav-pill.is-active { transform: translateY(-1px); border-color: rgba(77, 141, 255, 0.42); background: rgba(77, 141, 255, 0.1); } .nav-pill-top { display: inline-flex; align-items: center; gap: 8px; } .nav-pill-top strong { font-size: 0.95rem; } .nav-pill-copy { color: var(--text-secondary); font-size: 0.82rem; line-height: 1.45; } .top-menus { display: grid; gap: 12px; } .route-note, .menu-row, .hub-card, .hub-card-static { border: 1px solid var(--border-color); border-radius: 16px; background: rgba(255, 255, 255, 0.04); } .route-note, .menu-row { padding: 14px 16px; } .route-note { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; } .route-note strong { display: block; font-size: 1rem; } .route-note span { display: block; margin-top: 6px; color: var(--text-secondary); line-height: 1.5; } .menu-row { display: grid; gap: 12px; } .menu-row-compact { padding-top: 12px; padding-bottom: 12px; } .menu-row-head { display: flex; justify-content: space-between; gap: 12px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.74rem; } .chip-strip { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; } .chip-strip::-webkit-scrollbar { height: 6px; } .chip-strip::-webkit-scrollbar-thumb { background: rgba(148, 163, 184, 0.3); border-radius: 999px; } .menu-chip { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 34px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--border-color); background: rgba(255, 255, 255, 0.04); color: var(--text-primary); cursor: pointer; white-space: nowrap; transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease; } .menu-chip:hover, .menu-chip.is-active, .menu-chip-link:hover { transform: translateY(-1px); border-color: rgba(77, 141, 255, 0.42); background: rgba(77, 141, 255, 0.1); } .menu-chip-muted { color: var(--text-secondary); } .menu-chip-link { text-decoration: none; } .metric-card { position: relative; padding: 16px 18px; border-radius: 18px; border: 1px solid var(--border-color); background: rgba(8, 13, 24, 0.62); box-shadow: var(--shadow-md); overflow: hidden; } .metric-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--metric-color, var(--accent-purple)); } .metric-label { display: flex; align-items: center; gap: 8px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.76rem; } .metric-value { margin-top: 14px; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; } .metric-note { margin-top: 8px; color: var(--text-dim); font-size: 0.82rem; } .main-container { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 20px; margin-top: 20px; min-height: calc(100vh - 260px); } .sidebar { display: flex; flex-direction: column; gap: 16px; } .sidebar-section, .panel, .workspace-empty { border: 1px solid var(--border-color); border-radius: 18px; background: var(--bg-card); box-shadow: var(--shadow-md); } .sidebar-section { padding: 16px; } .sidebar-section-fill { flex: 1 1 auto; min-height: 260px; } .section-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.76rem; } .section-header span:first-child { display: inline-flex; align-items: center; gap: 8px; } .section-badge, .tag, .status-pill, .section-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 26px; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--border-color); font-size: 0.76rem; white-space: nowrap; } .field { display: grid; gap: 8px; color: var(--text-secondary); font-size: 0.84rem; } .filter-group { display: grid; gap: 12px; } .search-box, .filter-select { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 12px; border-radius: 12px; border: 1px solid var(--border-color); background: rgba(255, 255, 255, 0.04); color: var(--text-primary); } .search-box input { width: 100%; border: 0; outline: none; background: transparent; color: inherit; } .filter-select { appearance: none; } .system-stats, .failure-list, .run-list { display: grid; gap: 12px; } .system-card, .failure-card, .run-card, .plan-card, .detail-stat, .artifact-group, .viewer-card, .json-card { border: 1px solid var(--border-color); border-radius: 14px; background: rgba(255, 255, 255, 0.03); } .system-card, .failure-card, .run-card, .plan-card, .detail-stat, .json-card { padding: 12px 14px; } .system-title, .failure-title, .run-title { font-weight: 600; } .system-meta, .failure-reason, .run-meta, .muted, .detail-subtitle, .plan-copy, .source-links a, .timeline-detail, .timeline-time, .viewer-meta, .footer-note, .empty-copy { color: var(--text-secondary); } .meter { height: 8px; margin-top: 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); overflow: hidden; } .meter > span { display: block; height: 100%; width: var(--fill, 0%); background: linear-gradient(90deg, var(--accent-blue), var(--accent-purple)); } .run-list { max-height: calc(100vh - 470px); overflow: auto; padding-right: 4px; } .run-list-compact { max-height: 560px; } .run-card { cursor: pointer; transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease; } .run-card:hover, .run-card.is-active { transform: translateY(-1px); border-color: rgba(77, 141, 255, 0.42); background: rgba(77, 141, 255, 0.08); } .run-topline, .detail-topline, .viewer-toolbar, .panel-header, .detail-actions, .tag-row, .timeline-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; } .tag-row { flex-wrap: wrap; } .status-pill { font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; } .status-pill::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: currentColor; box-shadow: 0 0 14px currentColor; } .status-verified-real { color: var(--accent-green); border-color: rgba(30, 212, 157, 0.28); background: rgba(30, 212, 157, 0.12); } .status-verified-synthetic { color: #8fd8ff; border-color: rgba(143, 216, 255, 0.28); background: rgba(143, 216, 255, 0.12); } .status-blocked-artifact, .status-blocked-destructive { color: var(--accent-red); border-color: rgba(255, 107, 122, 0.32); background: rgba(255, 107, 122, 0.12); } .status-triage-manual, .status-suspected { color: var(--accent-yellow); border-color: rgba(255, 181, 71, 0.28); background: rgba(255, 181, 71, 0.12); } .status-default { color: var(--accent-blue); border-color: rgba(77, 141, 255, 0.28); background: rgba(77, 141, 255, 0.12); } .workspace { min-width: 0; } .workspace-stack, .system-grid, .hub-grid { display: grid; gap: 16px; } .system-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .hub-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } .hub-card, .hub-card-static { display: grid; gap: 10px; padding: 14px 16px; transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease; } .hub-card:hover { transform: translateY(-1px); border-color: rgba(77, 141, 255, 0.42); background: rgba(77, 141, 255, 0.08); } .workspace-empty { display: grid; place-items: center; gap: 10px; min-height: 320px; padding: 28px; text-align: center; } .workspace-empty h2 { margin: 0; font-family: "IBM Plex Serif", Georgia, serif; font-size: 1.8rem; } .detail-hero { padding: 22px 22px 20px; margin-bottom: 18px; border: 1px solid var(--border-color); border-radius: 22px; background: linear-gradient(135deg, rgba(17, 24, 42, 0.98) 0%, rgba(22, 17, 44, 0.96) 100%); box-shadow: var(--shadow-lg); } .detail-title { margin: 12px 0 8px; font-family: "IBM Plex Serif", Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.08; } .detail-actions { flex-wrap: wrap; margin-top: 18px; } .button-small { min-height: 36px; padding: 8px 12px; font-size: 0.84rem; } .detail-stat-grid, .plan-grid, .raw-json-grid { display: grid; gap: 14px; } .detail-stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 18px; } .detail-stat strong, .plan-label { display: block; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.74rem; } .detail-stat span { display: block; margin-top: 10px; font-size: 1.2rem; font-weight: 700; } .panel { overflow: hidden; margin-bottom: 16px; } .panel-header { width: 100%; padding: 16px 18px; background: rgba(255, 255, 255, 0.02); border: 0; color: inherit; cursor: pointer; } .panel-title { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; } .panel-meta { display: inline-flex; align-items: center; gap: 12px; color: var(--text-secondary); } .panel-chevron { transition: transform 0.2s ease; } .panel.is-collapsed .panel-chevron { transform: rotate(-90deg); } .panel-content { display: grid; grid-template-rows: 1fr; transition: grid-template-rows 0.24s ease, opacity 0.24s ease; } .panel-content-inner { min-height: 0; overflow: hidden; padding: 0 18px 18px; } .panel.is-collapsed .panel-content { grid-template-rows: 0fr; opacity: 0; } .timeline { display: grid; gap: 14px; } .timeline-item { position: relative; padding-left: 24px; padding-bottom: 12px; border-left: 1px solid rgba(148, 163, 184, 0.18); } .timeline-item:last-child { padding-bottom: 0; } .timeline-dot { position: absolute; left: -7px; top: 4px; width: 12px; height: 12px; border-radius: 999px; border: 2px solid currentColor; background: var(--bg-dark); } .timeline-success { color: var(--accent-green); } .timeline-blocked, .timeline-failed { color: var(--accent-red); } .timeline-pending { color: var(--accent-blue); } .timeline-neutral { color: var(--text-dim); } .timeline-head strong { font-size: 0.96rem; } .timeline-time { font-size: 0.76rem; } .timeline-detail { margin-top: 6px; line-height: 1.55; font-size: 0.9rem; } .progress-bar { height: 10px; border-radius: 999px; background: rgba(255, 255, 255, 0.07); overflow: hidden; margin-bottom: 14px; } .progress-segment { height: 100%; float: left; } .progress-completed { background: linear-gradient(90deg, var(--accent-green), #54f0bf); } .progress-blocked { background: linear-gradient(90deg, var(--accent-red), #ff95a0); } .progress-failed { background: linear-gradient(90deg, #ff8a47, var(--accent-red)); } .progress-skipped { background: rgba(148, 163, 184, 0.35); } .progress-planned { background: linear-gradient(90deg, var(--accent-blue), #8fbaff); } .progress-other { background: rgba(148, 163, 184, 0.2); } .progress-legend { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; } .swatch { width: 10px; height: 10px; border-radius: 999px; } .plan-grid, .raw-json-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .plan-copy { margin-top: 8px; line-height: 1.55; font-size: 0.92rem; } .callout { padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(255, 107, 122, 0.28); background: rgba(255, 107, 122, 0.12); margin-bottom: 14px; } .artifact-groups { display: grid; gap: 16px; } .artifact-group h3 { margin: 0 0 12px; font-size: 0.86rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.08em; } .artifact-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; } .artifact-button { display: grid; gap: 8px; width: 100%; padding: 12px; text-align: left; border: 1px solid var(--border-color); border-radius: 14px; background: rgba(255, 255, 255, 0.04); color: inherit; cursor: pointer; transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease; } .artifact-button:hover, .artifact-button.is-active { transform: translateY(-1px); border-color: rgba(77, 141, 255, 0.42); background: rgba(77, 141, 255, 0.08); } .artifact-kind { color: var(--text-dim); font-size: 0.78rem; } .gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin-top: 12px; } .gallery-card { display: block; width: 100%; padding: 0; overflow: hidden; } .gallery-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; } .gallery-card span { display: block; padding: 10px 12px 12px; } .viewer-card { padding: 14px; } .viewer-toolbar { flex-wrap: wrap; margin-bottom: 14px; } .viewer-label { font-size: 1rem; font-weight: 600; } .viewer-meta { margin-top: 4px; font-size: 0.82rem; word-break: break-all; } .system-card-compact .detail-actions { margin-top: 10px; } .viewer-frame { min-height: 320px; border: 1px solid rgba(148, 163, 184, 0.16); border-radius: 14px; background: rgba(5, 9, 18, 0.92); overflow: hidden; } .viewer-frame pre { margin: 0; max-height: 560px; padding: 16px; overflow: auto; color: #dbe7ff; font-family: "IBM Plex Mono", "SFMono-Regular", Menlo, monospace; font-size: 0.84rem; line-height: 1.6; white-space: pre-wrap; } .viewer-frame img { display: block; max-width: 100%; height: auto; } .viewer-frame iframe { display: block; width: 100%; min-height: 580px; border: 0; background: #fff; } .source-links { display: grid; gap: 10px; margin-top: 14px; } .source-links a { text-decoration: underline; text-underline-offset: 3px; } .architecture-tree { display: grid; gap: 14px; } .architecture-callout { border-color: rgba(77, 141, 255, 0.28); background: rgba(77, 141, 255, 0.08); } .arch-node, .arch-leaf { border: 1px solid rgba(148, 163, 184, 0.14); border-radius: 16px; background: rgba(255, 255, 255, 0.025); } .arch-node + .arch-node, .arch-leaf + .arch-node, .arch-node + .arch-leaf, .arch-leaf + .arch-leaf { margin-top: 12px; } .arch-node summary { list-style: none; } .arch-node summary::-webkit-details-marker { display: none; } .arch-summary { display: flex; justify-content: space-between; gap: 14px; padding: 15px 16px; cursor: pointer; } .arch-summary::after { content: ""; width: 9px; height: 9px; margin-top: 6px; border-right: 2px solid rgba(255, 255, 255, 0.72); border-bottom: 2px solid rgba(255, 255, 255, 0.72); transform: rotate(45deg); transition: transform 0.2s ease; } .arch-node[open] > .arch-summary::after { transform: rotate(225deg); } .arch-summary-main { display: grid; gap: 6px; min-width: 0; } .arch-title { font-size: 0.98rem; } .arch-summary-copy { color: var(--text-secondary); line-height: 1.5; font-size: 0.88rem; } .arch-summary-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; } .arch-body { display: grid; gap: 14px; padding: 0 16px 16px; } .arch-badges { margin-top: -2px; } .arch-stat-grid, .arch-field-grid, .arch-link-grid { display: grid; gap: 12px; } .arch-stat-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } .arch-stat, .arch-field, .arch-link-card { border: 1px solid rgba(148, 163, 184, 0.14); border-radius: 14px; background: rgba(255, 255, 255, 0.03); } .arch-stat, .arch-field { padding: 12px 14px; } .arch-stat-label, .arch-field-label, .arch-link-label { display: block; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.72rem; } .arch-stat-value { display: block; margin-top: 8px; font-size: 1.1rem; } .arch-field-value, .arch-link-copy { margin-top: 8px; color: var(--text-primary); line-height: 1.58; white-space: pre-wrap; word-break: break-word; font-size: 0.9rem; } .arch-link-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } .arch-link-card { display: block; padding: 12px 14px; transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease; } .arch-link-card:hover { transform: translateY(-1px); border-color: rgba(77, 141, 255, 0.42); background: rgba(77, 141, 255, 0.08); } .arch-children { display: grid; gap: 12px; padding-left: 14px; border-left: 1px solid rgba(148, 163, 184, 0.12); } .arch-leaf { padding: 14px 16px; } .json-card pre { margin: 0; max-height: 420px; overflow: auto; color: #dbe7ff; font-family: "IBM Plex Mono", "SFMono-Regular", Menlo, monospace; font-size: 0.82rem; line-height: 1.55; white-space: pre-wrap; } .dashboard-footer { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-top: 16px; padding: 14px 6px 0; } .footer-note { display: inline-flex; align-items: center; gap: 8px; font-size: 0.84rem; } .footer-links { display: flex; flex-wrap: wrap; gap: 12px; font-size: 0.84rem; color: var(--text-secondary); } .footer-links a { text-decoration: underline; text-underline-offset: 3px; } .empty-state { padding: 24px; text-align: center; color: var(--text-secondary); } .empty-copy { line-height: 1.55; } @media (max-width: 1320px) { .hero-top, .main-container, .section-nav, .detail-stat-grid, .plan-grid, .raw-json-grid { grid-template-columns: 1fr; } .sidebar { order: 2; } .workspace { order: 1; } } @media (max-width: 960px) { .dashboard-shell { padding: 14px 14px 22px; } .hero { position: static; padding: 18px; } .metrics-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } .hero-links, .route-note, .detail-actions, .tag-row, .panel-meta, .viewer-toolbar, .dashboard-footer, .arch-summary { flex-direction: column; align-items: stretch; } body.hero-compact .hero-actions { display: grid; grid-template-columns: 1fr; } } @media (max-width: 640px) { .metrics-row, .artifact-grid, .gallery { grid-template-columns: 1fr; } .hero-copy h1 { font-size: 1.85rem; } }