:root { color: #102047; font-family: ui-sans-serif, system-ui, sans-serif; background: #f3f6fb; }
* { box-sizing: border-box; }
body { margin: 0; }
input[type="email"] { display: block; width: 100%; margin: 10px 0 16px; border: 1px solid #61708e; border-radius: 9px; padding: 12px; font: inherit; color: inherit; background: white; }
input:focus-visible { outline: 3px solid #102047; outline-offset: 3px; }
.card { overflow-wrap: anywhere; }
.landing { display: flex; flex-direction: column; justify-content: center; margin: 0 auto; max-width: 680px; min-height: 100vh; padding: 48px 24px; }
.brand { color: #0874e6; font-size: 1rem; font-weight: 800; letter-spacing: -.02em; margin: 0 0 28px; }
.landing h1 { font-size: clamp(2.5rem, 8vw, 5rem); line-height: .98; max-width: 9ch; }
.landing-copy { color: #405271; font-size: 1.125rem; line-height: 1.6; margin: 24px 0 32px; max-width: 48ch; }
.landing-action { align-self: flex-start; text-decoration: none; }
.landing-note { color: #61708e; font-size: .875rem; margin: 28px 0 0; }
.shell { margin: 0 auto; max-width: 900px; padding: 48px 20px 72px; }
.header { align-items: start; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 28px; }
h1, h2 { letter-spacing: -0.03em; margin: 0; }
h1 { font-size: clamp(2rem, 6vw, 3rem); }
h2 { font-size: 1.35rem; }
.eyebrow { color: #0874e6; font-size: .75rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 8px; text-transform: uppercase; }
.muted { color: #61708e; line-height: 1.55; }
.overview { border-block: 1px solid #dfe5f0; display: grid; gap: 24px; grid-template-columns: 1fr 1fr 1.45fr; margin-bottom: 42px; padding: 22px 0; }
.overview-label { color: #61708e; font-size: .8125rem; font-weight: 700; margin: 0 0 6px; }
.overview-value { font-size: 1.75rem; font-weight: 800; letter-spacing: -.03em; margin: 0; }
.organization-detail { border-left: 1px solid #dfe5f0; padding-left: 24px; }
.organization-detail > p { font-weight: 700; margin: 0 0 5px; }
.organization-detail > code { color: #61708e; font-size: .8125rem; }
.documents-section { margin-bottom: 42px; }
.section-heading { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 16px; }
.section-heading h2 { margin-bottom: 6px; }
.section-heading .muted { margin: 0; }
.document-count { color: #61708e; font-size: .875rem; white-space: nowrap; }
.document-list { border-top: 1px solid #dfe5f0; }
.document-row { align-items: center; border-bottom: 1px solid #dfe5f0; display: flex; gap: 20px; justify-content: space-between; padding: 16px 0; }
.document-row strong { font-variant-numeric: tabular-nums; white-space: nowrap; }
.document-description { font-weight: 700; margin: 0 0 4px; }
.document-meta { color: #61708e; font-size: .875rem; margin: 0; }
.empty-state { background: #eef5ff; color: #405271; line-height: 1.55; margin: 0; padding: 18px; }
.card { background: white; border: 1px solid #dfe5f0; border-radius: 18px; margin-top: 18px; padding: 26px; box-shadow: 0 10px 28px rgb(15 42 88 / 7%); }
fieldset { border: 0; margin: 22px 0; padding: 0; }
legend { font-size: .9rem; font-weight: 700; margin-bottom: 10px; }
.scope { display: block; margin: 10px 0; }
.button { background: #1984f6; border: 0; border-radius: 9px; color: white; cursor: pointer; font: inherit; font-weight: 700; padding: 10px 15px; }
.button:hover { background: #0874e6; }
.button:focus-visible, a:focus-visible { outline: 3px solid #102047; outline-offset: 3px; }
.button.secondary { background: white; border: 1px solid #dfe5f0; color: #33415c; }
.notice { border-radius: 10px; padding: 12px; }
.warning { background: #fff8e8; color: #774c00; }
.api-key { background: #081a3a; border-radius: 10px; color: #b9e1ff; display: block; margin: 16px 0; overflow-wrap: anywhere; padding: 16px; }
pre { background: #f7f9fc; border-radius: 10px; line-height: 1.55; overflow-x: auto; padding: 16px; }
@media (max-width: 600px) { .header, .section-heading { align-items: stretch; flex-direction: column; } .overview { gap: 18px; grid-template-columns: 1fr; } .organization-detail { border-left: 0; border-top: 1px solid #dfe5f0; padding: 18px 0 0; } }
/* Keep the membership action accessible without changing the existing visual system. */
section[aria-labelledby="members-title"] .button {
  min-height: 44px;
  background: #0874e6;
}
