.ebfc-widget{max-width:800px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.ebfc-header{text-align:center;margin-bottom:2rem}
.ebfc-title{color:#1f2937;font-size:2rem;line-height:1.2;margin:0 0 .5rem;font-weight:700}
.ebfc-subtitle{color:#6b7280;font-size:1rem;margin:0 auto;max-width:640px}

.ebfc-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.08);padding:1.5rem;margin-bottom:1.5rem;}
.ebfc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.ebfc-field{}
.ebfc-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}
.ebfc-input{width:100%;padding:.75rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s;}
.ebfc-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}

.ebfc-gender-toggle { display: flex; margin-bottom: 1.5rem; background-color: #f3f4f6; border-radius: 8px; padding: 0.25rem; }
.ebfc-gender-btn { flex: 1; padding: 0.75rem 0.5rem; border: none; background-color: transparent; border-radius: 6px; font-weight: 600; cursor: pointer; transition: all .2s; }
.ebfc-gender-btn.active { background-color: #4f46e5; color: #fff; }

.ebfc-results{background:#eef2ff;border-radius:12px;padding:1rem;text-align:center; margin-top: 1.5rem;}
.ebfc-results-value{font-size:2.5rem;font-weight:700;color:#4338ca;margin-bottom:.25rem}
.ebfc-results-category{font-size:1.25rem;font-weight:600; color: #5a67d8;}

.ebfc-section-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1rem}

.ebfc-content{color:#374151;line-height:1.7;font-size:1rem}
.ebfc-content p{margin:.75rem 0}

@media (max-width:768px){
  .ebfc-grid{grid-template-columns:1fr}
  .ebfc-widget{padding:0 1rem}
}
