.hlc-root{font-family:'Plus Jakarta Sans',sans-serif;width:100%;margin:0;padding:0;box-sizing:border-box}.hlc-root *{box-sizing:border-box}.hlc-head{display:flex;align-items:center;gap:14px;margin:0 0 20px 0}.hlc-head-icon{width:40px;height:40px;background:linear-gradient(135deg,#f97316,#fbbf24);border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgb(249 115 22 / .25)}.hlc-head-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hlc-head-text{flex:1;border-bottom:2px solid #f3f4f6;padding-bottom:10px}.hlc-head-title{font-size:18px;font-weight:800;color:#111827;letter-spacing:-.2px;line-height:1;margin:0}.hlc-head-accent{display:flex;align-items:center;gap:5px;margin-top:6px}.hlc-head-line{width:28px;height:2.5px;background:linear-gradient(90deg,#f97316,#fbbf24);border-radius:2px}.hlc-head-dot{width:4px;height:4px;background:#fbbf24;border-radius:50%}.hlc-card{background:#fff;border:1.5px solid #f0f0f0;border-radius:16px;overflow:hidden;position:relative}.hlc-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f97316,#fbbf24,transparent)}.hlc-body{display:grid;grid-template-columns:1fr 1fr;gap:0}.hlc-inputs{padding:24px 24px;border-right:1px solid #f5f5f5}.hlc-results{padding:24px 24px;background:#fffdf9;display:flex;flex-direction:column;gap:14px}.hlc-field{margin-bottom:20px}.hlc-field:last-child{margin-bottom:0}.hlc-field-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.hlc-field-label{font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.8px}.hlc-field-val{font-size:15px;font-weight:800;color:#111827;letter-spacing:-.2px}.hlc-field-val span{font-size:11px;font-weight:500;color:#9ca3af}input[type=range].hlc-slider{-webkit-appearance:none;width:100%;height:5px;border-radius:4px;background:#f3f4f6;outline:none;border:none;cursor:pointer;background:linear-gradient(to right,#f97316 var(--pct,50%),#e5e7eb var(--pct,50%))}input[type=range].hlc-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #f97316;box-shadow:0 2px 8px rgb(249 115 22 / .3);cursor:pointer;transition:transform 0.15s}input[type=range].hlc-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}input[type=range].hlc-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #f97316;cursor:pointer}.hlc-range-labels{display:flex;justify-content:space-between;margin-top:5px;font-size:10px;color:#d1d5db;font-weight:500}.hlc-emi-block{text-align:center;background:linear-gradient(135deg,#f97316,#f59e0b);border-radius:14px;padding:20px 16px;color:#fff}.hlc-emi-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;opacity:.85;margin-bottom:6px}.hlc-emi-val{font-size:30px;font-weight:800;letter-spacing:-1px;line-height:1}.hlc-emi-sub{font-size:11px;opacity:.8;margin-top:4px}.hlc-stat-row{display:flex;flex-direction:column;gap:10px}.hlc-stat{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#fff;border:1.5px solid #f0f0f0;border-radius:10px}.hlc-stat-label{font-size:12px;color:#6b7280;font-weight:600}.hlc-stat-val{font-size:14px;font-weight:800;color:#111827}.hlc-stat-val.interest{color:#dc2626}.hlc-stat-val.total{color:#15803d}.hlc-donut-wrap{display:flex;align-items:center;gap:14px}.hlc-donut{flex-shrink:0}.hlc-donut-legend{display:flex;flex-direction:column;gap:6px}.hlc-legend-item{display:flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;color:#4b5563}.hlc-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.hlc-cta{margin-top:4px;text-align:center}.hlc-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;background:linear-gradient(135deg,#f97316,#f59e0b);color:#fff!important;font-size:13px;font-weight:700;border-radius:10px;text-decoration:none!important;box-shadow:0 4px 12px rgb(249 115 22 / .3);transition:transform 0.15s,box-shadow 0.15s;width:100%;justify-content:center}.hlc-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgb(249 115 22 / .4)}.hlc-cta-btn svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hlc-disclaimer{font-size:10.5px;color:#d1d5db;text-align:center;margin-top:10px;padding:0 16px 14px}@media (max-width:640px){.hlc-body{grid-template-columns:1fr}.hlc-inputs{border-right:none;border-bottom:1px solid #f5f5f5;padding:20px 16px}.hlc-results{padding:20px 16px}.hlc-emi-val{font-size:26px}}