        .property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid var(--border-color);
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .result-value.danger {
            color: #dc3545;
        }
        .result-value.warning {
            color: #fd7e14;
        }
        .result-value.success {
            color: #28a745;
        }
        .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;
        }
        .safety-gauge {
            text-align: center;
            padding: 1rem;
        }
        .gauge-circle {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            border: 8px solid #e9ecef;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2rem;
            font-weight: 700;
            transition: all 0.5s;
        }
        .gauge-circle.excellent {
            border-color: #28a745;
            color: #28a745;
            background: #d4edda;
        }
        .gauge-circle.good {
            border-color: #fd7e14;
            color: #fd7e14;
            background: #fff3cd;
        }
        .gauge-circle.poor {
            border-color: #dc3545;
            color: #dc3545;
            background: #f8d7da;
        }
        .gauge-label {
            margin-top: 0.5rem;
            font-weight: 600;
            font-size: 1.1rem;
        }
        .benchmark-bar-container {
            background: #e9ecef;
            border-radius: 8px;
            height: 24px;
            margin: 0.5rem 0;
            position: relative;
            overflow: hidden;
        }
        .benchmark-bar-fill {
            height: 100%;
            border-radius: 8px;
            transition: width 0.8s ease;
        }
        .benchmark-label {
            display: flex;
            justify-content: space-between;
            font-size: 0.85rem;
            color: #495057;
        }
        .industry-badge {
            display: inline-block;
            padding: 0.2rem 0.8rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .industry-badge.construction {
            background: #f8d7da;
            color: #721c24;
        }
        .industry-badge.manufacturing {
            background: #fff3cd;
            color: #856404;
        }
        .industry-badge.healthcare {
            background: #d1ecf1;
            color: #0c5460;
        }
        .industry-badge.retail {
            background: #d4edda;
            color: #155724;
        }
        .industry-badge.transport {
            background: #e2d9f3;
            color: #4a2d7a;
        }
        .industry-badge.office {
            background: #cce5ff;
            color: #004085;
        }
        .legend-item .legend-color.green {
            background: #28a745;
        }
        .legend-item .legend-color.orange {
            background: #fd7e14;
        }
        .legend-item .legend-color.red {
            background: #dc3545;
        }
        .legend-item .legend-color.blue {
            background: #0d6efd;
        }
        .accordion-button:not(.collapsed) {
            background-color: rgba(40, 167, 69, 0.08);
            color: #1a7a3a;
        }
        .accordion-button:focus {
            border-color: #28a745;
            box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
        }
        .chart-bar-group {
            display: flex;
            align-items: flex-end;
            justify-content: space-around;
            height: 180px;
            padding-top: 10px;
        }
        .chart-bar-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 60px;
        }
        .chart-bar {
            width: 36px;
            border-radius: 4px 4px 0 0;
            transition: height 0.6s ease;
            min-height: 4px;
        }
        .chart-bar-label {
            font-size: 0.7rem;
            margin-top: 4px;
            text-align: center;
            color: #495057;
            font-weight: 500;
        }
        .chart-bar-value {
            font-size: 0.75rem;
            font-weight: 600;
            margin-bottom: 2px;
            color: #212529;
        }
        .benchmark-note {
            font-size: 0.85rem;
            color: #6c757d;
            font-style: italic;
            margin-top: 0.25rem;
        }
        .osha-ref {
            background: #e8f0fe;
            border-radius: 6px;
            padding: 0.5rem 1rem;
            border: 1px solid #c5d8f0;
            margin: 0.5rem 0;
            font-size: 0.9rem;
        }
        .tool-header .badge {
            font-size: 0.75rem;
            vertical-align: middle;
        }
        .industry-select-wrapper {
            margin-bottom: 0.5rem;
        }
        .selected-industry-label {
            font-weight: 500;
            color: #1a5276;
        }