*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(180deg,#fafafa,#f0f0f0);background-attachment:fixed;color:#333;font-family:Arial,Helvetica,sans-serif;line-height:1.7;min-height:100vh}a{color:#1d4ed8;text-decoration:none}a:hover{text-decoration:underline}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:960px;padding:0 1.5rem}.header-left{flex:1 1}.header-logo{flex-shrink:0;height:auto;margin-left:1.5rem;width:80px}.content-container{margin:0 auto;max-width:800px;padding:2.5rem 1.5rem}.site-header{background:#ffffff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:1.5rem 0}.site-title{color:#111827;font-size:1.6rem;font-weight:700;margin-bottom:.9rem}.nav-list{display:flex;flex-wrap:wrap;gap:1.4rem;list-style:none}.nav-list a{color:#374151;font-size:.95rem;font-weight:500}.nav-list a:hover{color:#1d4ed8;text-decoration:none}.page-title{color:#111827;font-size:2rem;font-weight:700;margin-bottom:1.25rem}.page-text{color:#555;line-height:1.8}.page-text+.page-text{margin-top:0}.page-list{color:#555;line-height:1.8;margin:.5rem 0 0 1.5rem}.page-list li+li{margin-top:.5rem}.card,.page-section{background:#ffffff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:grid;grid-gap:1rem;gap:1rem;margin-bottom:2.5rem;padding:2rem}.documents-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr;margin-top:1.5rem}@media (min-width:540px){.documents-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:800px){.documents-grid{grid-template-columns:repeat(3,1fr)}}.doc-card{background:#ffffff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;transition:box-shadow .2s ease}.doc-card:hover{box-shadow:0 4px 14px rgba(0,0,0,.1)}.doc-card-title{color:#111827;font-size:1rem;font-weight:600}.doc-card-desc{color:#6b7280;font-size:.875rem;flex:1 1;line-height:1.6}.doc-card-link{color:#1d4ed8;font-size:.875rem;font-weight:500;margin-top:.5rem}.board-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr;margin-top:1.5rem}@media (min-width:480px){.board-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:720px){.board-grid{grid-template-columns:repeat(3,1fr)}}.board-card{background:#ffffff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.75rem 1.5rem;text-align:center;transition:box-shadow .2s ease}.board-card:hover{box-shadow:0 4px 14px rgba(0,0,0,.1)}.board-photo-placeholder{background:#f3f4f6;border-radius:50%;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-size:2rem;height:72px;width:72px}.board-card-name{color:#111827;font-size:1rem;font-weight:600}.board-card-role{color:#6b7280;font-size:.875rem}.footer,.site-footer{border-top:1px solid #e5e7eb;margin-top:3rem;padding:2rem 1.5rem;text-align:center}.footer p,.site-footer p{color:#9ca3af;font-size:.85rem;line-height:1.6}.footer-copy{margin-top:.5rem;color:#777;font-size:.85rem}