.home{gap:2rem;max-width:52rem;margin:0 auto;padding:2rem 1.25rem 3rem;display:grid}.home__header{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1.25rem;display:flex}.home__brand{align-items:center;gap:.875rem;display:flex}.home__brand-icon{border:1px solid var(--color-border);color:#1f4e79;background:#f3f6f8;border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:inline-flex}.home__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:#1f4e79;margin:0;font-size:.875rem;font-weight:600}.home__brand h1{color:var(--color-text);margin:.15rem 0 0;font-size:1.75rem;font-weight:600;line-height:1.2}.home__badge{color:#1f4e79;background:#eef4f8;border:1px solid #c5d4e0;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:.8125rem;font-weight:600;display:inline-flex}.home__intro h2,.home__modules h2{color:var(--color-text);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.home__intro p,.home__module p{color:var(--color-muted);margin:0}.home__intro{gap:1rem;max-width:38rem;display:grid}.home__cta{color:#fff;background:#1f4e79;border:1px solid #1f4e79;border-radius:.375rem;align-items:center;gap:.5rem;width:fit-content;padding:.65rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.home__cta:hover{background:#183d5f;border-color:#183d5f}.home__cta:focus-visible{outline-offset:2px;outline:2px solid #1f4e79}.home__modules{gap:1rem;display:grid}.home__module-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.home__module{border:1px solid var(--color-border);background:#fafbfc;border-radius:.5rem;align-items:flex-start;gap:.875rem;padding:1rem;display:flex}.home__module-icon{color:#1f4e79;flex-shrink:0;display:inline-flex}.home__module h3{color:var(--color-text);margin:0 0 .25rem;font-size:1rem;font-weight:600}@media (width>=40rem){.home__module-list{grid-template-columns:repeat(3,minmax(0,1fr))}.home__module{flex-direction:column;min-height:100%}}*,:before,:after{box-sizing:border-box}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-text:#1a1a1a;--color-muted:#4a4a4a;--color-border:#c8c8c8;--color-bg:#fff;--color-error:#9b1c1c;--font-sans:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.5}a{color:inherit}.page{max-width:40rem;padding:var(--space-3) var(--space-2);margin:0 auto}.page h1{margin:0 0 var(--space-1);font-size:1.75rem;font-weight:600}.page p{margin:0 0 var(--space-1);color:var(--color-muted)}.form{gap:var(--space-2);margin:var(--space-3) 0;display:grid}.field{gap:.25rem;display:grid}.field input{border:1px solid var(--color-border);font:inherit;border-radius:.25rem;padding:.5rem .75rem}.field-error{color:var(--color-error);font-size:.875rem}button{border:1px solid var(--color-border);width:fit-content;font:inherit;cursor:pointer;background:#f5f5f5;border-radius:.25rem;padding:.5rem 1rem}button:hover{background:#ececec}
