/* zon-onboarding.css */
/* NovZon Base Theme for Driver.js */

.driver-popover {
    border-radius: 16px !important;
    color: #f3f4f6 !important;
    font-family: 'Inter', sans-serif !important;
    padding: 20px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
}

/* Base Dark Theme (Default) */
.driver-theme-default {
    background-color: #1a1a24 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Glassmorphism Theme (For Profile, Library etc) */
.driver-theme-glass {
    background-color: rgba(26, 26, 36, 0.85) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
}

/* Freedom Terminal Theme */
.driver-theme-terminal {
    background-color: #0f172a !important;
    border: 1px solid #10b981 !important;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.15) !important;
    font-family: 'Fira Code', monospace !important;
}

/* ZON Market Theme */
.driver-theme-market {
    background-color: #1a1a24 !important;
    border: 1px solid #f59e0b !important;
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.2) !important;
}

/* Typography Overrides */
.driver-popover-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.driver-theme-terminal .driver-popover-title {
    font-family: 'Fira Code', monospace !important;
    color: #10b981 !important;
}

.driver-theme-market .driver-popover-title {
    color: #f59e0b !important;
}

.driver-popover-description {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    color: #9ca3af !important;
}

.driver-theme-terminal .driver-popover-description {
    font-family: 'Fira Code', monospace !important;
    color: #34d399 !important;
}

/* Buttons */
.driver-popover-footer button {
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 6px 14px !important;
    text-shadow: none !important;
    transition: all 0.2s ease !important;
    font-size: 0.85rem !important;
}

/* Next / Prev Button Base */
.driver-popover-next-btn, .driver-popover-prev-btn {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.driver-popover-next-btn:hover, .driver-popover-prev-btn:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

/* Primary Color Theme Support */
.driver-theme-default .driver-popover-next-btn,
.driver-theme-glass .driver-popover-next-btn {
    background-color: #9333ea !important;
    color: white !important;
}

.driver-theme-default .driver-popover-next-btn:hover,
.driver-theme-glass .driver-popover-next-btn:hover {
    background-color: #a855f7 !important;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.5) !important;
}

.driver-theme-terminal .driver-popover-next-btn {
    background-color: #10b981 !important;
    color: #0f172a !important;
}
.driver-theme-terminal .driver-popover-next-btn:hover {
    background-color: #34d399 !important;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5) !important;
}

.driver-theme-market .driver-popover-next-btn {
    background-color: #f59e0b !important;
    color: #000 !important;
}
.driver-theme-market .driver-popover-next-btn:hover {
    background-color: #fbbf24 !important;
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.5) !important;
}

/* Close Button */
.driver-popover-close-btn {
    color: #9ca3af !important;
}
.driver-popover-close-btn:hover {
    color: #fff !important;
}

/* Progress Text */
.driver-popover-progress-text {
    font-size: 0.8rem !important;
    color: #6b7280 !important;
    font-weight: 600 !important;
}

/* SVG Arrows */
.driver-popover-arrow {
    /* To color the arrows, we might need border color adjustments depending on placement */
}
