.property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid #dee2e6;
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .result-value.green {
            color: #198754;
        }
        .result-value.orange {
            color: #fd7e14;
        }
        .result-value.red {
            color: #dc3545;
        }
        .deep-dive {
            margin: 1.8rem 0;
        }
        .deep-dive p {
            text-align: justify;
        }
        .unit-note {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .coord-input {
            margin-bottom: 0.5rem;
        }
        .gauge-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 1rem 0 0.5rem 0;
            width: 100%;
        }
        #gaugeCanvas {
            max-width: 100%;
            height: auto;
            background: transparent;
        }
        .rating-badge {
            display: inline-block;
            padding: 0.4rem 1.2rem;
            border-radius: 30px;
            font-weight: 600;
            font-size: 1.1rem;
            letter-spacing: 0.5px;
        }
        .rating-excellent {
            background: #d4edda;
            color: #155724;
        }
        .rating-good {
            background: #cce5ff;
            color: #004085;
        }
        .rating-average {
            background: #fff3cd;
            color: #856404;
        }
        .rating-poor {
            background: #f8d7da;
            color: #721c24;
        }
        .insight-card {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 1.25rem;
            margin: 1rem 0;
            border: 1px solid #e9ecef;
        }
        .insight-card .icon-circle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #008080;
            color: #fff;
            font-size: 1.2rem;
            margin-right: 0.75rem;
            flex-shrink: 0;
        }
        .benchmark-table {
            font-size: 0.95rem;
        }
        .benchmark-table .highlight-row {
            background: rgba(0, 128, 128, 0.08);
            font-weight: 500;
        }
        .tool-header .badge {
            font-size: 0.85rem;
            font-weight: 500;
        }
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(16px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 4px;
        }
        .legend-color.teal {
            background: #008080;
        }
        .legend-color.blue {
            background: #0d6efd;
        }
        .legend-color.gray {
            background: #6c757d;
        }
        .legend-color.green {
            background: #198754;
        }
        .legend {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.2rem;
            margin: 0.5rem 0;
            font-size: 0.9rem;
        }
        .legend-item {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .form-label .fa-info-circle {
            color: #6c757d;
            font-size: 0.85rem;
            cursor: help;
        }
        .related-tools-container {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        .related-content .related-name {
            font-weight: 600;
            font-size: 0.95rem;
        }
        .related-content .related-name a {
            color: #1a2a3a;
            text-decoration: none;
        }
        .related-content .related-name a:hover {
            color: #008080;
        }
        .related-content .related-desc {
            font-size: 0.85rem;
            color: #6c757d;
            margin-top: 0.1rem;
        }
        .accordion-button:not(.collapsed) {
            background: rgba(0, 128, 128, 0.06);
            color: #008080;
        }
        .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(0, 128, 128, 0.2);
        }
        .accordion-item {
            border-color: #dee2e6;
        }
        .accordion-item .accordion-button {
            font-weight: 500;
        }
        .benchmark-section {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 1.25rem;
            margin: 1.5rem 0;
        }
        .btn-primary:hover,
        .btn-primary:focus {
            background: #006666;
            border-color: #006666;
        }
        .btn-outline-primary {
            color: #008080;
            border-color: #008080;
        }
        .btn-outline-primary:hover {
            background: #008080;
            border-color: #008080;
            color: #fff;
        }
        .btn-outline-secondary:hover {
            background: #6c757d;
            border-color: #6c757d;
            color: #fff;
        }
        .text-primary {
            color: #008080 !important;
        }
        .bg-primary {
            background: #008080 !important;
        }
        .border-primary {
            border-color: #008080 !important;
        }
        .badge.bg-secondary {
            background: #6c757d;
        }
        .display-5 {
            font-size: 2.2rem;
        }
        @media (max-width: 768px) {
            .display-5 {
                font-size: 1.6rem;
            }
            .legend {
                gap: 0.8rem;
            }
        }