body.gajos-local-ai-marker .theme-bg,
body.gajos-gradient-header .theme-bg {
    background: linear-gradient(120deg, #efc832 0%, #f7d85a 46%, #54cfd0 100%) !important;
}

body.gajos-local-ai-marker .light-menu.theme-bg,
body.gajos-gradient-header .light-menu.theme-bg {
    box-shadow: 0 10px 24px rgba(40, 49, 91, 0.12);
}

body.gajos-local-ai-marker .btn.theme-bg,
body.gajos-local-ai-marker button.theme-bg,
body.gajos-gradient-primary-buttons .btn.theme-bg,
body.gajos-gradient-primary-buttons button.theme-bg {
    border: 0;
    color: #17202a !important;
    box-shadow: 0 10px 22px rgba(84, 207, 208, 0.22);
}

body.gajos-local-ai-marker .btn.theme-bg:hover,
body.gajos-local-ai-marker button.theme-bg:hover,
body.gajos-local-ai-marker .btn.theme-bg:focus,
body.gajos-local-ai-marker button.theme-bg:focus,
body.gajos-gradient-primary-buttons .btn.theme-bg:hover,
body.gajos-gradient-primary-buttons button.theme-bg:hover,
body.gajos-gradient-primary-buttons .btn.theme-bg:focus,
body.gajos-gradient-primary-buttons button.theme-bg:focus {
    background: linear-gradient(120deg, #e9bd26 0%, #f5d04f 42%, #42bebf 100%) !important;
    color: #111827 !important;
}

.gajos-runtime-preview-toolbar {
    align-items: center;
    background: #f8fafc;
    border-bottom: 1px solid #d7e5ec;
    border-top: 1px solid #e4edf2;
    color: #163241;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 8px 18px;
}

.gajos-runtime-preview-toolbar.is-active {
    background: #edf8f0;
    border-color: #bce6ca;
    color: #1f5d35;
}

.gajos-runtime-preview-toolbar__state,
.gajos-runtime-preview-toolbar__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gajos-runtime-preview-toolbar__state {
    font-size: 13px;
}

.gajos-runtime-preview-toolbar__dot {
    background: #94a3b8;
    border-radius: 999px;
    display: inline-block;
    height: 8px;
    width: 8px;
}

.gajos-runtime-preview-toolbar.is-active .gajos-runtime-preview-toolbar__dot {
    background: #22a06b;
}

.gajos-runtime-preview-toolbar form {
    margin: 0;
}

.gajos-runtime-preview-toolbar__button {
    border: 1px solid #bfd2dc;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 10px;
    text-decoration: none;
}

.gajos-runtime-preview-toolbar__button.primary {
    background: linear-gradient(120deg, #efc832 0%, #54cfd0 100%);
    border-color: transparent;
    color: #12212c;
}

.gajos-runtime-preview-toolbar__button.secondary,
.gajos-runtime-preview-toolbar__button.link {
    background: #ffffff;
    color: #17495a;
}

@media (max-width: 768px) {
    .gajos-runtime-preview-toolbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 8px 12px;
    }
}
