.property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid #ddd;
        }
        .result-value.primary {
            color: #0d6efd;
        }
        .result-value.danger {
            color: #dc3545;
        }
        .deep-dive {
            margin: 1.8rem 0;
        }
        .deep-dive p {
            text-align: justify;
        }
        .unit-note {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .mcnemar-table {
            max-width: 400px;
            margin: 0 auto;
        }
        .mcnemar-table td {
            text-align: center;
            vertical-align: middle;
            padding: 0.5rem;
        }
        .mcnemar-table .table-label {
            font-weight: 600;
            background-color: #f8f9fa;
        }
        .mcnemar-table input {
            width: 80px;
            text-align: center;
            font-size: 1.2rem;
            padding: 0.3rem;
            border: 1px solid #ced4da;
            border-radius: 4px;
        }
        .mcnemar-table input:focus {
            border-color: #28a745;
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        }
        .canvas-container {
            text-align: center;
            margin-top: 1.5rem;
        }
        .geometry-canvas {
            width: 100%;
            height: auto;
            background-color: #f9fcf9;
            border: 1px solid #d4e8d4;
            border-radius: 8px;
            display: block;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin: 0.5rem 0;
            font-size: 0.9rem;
            flex-wrap: wrap;
        }
        .legend-item {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 4px;
        }
        .legend-color.green {
            background-color: #28a745;
        }
        .legend-color.orange {
            background-color: #fd7e14;
        }
        .legend-color.blue {
            background-color: #0d6efd;
        }
        .legend-color.gray {
            background-color: #6c757d;
        }
        .significance-badge {
            font-size: 1.1rem;
            padding: 0.5rem 1.2rem;
            border-radius: 50px;
            display: inline-block;
        }
        .significance-badge.sig {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        .significance-badge.non-sig {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
        .ci-interval {
            font-family: 'Courier New', monospace;
            font-size: 1.1rem;
        }
        .result-card {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 1.5rem;
            margin: 0.5rem 0;
            border: 1px solid #e9ecef;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
        }
        .result-card .stat-label {
            color: #6c757d;
            font-weight: 500;
        }
        .result-card .stat-value {
            font-weight: 600;
            font-size: 1.3rem;
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .table-responsive-custom {
            overflow-x: auto;
        }
        .tool-header .lead {
            font-size: 1.1rem;
        }
        .p-value-note {
            font-size: 0.9rem;
            background-color: #e2f0e2;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            display: inline-block;
            margin-top: 0.3rem;
        }
        @media (max-width: 576px) {
            .mcnemar-table input {
                width: 60px;
                font-size: 1rem;
            }
            }