/* fc-theme */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --fc-bg:#0e0c0b;--fc-sf:#1a1613;--fc-tx:#d0ccc8;
  --fc-mt:#9a968e;--fc-wh:#f5f2ee;--fc-hd:#e8a838;
  --fc-h3:#d4943a;--fc-ac:#e8a838;--fc-bd:rgba(232,168,56,0.08);
  --fc-lk:#e8a838;--fc-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(--fc-ft);background:var(--fc-bg);color:var(--fc-tx);font-size:17.2px;line-height:1.8}
img{max-width:100%;height:auto;display:block}
a{color:var(--fc-lk);text-decoration:none}
a:hover{text-decoration:underline}

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

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

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

#primary-text ul{margin:1.5rem 0;padding-left:0;list-style:none}
#primary-text li{position:relative;padding:0.5rem 0 0.5rem 1.5rem;color:var(--fc-tx);font-size:0.95rem}
#primary-text li::before{content:'\2022';position:absolute;left:0;color:var(--fc-ac);font-weight:700;font-size:1.2em}

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

#guide-links,#question-block{padding:2.5rem 0;border-top:1px solid var(--fc-bd)}
#guide-links h2,#question-block h2{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.25;color:var(--fc-hd);margin-bottom:1.25rem;padding-left:0.75rem;border-left:3px solid var(--fc-ac);letter-spacing:-0.01em}
#guide-links h3,#question-block h3{font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600;color:var(--fc-h3);margin-top:2rem;margin-bottom:0.5rem}
#guide-links p,#question-block p{margin-bottom:1.25rem;color:var(--fc-tx);line-height:1.8}
#guide-links a{color:var(--fc-ac);text-decoration:none;border-bottom:1px solid rgba(232,168,56,0.3);transition:border-color 0.2s}
#guide-links a:hover{border-color:var(--fc-ac)}

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

@media(max-width:600px){
  #primary-text{padding:2.5rem 0 2rem}
  #primary-text h2{margin-top:2.5rem}
  .fc-splash,.fc-img{margin:1.5rem 0}
  .fc-splash img,.fc-img img{border-radius:6px}
  #primary-text table{font-size:0.8rem}
  #primary-text th,#primary-text td{padding:0.6rem 0.75rem}
  #guide-links,#question-block{padding:2rem 0}
}
