*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased}
.container{max-width:56rem;margin:0 auto;padding:3rem 1.5rem}
.back{display:inline-flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;font-size:.875rem;margin-bottom:1.5rem}
.back:hover{color:#111}
h1{font-size:2rem;font-weight:700;margin:0 0 2rem;color:#111}
h2{font-size:1.25rem;font-weight:600;margin:2rem 0 1rem;color:#111}
section{margin-bottom:2rem}
p{margin:0 0 1rem;color:#555;text-align:justify}
ul{padding-left:1.5rem;color:#555}
ul li{margin-bottom:.5rem}
a{color:#6366f1;text-decoration:none}
a:hover{text-decoration:underline}
strong{color:#333}
footer{border-top:1px solid #eee;padding:2rem 1.5rem;text-align:center;color:#888;font-size:.875rem;margin-top:3rem}
footer a{color:#888;margin:0 .5rem}
@media (min-width:768px){h1{font-size:2.5rem}}
