.power-gauge-container {
            background: #f8f9fa;
            border-radius: 12px;
            padding: 1rem;
            margin-top: 1rem;
            text-align: center;
        }.authority-note{text-align:left;}
        .gauge-canvas {
            max-width: 100%;
            height: auto;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        }
        .unit-badge {
            background: #e9ecef;
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
        }
        .result-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 1.2rem;
            margin-bottom: 1rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }
        .big-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #0d6efd;
        }
        .legend-color-bar {
            width: 24px;
            height: 12px;
            background: #0d6efd;
            border-radius: 4px;
        }
        .legend-color-grey {
            background: #adb5bd;
        }
        .author-info {
            background-color: #f8f9fa;
            border-left: 4px solid #0d6efd;
            padding: 1rem 1.5rem;
            border-radius: 0 8px 8px 0;
            margin: 1.5rem 0;
        }
        .ai-disclosure {
            font-size: 0.8rem;
            color: #6c757d;
            border-top: 1px dashed #dee2e6;
            padding-top: 0.5rem;
            margin-top: 1rem;
        }