.ea-box { max-width: 460px; border: 1px solid #e6e6e6; border-radius: 16px; padding: 20px; margin: 24px 0; font-family: inherit; }
.ea-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.ea-tab { flex: 1; padding: 8px; border: 1px solid #ddd; background: #fafafa; border-radius: 10px; cursor: pointer; font-size: 13px; }
.ea-tab.is-active { background: #111; color: #fff; border-color: #111; }
.ea-pane label { display: block; margin-bottom: 12px; font-size: 14px; }
.ea-pane input, .ea-pane select { width: 100%; padding: 9px 12px; border: 1px solid #ccc; border-radius: 10px; margin-top: 4px; }
.ea-go { width: 100%; padding: 12px; background: #2e7d32; color: #fff; border: 0; border-radius: 999px; font-size: 15px; cursor: pointer; }
.ea-go:disabled { opacity: .6; }
.ea-result { margin-top: 18px; text-align: center; }
.ea-stats { font-size: 13px; color: #555; margin-bottom: 10px; }
.ea-amount { font-size: 26px; font-weight: 800; color: #2e7d32; }
.ea-amount small { display: block; font-size: 12px; font-weight: 400; color: #999; }
.ea-note { font-size: 11px; color: #999; margin-top: 8px; }
.ea-err { color: #c62828; font-size: 14px; }
.eap-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 24px 0; }
.eap-card { border: 1px solid #e6e6e6; border-radius: 14px; padding: 16px; background: #fff; }
.eap-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.eap-name { font-weight: 700; font-size: 16px; }
.eap-badge { font-size: 11px; padding: 3px 9px; background: #eef2ff; color: #3949ab; border-radius: 999px; }
.eap-row { display: flex; justify-content: space-between; font-size: 13px; color: #555; padding: 3px 0; }
.eap-income { margin-top: 10px; font-size: 18px; font-weight: 800; color: #2e7d32; }
.eap-income small { font-size: 11px; font-weight: 400; color: #999; margin-left: 4px; }