
/* FlaroCity ClubOS Phase 11.2 - UI Consistency Fix */
.fc-main{min-height:100vh;display:flex;flex-direction:column}
.fc-main > footer.fc-footer{margin-top:auto}
.fc-card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.fc-list-card{padding:18px;min-height:170px;display:flex;flex-direction:column;gap:12px}
.fc-list-card-top{display:flex;gap:13px;align-items:flex-start}
.fc-list-card-top img{width:54px;height:54px;border-radius:16px;background:#070a13;padding:8px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(236,72,153,.26))}
.fc-list-card h3{margin:0;font-size:18px}
.fc-list-card p{margin:0;color:var(--fc-muted);line-height:1.5}
.fc-list-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}
.fc-clean-table-wrap{overflow:auto}
.fc-clean-table-actions{display:flex;gap:8px;flex-wrap:wrap}
.fc-page-note{color:var(--fc-muted);font-size:14px;line-height:1.55}
.fc-copy-row{display:flex;gap:10px;align-items:flex-start}
.fc-copy-row .fc-code{flex:1}
.fc-soft-divider{height:1px;background:rgba(168,85,247,.18);margin:18px 0}
.fc-support-hero{
  padding:22px;
  background:radial-gradient(circle at 90% 20%,rgba(236,72,153,.20),transparent 35%),linear-gradient(135deg,rgba(168,85,247,.18),rgba(17,24,39,.92));
  border:1px solid rgba(236,72,153,.36);
}
.fc-support-hero h2{margin:0 0 8px;font-size:30px}
.fc-support-hero p{margin:0 0 14px;color:var(--fc-muted)}
.fc-status-dot{display:inline-block;width:8px;height:8px;border-radius:999px;background:var(--fc-green);box-shadow:0 0 12px var(--fc-green);margin-right:6px}
@media(max-width:1200px){.fc-card-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.fc-card-list{grid-template-columns:1fr}.fc-copy-row{flex-direction:column}}
