.ai-page {
    background: url('/images/ai-bg.webp') center/cover no-repeat;
    padding: 20px !important;
    position: relative;
    min-height: 100dvh;
}

.ai-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #2a2a2a;
    border-radius: 20px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

html, body {
    background: #000000 !important;
}
