.blur-preview canvas {
            width: 100%;
            height: auto;
            background: #f0f2f5;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transition: all 0.2s;
        }
        .slider-value {
            font-weight: 600;
            font-family: monospace;
            background: #e9ecef;
            padding: 4px 10px;
            border-radius: 40px;
            font-size: 0.9rem;
        }
        .img-badge {
            background: #e9ecef;
            padding: 0.4rem 0.8rem;
            border-radius: 50px;
            font-size: 0.8rem;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .upload-area {
            border: 2px dashed #cbd5e1;
            border-radius: 1rem;
            padding: 1.5rem;
            text-align: center;
            transition: 0.2s;
            cursor: pointer;
            background: #fafcff;
        }
        .upload-area:hover {
            border-color: #0d6efd;
            background: #f1f6fe;
        }
        .demo-badge {
            background-color: #e9ecef;
            padding: 6px 14px;
            border-radius: 40px;
            font-size: 0.85rem;
            transition: 0.2s;
            cursor: pointer;
        }
        .demo-badge:hover {
            background-color: #dee2e6;
            transform: translateY(-1px);
        }
        .result-meta {
            font-size: 0.85rem;
            background: white;
            border-radius: 12px;
            padding: 10px 15px;
            border: 1px solid #e9ecef;
        }
        .method-explanation {
            background: rgba(13,110,253,0.04);
            border-left: 5px solid #0d6efd;
            padding: 1.25rem;
            border-radius: 0 12px 12px 0;
        }
        .legend-badge {
            width: 18px;
            height: 18px;
            background: #0d6efd;
            border-radius: 4px;
            display: inline-block;
        }
        .image-meta {
            font-family: monospace;
            font-size: 0.8rem;
        }
        .rating-stars i {
            color: #ffc107;
            margin-right: 2px;
        }
        .user-review {
            background: #f8f9fa;
            padding: 1rem;
            border-radius: 12px;
            margin: 1rem 0;
        }
        .compat-table td, .compat-table th {
            padding: 0.5rem;
            font-size: 0.85rem;
        }