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


        .duerre-card {
            background: rgba(22, 27, 34, 0.85);
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            border-radius: 12px;
        }
        .smi-level-box {
            padding: 0.75rem 1rem;
            border-radius: 8px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .smi-0 { background: rgba(254, 240, 138, 0.2); border: 1px solid #fef08a; color: #fef08a; }
        .smi-1 { background: rgba(253, 224, 71, 0.2); border: 1px solid #fde047; color: #fde047; }
        .smi-2 { background: rgba(251, 146, 60, 0.2); border: 1px solid #fb923c; color: #fb923c; }
        .smi-3 { background: rgba(239, 68, 68, 0.2); border: 1px solid #ef4444; color: #ef4444; }
        .smi-4 { background: rgba(185, 28, 28, 0.2); border: 1px solid #b91c1c; color: #fca5a5; }
    