.depreciation-table {
            font-size: 0.9rem;
            margin-top: 1.5rem;
            max-height: 400px;
            overflow-y: auto;
        }
        .depreciation-table table {
            width: 100%;
            border-collapse: collapse;
            background: white;
        }
        .depreciation-table th, .depreciation-table td {
            border: 1px solid #dee2e6;
            padding: 10px 8px;
            text-align: right;
        }
        .depreciation-table th:first-child, .depreciation-table td:first-child {
            text-align: center;
        }
        .depreciation-table th {
            background-color: #f1f4f9;
            font-weight: 600;
            position: sticky;
            top: 0;
        }
        .method-card {
            background: #f8fafc;
            border-radius: 12px;
            padding: 1.2rem;
            margin-bottom: 1rem;
            border-left: 4px solid var(--primary-color);
        }
        .result-highlight {
            background: #eef2ff;
            border-radius: 20px;
            padding: 1rem 1.2rem;
            margin: 1rem 0;
        }
        .badge-method {
            font-size: 0.8rem;
            background: #e9ecef;
            color: #2c3e66;
            padding: 5px 10px;
            border-radius: 30px;
        }
        .glossary-term {
            border-bottom: 1px dotted #6c86a3;
            cursor: help;
        }
        .chart-legend {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 0.5rem;
            font-size: 0.85rem;
        }
        .legend-color {
            width: 18px;
            height: 18px;
            display: inline-block;
            border-radius: 4px;
            margin-right: 6px;
            vertical-align: middle;
        }
        .btn-compare {
            background-color: #f2f4f8;
            border: 1px solid #cddae9;
        }
        .section-subtitle {
            font-size: 1.5rem;
            font-weight: 600;
            margin-top: 2rem;
            margin-bottom: 1rem;
            color: #1f2b48;
        }