/*!
 *      __  ____  
 *     / / |___ \ 
 *    / /    __) |
 *   < <    |_ Wetter-Puls
 *    \ \   ___) |
 *     \_\ |____/ 
 *
 *  (c) 2025-2026 Daniel Frey | https://wetter-puls.de
 *  Author:  Daniel Frey <daniel@dan.jetzt>
 *  License: Proprietary & Confidential - All Rights Reserved
 */


        .api-card {
            background: rgba(15, 23, 42, 0.9);
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(14px);
            border-radius: 12px;
        }
        .method-badge {
            font-size: 0.75rem;
            font-weight: 700;
            padding: 0.3em 0.6em;
            border-radius: 4px;
            font-family: var(--bs-font-monospace);
        }
        .method-get { background: #0284c7; color: #fff; }
        .method-post { background: #16a34a; color: #fff; }
        .code-block {
            background: #090d16;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 8px;
            color: #38bdf8;
            font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 0.85rem;
            padding: 1rem;
            position: relative;
        }
    