:root {
  --ink: #1e2a27;
  --muted: #68736e;
  --line: #dfe5df;
  --paper: #f8faf7;
  --panel: #ffffff;
  --mint: #d9f1e1;
  --mint-strong: #277657;
  --amber: #a87328;
  --shadow: 0 18px 55px rgba(29, 53, 43, .08);
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .26; background-image: radial-gradient(#cfd8d0 .6px, transparent .6px); background-size: 5px 5px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.topbar { height: 72px; padding: 0 clamp(22px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(248,250,247,.82); position: relative; z-index: 2; }
.brand { display: flex; gap: 12px; align-items: center; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 680; letter-spacing: -.01em; }
.brand em { color: #9ba59f; font-style: normal; margin: 0 3px; font-weight: 400; }.brand-mark { display: flex; align-items: end; gap: 3px; width: 21px; height: 19px; }.brand-mark i { display: block; width: 5px; border-radius: 4px 4px 1px 1px; background: var(--mint-strong); }.brand-mark i:nth-child(1) { height: 10px; opacity: .55; }.brand-mark i:nth-child(2) { height: 15px; opacity: .78; }.brand-mark i:nth-child(3) { height: 19px; }
.topbar-meta, .capture-meta { color: var(--muted); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #4ba77d; margin-right: 6px; box-shadow: 0 0 0 3px #d8eee0; }.divider { display: inline-block; height: 13px; border-left: 1px solid #cbd3cd; margin: 0 11px -3px; }
main { max-width: 1180px; margin: 0 auto; padding: 0 clamp(22px, 5vw, 52px) 90px; }.hero { padding: 88px 0 76px; max-width: 760px; }.eyebrow { color: var(--mint-strong); font-size: 10px; line-height: 1.3; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }.eyebrow span { color: #b7c3ba; margin: 0 5px; }h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }h1 { margin: 20px 0 16px; font-size: clamp(50px, 7vw, 88px); line-height: .96; }h1 span { color: var(--mint-strong); }h2 { margin: 8px 0 0; font-size: clamp(29px, 4vw, 42px); line-height: 1.05; }.hero-copy { max-width: 585px; color: var(--muted); font-size: 17px; line-height: 1.65; margin: 0 0 36px; }
.question-card { border: 1px solid #cfdad1; background: rgba(255,255,255,.85); box-shadow: var(--shadow); padding: 21px 22px 16px; border-radius: 4px; max-width: 745px; }.question-card label { display: block; color: var(--mint-strong); font-size: 10px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 9px; }.question-card textarea { width: 100%; resize: vertical; border: 0; outline: 0; min-height: 71px; color: var(--ink); background: transparent; font: 16px/1.45 Georgia, "Times New Roman", serif; }.question-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid #e8ede8; }.input-note { color: #89938d; font-size: 11px; }.lock { display: inline-flex; width: 17px; height: 17px; align-items: center; justify-content: center; border: 1px solid #bdcbc0; border-radius: 50%; color: var(--mint-strong); margin-right: 5px; }.question-footer button { border: 0; background: var(--ink); color: white; padding: 12px 15px 12px 17px; border-radius: 2px; display: flex; gap: 13px; align-items: center; cursor: pointer; font: 700 11px Inter, sans-serif; letter-spacing: .04em; }.question-footer button:hover { background: var(--mint-strong); }.question-footer button:disabled { opacity: .5; cursor: wait; }.arrow { color: var(--mint); font-size: 16px; }
.analysis-path { max-width: 745px; margin-top: 22px; display: flex; align-items: stretch; gap: 9px; }.path-step { flex: 1 1 0; min-width: 0; display: grid; grid-template-columns: auto 1fr; column-gap: 7px; padding: 11px 0 0; border-top: 1px solid #cfdad1; }.path-step > span { color: var(--mint-strong); font-size: 9px; font-weight: 760; letter-spacing: .1em; }.path-step strong { color: var(--ink); font-size: 10px; line-height: 1.25; }.path-step small { grid-column: 2; color: var(--muted); font-size: 10px; line-height: 1.35; margin-top: 2px; }.path-arrow { color: #9aaba0; align-self: center; font-size: 15px; padding-top: 2px; }
.workspace { border-top: 1px solid var(--line); padding-top: 53px; }.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 24px; }.capture-meta { padding-bottom: 4px; text-align: right; }.capture-meta strong { color: var(--ink); }.notice { border-left: 3px solid var(--amber); padding: 12px 15px; color: #77521e; background: #fff8ec; margin: 0 0 18px; font-size: 13px; }.notice.error { border-color: #b3564f; color: #8b3b36; background: #fff3f1; }.hidden { display: none !important; }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; min-height: 220px; }.empty-state { border: 1px dashed #ccd8ce; display: grid; place-items: center; color: #8b9890; }.empty-inner { display: flex; flex-direction: column; align-items: center; gap: 9px; font-size: 13px; }.empty-icon { color: var(--mint-strong); font-size: 30px; }.market-card { background: var(--panel); border: 1px solid var(--line); padding: 22px 21px 20px; position: relative; min-width: 0; }.market-card.is-highlight { border-color: #a8ceb6; box-shadow: inset 0 3px 0 var(--mint-strong); }.market-top { display: flex; justify-content: space-between; align-items: start; gap: 10px; }.protocol-name { font-size: 17px; font-weight: 700; letter-spacing: -.02em; }.market-name { color: var(--muted); font: 12px Georgia, serif; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.fresh { color: var(--mint-strong); background: #e8f6ec; }.stale { color: var(--amber); background: #fff4dc; }.unavailable { color: #a04a43; background: #ffebe8; }.fresh, .stale, .unavailable { border-radius: 20px; padding: 4px 8px; font-size: 9px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }.rate-row { display: flex; align-items: baseline; gap: 8px; margin: 25px 0 18px; }.rate { font: 39px/1 Georgia, serif; letter-spacing: -.06em; }.rate-label { color: var(--muted); font-size: 11px; }.metric-line { display: flex; gap: 8px; align-items: center; color: #647069; font-size: 12px; margin: 8px 0; }.metric-line b { color: var(--ink); font-size: 13px; font-weight: 680; margin-left: auto; }.metric-line .unknown-value { color: var(--muted); font-weight: 600; }.util-bar { height: 4px; background: #e6ece7; margin: 17px 0 10px; }.util-bar i { display: block; height: 100%; background: var(--mint-strong); }.card-foot { border-top: 1px solid #edf0ed; margin-top: 16px; padding-top: 11px; display: flex; justify-content: space-between; color: #8b9690; font-size: 10px; }.card-foot button { background: none; border: 0; color: var(--mint-strong); cursor: pointer; font: 700 10px Inter, sans-serif; letter-spacing: .05em; padding: 0; }.card-foot button:hover { text-decoration: underline; }
.loading-state { border: 1px solid #d6e4d8; background: #f4f9f4; display: grid; place-items: center; color: var(--muted); }.loading-inner { max-width: 620px; padding: 28px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; font-size: 13px; }.loading-inner strong { color: var(--ink); font: 19px Georgia, serif; }.loading-inner small { color: #8b9890; font-size: 11px; }.loading-mark { width: 22px; height: 22px; border: 2px solid #c8ded0; border-top-color: var(--mint-strong); border-radius: 50%; animation: loading-spin 1.2s linear infinite; }@keyframes loading-spin { to { transform: rotate(360deg); } }
.analyst-shell, .evidence-shell { margin-top: 72px; border-top: 1px solid var(--line); padding-top: 34px; }.analyst-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 25px; }.fallback-badge { border: 1px solid #c9dbcd; color: var(--mint-strong); padding: 6px 9px; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }.answer-summary { max-width: 720px; margin: -5px 0 26px; color: var(--muted); font: 18px/1.5 Georgia, serif; }.answer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }.answer-grid article { min-height: 175px; border-top: 2px solid #bfd5c5; padding: 15px 25px 10px 0; margin-right: 25px; }.answer-grid article + article { padding-left: 25px; border-left: 1px solid var(--line); }.answer-grid .risk-article { grid-column: span 3; min-height: 0; border-top: 1px solid var(--line); margin-top: 20px; padding-top: 19px; display: flex; gap: 27px; }.answer-kicker { color: var(--mint-strong); font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }.answer-grid p { margin: 12px 0; font: 17px/1.5 Georgia, serif; max-width: 330px; }.answer-grid ul { margin: 0; padding-left: 17px; color: var(--muted); font-size: 13px; display: flex; flex-wrap: wrap; gap: 6px 35px; }.answer-grid li { max-width: 390px; }.evidence-heading { margin-bottom: 17px; }.evidence-count { color: var(--muted); font-size: 12px; }.evidence-list { border: 1px solid var(--line); background: white; }.evidence-row { display: grid; grid-template-columns: 165px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid #edf0ed; padding: 14px 17px; }.evidence-row:last-child { border-bottom: 0; }.evidence-protocol { font-weight: 700; font-size: 13px; }.evidence-source { color: var(--muted); font-size: 11px; }.evidence-row button { color: var(--mint-strong); border: 0; background: none; font: 700 10px Inter, sans-serif; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }.evidence-detail { grid-column: 1 / -1; background: #f5f8f4; padding: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 20px; font-size: 11px; }.evidence-detail span { color: var(--muted); display: block; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; margin-bottom: 2px; }.evidence-detail code { word-break: break-all; font-size: 10px; }
footer { max-width: 1180px; border-top: 1px solid var(--line); padding: 19px clamp(22px, 5vw, 52px) 30px; margin: 0 auto; display: flex; justify-content: space-between; color: #8c9790; font-size: 11px; letter-spacing: .03em; }
:focus-visible { outline: 3px solid #8cc5a2; outline-offset: 3px; }
@media (max-width: 760px) { .topbar { height: 62px; }.topbar-meta { display: none; }.hero { padding: 58px 0 58px; }h1 { font-size: 54px; }.hero-copy { font-size: 15px; }.question-card { padding: 17px; }.question-footer { align-items: end; gap: 14px; flex-direction: column; }.question-footer button { align-self: stretch; justify-content: center; }.analysis-path { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }.path-arrow { display: none; }.section-heading { align-items: start; gap: 15px; flex-direction: column; }.capture-meta { text-align: left; }.market-grid { grid-template-columns: 1fr; }.answer-grid { grid-template-columns: 1fr; }.answer-grid article, .answer-grid article + article { border-left: 0; padding-left: 0; margin-right: 0; min-height: 0; padding-bottom: 22px; }.answer-grid .risk-article { grid-column: auto; display: block; }.evidence-row { grid-template-columns: 1fr auto; gap: 5px 10px; }.evidence-source { grid-column: 1 / -1; }.evidence-detail { grid-template-columns: 1fr 1fr; }.analyst-heading { gap: 10px; flex-direction: column; }footer { flex-direction: column; gap: 5px; } }
.evidence-metrics { grid-column: 1 / -1; border-top: 1px solid #dfe8df; padding-top: 12px; color: var(--ink); }
