.layout{min-height:100vh;display:flex;flex-direction:column}.layout-header{background:#1a1a2e;color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.layout-header-inner{max-width:52rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.layout-brand{color:inherit;text-decoration:none}.layout-brand:hover{text-decoration:underline}.layout-brand:focus-visible{outline:2px solid #fff;outline-offset:2px}.layout-header h1{font-size:1.5rem;font-weight:600}.tagline{font-size:.875rem;opacity:.9;margin-top:.25rem}.layout-nav{display:flex;gap:1.25rem}.layout-nav a{color:#fff;text-decoration:none;font-size:.9375rem;font-weight:500}.layout-nav a:hover,.layout-nav a[aria-current=page]{text-decoration:underline}.layout-nav a:focus-visible{outline:2px solid #fff;outline-offset:2px}.layout-main{flex:1;padding:2rem}.layout-footer{padding:1rem 2rem;background:#e0e0e0;text-align:center;color:#616161}.home{max-width:52rem;margin:0 auto}.home-hero{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.home-hero-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#1a1a2e;line-height:1.25;margin-bottom:1rem}.home-hero-lead{font-size:1.125rem;color:#37474f;line-height:1.6;margin:0}.home-intro{margin-bottom:2.5rem}.home-intro p{font-size:1rem;color:#424242;line-height:1.7;margin:0}.home-section-title{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin-bottom:1.25rem}.home-services{margin-bottom:2.5rem}.home-services-list{list-style:none;margin:0;padding:0;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.home-service{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #00000014;border-left:4px solid #1a1a2e}.home-service-icon{display:block;color:#1a1a2e;font-size:.75rem;margin-bottom:.5rem}.home-service h3{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.home-service p{font-size:.9375rem;color:#546e7a;line-height:1.5;margin:0}.home-status{font-size:.875rem;color:#616161;padding:.5rem 0}.home-status-label{margin-right:.35rem}.home-status-value{font-weight:500}.home-status-ok{color:#2e7d32}.home-status-error{color:#757575}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background:#f5f5f5}#root{min-height:100vh}
