.gear-canvas {
            width: 100%;
            background: #fefef7;
            border-radius: 16px;
            border: 1px solid #cfdee9;
            margin-top: 1rem;
            box-shadow: 0 4px 8px rgba(0,0,0,0.02);
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 0.5rem;
            font-size: 0.8rem;
        }
        .badge-gear {
            background-color: #2c7da0;
            color: white;
            font-size: 0.8rem;
            border-radius: 40px;
            padding: 0.3rem 0.7rem;
        }