@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;line-height:1.7;color:#1a1a1a;background:#ffffff}.site-container{max-width:680px;margin:0 auto;padding:0 40px}@media (max-width:768px){.site-container{padding:0 20px}}.site-header{padding:60px 0 40px;border-bottom:1px solid #e5e5e5;margin-bottom:80px}.site-title{font-size:20px;font-weight:600;color:#1a1a1a;text-decoration:none;display:inline-block;margin-bottom:20px}.site-nav{margin-top:20px}.site-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:24px;padding:0}.site-nav a{color:#1a1a1a;text-decoration:none;font-size:15px;border-bottom:1px solid transparent;transition:border-color .15s ease}.site-nav a:hover{border-bottom-color:#1a1a1a}@media (max-width:768px){.site-nav ul{flex-direction:column;gap:16px}}h1{font-size:32px;font-weight:700;line-height:1.3;color:#1a1a1a;margin-bottom:40px}h2{font-size:24px;line-height:1.4;margin-top:60px;margin-bottom:24px}h2,h3{font-weight:600;color:#1a1a1a}h3{font-size:20px;line-height:1.5;margin-top:40px;margin-bottom:20px}p{margin-bottom:24px}a{color:#1a1a1a;text-decoration:underline;-webkit-text-decoration-color:#666666;text-decoration-color:#666666;text-underline-offset:3px}a:hover{-webkit-text-decoration-color:#1a1a1a;text-decoration-color:#1a1a1a}strong{font-weight:600}em{font-style:italic}ol,ul{margin-bottom:24px;padding-left:24px}li{margin-bottom:12px;line-height:1.7}.content-section{margin-bottom:80px}.content-section:last-child{margin-bottom:0}hr{border:none;border-top:1px solid #e5e5e5;margin:80px 0}figure{margin:60px 0}figure img,figure svg{max-width:100%;height:auto;display:block;margin:0 auto}figcaption{text-align:center;margin-top:16px;line-height:1.5}.site-footer,figcaption{font-size:15px;color:#666666}.site-footer{border-top:1px solid #e5e5e5;padding:60px 0;margin-top:120px}.site-footer p{margin-bottom:12px}figure svg{font-family:Inter,system-ui,-apple-system,sans-serif!important}@media print{body{font-size:12pt;line-height:1.5}.site-header{border-bottom:1pt solid #000;page-break-after:avoid}.site-nav{display:none}h1,h2,h3{page-break-after:avoid}figure{page-break-inside:avoid}a{color:#000;text-decoration:none}a[href^=http]:after{content:" (" attr(href) ")";font-size:10pt}}