/* rz-theme */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --rz-bg:#0c0c10;--rz-sf:#141418;--rz-tx:#c6c6ce;
  --rz-mt:#8c8c98;--rz-wh:#f1f1f6;--rz-hd:#4dd89a;
  --rz-h3:#3cc488;--rz-ac:#4dd89a;--rz-bd:rgba(200,255,220,0.07);
  --rz-lk:#4dd89a;--rz-ft:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:var(--rz-ft);background:var(--rz-bg);color:var(--rz-tx);font-size:17px;line-height:1.78}
img{max-width:100%;height:auto;display:block}
a{color:var(--rz-lk);text-decoration:none}
a:hover{text-decoration:underline}

.rz-block{max-width:820px;margin:0 auto;padding:0 1.5rem}

#article-body{padding:4rem 0 3rem}
#article-body h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.2;color:var(--rz-hd);margin-bottom:2rem;letter-spacing:-0.02em}
#article-body h2{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.25;color:var(--rz-hd);margin-top:3.5rem;margin-bottom:1.25rem;padding-left:0.75rem;border-left:4px solid var(--rz-ac);letter-spacing:-0.01em}
#article-body h3{font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600;color:var(--rz-h3);margin-top:2.5rem;margin-bottom:0.75rem}
#article-body p{margin-bottom:1.5rem;color:var(--rz-tx)}
#article-body img{margin:2rem 0;border-radius:12px;border:1px solid var(--rz-bd)}

#article-body table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:0.9rem;border:1px solid var(--rz-bd);border-radius:8px;overflow:hidden}
#article-body thead{background:rgba(77,216,154,0.08)}
#article-body th{padding:0.85rem 1.25rem;text-align:left;font-weight:600;color:var(--rz-wh);font-size:0.8rem;text-transform:uppercase;letter-spacing:0.05em;border-bottom:1px solid var(--rz-bd)}
#article-body td{padding:0.75rem 1.25rem;color:var(--rz-mt);border-bottom:1px solid var(--rz-bd)}
#article-body tbody tr:last-child td{border-bottom:none}
#article-body tbody tr:hover{background:rgba(255,255,255,0.02)}

#article-body ul{margin:1.5rem 0;padding-left:0;list-style:none}
#article-body li{position:relative;padding:0.5rem 0 0.5rem 1.5rem;color:var(--rz-tx);font-size:0.95rem}
#article-body li::before{content:'2';position:absolute;left:0;color:var(--rz-ac);font-weight:700;font-size:1.2em}

figure{margin:0}
.rz-cover,.rz-img{margin:2rem 0}
.rz-cover img,.rz-img img{width:100%;height:auto;border-radius:12px;border:1px solid var(--rz-bd);display:block}

#resources-panel,#faq-section{padding:2.5rem 0;border-top:1px solid var(--rz-bd)}
#resources-panel h2,#faq-section h2{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.25;color:var(--rz-hd);margin-bottom:1.25rem;padding-left:0.75rem;border-left:4px solid var(--rz-ac);letter-spacing:-0.01em}
#resources-panel h3,#faq-section h3{font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600;color:var(--rz-h3);margin-top:2rem;margin-bottom:0.5rem}
#resources-panel p,#faq-section p{margin-bottom:1.25rem;color:var(--rz-tx);line-height:1.78}
#resources-panel a{color:var(--rz-ac);text-decoration:none;border-bottom:1px solid rgba(77,216,154,0.3);transition:border-color 0.2s}
#resources-panel a:hover{border-color:var(--rz-ac)}

footer{border-top:1px solid var(--rz-bd);padding:2rem 0}
footer p{font-size:0.8rem;color:var(--rz-mt);text-align:center}

@media(max-width:600px){
  #article-body{padding:2.5rem 0 2rem}
  #article-body h2{margin-top:2.5rem}
  .rz-cover,.rz-img{margin:1.5rem 0}
  .rz-cover img,.rz-img img{border-radius:6px}
  #article-body table{font-size:0.8rem}
  #article-body th,#article-body td{padding:0.6rem 0.75rem}
  #resources-panel,#faq-section{padding:2rem 0}
}
