.cc-root{display:flex;flex-direction:column;gap:18px}.cc-card{background:#fff;border-radius:20px;border:1.5px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 20px #0000000f}.cc-card-header{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:800;font-size:.95rem;padding:14px 20px}.cc-card-header.green{background:linear-gradient(135deg,#061634,#0a2a66)}.cc-card-header.blue{background:linear-gradient(135deg,#0d47a1,#1976d2)}.cc-card-body{padding:20px;display:flex;flex-direction:column;gap:16px}.cc-preset-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.cc-preset{padding:5px 12px;border-radius:20px;border:1.5px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:.74rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .12s}.cc-preset:hover{border-color:#fca5a5;color:#dc2626;background:#fef2f2}.cc-preset.active{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.cc-fields-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px}.cc-slider{-webkit-appearance:none;width:100%;height:6px;border-radius:3px;background:#f1f5f9;outline:none;cursor:pointer}.cc-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#dc2626;cursor:pointer;box-shadow:0 2px 6px #dc262666;border:2px solid #fff}.cc-slider-labels{display:flex;justify-content:space-between;font-size:.68rem;color:#94a3b8;font-weight:600}.cc-field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.cc-field-header label{font-size:.78rem;font-weight:700;color:#475569}.cc-field-input-wrap{display:flex;align-items:center;gap:4px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;padding:5px 10px}.cc-field-input-wrap input{width:70px;border:none;background:transparent;font-size:.9rem;font-weight:700;color:#0f172a;text-align:right;font-family:inherit;outline:none}.cc-field-affix{font-size:.82rem;font-weight:700;color:#64748b}.cc-calc-btn{flex:1;padding:13px;border-radius:10px;border:none;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:800;font-size:.95rem;cursor:pointer;box-shadow:0 4px 14px #dc262666;font-family:inherit}.cc-calc-btn:hover{opacity:.92}.cc-alert{padding:12px 14px;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.84rem;font-weight:600;display:flex;gap:8px;align-items:flex-start}.cc-result-hero{background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:20px;padding:24px 20px;color:#fff;text-align:center;box-shadow:0 6px 24px #dc26264d}.cc-result-eyebrow{font-size:.75rem;font-weight:700;opacity:.8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.cc-result-amount{font-size:2.4rem;font-weight:900;line-height:1.1;margin-bottom:6px}.cc-result-meta{font-size:.8rem;opacity:.8;margin-bottom:16px}.cc-result-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.cc-result-pill{background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:10px;padding:8px 14px}.cc-result-pill span{display:block;font-size:.68rem;opacity:.8;margin-bottom:2px}.cc-result-pill strong{display:block;font-size:.92rem;font-weight:800}.cc-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.cc-sum-card{border:1.5px solid;border-radius:16px;padding:16px}.cc-sum-label{font-size:.7rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.cc-sum-val{font-size:1.15rem;font-weight:900}.cc-bar-label-row{display:flex;justify-content:space-between;font-size:.83rem;color:#475569;font-weight:600;margin-bottom:5px}.cc-bar-track{height:9px;background:#f1f5f9;border-radius:5px;overflow:hidden}.cc-bar-fill{height:100%;border-radius:5px;transition:width .5s ease}.cc-trap-box{padding:14px 16px;background:linear-gradient(135deg,#fef2f2,#fff1f2);border:2px solid #fca5a5;border-radius:14px}.cc-trap-title{font-size:.9rem;font-weight:800;color:#dc2626;margin-bottom:10px}.cc-trap-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #fee2e2;font-size:.82rem}.cc-trap-row:last-child{border-bottom:none}.cc-trap-key{color:#64748b;font-weight:600}.cc-trap-val{font-weight:800}.cc-tabs{display:flex;border-bottom:1.5px solid #e2e8f0;overflow-x:auto;scrollbar-width:none}.cc-tabs::-webkit-scrollbar{display:none}.cc-tab{flex-shrink:0;padding:12px 14px;border:none;background:#f8fafc;color:#64748b;font-weight:700;font-size:.79rem;cursor:pointer;border-bottom:3px solid transparent;font-family:inherit;transition:all .15s;white-space:nowrap}.cc-tab.active{background:#fff;color:#dc2626;border-bottom-color:#dc2626}.cc-tab-body{padding:18px}.cc-section-label{font-size:.85rem;font-weight:800;color:#dc2626;margin-bottom:10px}.cc-table-wrap{overflow-x:auto;border-radius:10px;border:1.5px solid #e2e8f0}.cc-table{width:100%;border-collapse:collapse;font-size:.8rem;min-width:300px}.cc-table thead tr{background:linear-gradient(135deg,#dc2626,#b91c1c)}.cc-table th{color:#fff;padding:9px 12px;text-align:right;font-weight:700;white-space:nowrap}.cc-table th:first-child{text-align:left}.cc-table td{padding:8px 12px;text-align:right;border-bottom:1px solid #f1f5f9}.cc-table tr.even{background:#fef2f2}.cc-table td.left{text-align:left}.cc-table td.bold{font-weight:700}.cc-table td.red{color:#dc2626;font-weight:600}.cc-table td.green{color:#061634;font-weight:700}.cc-table td.gray{color:#64748b}.cc-table td.amber{color:#d97706;font-weight:700}.cc-compare-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1.5px solid;border-radius:12px;margin-bottom:8px}.cc-compare-left{flex:1}.cc-compare-label{font-weight:800;font-size:.88rem}.cc-compare-sub{font-size:.72rem;color:#64748b;margin-top:2px}.cc-compare-val{font-weight:900;font-size:1rem}.cc-tip-box{display:flex;gap:10px;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:10px;padding:12px 14px;font-size:.8rem;color:#1e40af;line-height:1.6}.cc-tip-icon{font-size:1.1rem;flex-shrink:0}.cc-warn-box{display:flex;gap:10px;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;padding:12px 14px;font-size:.8rem;color:#991b1b;line-height:1.6}.cc-payoff-highlight{padding:14px 16px;background:linear-gradient(135deg,#f4f7fd,#e6edfb);border:1.5px solid #aac3ee;border-radius:12px;text-align:center}.cc-payoff-highlight .big{font-size:1.6rem;font-weight:900;color:#061634}.cc-payoff-highlight .sub{font-size:.78rem;color:#064e3b;margin-top:4px}.cc-seo-body{padding:20px}.cc-seo-body h2{font-size:1rem;font-weight:800;color:#0f172a;margin:16px 0 8px}.cc-seo-body h2:first-child{margin-top:0}.cc-seo-body p{font-size:.84rem;color:#475569;line-height:1.7;margin-bottom:10px}.cc-seo-body ul{padding-left:18px;margin-bottom:10px}.cc-seo-body li{font-size:.84rem;color:#475569;line-height:1.7;margin-bottom:4px}@media (max-width: 480px){.cc-card-body{padding:14px;gap:12px}.cc-fields-grid{grid-template-columns:1fr 1fr}.cc-sum-val{font-size:1rem}.cc-tab{padding:10px;font-size:.73rem}.cc-result-amount{font-size:1.9rem}}
