/* Finitions du thème bleu G2 PVP. */
:root {
    --blue: #2677ff;
    --cyan: #57c7ff;
    --line: rgba(145, 181, 229, .15);
}

/* Logo net, sans l'ancien halo. */
.brand-mark,
.brand-mark-logo {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.brand-mark-logo img {
    transform: scale(1.12) !important;
    filter: none !important;
    box-shadow: none !important;
}

.nav-actions-separator {
    width: 1px;
    height: 30px;
    margin: 0 8px 0 3px;
    background: rgba(145, 181, 229, .25);
}

.nav-icon-button,
.nav-profile-button {
    position: relative;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center;
    border: 1px solid rgba(145, 181, 229, .16) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .1) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.nav-icon-button:hover,
.nav-profile-button:hover {
    transform: translateY(-2px);
    border-color: rgba(87, 199, 255, .55) !important;
    background: rgba(47, 128, 255, .17) !important;
}

.nav-icon-button > .bi {
    color: #fff !important;
    font-size: 17px !important;
}

.nav-social-label,
.nav-account-name {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.nav-social .g2s-badge {
    top: -7px !important;
    right: -5px !important;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    display: grid;
    place-items: center;
    border: 2px solid #050b14;
    border-radius: 999px;
    background: #28b9f5;
    color: #04101b;
    font-size: 10px;
    font-weight: 800;
}

.nav-social .g2s-badge.hidden {
    display: none !important;
}

.nav-profile-button::after {
    display: none !important;
}

.nav-profile-button img {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
}

.nav-online-dot {
    position: absolute;
    right: -1px;
    bottom: 2px;
    width: 9px;
    height: 9px;
    border: 2px solid #050b14;
    border-radius: 50%;
    background: #9be43b;
}

.nav-profile-menu {
    width: 286px;
    margin-top: 13px !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(87, 199, 255, .2) !important;
    border-radius: 18px !important;
    background: rgba(4, 13, 25, .98) !important;
    backdrop-filter: blur(22px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .55), 0 0 35px rgba(38, 119, 255, .08) !important;
}

.nav-profile-menu-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border-bottom: 1px solid rgba(145, 181, 229, .12);
    background: linear-gradient(135deg, rgba(47, 128, 255, .14), transparent 65%);
}

.nav-profile-menu-head > img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border: 2px solid rgba(87, 199, 255, .55);
    border-radius: 50%;
}

.nav-profile-menu-head > div {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.nav-profile-menu-head strong {
    overflow: hidden;
    color: #fff;
    font: 800 13px Manrope, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-profile-menu-head span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #91a2b9;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.nav-profile-menu-head span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9be43b;
    box-shadow: 0 0 10px rgba(155, 228, 59, .6);
}

.nav-profile-menu-links {
    display: grid;
    gap: 4px;
    padding: 10px;
}

.nav-profile-menu-links .dropdown-item {
    display: grid;
    grid-template-columns: 36px 1fr 16px;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 12px;
}

.nav-profile-menu-links .dropdown-item:hover {
    border-color: rgba(87, 199, 255, .18);
    background: rgba(47, 128, 255, .1);
}

.nav-profile-menu-links .dropdown-item > i:first-child {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(47, 128, 255, .13);
    color: #57c7ff;
}

.nav-profile-menu-links .dropdown-item > span {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.nav-profile-menu-links strong {
    color: #eef5ff;
    font-size: 11px;
}

.nav-profile-menu-links small {
    color: #667991;
    font-size: 9px;
}

.nav-profile-menu-links .bi-chevron-right {
    color: #4f6077;
    font-size: 10px;
}

.nav-profile-menu-foot {
    padding: 10px;
    border-top: 1px solid rgba(145, 181, 229, .12);
}

.nav-profile-logout {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 11px 12px !important;
    color: #ff7a8a !important;
    border-radius: 11px !important;
}

.nav-profile-logout:hover {
    background: rgba(255, 91, 110, .1) !important;
}

.nav-profile-menu-simple {
    width: 210px;
    border-radius: 14px !important;
}

.nav-profile-menu-simple .nav-profile-menu-links {
    gap: 2px;
    padding: 7px;
}

.nav-profile-menu-simple .nav-profile-menu-links .dropdown-item {
    grid-template-columns: 30px 1fr;
    gap: 8px;
    padding: 8px 9px;
    border-radius: 9px;
}

.nav-profile-menu-simple .nav-profile-menu-links .dropdown-item > i:first-child {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.nav-profile-menu-simple .nav-profile-menu-links strong {
    font-size: 11px;
}

.nav-profile-menu-simple .nav-profile-menu-foot {
    padding: 7px;
}

.nav-profile-menu-simple .nav-profile-logout {
    padding: 9px !important;
}

/* Empêche l'ancien bouton de notifications Azuriom de revenir dans cette navbar. */
.site-header .notifications-dropdown,
.site-header #notificationsDropdown {
    display: none !important;
}

.shop-info-panel {
    padding: 30px;
    border: 1px solid rgba(87, 199, 255, .2);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(5, 20, 35, .96), rgba(3, 12, 23, .94));
}

.shop-info-kicker {
    color: #57c7ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}

.shop-info-panel h2 {
    margin: 8px 0 14px;
    color: #2f80ff;
    font: 800 clamp(30px, 4vw, 48px)/1 Manrope, sans-serif;
}

.shop-info-panel p,
.shop-info-grid p {
    color: #91a2b9;
    font-size: 13px;
    line-height: 1.7;
}

.shop-parent-note {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 22px;
    padding: 17px;
    border-radius: 12px;
    background: rgba(35, 129, 255, .1);
}

.shop-parent-note > i {
    color: #57c7ff;
    font-size: 18px;
}

.shop-parent-note div {
    display: grid;
    gap: 5px;
}

.shop-parent-note strong,
.shop-info-grid strong {
    font-size: 11px;
}

.shop-parent-note span {
    color: #b4c4d8;
    font-size: 11px;
}

.shop-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.shop-info-grid article {
    min-height: 135px;
    padding: 22px;
    border-radius: 16px;
    background: rgba(5, 16, 29, .92);
}

.shop-policy-card {
    border: 1px solid rgba(255, 91, 110, .58);
}

.shop-policy-card > i,
.shop-policy-card > strong {
    color: #ff6b7d;
}

.shop-support-card {
    border: 1px solid rgba(65, 230, 155, .52);
}

.shop-support-card > i,
.shop-support-card > strong {
    color: #41e69b;
}

.shop-info-grid article > i {
    margin-right: 7px;
}

@media (max-width: 700px) {
    .shop-info-grid {
        grid-template-columns: 1fr;
    }
}

/* Les illustrations des grades restent entièrement visibles. */
.product-image {
    overflow: hidden;
}

.shop-product-card .product-image img {
    position: absolute !important;
    inset: 18px !important;
    width: calc(100% - 36px) !important;
    height: calc(100% - 36px) !important;
    max-width: calc(100% - 36px) !important;
    max-height: calc(100% - 36px) !important;
    object-fit: contain !important;
}

/* ── Auth (login / register) ─────────────────────────── */
.auth-shell {
    width: min(560px, 100%);
    margin: 48px auto 72px;
    padding: 0 8px;
}

.auth-shell .section-kicker,
.auth-shell .kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #4f9cff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.auth-shell > h1 {
    margin: 0 0 12px;
    font: 800 clamp(36px, 5vw, 52px)/1 Manrope, system-ui, sans-serif;
    letter-spacing: -.04em;
    color: #fff;
}

.auth-lead {
    margin: 0 0 22px;
    color: #8e9aaf;
    font-size: 15px;
    line-height: 1.65;
}

.auth-hint {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 0 0 22px;
    padding: 16px 18px;
    border: 1px solid rgba(145, 181, 229, .18);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(38, 119, 255, .12), rgba(255, 255, 255, .02));
    color: #c9d4e6;
}

.auth-hint > i {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(38, 119, 255, .16);
    color: #57c7ff;
    font-size: 18px;
}

.auth-hint strong {
    display: block;
    color: #fff;
    font-size: 14px;
}

.auth-hint code {
    padding: 1px 6px;
    border-radius: 6px;
    background: rgba(38, 119, 255, .18);
    color: #9fd0ff;
    font-size: .9em;
}

.auth-shell .card {
    border: 1px solid rgba(145, 181, 229, .16);
    border-radius: 18px;
    background: rgba(8, 16, 32, .88);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}

.auth-shell .form-control {
    min-height: 48px;
    border-color: rgba(145, 181, 229, .18);
    background: rgba(3, 10, 22, .9);
    color: #fff;
}

.auth-shell .form-control:focus {
    border-color: rgba(38, 119, 255, .65);
    box-shadow: 0 0 0 3px rgba(38, 119, 255, .18);
    background: rgba(3, 10, 22, .95);
}

.auth-shell .btn-primary {
    min-height: 48px;
    border: 0;
    background: linear-gradient(135deg, #2677ff, #1855c7);
    font-weight: 700;
}

.auth-shell a {
    color: #57c7ff !important;
    text-decoration: none;
}

.auth-shell a:hover {
    color: #9fd0ff !important;
}

/* Scroll cue — souris (sans trait) */
.scroll-cue .scroll-mouse{
  position:relative !important;
  display:inline-block !important;
  width:18px !important;
  height:28px !important;
  border:2px solid #8ebfff !important;
  border-radius:11px !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:hidden !important;
  flex-shrink:0 !important;
}
.scroll-cue .scroll-mouse::before,
.scroll-cue .scroll-mouse::after{
  background-image:none !important;
}
.scroll-cue .scroll-mouse::after{
  content:"" !important;
  position:absolute !important;
  top:5px !important;
  left:50% !important;
  width:3px !important;
  height:6px !important;
  margin-left:-1.5px !important;
  border-radius:2px !important;
  background:#8ebfff !important;
  animation:g2ScrollWheel 1.6s ease-in-out infinite !important;
}
.scroll-cue .scroll-mouse svg{display:none !important}
@keyframes g2ScrollWheel{
  0%{transform:translateY(0);opacity:1}
  70%{transform:translateY(9px);opacity:0}
  100%{transform:translateY(0);opacity:0}
}


/* Hero title — simple, net (anti-clip P) */
.hero h1.hero-title,
.hero .hero-title {
    position: relative;
    line-height: 1;
    letter-spacing: -.03em;
    padding: .08em .2em .12em;
    overflow: visible;
    color: #fff;
    text-shadow: none;
}

.hero h1.hero-title em,
.hero .hero-title em {
    display: inline-block;
    padding: .04em .14em .06em;
    margin-inline: 0;
    overflow: visible;
    background: linear-gradient(105deg, #2677ff 0%, #57c7ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: none;
}

.hero h1.hero-title::after,
.hero .hero-title::after {
    content: none;
    display: none;
}

@media (max-width: 650px) {
    .hero h1.hero-title,
    .hero .hero-title {
        padding: .08em .16em .1em;
        letter-spacing: -.025em;
    }

    .hero h1.hero-title em,
    .hero .hero-title em {
        padding: .04em .12em .06em;
    }
}

/* Rank VIP badges — distinct glow accents */
.shop-product-card.shop-rank-gold .product-image{
  background:radial-gradient(circle at 50% 40%,rgba(255,196,64,.16),transparent 55%),radial-gradient(circle at 50% 80%,rgba(38,119,255,.18),transparent 50%);
}
.shop-product-card.shop-rank-diamond .product-image{
  background:radial-gradient(circle at 50% 35%,rgba(87,199,255,.22),transparent 55%),radial-gradient(circle at 50% 85%,rgba(38,119,255,.2),transparent 50%);
}
.shop-product-card.shop-rank-gold:hover .product-image img,
.shop-product-card.shop-rank-diamond:hover .product-image img{
  filter:drop-shadow(0 18px 28px rgba(38,119,255,.45));
}

/* Profil — accents bleu G2 (plus d’orange) */
.profile-hero-card .g2-name-trigger {
    color: #f0f5ff !important;
}
.profile-hero-card .g2-name-trigger:hover,
.profile-hero-card .g2-name-trigger:focus {
    color: #57c7ff !important;
}
.profile-hero-card .g2-name-trigger i {
    color: #57c7ff !important;
}
.profile-hero-card .g2-avatar-button {
    box-shadow: 0 0 0 3px rgba(38, 119, 255, 0.35) !important;
}
.profile-hero-card .g2-avatar-button:hover {
    box-shadow: 0 0 0 4px rgba(87, 199, 255, 0.55) !important;
}
.g2-crop-modal {
    border-color: rgba(38, 119, 255, 0.28) !important;
}
.g2-crop-stage {
    box-shadow: 0 0 0 5px rgba(38, 119, 255, 0.22) !important;
}
