/* ================================
   DJAMBO - Common Styles
   ================================ */
@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/clash-display/ClashDisplay-Regular.woff2') format('woff2'),
         url('/fonts/clash-display/ClashDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/clash-display/ClashDisplay-Medium.woff2') format('woff2'),
         url('/fonts/clash-display/ClashDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/clash-display/ClashDisplay-Semibold.woff2') format('woff2'),
         url('/fonts/clash-display/ClashDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/clash-display/ClashDisplay-Bold.woff2') format('woff2'),
         url('/fonts/clash-display/ClashDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* CSS Reset & Base */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
/* body > * {
  max-width: 100%;
} */

html {
  scroll-behavior: smooth;
}
.lang-switcher {
    --lang-radius: 8px;
    --lang-border: rgba(255,255,255,0.12);
    --lang-bg: rgba(255,255,255,0.06);
    --lang-bg-hover: rgba(255,255,255,0.10);
    --lang-text: rgba(255,255,255,0.85);
    --lang-accent: #6ee7b7;
    font-family: 'DM Mono', 'Fira Code', monospace;
}

/* Trigger Button */
.lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    background: var(--lang-bg);
    border: 1px solid var(--lang-border);
    border-radius: var(--lang-radius);
    color: var(--lang-text);
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    backdrop-filter: blur(8px);
}

.lang-btn:hover,
.lang-btn[aria-expanded="true"] {
    background: var(--lang-bg-hover);
    border-color: rgba(255,255,255,0.22);
    color: #fff;
}

.lang-flag {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    display: block;
}

.lang-chevron {
    opacity: 0.5;
    transition: transform 0.25s ease, opacity 0.2s;
    flex-shrink: 0;
}
.lang-btn[aria-expanded="true"] .lang-chevron {
    transform: rotate(180deg);
    opacity: 0.8;
}

/* Dropdown Menu */
.lang-menu {
    min-width: 148px;
    padding: 5px;
    background: #1a1e27;
    border: 1px solid var(--lang-border);
    border-radius: var(--lang-radius);
    box-shadow: 0 8px 24px rgba(0,0,0,0.45), 0 2px 8px rgba(0,0,0,0.3);
    backdrop-filter: blur(12px);
    margin-top: 5px !important;
    animation: langMenuIn 0.18s ease;
}

@keyframes langMenuIn {
    from { opacity: 0; transform: translateY(-6px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0)  scale(1); }
}

/* Menu Items */
.lang-option {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 10px;
    border-radius: 5px;
    color: rgba(255,255,255,0.65);
    font-family: inherit;
    font-size: 0.82rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    cursor: pointer;
}

.lang-option:hover {
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.9);
}

.lang-option.is-active {
    color: var(--lang-accent);
    background: rgba(110,231,183,0.08);
}

.lang-check {
    margin-left: auto;
    flex-shrink: 0;
    color: var(--lang-accent);
}
body {
  font-family: "Clash Display", sans-serif;
  background-color: rgba(0, 0, 0, 1);
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}
     .main-content {
            padding: 1.5rem 0;
            position: relative;
        }

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}
 .header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 1rem 0;
    }
    
    .header .navbar {
        padding: 0;
    }
    .modal{
        background: #ffffff3b;
    }
     .modal-content {
            /* background: linear-gradient(135deg, #1a1a1a 0%, #2d1a1a 100%); */
            background: rgba(1, 0, 0, 1);
            border: none;    position: relative;

            border-radius: 24px;
            color: #fff;
        }
.glow {
    position: absolute;
    pointer-events: none;
    filter: blur(28px);
    opacity: 0.85;
}
.glow-top-right {
  top: 6%;
    right: -9%;
    width: 345px;
    height: 240px;
    background: radial-gradient(ellipse at center, rgb(220 40 40 / 9%), rgba(160, 25, 25, 0.35) 40%, rgba(0, 0, 0, 0) 70%);
}
.glow-bottom-left {
    bottom: 25%;
    left: -8%;

    width: 305px;
    height: 200px;

    background: radial-gradient(
        ellipse at center,
        rgba(200, 35, 35, 0.45),
        rgba(120, 20, 20, 0.25) 45%,
        rgba(0, 0, 0, 0) 75%
    );
}

        .modal-header {
            border-bottom: none;
            padding: 2rem 2rem 1rem;
        }

        .modal-title {
            font-size: 30px;
            font-weight: 600;
        }

        .btn-close {
            background: #fff;
            border-radius: 50%;
            opacity: 1;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
   .form-label {
         font-size: 14px;
    font-weight: 600;
    font-family: 'Inter';
    margin-bottom: 0.5rem;
        }

        .form-control,
        .form-select {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 8px;
            color: #fff;
            padding: 15px;
            font-size: 14px;
        }

        .form-control:focus,
        .form-select:focus {
            background-color: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.3);
            color: #fff;
            box-shadow: none;
        }

        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .form-select {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        }

        .form-select option {
            background-color: #2d1a1a;
            color: #fff;
        }

        .form-check {
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 1rem 1rem 1rem 3rem;
            margin-bottom: 1rem;
        }

        .form-check-input {
            width: 1.5rem;
            height: 1.5rem;
            margin-left: -2.5rem;
            border: 2px solid rgba(255, 255, 255, 0.3);
            background-color: transparent;
        }

        .form-check-input:checked {
            background-color: #ff4757;
            border-color: #ff4757;
        }

        .form-check-label {
            font-size: 1.1rem;
            font-weight: 600;
            margin-left:10px;
            display: flex;
            gap:10px;
        }
 .back-btn {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .back-btn:hover {
        background: rgba(255, 255, 255, 0.15);
    }
        .form-check-label small {
            display: block;
            font-weight: 400;
            color: rgba(104, 102, 102, 1);
            margin-top: 0.25rem;
        }
        .modal-body {
            padding: 1rem 2rem 2rem;
        }
    .font-inter{
      font-family: inter !important;
    }
      .btn-doutline {
        background-color:transparent;
        color: #ffffff;
       border: 1px solid rgba(255, 255, 255, 1);
        padding: 0.875rem 2rem;
        border-radius: 50px;
      backdrop-filter: blur(32px);
             font-family: Merriweather;
        font-weight: 500;
        font-size: 16.68px;
        transition: all 0.3s ease;
    }
    .bors{
        box-shadow: 0px 0px 0px 1px rgba(255, 38, 1, 1);

box-shadow: 0px 1px 2px 0px rgba(250, 38, 48, 1);

    }
    .btn-doutline:hover {
        background-color: #262729;
        color: #ffffff;
        transform: translateY(-2px);
    }
    
    .btn-dprimary {
        background-color: rgba(250, 38, 48, 1);
        color: #ffffff;
        border: none;
        padding: 0.875rem 2.5rem;
        border-radius: 50px;
        font-family: Merriweather;
        font-weight: 500;
        font-size: 16.68px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 20px rgba(239, 68, 68, 0.4);
    }
    .btn-success {
        background-color: rgba(24, 180, 32, 1);
        color: #ffffff;
        border: none;
        padding: 0.875rem 2.5rem;
        border-radius: 50px;
        font-family: Merriweather;
        font-weight: 500;
        font-size: 16.68px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 20px rgba(239, 68, 68, 0.4);
    }
    
    .btn-dprimary:hover {
        background-color: #dc2626;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(239, 68, 68, 0.5);
    }
    
    /* Glow Effect */
    .hero-section::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
        width: 600px;
        height: 400px;
        background: radial-gradient(ellipse, rgba(239, 68, 68, 0.3) 0%, transparent 70%);
        pointer-events: none;
    }
    .logo-text {
        font-size: 28px;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 2px;
    }
    
    .header .nav-link {
        color: rgba(255, 255, 255, 0.43);
        font-weight: 500;
        font-size:18px ;
        padding: 0.5rem 1.25rem;
        transition: color 0.3s ease;
    }
    
    .header .nav-link:hover,
    .header .nav-link.active {
        color: rgba(250, 38, 48, 1);
    }
    
    .auth-buttons {
        gap: 0.75rem;
    }
    
    .btn-login {
        background-color: rgba(36, 36, 36, 1);
        color: #ffffff;
    border: 1px solid rgba(36, 36, 36, 1);
        padding: 0.5rem 1.5rem;
        border-radius: 50px;
        font-weight: 600;backdrop-filter: blur(32px);
        font-size: 18px;
        transition: all 0.3s ease;
    }
    
    .btn-login:hover {
        background-color: #374151;
        color: #ffffff;
    }
    
    .btn-register {
        background-color: rgba(250, 38, 48, 1);
        color: #ffffff;
        border: none;
        padding: 0.5rem 1.5rem;
        border-radius: 50px;
        font-weight: 600;
        font-size: 18px;
        transition: all 0.3s ease;
    }
    
    .btn-register:hover {
        background-color: #dc2626;
        color: #ffffff;
    }
    
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.2);
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .auth-buttons-m{
    display:none;
  }
    @media (max-width: 991.98px) {
        .navbar-collapse {
            background-color: rgb(24 26 29 / 95%);
            padding: 1rem;
            border-radius: 0.5rem;
            margin-top: 1rem;
        }
         .auth-buttons-m {
        display: flex;
        gap: 12px;
        margin-top: 6px;
    }
        .auth-buttons {
            display: flex;
            margin-top: 1rem;
            padding-top: 1rem;
            /* border-top: 1px solid #374151; */
        }
    }
/* Container Override */
.container {
  /* max-width: 1200px; */
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Common Button Styles */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3);
}

/* Section Spacing */
section {
  position: relative;
}

/* Utility Classes */
.text-red {
  color: rgba(250, 38, 48, 1);
}

.bg-dark-card {
  background-color: #1f2937;
}

.border-dark {
  border-color: #374151 !important;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #111827;
}

::-webkit-scrollbar-thumb {
  background: #374151;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4b5563;
}

/* Selection Color */
::selection {
  background-color: rgba(239, 68, 68, 0.3);
  color: #ffffff;
}

/* Focus Visible */
:focus-visible {
  outline: 2px solid rgba(250, 38, 48, 1);
  outline-offset: 2px;
}

/* Animation Utilities */
.animate-fade-in {
  animation: fadeIn 0.6s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


 .site-footer {
        background-color: #0a0a0a;
        padding: 120px 0 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .footer-logo {
        font-size: 30px;
        font-weight: 600;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 2px;
    }

    .footer-logo:hover {
        color: #ffffff;
    }

    .footer-copyright {
        color: rgba(138, 143, 152, 1);
        font-size: 16.8px; font-weight: 400;
        margin-top: 0.5rem;
    }

    .footer-social {
        display: flex;
        gap: 20px;
        margin-top: 2rem;
    }

    .footer-social a {
        color: rgba(138, 143, 152, 1);
        font-size: 15px;font-weight: 400;
        transition: color 0.3s ease;
    }

    .footer-social a:hover {
        color: #ffffff;
    }

    .footer-links h6 {
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0;
        display: none;
    }

    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links ul li {
        margin-bottom: 12px;
    }

    .footer-links ul li a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        font-size: 0.95rem;
        transition: color 0.3s ease;
    }

    .footer-links ul li a:hover {
        color: #ffffff;
    }

    @media (max-width: 767px) {
        .site-footer {
            text-align: center;
        }
.dmodal-content{
  padding: 1.8rem 1rem !IMPORTANT;
}
        .footer-social {
            justify-content: center;
        }

        .footer-links {
            margin-top: 2rem;
        }

        .footer-links ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px 25px;
        }

        .footer-links ul li {
            margin-bottom: 0;
        }
    }

    @media (max-width: 400px) {
           .balance-actions{
               flex-direction: column;       gap: 20px !important;
        }
    }
    @media (max-width: 576px) {
      .form-check-label {
            flex-direction: column;gap: 0px;
        }
   
        .scb-cont{
            flex-direction: column;gap: 20px !important;
        }
        .filter-select{
            padding: 0.45rem 0.2rem;
        }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .auth-buttons{
    display:none;
  }
  
}

.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fs-10{font-size: 10px !important;}
.fs-12{font-size: 12px !important;}
.fs-14{font-size: 14px !important;}
.fs-16{font-size: 16px !important;}
.fs-18{font-size: 18px !important;}
.fs-22{font-size: 22px !important;}
.fs-20{font-size: 20px !important;}
.fs-28{font-size: 28px !important;}
.fs-24{font-size: 24px !important;}
.fs-32{font-size: 32px !important;}
.fs-36{font-size: 36px !important;}
.fs-40{font-size: 40px !important;}
.fs-46{font-size: 46px !important;}
.fs-48{font-size: 48px !important;}
.fs-60{font-size: 60px !important;}
.fs-64{font-size: 64px !important;}
 /* PIN Inputs */
    .pin-inputs {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        justify-content: center;
    }

    .pin-input {
        width: 45px;
        height: 50px;
        background: #1a1a1a;
        border: 1px solid #3a3a3a;
        border-radius: 12px; font-family: inter;
        text-align: center;
        font-size: 1.55rem;
        font-weight: 600;
        color: #fff;
        transition: border-color 0.3s ease;
    }

    .pin-input:focus {
        outline: none;
        border-color: #ef4444;
    }
/* Success Modal */
    .dmodal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 30%);
        z-index: 9999;
        align-items: center;
        justify-content: center;
    }

    .dmodal.show {
        display: flex;
    }
.modal-md{
    max-width: 600px;
}
    .dmodal-content {
        background: #000000;
        border-radius: 24px;
        padding: 3rem;
        text-align: center;
        max-width: 450px;
        width: 90%;
        animation: scaleIn 0.4s ease;
    }

    @keyframes scaleIn {
        from {
            opacity: 0;
            transform: scale(0.8);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    .success-badge {
        width: 100px;
        height: 100px;
        margin: 0 auto 2rem;
    }

    .success-badge svg {
        width: 100%;
        height: 100%;
    }

    /* Right-side glow blob */
.right-glow {
position: absolute;
    top: 14%;
    right: -15%;
    width: 60%;
    height: 66%;
    pointer-events: none;
    background: radial-gradient(ellipse at 90% 86%, rgb(149 66 66 / 36%), rgb(120 15 15 / 24%) 35%, rgba(0, 0, 0, 0) 65%);
    filter: blur(124px);
}

.modal-glow {
position: absolute;
    top: 14%;
    right: -15%;
    width: 60%;
    height: 66%;
    pointer-events: none;
    background: radial-gradient(ellipse at 90% 86%, rgb(149 66 66 / 36%), rgb(120 15 15 / 24%) 35%, rgba(0, 0, 0, 0) 65%);
    filter: blur(124px);
}


/* ===============================
   FORCE DARK SELECT2 THEME
================================ */
/* .select2-container{
    width:40% !important;
} */
/* Main selection */
.select2-container--default .select2-selection--single {
  background: #1a1a1a !important;
  border: 1px solid #333 !important;
  border-radius: 12px !important;
  height: 46px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:20% !important;
}
/* Text */
.select2-selection__rendered {
  color: #fff !important;
  line-height: 46px !important;
  padding-left: 14px !important;
}

/* Arrow */
.select2-selection__arrow b {
  border-color: #aaa transparent transparent transparent !important;
}

/* Dropdown container */
.select2-container--default .select2-dropdown {
  background: #141414 !important;
  border: 1px solid #333 !important;
  border-radius: 12px !important;
}

/* Results wrapper */
.select2-results {
  background: #141414 !important;
}

/* Options */
.select2-results__option {
  background: #141414 !important;
  color: #ddd !important;
}

/* Hover */
.select2-results__option--highlighted {
  background: #ff2b2b !important;
  color: #fff !important;
}

/* Selected */
.select2-results__option[aria-selected="true"] {
  background: #2a2a2a !important;
  color: #fff !important;
}

/* SEARCH BOX (this is the big issue) */
.select2-search--dropdown {
  background: #141414 !important;
  padding: 8px !important;
}

.select2-search--dropdown .select2-search__field {
  background: #0f0f0f !important;
  color: #fff !important;
  border: 1px solid #333 !important;
  border-radius: 8px !important;
  height: 38px !important;
}

/* Placeholder */
.select2-search__field::placeholder {
  color: #777 !important;
}

/* Scrollbar (optional but 🔥) */
.select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
}


.user-menu {
    --um-radius: 10px;
    --um-border: rgba(255,255,255,0.11);
    --um-bg: rgba(255,255,255,0.06);
    --um-bg-hover: rgba(255,255,255,0.10);
    --um-text: rgba(255,255,255,0.82);
    --um-accent: #6ee7b7;
    font-family: 'DM Mono', 'Fira Code', monospace;
}

/* Trigger */
.user-trigger {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 5px 12px 5px 5px;
    background: var(--um-bg);
    border: 1px solid var(--um-border);
    border-radius: 50px;
    color: var(--um-text);
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    backdrop-filter: blur(8px);
}
.user-trigger:hover,
.user-trigger[aria-expanded="true"] {
    background: var(--um-bg-hover);
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}

/* Avatar */
.user-avatar-wrap {
    position: relative;
    flex-shrink: 0;
}
.user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 1.5px solid rgba(255,255,255,0.15);
}
.user-status-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: var(--um-accent);
    border-radius: 50%;
    border: 1.5px solid #111;
}

.user-name {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-chevron {
    opacity: 0.45;
    transition: transform 0.22s ease, opacity 0.2s;
    flex-shrink: 0;
}
.user-trigger[aria-expanded="true"] .user-chevron {
    transform: rotate(180deg);
    opacity: 0.75;
}

/* Dropdown */
.user-dropdown {
    min-width: 210px;
    padding: 6px;
    background: #16191f;
    border: 1px solid var(--um-border);
    border-radius: var(--um-radius);
    box-shadow: 0 12px 32px rgba(0,0,0,0.5), 0 2px 8px rgba(0,0,0,0.3);
    margin-top: 6px !important;
    animation: umIn 0.18s ease;
}
@keyframes umIn {
    from { opacity: 0; transform: translateY(-6px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Dropdown header (mini profile) */
.user-dropdown-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px 10px;
}
.user-dropdown-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid rgba(255,255,255,0.12);
    flex-shrink: 0;
}
.user-dropdown-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.user-dropdown-name {
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-dropdown-email {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Divider */
.user-divider {
    margin: 3px 4px;
    border-color: rgba(255,255,255,0.08);
}

/* Items */
.user-dropdown-item {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    color: rgba(255,255,255,0.65);
    font-family: inherit;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    text-align: left;
}
.user-dropdown-item:hover {
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.92);
}
.user-logout-btn:hover {
    background: rgba(239,68,68,0.1);
    color: #fca5a5;
}
