.btn-calculate{background:linear-gradient(135deg,#4a3b6c 0%,#6b4f9e 100%);color:#ffffff;border:none;border-radius:12px;padding:20px 24px;font-size:1.15rem;font-weight:bold;letter-spacing:2px;width:100%;cursor:pointer;margin-top:20px;transition:filter 0.25s ease,transform 0.15s ease,box-shadow 0.25s ease;box-shadow:0 6px 18px rgba(74,59,108,0.35);display:flex;align-items:center;justify-content:center}.btn-calculate:hover{filter:brightness(1.1);box-shadow:0 10px 28px rgba(74,59,108,0.45);transform:translateY(-2px)}.btn-calculate:active{transform:scale(0.98) translateY(0);box-shadow:0 3px 8px rgba(74,59,108,0.25);filter:brightness(0.95)}.btn-calculate.btn-recalculate{background:#ffffff;color:#4a3b6c;border:2px solid #4a3b6c;box-shadow:none;filter:none;letter-spacing:1px;font-size:1rem}.btn-calculate.btn-recalculate:hover{background:#f0ebf5;filter:none;box-shadow:0 4px 12px rgba(74,59,108,0.15);transform:translateY(-2px)}.btn-calculate.btn-recalculate:active{transform:scale(0.98);box-shadow:none;filter:none}.radio-group{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px}.radio-group label{cursor:pointer}#q4_calculator_section .calc-row{display:flex!important;flex-wrap:nowrap!important;gap:15px;align-items:flex-end;overflow-x:auto;padding-bottom:5px}#q4_calculator_section .calc-field{flex:1;min-width:120px;margin-bottom:0!important}#q4_calculator_section .date-wrapper{display:flex!important;flex-wrap:nowrap!important;gap:15px;flex:2}#q4_calculator_section .date-wrapper .calc-field{min-width:110px}@media (max-width:768px){#q4_calculator_section .calc-row,#q4_calculator_section .date-wrapper{flex-wrap:wrap!important;flex-direction:column!important;align-items:stretch!important;min-width:0!important;width:100%!important}#q4_calculator_section .calc-field{min-width:100%!important;margin-bottom:10px!important}#q4_calculator_section input,#q4_calculator_section select{width:100%!important;box-sizing:border-box!important}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.calc-item{background:#ffffff;border:1px solid #e1ddeb;border-left:4px solid #b595cd;border-radius:8px;padding:20px;animation:fadeIn 0.3s ease;box-shadow:0 2px 8px rgba(74,59,108,0.02);width:100%;box-sizing:border-box;margin-bottom:15px}.interest-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px dashed #e1ddeb}.interest-panel-title{font-size:15.5px;color:#4a3b6c;font-weight:bold}.fee-type-group{display:flex;gap:12px;margin-bottom:20px}.fee-type-option{flex:1}.fee-type-option input[type="radio"]{display:none}.fee-type-label{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 10px;background:#fdfbfb;border:2px solid #e1ddeb;border-radius:12px;cursor:pointer;font-weight:bold;color:#666;transition:border-color 0.2s ease,background-color 0.2s ease,color 0.2s ease;font-size:15px}.fee-type-label:hover{border-color:#b595cd;background:#f8f1fd}.fee-type-option input[type="radio"]:checked + .fee-type-label{border-color:#4a3b6c;background:#4a3b6c;color:white;box-shadow:0 4px 10px rgba(74,59,108,0.15)}.sub-type-container{margin-bottom:20px;padding:15px;background:#f8f7fa;border-radius:10px;border:1px dashed #d1c7eb;animation:fadeIn 0.3s ease;width:100%;box-sizing:border-box}.sub-type-group{display:flex;flex-wrap:wrap;gap:10px}.sub-type-group input[type="radio"]{display:none}.sub-type-label{padding:8px 16px;background:#ffffff;border:1px solid #e1ddeb;border-radius:20px;cursor:pointer;font-size:14px;color:#666;transition:border-color 0.2s ease,background-color 0.2s ease,color 0.2s ease}.sub-type-group input[type="radio"]:checked + .sub-type-label{background:#b595cd;color:white;border-color:#b595cd;font-weight:bold;box-shadow:0 2px 8px rgba(181,149,205,0.3)}.interest-calc-box{background-color:#fdfbfb;border:1px solid #e1ddeb;border-radius:12px;padding:20px 25px;margin-top:15px;box-shadow:inset 0 2px 5px rgba(74,59,108,0.02)}.interest-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:15px;align-items:end;margin-bottom:20px}.interest-grid.two-cols{grid-template-columns:1fr 1fr;margin-bottom:0}.grid-arrow{color:#b595cd;font-size:1.2em;padding-bottom:15px}.interest-field label{font-size:14.5px;color:#555;margin-bottom:8px;display:block}.interest-field label i{color:#b595cd;margin-right:5px}.interest-field input{background-color:#ffffff;border:1px solid #d1c7eb;border-radius:8px;padding:12px;width:100%;box-sizing:border-box;font-size:15px;box-shadow:0 2px 5px rgba(0,0,0,0.02)}.interest-field input:focus{outline:none;border-color:#b595cd}@media (max-width:600px){.interest-grid,.interest-grid.two-cols{grid-template-columns:1fr;gap:12px}.grid-arrow{text-align:center;padding-bottom:0}.fee-type-group{flex-direction:column;gap:10px}}@media print{.calc-item{display:none!important}}.q4-section-title{font-size:19px;font-weight:600;color:#4a3b6c;margin-bottom:20px;margin-top:5px;display:flex;align-items:center;gap:10px}.debt-item{background:#ffffff;border:1px solid #e1ddeb;border-radius:12px;padding:25px 20px;margin-bottom:20px;box-shadow:0 2px 8px rgba(74,59,108,0.03);transition:border-color 0.3s ease,box-shadow 0.3s ease}.debt-item:hover{border-color:#b595cd;box-shadow:0 4px 15px rgba(181,149,205,0.15)}.debt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px dashed #e1ddeb}.debt-title{font-size:1.15em;font-weight:bold;color:#4a3b6c}.btn-remove-debt{background:rgba(229,62,62,0.1);color:#e53e3e;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:0.9em;font-weight:bold;transition:background-color 0.2s}.btn-remove-debt:hover{background:rgba(229,62,62,0.2)}.dream-hint{background:#f3f0f7;border-radius:15px;padding:14px 18px;font-size:14px;line-height:1.6;color:#555;display:flex;gap:10px}.dream-hint i{color:#b595cd;margin-top:2px;font-size:16px;flex-shrink:0}.fees-container{display:flex;flex-direction:column;gap:15px;margin-top:15px}.add-fee-btn{width:100%;padding:14px;margin-top:15px;background:#fdfbfb;border:2px dashed #4a3b6c;border-radius:12px;color:#4a3b6c;font-weight:bold;font-size:15px;cursor:pointer;transition:border-color 0.2s ease,background-color 0.2s ease,color 0.2s ease,transform 0.2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.add-fee-btn:hover,.add-fee-btn:active{background:#f8f7fa;border-color:#b595cd;color:#b595cd;transform:translateY(-1px)}.add-debt-btn{width:100%;padding:16px;margin-bottom:20px;background-color:#fdfbfb;border:2px dashed #4a3b6c;border-radius:12px;color:#4a3b6c;font-weight:bold;font-size:1.05em;cursor:pointer;transition:background-color 0.2s,border-color 0.2s,color 0.2s,transform 0.2s;display:flex;align-items:center;justify-content:center;gap:8px}.add-debt-btn:hover,.add-debt-btn:active{background-color:#f8f7fa;border-color:#b595cd;color:#b595cd;transform:translateY(-2px)}#litigation_print_section{display:none}@media print{.btn-calculate,#q4_calculator_section,.q4-section-title,.result-action-buttons,.litigation-result-card,#litigation_detail_section{display:none!important}#result_display_section{display:block!important;margin-top:0!important}#litigation_print_section{display:block!important}#litigation_print_detail table{width:100%;font-size:12px}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}