.aaip-eoi-calculator {
  max-width: 900px;
  margin: 24px auto;
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
  font-family: inherit;
  color: #1f2937;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
}
.aaip-eoi-header h2 { margin: 0 0 8px; font-size: 28px; line-height: 1.2; }
.aaip-eoi-header p { margin: 0 0 24px; color: #6b7280; }
.aaip-eoi-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.aaip-eoi-field { display: flex; flex-direction: column; gap: 7px; }
.aaip-eoi-field label { font-weight: 600; font-size: 15px; }
.aaip-eoi-field select {
  width: 100%; min-height: 46px; padding: 9px 12px;
  border: 1px solid #d1d5db; border-radius: 8px; background: #fff;
  font: inherit; box-sizing: border-box;
}
.aaip-eoi-field select:focus { outline: 2px solid #93c5fd; outline-offset: 1px; }
.aaip-eoi-result {
  margin-top: 28px; padding: 24px; border-radius: 12px;
  background: #f3f4f6; text-align: center;
}
.aaip-eoi-result-label { font-size: 15px; font-weight: 600; color: #4b5563; }
.aaip-eoi-score { margin: 5px 0; font-size: 44px; font-weight: 800; line-height: 1; }
.aaip-max { font-size: 20px; font-weight: 600; color: #6b7280; }
.aaip-eoi-status { color: #6b7280; font-size: 14px; }
.aaip-eoi-footnote { margin-top: 18px; font-size: 12px; line-height: 1.5; color: #6b7280; }
@media (max-width: 700px) {
  .aaip-eoi-calculator { padding: 20px; border-radius: 10px; }
  .aaip-eoi-fields { grid-template-columns: 1fr; gap: 14px; }
  .aaip-eoi-header h2 { font-size: 24px; }
  .aaip-eoi-score { font-size: 38px; }
}
