/* EyeOnYourCredit – Debt Toolkit (shared styles) */
.eoyc-dt-wrap { max-width: 900px; margin: 24px auto; padding: 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-dt-card { background:#f8fafc; border:10px solid #0ea5e9; border-radius:16px; box-shadow:0 6px 30px rgba(2,6,23,.08); overflow:hidden; }
.eoyc-dt-hero { background:linear-gradient(135deg,#0ea5e9 0%, #22c55e 100%); color:#fff; padding:28px 24px; }
.eoyc-dt-pill { display:inline-block; padding:8px 14px; border-radius:999px; background:rgba(255,255,255,0.18); font-weight:700; letter-spacing:.2px; }
.eoyc-dt-hero h1 { margin:10px 0 6px 0; font-size:26px; line-height:1.25; }
.eoyc-dt-hero p { margin:0; opacity:.95; }

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

.eoyc-dt-controls { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:14px; }
@media (max-width: 700px){ .eoyc-dt-controls { grid-template-columns:1fr; } }
.eoyc-dt-field label { display:block; font-weight:700; margin-bottom:6px; }
.eoyc-dt-inputwrap { display:flex; align-items:center; gap:8px; }
.eoyc-dt-currency { background:#e2e8f0; border:1px solid #cbd5e1; padding:10px 12px; border-radius:10px; }
.eoyc-dt-field input[type="number"], .eoyc-dt-field select, .eoyc-dt-input-table input, .eoyc-dt-input-table select { flex:1; padding:10px 12px; border:1px solid #cbd5e1; border-radius:10px; background:#fff; outline:none; }
.eoyc-dt-help { font-size:12px; color:#475569; margin-top:6px; }

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

.eoyc-dt-tablearea { margin-top:8px; }
.eoyc-dt-input-table { width:100%; border:1px solid #cbd5e1; border-radius:12px; border-collapse:separate; border-spacing:0; overflow:hidden; background:#fff; }
.eoyc-dt-input-table th, .eoyc-dt-input-table td { padding:10px 10px; border-bottom:1px solid #e2e8f0; }
.eoyc-dt-input-table thead { background:#e2e8f0; }
.eoyc-right { text-align:right; }
.eoyc-dt-input-table input[type="text"], .eoyc-dt-input-table input[type="number"] { width:100%; padding:8px 10px; border:1px solid #cbd5e1; border-radius:8px; background:#fff; }

.eoyc-dt-summary { margin:8px 0 14px 0; }
.eoyc-dt-cards { display:grid; grid-template-columns:1fr 1fr 1fr; gap:12px; }
@media (max-width: 900px){ .eoyc-dt-cards { grid-template-columns:1fr; } }
.eoyc-dt-cardmini { padding:12px; border-radius:12px; }
.eoyc-dt-cardmini-blue { background:#ecfeff; border:1px solid #a5f3fc; }
.eoyc-dt-cardmini-green { background:#f0fdf4; border:1px solid #bbf7d0; }
.eoyc-dt-cardmini-amber { background:#fffbeb; border:1px solid #fde68a; }
.eoyc-dt-cardmini-label { font-size:13px; color:#334155; margin-bottom:4px; }
.eoyc-dt-cardmini-value { font-size:22px; font-weight:800; }

.eoyc-dt-results h2 { margin:14px 0 10px 0; font-size:18px; }
.eoyc-dt-table-scroller { overflow:auto; }
.eoyc-dt-table { width:100%; border:1px solid #cbd5e1; border-radius:12px; border-collapse:separate; border-spacing:0; overflow:hidden; background:#fff; font-size:14px; }
.eoyc-dt-table th, .eoyc-dt-table td { padding:10px 12px; border-bottom:1px solid #e2e8f0; }
.eoyc-dt-table thead { background:#e2e8f0; }

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