
.fx-main{max-width:1000px;margin:0 auto;padding:0 36px 80px;}

.fx-cats{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;}
.fx-cat{
  text-align:left;display:flex;flex-direction:column;gap:10px;
  background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);
  padding:22px 22px 18px;cursor:pointer;color:inherit;font-family:inherit;
  box-shadow:var(--shadow-card);
  transition:transform 220ms var(--ease-out),border-color 200ms var(--ease-out),box-shadow 240ms var(--ease-out);
}
.fx-cat:hover{transform:translateY(-3px);border-color:rgba(201,168,76,.35);box-shadow:0 20px 50px -24px rgba(201,168,76,.3);}
.fx-cat-name{font-family:'Rajdhani',sans-serif;font-size:20px;font-weight:700;color:var(--text);}
.fx-cat-desc{font-family:'Space Grotesk',sans-serif;font-size:13px;line-height:1.55;color:var(--text-dim);flex:1;}
.fx-cat-meta{font-family:'Space Grotesk',sans-serif;font-size:11.5px;font-weight:600;color:var(--gold);letter-spacing:.02em;display:flex;gap:6px;flex-wrap:wrap;}

.fx-back{
  background:none;border:none;color:var(--text-dim);font-family:'Space Grotesk',sans-serif;
  font-size:13px;font-weight:600;cursor:pointer;padding:0;margin-bottom:18px;
  transition:color 160ms var(--ease-out);
}
.fx-back:hover{color:var(--gold);}
.fx-threads-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px;}
.fx-cat-title{font-family:'Rajdhani',sans-serif;font-size:28px;font-weight:700;color:var(--text);}
.fx-cat-sub{font-family:'Space Grotesk',sans-serif;font-size:13.5px;color:var(--text-dim);margin-top:4px;max-width:60ch;}

.fx-thread-list{display:flex;flex-direction:column;gap:10px;}
.fx-thread-row{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  background:var(--surface);border:1px solid var(--border);border-radius:14px;
  padding:16px 18px;text-decoration:none;color:inherit;
  transition:border-color 180ms var(--ease-out),transform 180ms var(--ease-out);
}
.fx-thread-row:hover{border-color:rgba(201,168,76,.35);transform:translateY(-1px);}
.fx-thread-main{min-width:0;}
.fx-thread-title{font-family:'Rajdhani',sans-serif;font-size:17px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fx-thread-meta{font-family:'Space Grotesk',sans-serif;font-size:12px;color:var(--text-dim);margin-top:3px;}
.fx-thread-meta b{color:var(--text);font-weight:600;}
.fx-thread-stats{display:flex;align-items:center;gap:18px;flex-shrink:0;text-align:center;}
.fx-thread-replies{font-family:'Rajdhani',sans-serif;font-size:18px;font-weight:700;color:var(--gold);display:flex;flex-direction:column;line-height:1.15;}
.fx-thread-replies span{font-family:'Space Grotesk',sans-serif;font-size:9.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);}
.fx-thread-activity{font-family:'Space Grotesk',sans-serif;font-size:11.5px;color:var(--text-dim);min-width:64px;}

.fx-newform{
  display:flex;flex-direction:column;gap:10px;background:var(--surface);
  border:1px solid var(--border);border-radius:14px;padding:16px 18px;margin-bottom:18px;
}
.fx-newform input,.fx-newform textarea{
  background:var(--surface2);border:1px solid var(--border);color:var(--text);
  border-radius:9px;padding:10px 13px;font:inherit;font-size:14px;font-family:'Space Grotesk',sans-serif;
}
.fx-newform textarea{min-height:110px;resize:vertical;}
.fx-newform input:focus,.fx-newform textarea:focus{outline:none;border-color:var(--gold);}
.fx-newform-actions{display:flex;justify-content:flex-end;}

.ft-op{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 26px;box-shadow:var(--shadow-card);}
.ft-title{font-family:'Rajdhani',sans-serif;font-size:clamp(24px,3.4vw,32px);font-weight:700;color:var(--text);line-height:1.15;}
.ft-op-meta{font-family:'Space Grotesk',sans-serif;font-size:12.5px;color:var(--text-dim);margin:8px 0 16px;}
.ft-op-meta b{color:var(--gold);font-weight:600;}
.ft-op-body{font-family:'Space Grotesk',sans-serif;font-size:14.5px;line-height:1.7;color:var(--text);white-space:pre-wrap;}
.ft-del{margin-top:16px;background:none;border:1px solid rgba(224,85,85,.35);color:var(--red);font-family:'Space Grotesk',sans-serif;font-size:12px;font-weight:600;padding:6px 12px;border-radius:8px;cursor:pointer;transition:.15s;}
.ft-del:hover{background:rgba(224,85,85,.1);}

.ft-posts{display:flex;flex-direction:column;gap:10px;}
.ft-post{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;}
.ft-post-meta{font-family:'Space Grotesk',sans-serif;font-size:12px;color:var(--text-dim);margin-bottom:7px;}
.ft-post-meta b{color:var(--text);font-weight:600;}
.ft-del-inline{background:none;border:none;color:var(--text-dim);font-size:11px;cursor:pointer;text-decoration:underline;margin-left:6px;}
.ft-del-inline:hover{color:var(--red);}
.ft-post-body{font-family:'Space Grotesk',sans-serif;font-size:14px;line-height:1.6;color:var(--text);white-space:pre-wrap;}
.ft-signin{margin-top:18px;text-align:center;padding:20px;background:var(--surface);border:1px dashed var(--border);border-radius:12px;}

@media(max-width:640px){
  .fx-main{padding:0 16px 60px;}
  .fx-cats{grid-template-columns:1fr;}
  .fx-thread-row{flex-direction:column;align-items:flex-start;}
  .fx-thread-stats{align-self:flex-end;}
  .ft-op{padding:18px 18px;}
}
