*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.7;color:#1a1a1a;background-color:#fafafa;font-size:16px}.container{max-width:900px;margin:0 auto;padding:2rem 1.5rem;min-height:100vh;display:flex;flex-direction:column}.header{border-bottom:1px solid #e0e0e0;padding-bottom:1rem;margin-bottom:3rem}.header nav{display:flex;gap:1.5rem}.header nav a{color:#1a1a1a;text-decoration:none;font-weight:500;transition:color .2s}.header nav a:hover{color:#06c;text-decoration:underline}.main{flex:1 1}.main>*{max-width:100%}footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #e0e0e0;color:#666;font-size:.9rem}h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#1a1a1a}h2{font-size:1.75rem;line-height:1.3;margin-bottom:1.5rem;margin-top:2.5rem}h2,h3{font-weight:600;color:#1a1a1a}h3{font-size:1.25rem;line-height:1.4;margin-bottom:.75rem;margin-top:1.5rem}p{font-size:1.0625rem;margin-bottom:1rem;line-height:1.7}header{margin-bottom:2rem}section{margin-bottom:2.5rem}ul{list-style:none;margin-bottom:1.5rem}ul li{margin-bottom:.5rem}a{color:#06c;text-decoration:none;transition:color .2s}a:hover{color:#0052a3;text-decoration:underline}a:visited{color:#551a8b}.card{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:1.5rem;margin-bottom:1.5rem}