:root {
  color-scheme: dark;
  --ink: #f2efe8;
  --muted: #a6aaaf;
  --panel: #171a1d;
  --panel-2: #202429;
  --line: #34393f;
  --accent: #f05a35;
  --green: #71c49a;
  --yellow: #e0b85b;
  --red: #e16b6b;
}
* { box-sizing: border-box; }
body { margin: 0; background: #0e1012; color: var(--ink); font: 15px/1.55 Inter, ui-sans-serif, system-ui, sans-serif; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 40px 40px; }
.masthead, main { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.masthead { min-height: 310px; display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 72px 0 48px; border-bottom: 1px solid var(--line); }
.eyebrow, .section-label { color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 750; }
h1 { margin: 6px 0 12px; max-width: 760px; font: 700 clamp(48px, 8vw, 102px)/.88 Georgia, serif; letter-spacing: -.055em; }
h1 span { color: var(--accent); }
.lede { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; }
.runtime { display: grid; gap: 8px; min-width: 220px; color: var(--muted); font: 12px/1.2 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .08em; }
.runtime i { color: var(--accent); font-style: normal; }
main { padding: 30px 0 90px; }
section { padding: 32px 0; border-bottom: 1px solid var(--line); }
.access { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; align-items: end; }
.access > * { min-width: 0; }
h2 { margin: 4px 0 0; font-size: clamp(22px, 3vw, 36px); line-height: 1.05; letter-spacing: -.03em; }
form label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.token-row { display: flex; gap: 8px; }
input, button { min-height: 44px; border: 1px solid var(--line); border-radius: 3px; font: inherit; }
input { min-width: 0; flex: 1; padding: 0 12px; background: #0c0e10; color: var(--ink); }
button { padding: 0 16px; background: var(--accent); color: #160a07; font-weight: 750; cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .4; }
.secondary { background: transparent; color: var(--ink); }
.muted { color: var(--muted); margin: 8px 0 0; font-size: 12px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.section-head p { margin: 0; }
.count { min-width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font: 600 16px ui-monospace, monospace; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.project-card { min-width: 0; padding: 18px; background: var(--panel); border: 1px solid var(--line); border-radius: 4px; }
.card-top { display: flex; align-items: center; gap: 8px; color: var(--muted); font: 11px ui-monospace, monospace; }
.status-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 12px var(--green); }
.project-card h3 { margin: 24px 0 4px; font-size: 22px; letter-spacing: -.02em; }
.description { min-height: 46px; margin: 0 0 16px; color: var(--muted); }
.service { padding: 10px 0; border-top: 1px solid var(--line); }
.service strong, .service span { display: block; }
.service span { color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
details { margin-top: 12px; color: var(--muted); }
summary { cursor: pointer; color: var(--ink); }
.authority { padding-left: 18px; }
.task-list { display: grid; gap: 8px; }
.task-row { padding: 18px; background: var(--panel); border-left: 3px solid var(--line); }
.task-row > div:first-child { display: flex; justify-content: space-between; gap: 12px; }
.task-status { color: var(--accent); text-transform: uppercase; font: 11px ui-monospace, monospace; letter-spacing: .08em; }
.task-id { color: var(--muted); }
.task-row h3 { margin: 12px 0 2px; }
.task-meta, .task-result { margin: 0; color: var(--muted); }
.evidence { margin-top: 12px; color: var(--green); font-size: 13px; }
.empty-state { min-height: 120px; place-items: center; padding: 30px; border: 1px dashed var(--line); color: var(--muted); }
@media (max-width: 850px) { .masthead { align-items: start; flex-direction: column; } .runtime { grid-template-columns: auto auto auto auto auto; min-width: 0; } .access { grid-template-columns: 1fr; } .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .masthead, main { width: min(100% - 24px, 1180px); } .masthead { min-height: 0; padding-top: 48px; } .runtime { display: none; } .project-grid { grid-template-columns: 1fr; } .token-row { flex-direction: column; } .section-head { align-items: center; } }
