/* /var/www/web.nikkidepot.com/public/assets/css/header.css */

@media (min-width: 768px) {
    .nikki-desktop-header {
        background:
            radial-gradient(circle at 12% 0%, rgba(20, 184, 166, 0.14), transparent 30%),
            radial-gradient(circle at 78% 0%, rgba(59, 130, 246, 0.08), transparent 28%),
            linear-gradient(180deg, rgba(2, 6, 23, 0.985), rgba(15, 23, 42, 0.965));
        border-bottom: 1px solid rgba(148, 163, 184, 0.14);
        color: #f8fafc;
        box-shadow: 0 14px 40px rgba(2, 6, 23, 0.12);
    }

    .nikki-desktop-logo-link {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        min-height: 44px;
    }

    .nikki-desktop-logo-text {
        font-family: 'Playfair Display', 'Clemente', serif;
        font-size: 25px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 0.20em;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    }

    .nikki-desktop-logo-dot {
        display: none;
    }

    .nikki-desktop-search {
        background: rgba(248, 250, 252, 0.94);
        border: 1px solid rgba(226, 232, 240, 0.28);
        color: #0f172a;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.70),
            0 12px 30px rgba(2, 6, 23, 0.12);
    }

    .nikki-desktop-search::placeholder {
        color: rgba(100, 116, 139, 0.62);
        font-weight: 600;
    }

    .nikki-desktop-search:focus {
        background: #ffffff;
        border-color: rgba(20, 184, 166, 0.45);
        box-shadow:
            0 0 0 4px rgba(20, 184, 166, 0.12),
            0 16px 34px rgba(2, 6, 23, 0.14);
    }

    .nikki-desktop-action {
        position: relative;
        display: inline-flex;
        height: 42px;
        width: 42px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        border: 1px solid rgba(226, 232, 240, 0.10);
        background: rgba(255, 255, 255, 0.035);
        color: rgba(203, 213, 225, 0.84);
        transition:
            color 160ms ease,
            background 160ms ease,
            border-color 160ms ease,
            transform 160ms ease,
            box-shadow 160ms ease;
    }

    .nikki-desktop-action:hover {
        transform: translateY(-1px);
        border-color: rgba(20, 184, 166, 0.28);
        background: rgba(255, 255, 255, 0.085);
        color: #ffffff;
        box-shadow: 0 12px 24px rgba(2, 6, 23, 0.22);
    }

    .nikki-desktop-action:active {
        transform: translateY(0);
    }

    .nikki-desktop-deposit-btn {
        display: inline-flex;
        min-height: 42px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(226, 232, 240, 0.12);
        padding: 0 24px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none;
        transition:
            transform 160ms ease,
            background 160ms ease,
            border-color 160ms ease,
            box-shadow 160ms ease;
    }

    .nikki-desktop-deposit-btn:hover {
        transform: translateY(-1px);
        background: #ffffff;
        border-color: rgba(255, 255, 255, 0.88);
        color: #020617;
        box-shadow: 0 16px 32px rgba(2, 6, 23, 0.24);
    }

    .nikki-desktop-deposit-btn:active {
        transform: translateY(0);
    }

    .nikki-desktop-icon,
    .nikki-desktop-nav-link,
    .nikki-desktop-cta {
        transition: all 160ms ease;
    }
}