.fe-bc-wrap{
  max-width: 960px;
  margin: 24px auto;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.9);
}
.fe-bc-title{ margin:0 0 6px; }
.fe-bc-hint{ margin:0 0 16px; opacity:.8; }

.fe-bc-form label{ display:block; }
.fe-bc-form span{ display:block; font-weight:600; margin-bottom:6px; }
.fe-bc-form input{
  width:100%;
  padding:10px 12px;
  border:1px solid rgba(0,0,0,.2);
  border-radius:10px;
}
.fe-bc-form small{ display:block; opacity:.75; margin-top:6px; }

.fe-bc-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px 14px;
}
@media (max-width: 720px){
  .fe-bc-grid{ grid-template-columns: 1fr; }
}

.fe-bc-actions{
  display:flex;
  gap: 12px;
  align-items:center;
  margin-top: 12px;
}
.fe-bc-btn{
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}
.fe-bc-btn-secondary{
  background: transparent;
  border: 1px solid rgba(0,0,0,.25);
}
.fe-bc-status{ opacity:.85; }

\.fe-bc-output{
  margin-top: 18px;
}

.fe-bc-output-grid{
  display:grid;
  grid-template-columns: 540px 1fr;
  gap: 18px;
  align-items:start;
}
@media (max-width: 980px){
  .fe-bc-output-grid{ grid-template-columns: 1fr; }
}

.fe-bc-wheel{
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.1);
  background: #0b0b0f;
}

.fe-bc-svg{ width:100%; height:auto; display:block; }
.fe-bc-ring{ fill:none; stroke: rgba(255,255,255,.55); stroke-width: 2; }
.fe-bc-ring-inner{ stroke: rgba(255,255,255,.25); }
.fe-bc-divider{ stroke: rgba(255,255,255,.22); stroke-width: 1.5; }
.fe-bc-sign{ font-size: 20px; fill: rgba(255,255,255,.9); }

.fe-bc-planet-dot{ fill: rgba(197,165,105,.95); stroke: rgba(255,255,255,.5); stroke-width: 1; }
.fe-bc-planet-glyph{ font-size: 14px; fill: #0b0b0f; font-weight: 700; }
.fe-bc-planet-label{ font-size: 10px; fill: rgba(255,255,255,.9); }

.fe-bc-table-inner{
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.1);
  background: rgba(255,255,255,.95);
}
.fe-bc-table-inner h4{ margin: 6px 0 12px; }

.fe-bc-note{
  margin: 10px 0 0;
  font-size: 12px;
  opacity: .75;
}

.fe-bc-placements{
  width:100%;
  border-collapse: collapse;
  font-size: 14px;
}
.fe-bc-placements th,
.fe-bc-placements td{
  padding: 8px 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  vertical-align: top;
}
.fe-bc-placements th{
  text-align:left;
  background: rgba(0,0,0,.03);
}


.fe-bc-report{
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.1);
  background: rgba(255,255,255,.97);
}
.fe-bc-report h4{ margin: 0 0 10px; }
.fe-bc-report h5{ margin: 18px 0 8px; font-size: 16px; }
.fe-bc-report h6{ margin: 14px 0 6px; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; opacity: .85; }
.fe-bc-report p{ margin: 8px 0; line-height: 1.55; }
.fe-bc-report ul{ margin: 8px 0 8px 18px; }
.fe-bc-report li{ margin: 6px 0; }
.fe-bc-report .fe-bc-kicker{ opacity:.78; font-size: 13px; margin-top: 2px; }
.fe-bc-report details{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 10px 12px;
  margin: 10px 0;
  background: rgba(0,0,0,.015);
}
.fe-bc-report summary{
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.fe-bc-report summary::-webkit-details-marker{ display:none; }
.fe-bc-report .fe-bc-chip{
  display:inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(14,61,72,.08);
  border: 1px solid rgba(14,61,72,.18);
  font-size: 12px;
  margin-right: 6px;
}
.fe-bc-report .fe-bc-aspects-table{
  width:100%;
  border-collapse: collapse;
  font-size: 14px;
}
.fe-bc-report .fe-bc-aspects-table th,
.fe-bc-report .fe-bc-aspects-table td{
  padding: 8px 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  vertical-align: top;
}
.fe-bc-report .fe-bc-aspects-table th{
  text-align:left;
  background: rgba(0,0,0,.03);
}
