:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#1a202c;background-color:#f8f9fa;--ink: #1a202c;--muted: #4a5568;--accent: #632d91;--accent-ink: #ffffff;--border: #d7dbe0;--surface: #ffffff;--danger: #b91c1c;--ok: #1e6f3f;--warn-bg: #fef3c7;--warn-border: #d97706}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:#f8f9fa;color:var(--ink)}a:focus-visible,button:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:var(--accent-ink);padding:.6rem 1rem;border-radius:0 0 6px;z-index:100}.skip-link:focus{left:0}.shell{min-height:100vh;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto 1fr;grid-template-areas:"header" "nav" "main"}.shell__header{grid-area:header;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.shell__brand{font-weight:700;font-size:1.1rem}.shell__menu-toggle{background:transparent;border:1px solid var(--border);border-radius:6px;font-size:1.25rem;line-height:1;padding:.4rem .6rem;cursor:pointer;color:var(--ink)}.shell__nav{grid-area:nav;background:var(--surface);border-bottom:1px solid var(--border);display:none}.shell__nav--open{display:block}.shell__nav ul{list-style:none}.shell__nav li{border-bottom:1px solid var(--border)}.nav-link{display:block;padding:.85rem 1rem;color:var(--ink);text-decoration:none;min-height:44px}.nav-link:hover{background:#f1eef6}.nav-link--active,.nav-link[aria-current=page]{background:#f1eef6;box-shadow:inset 4px 0 0 var(--accent);font-weight:600}.shell__main{grid-area:main;padding:1.25rem 1rem 3rem;max-width:900px;width:100%}.shell__main:focus{outline:none}@media(min-width:720px){.shell{grid-template-columns:240px 1fr;grid-template-rows:auto 1fr;grid-template-areas:"header header" "nav main"}.shell__menu-toggle{display:none}.shell__nav{display:block;border-right:1px solid var(--border);border-bottom:none}.shell__main{padding:1.75rem 2rem 3rem}}h1{font-size:1.5rem;margin-bottom:.35rem}h2{font-size:1.05rem;margin-bottom:.5rem}.section-lead{color:var(--muted);margin-bottom:1.25rem}.section-state{padding:1.5rem 1rem;border:1px dashed var(--border);border-radius:8px;background:var(--surface);text-align:center;color:var(--muted)}.section-state--error{border-style:solid;border-color:var(--danger);background:#fef2f2}.section-state__title{font-weight:600;color:var(--danger);margin-bottom:.35rem}.section-state__text{color:var(--muted)}.spinner{display:inline-block;width:22px;height:22px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:.5rem}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spinner{animation:none}}.btn{display:inline-block;background:var(--accent);color:var(--accent-ink);border:1px solid var(--accent);border-radius:6px;padding:.6rem 1rem;font-size:.95rem;min-height:44px;cursor:pointer;margin-top:.75rem}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--subtle{background:transparent;color:var(--accent)}.phase{margin-bottom:1rem}.phase__label{font-weight:600}.steps{list-style:none;margin:1rem 0}.step{display:flex;align-items:center;gap:.6rem;padding:.4rem 0}.step__marker{width:1.4rem;text-align:center;font-weight:700}.step--done .step__marker{color:var(--ok)}.step--current .step__marker{color:var(--accent)}.step--blocked .step__marker{color:var(--danger)}.step--pending .step__marker{color:var(--muted)}.notice{border-radius:8px;padding:.85rem 1rem;margin:1rem 0}.notice--warn{background:var(--warn-bg);border:1px solid var(--warn-border)}.notice a{color:#7c3a00}.messages{list-style:none;margin:1rem 0;display:grid;gap:.6rem}.message{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.6rem .8rem}.message__role{display:block;font-size:.75rem;text-transform:uppercase;color:var(--muted);letter-spacing:.03em}.composer{display:grid;gap:.6rem;margin-top:1.25rem}.composer__input{width:100%;border:1px solid var(--border);border-radius:8px;padding:.6rem .8rem;font:inherit;resize:vertical}.composer__error{color:var(--danger)}.cards,.parity{list-style:none;display:grid;gap:.6rem;margin-top:.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.8rem 1rem}.card__title{font-weight:600}.card__meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.35rem;color:var(--muted)}.card__summary{color:var(--muted)}.parity__item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.7rem 1rem}.parity__name{font-weight:500}.badge{display:inline-block;font-size:.78rem;padding:.15rem .5rem;border-radius:999px;border:1px solid var(--border);background:#eef0f3;color:var(--muted);text-transform:capitalize}.badge--built{background:#e6f4ea;border-color:#34a35a;color:var(--ok)}.badge--unproven{background:var(--warn-bg);border-color:var(--warn-border);color:#7c3a00}.badge--in_development{background:#eef2ff;border-color:#4f46e5;color:#3730a3}.usage__figure{margin-bottom:.6rem}.meter{height:14px;background:#eef0f3;border-radius:999px;overflow:hidden;border:1px solid var(--border)}.meter__fill{height:100%;background:var(--accent)}.settings-group{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.15rem;margin-top:.5rem}.status-main{min-height:60vh;display:flex;align-items:center;justify-content:center;color:var(--muted)}
