*,*::before,*::after{box-sizing:border-box}
html,body{background:#EFE7D3;color:#1F3B2E;margin:0;padding:0;font-family:'JetBrains Mono',ui-monospace,monospace;-webkit-font-smoothing:antialiased;line-height:1.6}
a{color:#1F3B2E;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;padding:2px 4px;transition:background-color .12s ease}
a:hover{background:#C7A8FF;mix-blend-mode:multiply}
.topbar{border-bottom:3px solid #1F3B2E;padding:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:11px;letter-spacing:.25em;font-weight:700}
.wrap{max-width:840px;margin:0 auto;padding:32px 16px}
.meta-info{font-size:11px;letter-spacing:.3em;font-weight:700;color:#4A6B57;margin:0 0 8px 0}
h1{font-size:clamp(2rem,7vw,4rem);font-weight:900;line-height:.95;letter-spacing:-0.03em;margin:24px 0 24px 0}
h2{font-size:14px;letter-spacing:.25em;font-weight:700;color:#4A6B57;margin:40px 0 12px 0;border-bottom:3px solid #C7A8FF;padding-bottom:8px;display:inline-block}
h3{font-size:13px;letter-spacing:.2em;font-weight:700;color:#1F3B2E;margin:28px 0 8px 0;text-transform:uppercase}
p{font-size:15px;line-height:1.75;margin:0 0 14px 0;max-width:720px}
ul,ol{font-size:15px;line-height:1.75;margin:0 0 16px 0;padding-left:24px;max-width:720px}
li{margin-bottom:8px}
strong{color:#1F3B2E;font-weight:700}
.snippet{background:#C7A8FF;padding:16px;margin:24px 0;border:3px solid #1F3B2E;font-weight:700;font-size:15px;line-height:1.6}
.snippet p{margin:0;font-size:15px}
.snippet p+p{margin-top:8px}
.faq{margin-top:32px}
.faq-q{font-size:15px;font-weight:700;margin-top:24px;color:#1F3B2E}
.faq-a{font-size:15px;margin-top:6px}
.label{font-size:11px;letter-spacing:.3em;font-weight:700;color:#4A6B57;margin:16px 0 4px 0}
.tag{display:inline-block;padding:4px 8px;background:#E5DAB8;border:2px solid #1F3B2E;font-size:10px;letter-spacing:.2em;font-weight:700;margin-right:8px;margin-bottom:8px}
.card-grid{display:grid;grid-template-columns:1fr;gap:0;margin:24px 0;border-top:3px solid #1F3B2E}
@media(min-width:768px){.card-grid{grid-template-columns:1fr 1fr;border-left:3px solid #1F3B2E}}
.card{display:block;padding:24px 20px;text-decoration:none;color:#1F3B2E;border-bottom:3px solid #1F3B2E;background:#EFE7D3;transition:background-color .12s ease;padding:24px 20px}
@media(min-width:768px){.card{border-right:3px solid #1F3B2E}}
.card:hover{background:#C7A8FF;mix-blend-mode:multiply}
.card .card-tag{font-size:10px;letter-spacing:.25em;font-weight:700;color:#4A6B57;margin-bottom:8px;display:block}
.card .card-title{font-size:18px;line-height:1.3;font-weight:900;letter-spacing:-0.01em;margin-bottom:6px;display:block}
.card .card-desc{font-size:12px;line-height:1.5;color:#1F3B2E;display:block}
.related{background:#E5DAB8;padding:20px;border:3px solid #1F3B2E;margin:32px 0}
.related h3{margin:0 0 8px 0;color:#4A6B57}
.related ul{margin:8px 0 0 0;padding-left:20px}
footer{border-top:3px solid #1F3B2E;padding:16px;margin-top:64px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:11px;letter-spacing:.25em;font-weight:700;line-height:1.6;background:#E5DAB8}
footer .left{flex:1 1 240px}
footer .center{flex:1 1 240px;text-align:center}
footer .right{flex:1 1 240px;text-align:right;color:#4A6B57}
