.jwt-payload {
            background: #f8f9fc;
            border-radius: 8px;
            padding: 1rem;
            font-family: 'SF Mono', 'Fira Code', monospace;
            font-size: 0.85rem;
            overflow-x: auto;
            white-space: pre-wrap;
            word-break: break-word;
        }
        .copy-btn-sm {
            cursor: pointer;
            padding: 2px 8px;
            font-size: 0.75rem;
        }
        .result-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
            margin-top: 1.5rem;
            padding: 1.2rem;
            border: 1px solid #eef2f6;
        }
        .badge-oauth {
            background-color: #1a73e8;
            color: white;
            font-size: 0.7rem;
            padding: 4px 8px;
            border-radius: 20px;
        }
        .example-jwt {
            cursor: pointer;
            background: #f0f4f9;
            border-radius: 20px;
            padding: 4px 12px;
            font-size: 0.8rem;
            transition: 0.1s;
        }
        .example-jwt:hover {
            background: #e0e7f0;
        }
        .mono {
            font-family: monospace;
        }
        .oauth-url {
            word-break: break-all;
            background: #f1f3f5;
            padding: 12px;
            border-radius: 8px;
            font-family: monospace;
            font-size: 0.85rem;
        }
        .key-value {
            background: #fef9e6;
            border-left: 3px solid #f9ab00;
            padding: 8px 12px;
            margin: 8px 0;
        }
        .section-icon {
            margin-right: 8px;
            color: #1a73e8;
        }
        .provider-preset {
            background: #e9ecef;
            border-radius: 20px;
            padding: 2px 8px;
            font-size: 0.8rem;
            cursor: pointer;
        }
        .provider-preset:hover {
            background: #ced4da;
        }