*,
*::before,
*::after{box-sizing:border-box}
html,body{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#f1f5f9}
main.container{padding-bottom:18px}
:root{--elig-bg:#ffffff;--elig-muted:#64748b;--elig-primary:#b91c1c;--elig-indigo:#6366f1;--elig-rose:#be123c;--elig-success:#16a34a;--elig-amber:#b45309}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.tooltip-icon{display:inline-flex;align-items:center;position:relative;margin-left:4px;color:#475569;font-size:15px;cursor:pointer;vertical-align:middle;line-height:1;user-select:none;transition:color .18s}.tooltip-icon:focus{outline:none;color:#b91c1c}.tooltip-icon:hover,.tooltip-icon:focus{color:#b91c1c}.custom-tooltip{visibility:hidden;opacity:0;pointer-events:none;position:absolute;left:calc(50% - 16px);top:24px;transform:translateX(-50%) scale(.96);min-width:160px;max-width:220px;background:rgba(15,23,42,.96);color:#fff;font-size:13px;line-height:1.45;border-radius:10px;box-shadow:0 8px 24px rgba(15,23,42,.18);padding:10px 14px;z-index:10;white-space:normal;transition:opacity .18s,transform .18s;will-change:opacity,transform}.tooltip-icon:hover .custom-tooltip,.tooltip-icon:focus .custom-tooltip{visibility:visible;opacity:1;pointer-events:auto;transform:translateX(-50%) scale(1);transition-delay:.2s}.tooltip-icon .custom-tooltip{transition-delay:0s}
.elig-wrapper{max-width:1100px;margin:0 auto;padding:20px;display:grid;grid-template-columns:330px minmax(0,1fr);gap:6px;width:100%}
.elig-calculator-box{background:linear-gradient(180deg,var(--elig-bg),#fbfdff 60%);border:1px solid #e5e7eb;border-radius:14px;padding:20px;display:flex;flex-direction:column;box-shadow:0 6px 18px rgba(15,23,42,.06);position:sticky;top:90px;height:420px;width:320px}
.elig-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.elig-field{margin-bottom:12px}.elig-field label{display:block;font-size:13px;font-weight:500;color:#334155;margin-bottom:6px}
.elig-calculator input,.elig-calculator select{width:100%;padding:6px 9px;font-size:14px;border-radius:6px;border:1px solid #cbd5e1;background:#ffffff;color:#0f172a}
.elig-readonly-field input[readonly]{background:#f8fafc;color:#0f172a;font-weight:600}
.elig-input-row{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;align-items:center}
.elig-calculator input[type="range"]{-webkit-appearance:none;appearance:none;height:6px;background:linear-gradient(90deg,var(--elig-primary),rgba(185,28,28,.45));border-radius:6px;padding:0;margin:0;width:100%;box-sizing:border-box}
.elig-calculator input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--elig-primary);box-shadow:0 2px 6px rgba(185,28,28,.28);border:3px solid #fff;cursor:pointer;margin-top:-6px}
.elig-calculator input[type="range"]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--elig-primary);border:none;cursor:pointer}
.btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-weight:600;font-size:14px}
.btn-outline{background:transparent;border:1px solid rgba(15,23,42,.08);color:var(--elig-primary);padding:8px 14px;border-radius:10px}
.btn-outline:hover{background:rgba(185,28,28,.06)}
.btn-outline:active{background:rgba(185,28,28,.10)}
.btn:focus{outline:3px solid rgba(99,102,241,.14);outline-offset:3px}
.elig-actions{display:flex;justify-content:flex-start;gap:8px;margin-top:auto}
.elig-chart{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:12px 18px 14px;width:100%;display:flex;flex-direction:column;align-items:stretch;position:sticky;top:90px;box-shadow:0 6px 18px rgba(15,23,42,.06);height:420px;width:590px}
.elig-summary-row{width:100%;display:flex;flex-direction:column;gap:8px;margin-bottom:6px}.elig-summary-title{font-size:15px;font-weight:600;color:#0f172a;white-space:nowrap}
.elig-summary{display:flex;flex-wrap:nowrap;gap:8px;max-width:100%;overflow:hidden}.elig-summary>span{padding:6px 12px;font-size:13px;font-weight:500;border-radius:999px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex;align-items:center;max-width:33%}
.elig-summary .income{background:#dcfce7;color:#166534}.elig-summary .existing{background:#fff1f2;color:#fb7185}.elig-summary .new-emi{background:#fecdd3;color:#be123c}
.elig-chart-row{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;position:relative}
.elig-chart canvas{width:200px !important;height:200px !important;margin:2px 0 12px;border-radius:50%;cursor:pointer}
.elig-chart-side{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.elig-chart-legend.vertical{display:flex;flex-direction:column;gap:10px;margin:0}.elig-chart-legend.vertical .legend-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#334155}.elig-chart-legend.vertical .legend-item i{width:12px;height:12px;border-radius:50%;display:inline-block}.elig-chart-legend.vertical .existing{background:#fda4af}.elig-chart-legend.vertical .room{background:#e11d48}.elig-chart-legend.vertical .free{background:#22c55e}
.elig-pie-tooltip,.elig-growth-tooltip{position:absolute;min-width:150px;max-width:220px;padding:8px 10px;border-radius:10px;background:rgba(15,23,42,.94);color:#ffffff;font-size:12px;line-height:1.4;box-shadow:0 10px 24px rgba(15,23,42,.22);pointer-events:none;opacity:0;transform:translate(10px,-10px) scale(.96);transform-origin:left bottom;transition:opacity 160ms ease,transform 160ms ease;z-index:3;white-space:nowrap}.elig-pie-tooltip.visible,.elig-growth-tooltip.visible{opacity:1;transform:translate(10px,-10px) scale(1)}
.elig-result-bottom{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:6px;padding-top:8px}.elig-result-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px;text-align:center;min-width:0}.elig-result-box span{display:block;font-size:13px;color:#64748b;margin-bottom:6px}.elig-result-box strong{font-size:22px;font-weight:700;color:#0f172a}.elig-result-box.rose strong{color:#be123c}.elig-result-box.green strong{color:#16a34a}.elig-result-box.amber strong{color:#b45309}
.elig-info-panel{max-width:916px;width:100%;margin:18px auto 0;padding:20px;border:1px solid #e5e7eb;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);box-shadow:0 10px 28px rgba(15,23,42,.06)}
.elig-panel-head{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.elig-panel-head h2{margin:0;font-size:22px;color:#0f172a}.elig-panel-head p{margin:0;color:#64748b;font-size:14px}.elig-seo-panel h2,.elig-seo-panel h3{margin:0;color:#0f172a}.elig-seo-panel h2{font-size:22px;margin-bottom:10px}.elig-seo-panel h3{font-size:17px;margin-top:18px;margin-bottom:8px}.elig-seo-panel p,.elig-seo-panel li{margin:0;color:#475569;font-size:14px;line-height:1.65}.elig-seo-panel ul{margin:0;padding-left:20px;display:grid;gap:8px}.conclusion-panel{max-width:916px;padding:8px 16px 8px 10px;border-color:#dbeafe;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);margin-top:0;margin-bottom:14px;display:flex;align-items:center;gap:10px}.conclusion-image{width:40px;height:40px;flex:0 0 56px;object-fit:contain}.conclusion-copy{margin:0;flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0f172a;font-size:20px;line-height:1.5;font-weight:500}.conclusion-amount{font-weight:700;font-size:22px}.conclusion-principal,.conclusion-maturity{color:#0f172a}.conclusion-interest{color:#16a34a}
.elig-growth-head{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px}.elig-growth-legend{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.elig-growth-legend span{display:inline-flex;align-items:center;gap:8px;color:#334155;font-size:13px;font-weight:600}.elig-growth-legend i{width:12px;height:12px;border-radius:50%;display:inline-block}.elig-growth-legend .paid{background:#8b5cf6}.elig-growth-legend .balance{background:#22c55e}
.elig-growth-chart-wrap{position:relative;min-height:320px;border:1px solid #e2e8f0;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);overflow:hidden}.elig-growth-chart{width:100%;height:320px;display:block}.elig-growth-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;color:#64748b;font-size:14px}
.elig-growth-insights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.elig-growth-insight-card,.elig-insight-card,.elig-link-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;min-width:0}.elig-growth-insight-card span{display:block;margin-bottom:8px;color:#64748b;font-size:13px}.elig-growth-insight-card strong{display:block;color:#0f172a;font-size:16px;line-height:1.5}
.elig-growth-hover-dot{cursor:pointer}.elig-growth-paid-point{fill:#8b5cf6;stroke:#ffffff;stroke-width:2;opacity:.95}.elig-growth-point{fill:#22c55e;stroke:#ffffff;stroke-width:2;opacity:.95}.elig-growth-guide{stroke:#86efac;stroke-width:1.5;stroke-dasharray:5 5;opacity:.95}.elig-growth-active-dot{fill:#16a34a;stroke:#ffffff;stroke-width:3}.elig-growth-active-paid-dot{fill:#7c3aed;stroke:#ffffff;stroke-width:3}
.elig-insight-grid,.elig-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.elig-insight-card h3,.elig-link-card strong{display:block;margin:0 0 8px;color:#0f172a;font-size:16px}.elig-insight-card p,.elig-link-card span{margin:0;color:#475569;font-size:14px;line-height:1.55}
.elig-link-card{text-decoration:none;transition:transform 160ms ease,box-shadow 160ms ease,border-color 160ms ease}.elig-link-card:hover,.elig-link-card:focus-visible{transform:translateY(-2px);border-color:#fca5a5;box-shadow:0 10px 24px rgba(220,38,38,.12)}
.elig-question-list{display:grid;grid-template-columns:1fr;gap:12px}.elig-question-card{display:block;background:#ffffff;border:1px solid #e2e8f0;border-radius:14px;padding:16px 18px;text-decoration:none;transition:transform 160ms ease,box-shadow 160ms ease,border-color 160ms ease}.elig-question-card h3{margin:0 0 8px;color:#0f172a;font-size:16px}.elig-question-card p{margin:0;color:#475569;font-size:14px;line-height:1.55}.elig-question-card:hover,.elig-question-card:focus-visible{transform:translateY(-2px);border-color:#fca5a5;box-shadow:0 10px 24px rgba(220,38,38,.12)}.elig-question-cta{display:inline-flex;margin-top:10px;color:#b91c1c;font-size:13px;font-weight:700}
.elig-conversion-hook{margin-top:14px;padding-top:2px}.elig-conversion-hook a{display:inline-flex;align-items:center;color:#0f172a;font-weight:700;text-decoration:none}.elig-conversion-hook a:hover,.elig-conversion-hook a:focus-visible{color:#b91c1c}
.elig-related-list{display:flex;flex-wrap:wrap;gap:12px}.elig-related-pill{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:999px;border:1px solid #fca5a5;background:#fef2f2;color:#991b1b;text-decoration:none;font-weight:600;transition:background 160ms ease,transform 160ms ease,box-shadow 160ms ease}.elig-related-pill:hover,.elig-related-pill:focus-visible{background:#fee2e2;transform:translateY(-1px);box-shadow:0 8px 18px rgba(220,38,38,.14)}
.elig-search-panel .elig-panel-head h2,.elig-questions-panel .elig-panel-head h2,.elig-related-panel .elig-panel-head h2{color:#b91c1c}
html.dark .elig-calculator-box,html.dark .elig-chart,html.dark .elig-info-panel,html.dark .elig-growth-chart-wrap,html.dark .elig-growth-insight-card,html.dark .elig-insight-card,html.dark .elig-link-card,html.dark .elig-question-card,html.dark .elig-result-box{background:linear-gradient(180deg,#111827 0%,#0f172a 100%);border-color:#334155;box-shadow:0 12px 24px rgba(0,0,0,.25)}
html.dark .elig-calculator input,html.dark .elig-calculator select{background:#020617;border-color:#334155;color:#f8fafc}
html.dark .elig-field label,html.dark .elig-growth-legend span,html.dark .elig-chart-legend.vertical .legend-item,html.dark .elig-summary-title,html.dark .elig-panel-head h2,html.dark .elig-question-card h3,html.dark .elig-insight-card h3,html.dark .elig-link-card strong,html.dark .elig-growth-insight-card strong,html.dark .elig-result-box strong{color:#f8fafc}
html.dark .elig-panel-head p,html.dark .elig-question-card p,html.dark .elig-insight-card p,html.dark .elig-link-card span,html.dark .elig-growth-insight-card span,html.dark .elig-result-box span,html.dark .elig-conversion-hook a,html.dark .elig-growth-empty{color:#cbd5e1}
html.dark .elig-seo-panel h2,html.dark .elig-seo-panel h3{color:#f8fafc}
html.dark .elig-seo-panel p,html.dark .elig-seo-panel li{color:#cbd5e1}
html.dark .elig-summary .income{background:#14532d;color:#dcfce7}html.dark .elig-summary .existing{background:#3f0d1d;color:#fda4af}html.dark .elig-summary .new-emi{background:#881337;color:#ffe4e6}
html.dark .conclusion-panel{background:linear-gradient(180deg,#111827 0%,#0f172a 100%);border-color:#334155;box-shadow:0 12px 24px rgba(0,0,0,.25)}html.dark .conclusion-copy,html.dark .conclusion-principal,html.dark .conclusion-maturity{color:#f8fafc}html.dark .conclusion-interest{color:#4ade80}
html.dark .elig-question-cta,html.dark .elig-conversion-hook a:hover,html.dark .elig-conversion-hook a:focus-visible{color:#fca5a5}
html.dark .elig-related-pill{background:#450a0a;border-color:#7f1d1d;color:#fecaca}html.dark .elig-related-pill:hover,html.dark .elig-related-pill:focus-visible{background:#4c0519}
html.dark .elig-link-card:hover,html.dark .elig-link-card:focus-visible,html.dark .elig-question-card:hover,html.dark .elig-question-card:focus-visible{border-color:#ef4444;box-shadow:0 10px 24px rgba(220,38,38,.16)}
@media (max-width:900px){.elig-wrapper{grid-template-columns:1fr;padding:12px}.elig-calculator-box,.elig-chart{position:static;width:100%;height:auto}.elig-chart{margin-top:12px}.elig-info-panel{margin-top:14px;padding:18px}.elig-growth-head,.elig-growth-insights,.elig-insight-grid,.elig-link-grid{grid-template-columns:1fr}.elig-growth-head{flex-direction:column}.elig-growth-legend{justify-content:flex-start}}
@media (max-width:520px){.elig-chart-row{flex-direction:column;align-items:center}.elig-chart-side{align-items:center}.elig-chart-legend.vertical{align-items:center}.elig-result-bottom{grid-template-columns:1fr}.elig-field-grid{grid-template-columns:1fr}.conclusion-panel{flex-direction:column;text-align:center}.conclusion-image{width:32px;height:32px;flex-basis:32px}.conclusion-copy{font-size:18px}.conclusion-amount{font-size:20px}}