        .unit-toggle {
            background: #f0f2f5;
            border-radius: 50px;
            padding: 4px;
            display: inline-flex;
        }
        .gauge-container {
            background: #f9f9f9;
            border-radius: 16px;
            padding: 1rem;
            text-align: center;
        }
        canvas#speedGauge {
            background: white;
            border-radius: 12px;
            max-width: 100%;
            height: auto;
        }
        .badge-archery {
            background: var(--accent-color);
            color: white;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 4px;
            display: inline-block;
        }
        .footer a {
            color: #ccc;
        }
        .kinetic-card {
            background: linear-gradient(135deg, #f0f9f0, #e4f0e6);
        }
        .efficiency-disabled-hint {
            font-size: 0.8rem;
            color: #6c757d;
            margin-left: 8px;
        }
        input:disabled, input:disabled + span {
            opacity: 0.65;
            cursor: not-allowed;
        }