/* DIMACEA | Extraído de index.html | bloque CSS 5 */

#dimiBubble.hero-mode {
            width: min(92vw, 360px) !important;
            max-width: 360px !important;
            max-height: calc(100dvh - 16px) !important;
            border-radius: 18px !important;
        }

        #dimiBubble.hero-mode .dimi-body {
            overflow-y: auto !important;
            padding: 8px !important;
            gap: 6px !important;
        }

        #dimiBubble.hero-mode .dimi-body>div {
            height: auto !important;
            min-height: auto !important;
            padding: 6px !important;
            justify-content: flex-start !important;
        }

        #dimiBubble.hero-mode img.w-20,
        #dimiBubble.hero-mode img.w-28 {
            width: 58px !important;
            height: 58px !important;
        }

        #dimiBubble.hero-mode h2 {
            font-size: 1rem !important;
            line-height: 1.15 !important;
            margin-bottom: 2px !important;
        }

        #dimiBubble.hero-mode .welcome-kpi-grid {
            gap: 6px !important;
            margin-bottom: 6px !important;
        }

        #dimiBubble.hero-mode .welcome-kpi-card,
        #dimiBubble.hero-mode .welcome-kpi-dual>div {
            min-height: auto !important;
            padding: 8px !important;
        }

        #dimiBubble.hero-mode .welcome-kpi-dual {
            padding: 8px !important;
            gap: 6px !important;
            margin-bottom: 6px !important;
        }

        #dimiBubble.hero-mode .welcome-kpi-val {
            font-size: .98rem !important;
            line-height: 1.1 !important;
        }

        #dimiBubble.hero-mode .welcome-kpi-val-xl {
            font-size: 1.05rem !important;
            line-height: 1.1 !important;
        }

        #dimiBubble.hero-mode .dimi-start-btn {
            position: sticky !important;
            bottom: 0 !important;
            z-index: 2 !important;
            padding: 10px 12px !important;
            font-size: 12px !important;
            border-radius: 12px !important;
            box-shadow: 0 -8px 16px rgba(255, 255, 255, .92), 0 8px 18px rgba(15, 23, 42, .20) !important;
        }

        body.dark #dimiBubble.hero-mode .dimi-start-btn {
            box-shadow: 0 -8px 16px rgba(15, 23, 42, .92), 0 8px 18px rgba(0, 0, 0, .35) !important;
        }

        .mundial-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .08);
            border: 1px solid #e2e8f0;
            transition: transform .18s ease, box-shadow .18s ease;
        }

        .mundial-card:hover {
            transform: translateY(-1px);
            box-shadow: 0 10px 18px rgba(15, 23, 42, .10);
        }

        body.dark .mundial-card {
            background: #111827 !important;
            border-color: #334155 !important;
            color: #e5e7eb !important;
        }

        @media (max-width:420px) {
            #dimiBubble.hero-mode {
                inset: 6px !important;
                width: auto !important;
                max-width: none !important;
                max-height: calc(100dvh - 12px) !important;
            }

            #dimiBubble.hero-mode .dimi-body {
                padding: 6px !important;
            }

            #dimiBubble.hero-mode img.w-20,
            #dimiBubble.hero-mode img.w-28 {
                width: 50px !important;
                height: 50px !important;
            }

            #dimiBubble.hero-mode .welcome-kpi-val {
                font-size: .88rem !important;
            }

            #dimiBubble.hero-mode .welcome-kpi-val-xl {
                font-size: .95rem !important;
            }
        }
