
:root{
  --fc-copyright:#8d98ad;
}
body:after{
  content:"";
  pointer-events:none;
  position:fixed;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 18%,transparent 82%,rgba(168,85,247,.04));
  z-index:-1;
}
.fc-main{padding-bottom:34px}
.fc-topbar{
  min-height:70px;
  background:linear-gradient(90deg,transparent,rgba(168,85,247,.09));
  border-radius:0 0 0 22px;
  padding-right:14px;
}
.fc-brand-title,.fc-top-title{letter-spacing:-.04em}
.fc-page-head{
  padding:4px 2px 8px;
}
.fc-page-head h2{
  font-size:28px;
  letter-spacing:-.04em;
}
.fc-page-head p{
  max-width:850px;
}
.fc-card{
  position:relative;
  overflow:hidden;
}
.fc-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 95% 0%,rgba(236,72,153,.10),transparent 32%);
  pointer-events:none;
}
.fc-card > *{position:relative}
.fc-section h3{
  letter-spacing:-.02em;
}
.fc-hero{
  min-height:220px;
  overflow:hidden;
}
.fc-hero.compact{
  min-height:190px;
  grid-template-columns:1.35fr .65fr;
  margin-bottom:18px;
}
.fc-hero-logo{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  min-height:190px;
  overflow:hidden;
}
.fc-hero-logo img{
  max-height:210px;
  width:auto;
  max-width:100%;
  object-fit:contain;
  object-position:center;
}
.fc-dashboard-logo img{
  transform:none;
  margin-top:0;
}
.fc-metric-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:18px;
}
.fc-board-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.fc-board-card{
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:190px;
}
.fc-board-head{
  display:flex;
  gap:13px;
  align-items:flex-start;
}
.fc-board-head 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-board-title{
  font-size:18px;
  font-weight:950;
  margin:0;
}
.fc-board-sub{
  color:var(--fc-muted);
  font-size:13px;
  margin-top:2px;
}
.fc-board-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:auto;
}
.fc-mini{
  background:rgba(5,6,13,.52);
  border:1px solid rgba(168,85,247,.18);
  border-radius:12px;
  padding:10px;
  font-size:12px;
}
.fc-mini b{display:block;color:#fff;font-size:13px;margin-bottom:2px}
.fc-action-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.fc-quickstart{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-bottom:18px;
}
.fc-step{
  padding:16px;
  min-height:128px;
}
.fc-step-num{
  width:32px;height:32px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--fc-purple),var(--fc-pink));
  font-weight:950;
  box-shadow:0 0 20px rgba(236,72,153,.25);
}
.fc-step h4{margin:10px 0 5px;font-size:15px}
.fc-step p{margin:0;color:var(--fc-muted);font-size:13px;line-height:1.45}
.fc-form-card{
  padding:22px;
}
.fc-form-section-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}
.fc-form-section-title img{
  width:46px;height:46px;border-radius:14px;background:#070a13;padding:7px;
}
.fc-form-section-title h3{margin:0}
.fc-help-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.fc-help-card{
  min-height:190px;
  padding:18px;
}
.fc-help-card img{
  width:58px;height:58px;border-radius:16px;background:#070a13;padding:8px;margin-bottom:12px;
}
.fc-help-card h3{margin:0 0 8px}
.fc-help-card p{margin:0 0 13px;color:var(--fc-muted);line-height:1.55}
.fc-settings-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.fc-footer{
  margin-top:26px;
  padding:18px 0 0;
  border-top:1px solid rgba(168,85,247,.20);
  color:var(--fc-copyright);
  font-size:12px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.fc-footer b{color:#d8b4fe}
.fc-side-copyright{
  margin-top:14px;
  color:#8d98ad;
  font-size:11px;
  line-height:1.45;
  padding:0 12px 8px;
}
.fc-plan-card{
  padding:18px;
  border-color:rgba(34,197,94,.26);
}
.fc-plan-name{
  font-size:18px;
  font-weight:950;
  color:#bbf7d0;
}
.fc-progress{
  height:9px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  overflow:hidden;
  margin-top:10px;
}
.fc-progress span{
  display:block;
  height:100%;
  background:linear-gradient(90deg,var(--fc-green),var(--fc-blue));
  border-radius:999px;
}
.fc-setup-banner{
  border:1px solid rgba(236,72,153,.35);
  background:
    radial-gradient(circle at 80% 20%,rgba(236,72,153,.16),transparent 34%),
    linear-gradient(135deg,rgba(168,85,247,.15),rgba(17,24,39,.90));
}
.fc-setup-banner h3{
  font-size:24px;
  margin:0 0 8px;
}
.fc-setup-banner p{
  color:var(--fc-muted);
  margin:0 0 14px;
}
.fc-table-tools{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.fc-searchbox{
  max-width:320px;
}
.fc-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#f0abfc;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
  margin-bottom:8px;
}
.fc-kicker:before{
  content:"";
  width:8px;height:8px;border-radius:50%;
  background:var(--fc-pink);
  box-shadow:0 0 12px var(--fc-pink);
}
.fc-create-layout{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
}
.fc-preview-panel{
  min-height:320px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.fc-preview-panel img{
  width:90px;height:90px;object-fit:contain;margin:0 auto 16px;filter:drop-shadow(0 0 18px rgba(236,72,153,.45));
}
.fc-preview-panel h3{
  font-size:24px;margin:0 0 8px;color:#f0abfc;
}
.fc-preview-panel p{
  color:var(--fc-muted);
}
.fc-display-shell{
  border:2px solid var(--fc-pink);
  border-radius:22px;
  box-shadow:0 0 24px rgba(236,72,153,.45), inset 0 0 24px rgba(168,85,247,.12);
  padding:18px;
  background:#05060d;
}
@media(max-width:1200px){
  .fc-board-grid,.fc-help-grid,.fc-quickstart{grid-template-columns:repeat(2,1fr)}
  .fc-metric-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .fc-board-grid,.fc-help-grid,.fc-quickstart,.fc-metric-row,.fc-settings-grid,.fc-create-layout{grid-template-columns:1fr}
  .fc-hero.compact{grid-template-columns:1fr}
  .fc-hero-logo{justify-content:flex-start}
}
