.debt-center{max-width:800px;margin:0 auto}.debt-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:.75rem}.debt-entry{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;background:var(--bg)}.debt-entry-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem}.debt-name-input{flex:1;padding:.4rem .6rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-weight:700;color:var(--text);font-family:inherit;background:#fff;outline:none}.debt-name-input:focus{border-color:var(--navy)}.btn-remove-debt{background:#fee2e2;color:#991b1b;border:none;border-radius:50%;width:26px;height:26px;font-size:.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:inherit}.debt-entry-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.dfield{display:flex;flex-direction:column;gap:.3rem}.dfield label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.btn-add-debt{display:flex;align-items:center;gap:.5rem;font-size:.83rem;font-weight:600;color:var(--navy);background:var(--navy-pale);border:1.5px dashed rgba(26,39,68,.3);border-radius:var(--radius-sm);padding:.65rem 1rem;cursor:pointer;width:100%;font-family:inherit;transition:background .15s}.btn-add-debt:hover{background:var(--border)}.input-suffix-wrap{display:flex;align-items:center;gap:.5rem}.input-suffix-wrap .text-input{flex:1}.input-suffix{font-size:.875rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.strategy-btns{display:flex;flex-direction:column;gap:.5rem}.strategy-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:#fff;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s,background .15s}.strategy-btn.active{border-color:var(--navy);background:var(--navy-pale)}.strategy-btn strong{font-size:.875rem;color:var(--navy)}.strategy-btn span{font-size:.75rem;color:var(--text-muted)}.debt-results{margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem}.compare-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.compare-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;text-align:center}.compare-col{padding:1rem;border-radius:var(--radius-sm);border:2px solid transparent;transition:border-color .2s}.compare-col.recommended{border-color:var(--color-success);background:#2d8f5c0d}.compare-tag{display:inline-block;font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:2rem;margin-bottom:.5rem}.tag-green{background:#d1fae5;color:#065f46}.tag-blue{background:#e0e7ff;color:#3730a3}.compare-months{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:var(--navy)}.compare-label{font-size:.78rem;color:var(--text-muted);margin-bottom:.5rem}.compare-detail{font-size:.83rem;color:var(--text-muted)}.compare-detail strong{color:var(--navy)}.compare-vs{font-weight:700;color:var(--text-muted);font-size:.8rem}.compare-verdict{text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--color-success);font-weight:600}.compare-verdict strong{color:var(--navy)}.results-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.results-card h3{font-family:Playfair Display,serif;font-size:.95rem;color:var(--navy);margin-bottom:1rem}.payoff-order{display:flex;flex-direction:column;gap:.5rem}.payoff-row{display:flex;align-items:center;gap:.75rem;font-size:.83rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.payoff-row:last-child{border-bottom:none}.payoff-num{width:22px;height:22px;background:var(--navy);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.payoff-name{font-weight:700;color:var(--text);flex:1}.payoff-detail{color:var(--text-muted);font-size:.78rem}.consolidation-nudge{display:flex;gap:.75rem;align-items:flex-start;background:#fff8ee;border:1px solid rgba(232,145,58,.35);border-radius:var(--radius-sm);padding:1rem 1.25rem}.nudge-icon{color:var(--amber);flex-shrink:0;margin-top:2px}.consolidation-nudge strong{display:block;font-size:.875rem;margin-bottom:.3rem;color:var(--text)}.consolidation-nudge p{font-size:.8rem;color:var(--text-muted);line-height:1.6;margin:0}.consolidation-nudge a{color:var(--navy);font-weight:600}.methods-section{background:var(--bg)}.methods-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.method-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.method-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.method-card h3{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--navy);margin:0}.method-tag{font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:2rem}.method-card p{font-size:.875rem;color:var(--text-muted);line-height:1.65;margin-bottom:.75rem}.method-best{font-size:.78rem;font-weight:600;color:var(--text-muted);background:var(--bg);border-radius:var(--radius-sm);padding:.5rem .75rem;margin-top:.75rem}.cross-links h3{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem}.link-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid var(--border);border-radius:.75rem;text-decoration:none;margin-bottom:.75rem;transition:border-color .15s}.link-card:hover{border-color:var(--navy)}.link-card-icon{width:36px;height:36px;background:var(--navy-pale);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--navy);font-weight:700;font-size:1rem;flex-shrink:0}.link-card strong{display:block;font-size:.85rem;color:var(--navy)}.link-card span{font-size:.75rem;color:var(--text-muted)}.link-card>span:last-child{margin-left:auto;color:var(--navy);flex-shrink:0}.content-section{padding:80px 0;background:var(--bg)}.content-grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.content-block h2{font-family:Playfair Display,serif;font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:700;color:var(--text);letter-spacing:-.02em;line-height:1.25;margin-bottom:1rem}.content-block p{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:.75rem}.content-block p:last-child{margin-bottom:0}.content-block a{color:var(--amber);text-decoration:none;font-weight:600;transition:color .15s}.content-block a:hover{color:var(--amber-hover);text-decoration:underline}.content-block ul{padding-left:1.25rem;margin:.75rem 0}.content-block li{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:.5rem}.content-block li:last-child{margin-bottom:0}.insight-box{background:var(--amber-pale);border:1px solid rgba(232,145,58,.3);border-radius:.75rem;padding:1.25rem 1.5rem;font-size:14px;color:var(--text);line-height:1.7;margin:1rem 0}.insight-box strong{color:var(--navy)}.tip-box{background:#f0fdf4;border:1px solid rgba(45,143,92,.2);border-radius:.75rem;padding:1.25rem 1.5rem;font-size:14px;color:var(--text);line-height:1.7;margin:1rem 0}.tip-box strong{color:#15803d}.tip-box a{color:#15803d;text-decoration:none;font-weight:600}.tip-box a:hover{text-decoration:underline}.example-box{background:var(--navy-pale);border:1px solid rgba(26,39,68,.15);border-radius:.75rem;padding:1.25rem 1.5rem;font-size:14px;color:var(--text);line-height:1.7;margin:1rem 0}.example-box strong{color:var(--navy)}.two-col-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1rem 0}@media(max-width:600px){.two-col-list{grid-template-columns:1fr}}.col-yes,.col-no{background:var(--white);border:1px solid var(--border);border-radius:.75rem;padding:1.25rem}.col-header{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid}.col-header.green{color:#15803d;border-color:#15803d}.col-header.red{color:#c94040;border-color:#c94040}.col-yes ul,.col-no ul{list-style:none;padding:0;margin:0}.col-yes li,.col-no li{font-size:14px;color:var(--text-muted);line-height:1.6;padding:.35rem 0 .35rem 1.25rem;position:relative}.col-yes li:before{content:"✓";position:absolute;left:0;color:#15803d;font-weight:700}.col-no li:before{content:"✕";position:absolute;left:0;color:#c94040;font-weight:700}.table-wrap{overflow-x:auto;margin:1rem 0;border-radius:.75rem;border:1px solid var(--border)}.debt-comparison-table{width:100%;border-collapse:collapse;font-size:14px}.debt-comparison-table th{background:var(--navy);color:var(--white);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:12px 16px;text-align:left;white-space:nowrap}.debt-comparison-table th:first-child{border-radius:.75rem 0 0}.debt-comparison-table th:last-child{border-radius:0 .75rem 0 0}.debt-comparison-table td{padding:10px 16px;border-bottom:1px solid var(--border);color:var(--text);white-space:nowrap}.debt-comparison-table tbody tr:last-child td{border-bottom:none}.debt-comparison-table tbody tr:nth-child(2n){background:#1a274405}.check-list{list-style:none;padding:0;margin:1rem 0;display:flex;flex-direction:column;gap:.6rem}.check-list li{font-size:15px;color:var(--text-muted);line-height:1.6;padding:.6rem 1rem;background:var(--white);border:1px solid var(--border);border-radius:.5rem;transition:border-color .15s}.check-list li:hover{border-color:var(--navy)}.check-list li strong{color:var(--text)}.mistake-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.mistake-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:var(--white);border:1px solid var(--border);border-radius:.75rem;transition:border-color .15s}.mistake-item:hover{border-color:#c94040}.mistake-icon{width:32px;height:32px;border-radius:50%;background:#fef2f2;color:#c94040;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mistake-item strong{display:block;font-size:15px;color:var(--text);margin-bottom:.25rem}.mistake-item p{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0}.mistake-item a{color:var(--amber);text-decoration:none;font-weight:600}.mistake-item a:hover{text-decoration:underline}.factor-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem}.factor-list li{padding:.6rem 1rem;background:var(--white);border:1px solid var(--border);border-radius:.5rem;font-size:15px;color:var(--text-muted);line-height:1.6}.factor-list li strong{color:var(--text)}@media(max-width:700px){.methods-grid{grid-template-columns:1fr}.debt-entry-fields{grid-template-columns:1fr 1fr}.compare-grid{grid-template-columns:1fr}.compare-vs{display:none}}
