        .result-label {
            font-weight: 500;
            color: #1e2a3e;
        }
        .property-table td {
            padding: 10px 12px;
            border-bottom: 1px solid var(--border-color);
        }
        .faq-item {
            border-bottom: 1px solid var(--border-color);
            padding: 1rem 0;
        }
        .progress-tax {
            height: 12px;
            border-radius: 20px;
            background: #e2e8f0;
            margin: 0.5rem 0;
        }
        .badge-tax {
            background: var(--primary-color);
            color: white;
            font-weight: 500;
            padding: 0.25rem 0.8rem;
            border-radius: 30px;
            font-size: 0.8rem;
        }
        canvas#taxBracketCanvas {
            width: 100%;
            max-height: 220px;
            background: #fcfcfc;
            border-radius: 20px;
            margin-top: 1rem;
            min-height: 100px;
        }
        footer {
            background: #1e2a36;
            color: #cddfe7;
            padding: 3rem 0 1rem 0;
            margin-top: 2rem;
        }
        footer a {
            color: #bdd4e2;
        }
        .credit-note {
            font-size: 0.75rem;
            margin-top: 0.5rem;
            color: #4b6a7c;
        }