*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Be Vietnam Pro","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(160deg, #f3f4ff 0%, #ffffff 100%);padding:36px;color:#0f172a}.loan-calculator-page{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.hero{text-align:center;display:flex;flex-direction:column;gap:12px}.hero .eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:700;font-size:14px;color:rgba(15,23,42,.65)}.hero h1{margin:0;font-size:42px;font-weight:800;line-height:1.2}.hero .subtitle{margin:0 auto;max-width:720px;color:rgba(15,23,42,.65);font-size:18px}.info-box{background:linear-gradient(135deg, #dbeafe 0%, #e0e7ff 100%);border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:16px;display:flex;gap:12px;align-items:flex-start}.info-box .info-icon{font-size:20px;flex-shrink:0}.info-box p{margin:0;font-size:14px;line-height:1.6;color:#0f172a}.info-box p strong{font-weight:600}.calculator-container{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width: 968px){.calculator-container{grid-template-columns:1fr}}.calculator-form-section,.result-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.calculator-form-section h2,.result-section h2{font-size:22px;font-weight:700;margin:0 0 24px 0;color:#0f172a}.loan-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#0f172a}.form-group .form-input{padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:16px;font-weight:500;color:#0f172a;transition:all .3s ease}.form-group .form-input:hover{border-color:rgba(67,56,202,.3)}.form-group .form-input:focus{outline:none;border-color:#4338ca;box-shadow:0 0 0 3px rgba(67,56,202,.1)}.form-group .input-with-unit{position:relative;display:flex;align-items:center}.form-group .input-with-unit .form-input{flex:1;padding-right:80px}.form-group .input-with-unit .unit{position:absolute;right:16px;font-size:14px;font-weight:600;color:rgba(15,23,42,.65)}.btn-calculate{background:linear-gradient(135deg, #4338ca 0%, #312e81 100%);color:#fff;border:none;border-radius:10px;padding:16px 24px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.btn-calculate:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(67,56,202,.3)}.btn-calculate:active{transform:translateY(0)}.btn-calculate:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-calculate .btn-icon{font-size:20px}.btn-calculate .spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-section{background:linear-gradient(135deg, #f8fafc 0%, #ffffff 100%)}.result-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.result-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:10px}.result-item.total{background:linear-gradient(135deg, #4338ca 0%, #312e81 100%);border:none}.result-item.total .result-label,.result-item.total .result-value{color:#fff;font-weight:700}.result-item .result-label{font-size:14px;color:rgba(15,23,42,.65);font-weight:500}.result-item .result-value{font-size:16px;font-weight:700;color:#0f172a}.result-item .result-value.highlight{color:#4338ca;font-size:18px}.result-note{font-size:13px;color:rgba(15,23,42,.65);line-height:1.5;margin-bottom:20px}.result-note strong{font-weight:600}.btn-view-schedule{width:100%;background:linear-gradient(135deg, #10b981 0%, #059669 100%);color:#fff;border:none;border-radius:10px;padding:14px 24px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-view-schedule:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(16,185,129,.3)}.btn-view-schedule:active{transform:translateY(0)}.btn-view-schedule .btn-icon{font-size:18px}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);align-items:center;justify-content:center;padding:20px}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:2px solid #e2e8f0}.modal-header h2{margin:0;font-size:22px;font-weight:700;color:#0f172a}.modal-header .modal-close{background:none;border:none;font-size:32px;font-weight:300;color:rgba(15,23,42,.65);cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.modal-header .modal-close:hover{background:#f1f5f9;color:#0f172a}.modal-body{padding:32px;overflow-y:auto;flex:1}.table-container{overflow-x:auto;margin-bottom:24px}.schedule-table{width:100%;border-collapse:collapse;font-size:14px}.schedule-table thead{background:linear-gradient(135deg, #4338ca 0%, #312e81 100%);position:sticky;top:0;z-index:10}.schedule-table thead th{color:#fff;font-weight:700;text-align:left;padding:14px 16px;text-transform:uppercase;letter-spacing:.05em;font-size:12px;border:none}.schedule-table thead th:first-child{border-radius:8px 0 0 0}.schedule-table thead th:last-child{border-radius:0 8px 0 0}.schedule-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s ease}.schedule-table tbody tr:hover{background:#f8fafc}.schedule-table tbody tr:nth-child(5n){background:#f1f5f9}.schedule-table tbody tr:nth-child(5n):hover{background:#e2e8f0}.schedule-table tbody td{padding:12px 16px;color:#0f172a}.schedule-table tbody td.text-center{text-align:center}.schedule-table tbody td.text-right{text-align:right;font-weight:600}.schedule-table tfoot .total-row{background:#f8fafc;border-top:2px solid #4338ca}.schedule-table tfoot .total-row td{padding:16px;font-size:15px;color:#4338ca}.schedule-table tfoot .total-row td strong{font-weight:700}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.btn-export{background:linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);color:#fff;border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.btn-export:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(99,102,241,.3)}.btn-export:active{transform:translateY(0)}.btn-export .btn-icon{font-size:16px}@media(max-width: 768px){body{padding:20px 16px}.hero h1{font-size:32px}.hero .subtitle{font-size:16px}.calculator-form-section,.result-section{padding:24px 20px}.modal-content{max-height:95vh}.modal-header,.modal-body{padding:20px}.schedule-table{min-width:800px;font-size:13px}.schedule-table thead th{padding:10px 12px;font-size:11px}.schedule-table tbody td{padding:8px 12px}}
