/* EyeOnYourCredit – Loan Repayment Accelerator (front-end styles) */
.eoyc-la-wrap { max-width: 900px; margin: 24px auto; padding: 0 0; box-sizing: border-box; color:#0f172a; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Helvetica Neue",Helvetica,sans-serif; line-height:1.6; }
.eoyc-la-card { background:#f8fafc; border:10px solid #0ea5e9; border-radius:16px; box-shadow:0 6px 30px rgba(2,6,23,0.08); overflow:hidden; }

.eoyc-la-hero { background:linear-gradient(135deg,#0ea5e9 0%, #22c55e 100%); color:#fff; padding:28px 24px; }
.eoyc-la-hero .eoyc-la-pill { display:inline-block; padding:8px 14px; border-radius:999px; background:rgba(255,255,255,0.18); font-weight:700; letter-spacing:.2px; }
.eoyc-la-hero h1 { margin:10px 0 6px 0; font-size:26px; line-height:1.25; }
.eoyc-la-hero p { margin:0; opacity:.95; }

.eoyc-la-body { padding:20px 18px 24px 18px; }
.eoyc-la-note { background:#eef6ff; border:2px solid #93c5fd; border-radius:12px; padding:12px 14px; margin:0 0 14px 0; }

/* 3-column grid to fit currency/select + 2 inputs on desktop */
.eoyc-la-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; align-items:end; margin-bottom:14px; }
.eoyc-la-grid.eoyc-la-grid-3 { grid-template-columns: 1fr 1fr 1fr; }
@media (max-width: 900px) { .eoyc-la-grid.eoyc-la-grid-3 { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .eoyc-la-grid { grid-template-columns:1fr; } }

.eoyc-la-field label { display:block; font-weight:700; margin-bottom:6px; }
.eoyc-la-inputwrap { display:flex; align-items:center; gap:8px; }
.eoyc-la-currency { background:#e2e8f0; border:1px solid #cbd5e1; padding:10px 12px; border-radius:10px; }
.eoyc-la-field input[type="number"],
.eoyc-la-field select { flex:1; padding:10px 12px; border:1px solid #cbd5e1; border-radius:10px; background:#fff; outline:none; }
.eoyc-la-help { font-size:12px; color:#475569; margin-top:6px; }

.eoyc-la-actions { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:12px; }
.eoyc-la-btn { cursor:pointer; border:none; padding:10px 14px; border-radius:10px; font-weight:700; }
.eoyc-la-btn-primary { background:#0ea5e9; color:#fff; box-shadow:0 4px 16px rgba(14,165,233,.30); }
.eoyc-la-btn-ghost { background:#e2e8f0; color:#0f172a; }

.eoyc-la-summary { margin:8px 0 14px 0; }
.eoyc-la-cards { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
@media (max-width: 700px) { .eoyc-la-cards { grid-template-columns:1fr; } }

.eoyc-la-cardmini { padding:12px; border-radius:12px; }
.eoyc-la-cardmini-blue { background:#ecfeff; border:1px solid #a5f3fc; }
.eoyc-la-cardmini-green { background:#f0fdf4; border:1px solid #bbf7d0; }
.eoyc-la-cardmini-label { font-size:13px; color:#334155; margin-bottom:4px; }
.eoyc-la-cardmini-value { font-size:22px; font-weight:800; }

.eoyc-la-tablewrap h2 { margin:14px 0 10px 0; font-size:18px; }
.eoyc-la-table-scroller { overflow:auto; }
.eoyc-la-table { width:100%; border-collapse:separate; border-spacing:0; border:1px solid #cbd5e1; border-radius:12px; overflow:hidden; font-size:14px; background:#fff; }
.eoyc-la-table thead { background:#e2e8f0; }
.eoyc-la-table th, .eoyc-la-table td { padding:10px 12px; border-bottom:1px solid #cbd5e1; }
.eoyc-la-table .eoyc-right { text-align:right; }
.eoyc-la-table tbody tr:nth-child(odd) { background:#f8fafc; }

.eoyc-la-tip { margin-top:12px; background:#fff7ed; border:1px solid #fed7aa; padding:12px; border-radius:12px; }
.eoyc-la-disclaimer { margin-top:16px; font-size:12px; color:#475569; }
