<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.input-group {
    border: 1px solid #e6e6e6 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    transition: box-shadow 0.3s ease, border 0.3s ease !important;
    background: #fff !important;
}

.input-group:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
    border-color: #ccc !important;
}

.input-group-text {
    background-color: #f8f9fa !important;
    border: none !important;
    color: #4361ee !important;
    font-size: 1.1rem !important;
    padding: 0.75rem 1rem !important;
    display: flex !important;
    align-items: center !important;
}

.input-group .form-control {
    border: none !important;
    padding: 0.75rem 1rem !important;
    font-size: 1rem !important;
    color: #333 !important;
    box-shadow: none !important;
}

.input-group .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}


.form-select {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    font-size: 1rem !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('data:image/svg+xml;utf8,&lt;svg fill="%234361ee" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M7 10l5 5 5-5z"/&gt;&lt;/svg&gt;') !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 1rem !important;
    transition: border 0.3s ease, box-shadow 0.3s ease !important;
}

.form-select:focus {
    outline: none !important;
    border-color: #4361ee !important;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1) !important;
}

/*#amc-calculate-btn {*/
/*    background-color: #4361ee !important;*/
/*    color: #fff !important;*/
/*    border: none !important;*/
/*    border-radius: 12px !important;*/
/*    padding: 0.75rem 1.25rem !important;*/
/*    font-size: 1.1rem !important;*/
/*    font-weight: 600 !important;*/
/*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;*/
/*    transition: background-color 0.3s ease, box-shadow 0.3s ease !important;*/
/*    display: inline-flex !important;*/
/*    justify-content: center !important;*/
/*    align-items: center !important;*/
/*    gap: 0.5rem !important;*/
/*    width: 100% !important;*/
/*    cursor: pointer !important;*/
/*}*/

/*#amc-calculate-btn:hover {*/
/*    background-color: #3f37c9 !important;*/
/*    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;*/
/*}*/

/*#amc-calculate-btn:focus {*/
/*    outline: none !important;*/
/*    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2) !important;*/
/*}*/
.bg-light {
    background: transparent !important;
}

#amc-calculate-btn {
    background: linear-gradient(135deg, #4a90e2, #357ABD) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 0.9rem 1.5rem !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    cursor: pointer !important;
    width: 100% !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5rem !important;
    box-shadow: 0 4px 12px rgba(53, 122, 189, 0.3) !important;
    user-select: none !important;
    transition: 
      background-color 0.3s ease,
      background-image 0.3s ease,
      box-shadow 0.3s ease,
      transform 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#amc-calculate-btn:hover {
    background: linear-gradient(135deg, #357ABD, #2c5ca4) !important;
    box-shadow: 0 6px 20px rgba(53, 122, 189, 0.45) !important;
}

#amc-calculate-btn:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(69, 138, 255, 0.6) !important;
}

/* Smooth press animation with color change */
#amc-calculate-btn:active {
    background: linear-gradient(135deg, #2c5ca4, #245189) !important;
    transform: scale(0.94) !important;
    box-shadow: 0 2px 8px rgba(53, 122, 189, 0.2) !important;
    transition-duration: 0.15s !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.alert-info {
    background-color: #e9f1ff !important;
    color: #2b4eff !important;
    border: 1px solid #c6ddff !important;
    border-radius: 12px !important;
    padding: 1rem 1.25rem !important;
    font-size: 1rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-top: 0.5rem !important;
}

.alert-info i {
    font-size: 1.25rem !important;
    color: #2b4eff !important;
}

.alert-info strong {
    font-weight: 600 !important;
    color: #2b4eff !important;
}

#amc-tax-rate-value {
    font-weight: 700 !important;
    color: #2b4eff !important;
}

.alert-warning {
    background-color: #fff9e6 !important;
    color: #b8860b !important;
    border: 1px solid #ffe8a1 !important;
    border-radius: 12px !important;
    padding: 1rem 1.25rem !important;
    font-size: 1rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-top: 0.5rem !important;
}

.alert-warning i {
    font-size: 1.25rem !important;
    color: #f4b400 !important; /* gold/yellow tone for icon */
}

.alert-warning strong {
    font-weight: 600 !important;
    color: #b8860b !important;
}

#amc-credit-score-value {
    font-weight: 700 !important;
    color: #b8860b !important;
}

.alert-warning .text-muted {
    color: #6c757d !important;
    font-size: 0.875rem !important;
}
.alert-success {
    background-color: #e6fff3 !important;
    color: #1b7f5e !important;
    border: 1px solid #b6f0d5 !important;
    border-radius: 16px !important;
    padding: 1.5rem 1.25rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
}

.alert-success p {
    margin-bottom: 0.25rem !important;
    color: #1b7f5e !important;
    font-weight: 500 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}

.alert-success .amc-payment-amount {
    font-size: 2.75rem !important;
    color: #1b7f5e !important;
    font-weight: 700 !important;
    margin-bottom: 0.25rem !important;
}

.alert-success .text-muted {
    color: #6c757d !important;
    font-size: 0.95rem !important;
}

.amc-calculator-form {
    position: relative !important;
    background-color: #ffffff !important;
    
    margin: 0 auto !important;
    border-radius: 16px !important;
    padding: 2rem !important;
   
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    margin-bottom: 2rem !important;
}

.amc-calculator-form:hover {

    transform: translateY(-2px) !important;
}

.amc-calculator-form {
    position: relative;
}

.amc-calculator-form::after {
    content: "";
    position: absolute;
    right: 0;
    width: 3px;
    background-color: #e6e6e6;
    border-radius: 2px;

    top: 30%;
    height: 40%; /* 100% - top% - bottom% */

    animation: pulseBorderHeight 3s ease-in-out infinite;
    opacity: 1;
    transform-origin: center center;
}

@keyframes pulseBorderHeight {
    0%, 100% {
        height: 40%;
        opacity: 1;
    }
    50% {
        height: 60%;
        opacity: 0.6;
    }
}


.input-group .form-control {

    background: #fff !important;
}

/* Base Styles */
.amc-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
}

.amc-container-inner {
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.08);*/
    border-radius: 10px;
    overflow: hidden;
}

.amc-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
}

/* Form Styles */
.amc-form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.input-group-text {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.form-control:disabled, .form-select:disabled {
    background-color: #f8f9fa;
    opacity: 0.8;
}

.amc-validation-message {
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.advanced-fields-toggle {
    transition: all 0.3s ease;
    cursor: pointer;
}

.advanced-fields-toggle:hover {
    background-color: #e9ecef !important;
}

/* Results Styles */
.amc-payment-total {
    background: linear-gradient(135deg, #4a6fc9 0%, #2c3e50 100%);
    color: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.amc-payment-amount {
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0.5rem 0;
    animation: amc-pulse 1s;
}

@keyframes amc-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.amc-breakdown-list .list-group-item {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 0.75rem 1.25rem;
}

.amc-breakdown-list .list-group-item:last-child {
    border-bottom: none;
}

/* Chart Container */
.amc-chart-container {
    position: relative;
}

/* Button Styles */
.amc-btn-calculate {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    padding: 12px 20px;
    font-size: 1.1rem;
}

.amc-btn-calculate:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.amc-btn-calculate:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 992px) {
    .amc-calculator-container {
        flex-direction: column;
    }
    
    .amc-calculator-form, 
    .amc-calculator-results {
        width: 100%;
        max-width: 100%;
    }
    
    .amc-payment-total {
        padding: 1rem;
    }
    
    .amc-payment-amount {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .amc-section-title {
        font-size: 1.3rem;
    }
    
    .amc-payment-amount {
        font-size: 2rem;
    }
    
    .amc-breakdown-list .badge {
        font-size: 0.85rem;
        padding: 0.4em 0.7em;
    }
}</pre></body></html>