:root{--dpc-primary:#2563eb;--dpc-primary-light:#dbeafe;--dpc-primary-dark:#1d4ed8;--dpc-accent:#059669;--dpc-interest:#e11d48;--dpc-interest-light:#ffe4e6;--dpc-saved:#059669;--dpc-text:#1e293b;--dpc-text-secondary:#475569;--dpc-text-muted:#64748b;--dpc-bg:#fff;--dpc-bg-secondary:#f8fafc;--dpc-border:#e2e8f0;--dpc-border-light:#f1f5f9;--dpc-radius:var(--main-radius,.5rem);--dpc-radius-lg:var(--main-radius-lg,.75rem);--dpc-shadow:0 1px 3px #0000000f, 0 1px 2px #0000000a;--dpc-shadow-md:0 4px 12px #00000014;--ch-bg:var(--dpc-bg);--ch-bg-hover:var(--dpc-bg-secondary);--ch-border:var(--dpc-border);--ch-border-hover:var(--dpc-text-muted);--ch-text:var(--dpc-text);--ch-text-secondary:var(--dpc-text-secondary);--ch-text-muted:var(--dpc-text-muted);--ch-primary:var(--dpc-primary);--ch-primary-ring:#2563eb26;--ch-radius:var(--dpc-radius);--ch-menu-bg:var(--dpc-bg);--ch-menu-border:var(--dpc-border);--ch-menu-radius:var(--dpc-radius-lg);--ch-search-bg:var(--dpc-bg-secondary);--ch-item-hover:var(--dpc-bg-secondary);--ch-item-active-bg:var(--dpc-primary-light);--ch-scrollbar:var(--dpc-border)}._dpc-container{max-width:960px;margin:0 auto}._dpc-body{flex-direction:column;gap:1.5rem;display:flex}._dpc-description{background:var(--dpc-bg);border-radius:var(--dpc-radius);border-style:dashed;border-width:1px;border-color:var(--dpc-border);color:var(--dpc-text-muted);align-items:flex-start;gap:.5rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.5;display:flex}._dpc-description svg{color:var(--dpc-primary);flex-shrink:0;margin-top:.125rem}@media (max-width:768px){._dpc-container{padding-left:1rem;padding-right:1rem}}._dpc-toolbar{justify-content:flex-end;align-items:center;margin-bottom:-.25rem;display:flex}._dpc-inputs{background:var(--dpc-bg);border-radius:var(--dpc-radius-lg);box-shadow:var(--dpc-shadow);border-style:solid;border-width:1px;border-color:var(--dpc-border);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}._dpc-debt-list{flex-direction:column;gap:.75rem;min-height:60px;display:flex}._dpc-debt-row{background:var(--dpc-bg-secondary);border-radius:var(--dpc-radius);border-style:solid;border-width:1px;border-color:var(--dpc-border-light);grid-template-columns:1fr 1fr .7fr 1fr auto;align-items:end;gap:.5rem;padding:.75rem;transition:border-color .15s;display:grid}._dpc-debt-row:hover{border-color:var(--dpc-border)}._dpc-debt-field{flex-direction:column;gap:.25rem;display:flex}._dpc-debt-field-label{color:var(--dpc-text-muted);text-transform:uppercase;letter-spacing:.025em;font-size:.6875rem;font-weight:500}._dpc-debt-input{border-style:solid;border-width:1.5px;border-color:var(--dpc-border);border-radius:var(--dpc-radius);width:100%;color:var(--dpc-text);background:var(--dpc-bg);outline:none;padding:.4375rem .5rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:border-color .15s,box-shadow .15s}._dpc-debt-input:focus{border-color:var(--dpc-primary);box-shadow:0 0 0 3px #2563eb1a}._dpc-debt-input--name{font-weight:500}._dpc-debt-input--number{text-align:right;font-family:var(--main-font-mono)}._dpc-debt-remove{width:32px;height:32px;color:var(--dpc-text-muted);cursor:pointer;border-radius:var(--dpc-radius);background:0 0;border-width:0;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}._dpc-debt-remove:hover{color:var(--dpc-interest);background:var(--dpc-interest-light)}._dpc-add-btn{width:100%;color:var(--dpc-primary);background:var(--dpc-primary-light);border-radius:var(--dpc-radius);cursor:pointer;border-width:0;justify-content:center;align-items:center;gap:.375rem;padding:.5rem;font-size:.8125rem;font-weight:600;transition:opacity .15s;display:flex}._dpc-add-btn:hover{opacity:.85}._dpc-extra-section{border-top-style:dashed;border-top-width:1px;border-top-color:var(--dpc-border);padding-top:1rem}._dpc-field{flex-direction:column;gap:.5rem;display:flex}._dpc-field-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}._dpc-label{color:var(--dpc-text);font-size:.8125rem;font-weight:600}._dpc-input-inline{align-items:center;gap:.25rem;display:flex}._dpc-currency{color:var(--dpc-text-muted);font-size:.8125rem;font-weight:500}._dpc-input{border-style:solid;border-width:1.5px;border-color:var(--dpc-border);border-radius:var(--dpc-radius);color:var(--dpc-text);background:var(--dpc-bg);text-align:right;outline:none;padding:.375rem .5rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:border-color .15s,box-shadow .15s}._dpc-input:focus{border-color:var(--dpc-primary);box-shadow:0 0 0 3px #2563eb1a}._dpc-input--currency{width:120px}._dpc-slider{-webkit-appearance:none;appearance:none;background:var(--dpc-border);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}._dpc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--dpc-primary);cursor:pointer;border-radius:50%;width:20px;height:20px;box-shadow:0 1px 4px #2563eb59}._dpc-slider::-moz-range-thumb{background:var(--dpc-primary);cursor:pointer;border:none;border-radius:50%;width:20px;height:20px;box-shadow:0 1px 4px #2563eb59}._dpc-slider:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px #2563eb33}@media (max-width:768px){._dpc-debt-row{grid-template-columns:1fr 1fr;gap:.5rem}._dpc-debt-field:first-child{grid-column:1/-1}._dpc-debt-remove{grid-column:1/-1;width:100%;height:auto;padding:.25rem}}@media (max-width:480px){._dpc-inputs{padding:1rem}._dpc-debt-row{grid-template-columns:1fr}._dpc-debt-field:first-child,._dpc-debt-remove{grid-column:auto}._dpc-input--currency{width:100px}}._dpc-results{flex-direction:column;gap:1rem;display:flex}._dpc-method-switcher{border-style:solid;border-width:1.5px;border-color:var(--dpc-border);border-radius:var(--dpc-radius);display:flex;overflow:hidden}._dpc-method-btn{color:var(--dpc-text-secondary);background:var(--dpc-bg);cursor:pointer;text-align:center;border-width:0;flex-direction:column;flex:1;gap:.125rem;padding:.625rem .5rem;font-size:.8125rem;font-weight:500;transition:color .15s,background .15s;display:flex}._dpc-method-btn:not(:last-child){border-right-style:solid;border-right-width:1px;border-right-color:var(--dpc-border)}._dpc-method-btn:hover{background:var(--dpc-bg-secondary)}._dpc-method-btn--active{color:var(--dpc-primary-dark);background:var(--dpc-primary-light);font-weight:600}._dpc-method-hint{color:var(--dpc-text-muted);font-size:.6875rem;font-weight:400}._dpc-method-btn--active ._dpc-method-hint{color:var(--dpc-primary)}._dpc-summary{flex-direction:column;gap:.75rem;display:flex}._dpc-summary-card{background:var(--dpc-bg);border-radius:var(--dpc-radius-lg);box-shadow:var(--dpc-shadow);border-style:solid;border-width:1px;border-color:var(--dpc-border);flex-direction:column;gap:.25rem;padding:1rem 1.25rem;display:flex}._dpc-summary-card--primary{background:linear-gradient(135deg, var(--dpc-primary), var(--dpc-primary-dark));color:#fff;border-color:#0000}._dpc-summary-card--primary ._dpc-summary-label{color:#ffffffd9}._dpc-summary-card--primary ._dpc-summary-value{color:#fff;font-family:inherit;font-size:1.75rem}._dpc-summary-card--saved{background:var(--dpc-bg-secondary)}._dpc-summary-label{color:var(--dpc-text-muted);text-transform:uppercase;letter-spacing:.025em;font-size:.75rem;font-weight:500}._dpc-summary-value{color:var(--dpc-text);font-size:1.375rem;font-weight:700;font-family:var(--main-font-mono)}._dpc-summary-value--interest{color:var(--dpc-interest)}._dpc-summary-value--saved{color:var(--dpc-saved)}._dpc-summary-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}._dpc-comparison{background:var(--dpc-bg);border-radius:var(--dpc-radius-lg);box-shadow:var(--dpc-shadow);border-style:solid;border-width:1px;border-color:var(--dpc-border);padding:1rem 1.25rem}._dpc-section-title{color:var(--dpc-text);margin:0 0 .75rem;font-size:.8125rem;font-weight:600}._dpc-comparison-table{overflow-x:auto}._dpc-table--comparison{border-collapse:collapse;width:100%;font-size:.8125rem}._dpc-table--comparison th{color:var(--dpc-text-muted);text-align:center;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--dpc-border);padding:.5rem .75rem;font-size:.75rem;font-weight:600}._dpc-table--comparison th:first-child{text-align:left}._dpc-table--comparison td{color:var(--dpc-text);text-align:center;font-family:var(--main-font-mono);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--dpc-border-light);padding:.5rem .75rem;font-size:.8125rem}._dpc-table--comparison td:first-child{text-align:left;color:var(--dpc-text-secondary);font-family:inherit;font-weight:500}._dpc-table--comparison tbody tr:last-child td{border-bottom:none}._dpc-table--comparison ._dpc-better{color:var(--dpc-saved);font-weight:700}@media (max-width:480px){._dpc-summary-card--primary ._dpc-summary-value{font-size:1.375rem}._dpc-summary-row{grid-template-columns:1fr}._dpc-method-btn{padding:.5rem .25rem;font-size:.75rem}._dpc-method-hint{font-size:.625rem}}._dpc-chart-section{flex-direction:column;gap:.75rem;display:flex}._dpc-chart-card{background:var(--dpc-bg);border-radius:var(--dpc-radius-lg);box-shadow:var(--dpc-shadow);border-style:solid;border-width:1px;border-color:var(--dpc-border);padding:1rem}._dpc-chart-title{color:var(--dpc-text);margin:0 0 .75rem;font-size:.8125rem;font-weight:600}._dpc-chart-wrapper{min-height:280px;position:relative}@media (max-width:640px){._dpc-chart-wrapper{min-height:200px}}._dpc-schedule{background:var(--dpc-bg);border-radius:var(--dpc-radius-lg);box-shadow:var(--dpc-shadow);border-style:solid;border-width:1px;border-color:var(--dpc-border);overflow:hidden}._dpc-schedule-toggle{width:100%;color:var(--dpc-text);cursor:pointer;background:0 0;border-width:0;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;font-size:.8125rem;font-weight:600;transition:background .15s;display:flex}._dpc-schedule-toggle:hover{background:var(--dpc-bg-secondary)}._dpc-toggle-icon{transition:transform .2s;display:flex}._dpc-toggle-icon.is-open{transform:rotate(180deg)}._dpc-schedule-body{border-top-style:solid;border-top-width:1px;border-top-color:var(--dpc-border)}._dpc-table-wrapper{max-height:400px;overflow:auto}._dpc-table{border-collapse:collapse;width:100%;font-size:.8125rem}._dpc-table th{color:var(--dpc-text-muted);text-transform:uppercase;letter-spacing:.025em;text-align:right;background:var(--dpc-bg-secondary);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--dpc-border);z-index:1;padding:.625rem 1rem;font-size:.6875rem;font-weight:600;position:sticky;top:0}._dpc-table th:first-child{text-align:left}._dpc-table td{color:var(--dpc-text);text-align:right;font-family:var(--main-font-mono);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--dpc-border-light);padding:.5rem 1rem;font-size:.8125rem}._dpc-table td:first-child{text-align:left;color:var(--dpc-text-secondary);font-family:inherit;font-weight:600}._dpc-table tbody tr:hover{background:var(--dpc-bg-secondary)}._dpc-table tbody tr._dpc-row--paid-off{background:#0596690f}._dpc-table tbody tr._dpc-row--paid-off td{color:var(--dpc-saved);font-weight:600}@media (max-width:480px){._dpc-table th,._dpc-table td{padding:.5rem .625rem;font-size:.75rem}}
