.answer-box{background:var(--primary-light);border-left:4px solid var(--primary);border-radius:var(--radius-sm);color:var(--text-secondary);margin:20px 0;padding:18px 20px;font-size:1.02em;line-height:1.7}.answer-box strong{color:var(--primary)}.loan-table{border-collapse:collapse;width:100%;margin:20px 0 30px;font-size:.95em}.loan-table th,.loan-table td{text-align:center;border-bottom:1px solid var(--border);padding:11px 12px}.loan-table thead th{background:var(--bg-muted);color:var(--text);font-weight:700}.loan-table tbody tr:nth-child(2n){background:var(--bg-subtle)}.loan-table td:first-child{color:var(--text);font-weight:700}.calc-disclaimer{color:var(--text-tertiary);background:var(--bg-muted);border-radius:var(--radius-sm);padding:16px;font-size:.88rem;line-height:1.7;display:block}.calc-disclaimer strong{color:var(--text-secondary)}@media (width<=768px){.loan-table{font-size:.85em}.loan-table th,.loan-table td{padding:8px 6px}}.calc-intro{text-align:center;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;margin:24px 0;padding:2.5rem 2rem}.intro-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.calc-info{flex-wrap:wrap;justify-content:center;gap:12px;margin:1.5rem 0;display:flex}.calc-info p{background:var(--bg-muted);color:var(--text-secondary);border-radius:20px;margin:0;padding:7px 14px;font-size:.9rem;font-weight:500}.calc-form{border-radius:var(--radius);text-align:left;background:#fff;max-width:480px;margin:1.5rem auto 0;padding:1.8rem}.form-group{margin-bottom:1.1rem}.form-group label{color:var(--text);margin-bottom:8px;font-size:.92rem;font-weight:600;display:block}.input-wrapper{align-items:center;gap:8px;display:flex}.input-wrapper input{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);flex:1;padding:.8rem 1rem;font-size:1rem;transition:all .15s}.input-wrapper input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.input-unit{color:var(--text-tertiary);min-width:30px;font-size:.92rem;font-weight:600}.form-group select{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);cursor:pointer;background:#fff;padding:.8rem 1rem;font-size:1rem;transition:all .15s}.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;margin-top:.5rem;padding:.95rem 2rem;font-size:1.05rem;font-weight:600;transition:background .15s}.btn-primary:hover{background:var(--primary-hover)}.content-section{margin-top:2.5rem;line-height:1.75}.content-section h2{color:var(--text);margin-top:2rem;margin-bottom:1rem;font-size:1.4rem}.content-section p{color:var(--text-secondary);margin-bottom:1rem}.content-section ul{margin-bottom:1rem;padding-left:20px}.content-section li{color:var(--text-secondary);padding:6px 0}.content-section strong{color:var(--text)}.result-container{padding:40px 20px}.loan-highlight{text-align:center;background:linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);color:#fff;border-radius:15px;margin-bottom:40px;padding:40px}.highlight-row{margin-bottom:15px}.highlight-sub-row{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.highlight-item{flex:1;min-width:140px}.result-label{opacity:.9;margin-bottom:8px;font-size:1.1em}.loan-highlight h2{letter-spacing:2px;margin-bottom:5px;font-size:2.8em}.result-value{font-size:1.5em;font-weight:700}.result-method{opacity:.8;background:#ffffff26;border-radius:20px;margin-top:15px;padding:6px 16px;font-size:1em;display:inline-block}.loan-comparison{max-width:600px;margin:0 auto 40px}.loan-comparison h3{color:var(--primary);margin-bottom:20px;font-size:1.3em}.comparison-bars{flex-direction:column;gap:18px;display:flex}.bar-group{align-items:center;gap:12px;display:flex}.bar-label{color:#555;text-align:right;min-width:110px;font-size:.9em}.bar-track{background:#eee;border-radius:14px;flex:1;height:28px;overflow:hidden}.bar-fill{border-radius:14px;width:0%;height:100%;transition:width 1s}.bar-principal{background:linear-gradient(90deg, var(--primary), var(--primary))}.bar-interest{background:linear-gradient(90deg, var(--danger), var(--primary))}.bar-total{background:linear-gradient(90deg, var(--primary), var(--primary))}.bar-value{color:#333;min-width:100px;font-size:.9em;font-weight:700}.comparison-note{text-align:center;color:#777;margin-top:15px;font-size:.95em}.schedule-section{max-width:700px;margin:0 auto 40px}.schedule-section h3{color:var(--primary);margin-bottom:20px;font-size:1.3em}.schedule-table-wrap{border-radius:12px;overflow-x:auto;box-shadow:0 2px 8px #00000014}.schedule-table{border-collapse:collapse;width:100%;min-width:500px;font-size:.9em}.schedule-table thead{background:linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);color:#fff}.schedule-table th{text-align:center;padding:12px 10px;font-size:.95em;font-weight:700}.schedule-table td{text-align:right;color:#444;border-bottom:1px solid #eee;padding:10px}.schedule-table td:first-child{text-align:center;color:var(--primary);font-weight:700}.schedule-table tbody tr:hover{background:#f0faf3}.schedule-table tbody tr:last-child td{border-bottom:none}#retry-btn{max-width:300px;margin:40px auto;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.5s forwards fadeInUp}.animate-delay-1{opacity:0;animation-delay:.1s}.animate-delay-2{opacity:0;animation-delay:.3s}.animate-delay-3{opacity:0;animation-delay:.5s}@media (width<=768px){.calc-info{flex-direction:column;gap:10px}.calc-form{padding:20px}.loan-highlight h2{font-size:2em}.loan-highlight{padding:30px 20px}.highlight-sub-row{gap:20px}.result-value{font-size:1.2em}.bar-label,.bar-value{min-width:80px;font-size:.8em}.schedule-table{font-size:.8em}.schedule-table th,.schedule-table td{padding:8px 6px}}
