:root{--bg:#0f1115;--card:#151821;--muted:#9aa3b3;--text:#e6e9ef;--border:#252a33;--brand:#00d1b2}
body{background:var(--bg);color:var(--text);font:16px/1.5 system-ui,Segoe UI,Roboto,Inter,sans-serif;margin:0}
.ff-header{max-width:1080px;margin:20px auto 0;padding:0 16px}
.ff-header h1{font-size:22px;margin:8px 0 4px}
.ff-header p{color:var(--muted);margin:0}
.fancyindex{max-width:1080px;margin:12px auto 32px;padding:12px 16px;background:var(--card);border:1px solid var(--border);border-radius:14px}
.fancyindex table{width:100%;border-collapse:separate;border-spacing:0}
.fancyindex th,.fancyindex td{padding:10px;border-bottom:1px solid #1e2431}
.fancyindex tr:hover td{background:#1a2030}
.fancyindex a{color:#83e0d2;text-decoration:none}
.fancyindex a:hover{text-decoration:underline}
.ff-footer{max-width:1080px;margin:0 auto 40px;padding:0 16px;color:var(--muted);font-size:13px}
