@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;700;800&family=Inter:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap");

.global-font-base {
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
}

/* Same base as landing sections — skewed blocks reveal whatever is behind the paint; default white reads as “gaps”. !important wins over later global CSS. */
body.guest-auth-theme {
    background-color: rgb(5 10 24) !important;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.backdrop-blur-40 {
    --tw-backdrop-blur: blur(40px);
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.guest-auth-theme .guest-top-nav {
    background: #050A18 !important;
    box-shadow: none !important;
}

.guest-auth-theme .guest-top-nav .navbar-brand {
    font-size: 24px;
    font-weight: 900;
}

.guest-auth-theme .guest-top-nav .nav-link:not(.btn) {
    color: #A3AAC4 !important;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.guest-auth-theme .guest-top-nav .nav-link:not(.btn):hover,
.guest-auth-theme .guest-top-nav .nav-link:not(.btn):focus {
    color: #FF8AA5 !important;
}

.guest-auth-theme .guest-top-nav .toggleRegister {
    background: linear-gradient(90deg, #FF8AA5 0%, #E40A65 100%) !important;
    border: 0 !important;
    color: #620027 !important;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    box-shadow: 0 14px 30px rgba(228, 10, 101, 0.22);
}

.guest-auth-theme .guest-top-nav .toggleRegister:hover,
.guest-auth-theme .guest-top-nav .toggleRegister:focus {
    color: #5D0C2C !important;
    box-shadow: 0 18px 36px rgba(228, 10, 101, 0.28);
}

.landing-hero-section,
.landing-features-section,
.landing-top-gainers-section,
.landing-cta-empire-section {
    --tw-bg-opacity: 1;
    background-color: rgb(5 10 24 / var(--tw-bg-opacity, 1));
}

.landing-hero-section {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    min-height: 100dvh;
    background-image: radial-gradient(circle at 12% 12%, rgba(255, 138, 165, 0.14), transparent 36%), radial-gradient(circle at 88% 54%, rgba(228, 10, 101, 0.12), transparent 34%);
    overflow: hidden;
}

.landing-hero-overlay {
    position: relative;
    height: 100%;
    min-height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(5, 10, 24, 0.4) 55%, #050a18 100%);
}

.landing-hero-container {
    height: 100%;
}

.landing-hero-row {
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: 110px;
    padding-bottom: 120px;
}

.landing-hero-badge {
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgb(255 255 255 );
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.py-2-custom {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-5-custom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.bg-white-5 {
    background-color: rgba(255, 255, 255, 0.05);
}

.border-white-10 {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.gap-3-custom {
    gap: 0.75rem;
}

.landing-hero-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #e67aff;
    margin-right: 0.45rem;
    animation: landing-ping 1.25s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes landing-ping {
    0% {
        transform: scale(1);
        opacity: 0.95;
    }
    60% {
        transform: scale(1.45);
        opacity: 0.45;
    }
    100% {
        transform: scale(1.65);
        opacity: 0.22;
    }
}

.landing-hero-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(3.1rem, 7.4vw, 6.4rem);
    font-style: italic;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: #dee5ff;
    overflow: visible;
    padding-right: 0.08em;
}

.landing-hero-title-accent {
    display: inline-block;
    background: linear-gradient(180deg, #ff8aa5 0%, #e40a65 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-right: 1.5em;
}

.landing-hero-description {
    max-width: 620px;
    color: #a3aac4;
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    line-height: 1.55;
}

.landing-hero-actions {
    gap: 0.25rem;
}

.landing-hero-btn {
    position: relative;
    border-radius: 16px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    font-family: "Inter", sans-serif !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    transition:
        transform 0.38s cubic-bezier(0.34, 1.45, 0.64, 1),
        box-shadow 0.38s ease,
        border-color 0.38s ease,
        background-color 0.38s ease,
        color 0.38s ease,
        filter 0.38s ease;
}

.landing-hero-section .landing-hero-btn,
.landing-hero-section .landing-hero-btn:hover,
.landing-hero-section .landing-hero-btn:focus,
.landing-hero-section .landing-hero-btn:active,
.landing-hero-section .landing-phone-cta,
.landing-hero-section .landing-phone-cta:hover,
.landing-hero-section .landing-phone-cta:focus,
.landing-hero-section .landing-phone-cta:active {
    border-radius: 16px !important;
}

.landing-hero-btn-primary {
    --tw-shadow: 0 0 50px rgba(255, 138, 165, 0.4);
    --tw-shadow-colored: 0 0 50px var(--tw-shadow-color);
    background-color: #ff8aa5 !important;
    color: #620027 !important;
    border: 0 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.landing-hero-btn-primary:hover,
.landing-hero-btn-primary:focus-visible {
    color: #620027 !important;
    transform: translateY(-4px) scale(1.02);
    --tw-shadow: 0 14px 48px rgba(255, 138, 165, 0.55), 0 0 72px rgba(255, 138, 165, 0.38);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    filter: brightness(1.07);
}

.landing-hero-btn-primary:active {
    transform: translateY(-1px) scale(1.01);
    transition-duration: 0.12s;
    --tw-shadow: 0 8px 32px rgba(255, 138, 165, 0.45), 0 0 48px rgba(255, 138, 165, 0.3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.landing-hero-btn-secondary {
    background: rgba(255, 255, 255, 0.03) !important;
    color: #dce2ff !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.landing-hero-btn-secondary:hover,
.landing-hero-btn-secondary:focus-visible {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.42) !important;
    box-shadow:
        0 14px 40px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.12),
        0 0 48px rgba(120, 140, 255, 0.15) !important;
}

.landing-hero-btn-secondary:active {
    transform: translateY(-1px);
    transition-duration: 0.12s;
    background: rgba(255, 255, 255, 0.07) !important;
}

.landing-phone-glow {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 360px;
    padding: 28px;
    border-radius: 2rem;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.landing-phone-glow::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -2.5rem;
    border-radius: 2.25rem;
    pointer-events: none;
    opacity: 0.5;
    --tw-blur: blur(64px);
    filter: var(--tw-blur);
    --tw-gradient-from: rgb(255 138 165 / 0.3);
    --tw-gradient-to: rgb(230 122 255 / 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    transition: none;
}

.landing-phone-frame {
    position: relative;
    z-index: 1;
    padding: 10px;
    border-radius: 2rem;
    background: #060a16;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.38);
}

@media (prefers-reduced-motion: reduce) {
    .landing-hero-btn,
    .landing-hero-btn:hover,
    .landing-hero-btn:focus,
    .landing-hero-btn:focus-visible,
    .landing-hero-btn:active {
        transform: none !important;
        transition-duration: 0.01ms !important;
    }
}

.landing-phone-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 1.5rem;
    display: block;
}

.landing-phone-overlay {
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.landing-phone-profile {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.landing-phone-user-meta {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.landing-phone-profile-icon {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

.landing-phone-profile-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.landing-phone-profile-image {
    width: 45px;
    height: 45px;
    border-radius: 999px;
    object-fit: cover;
    object-position: center top;
    border: 1px solid rgba(255, 255, 255, 0.38);
}

.landing-phone-user {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
}

.landing-phone-status {
    color: #ff8aa5;
    font-family: "Inter", sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.09em;
}

.landing-phone-cta {
    width: 100%;
    border: 0;
    border-radius: 16px !important;
    padding: 0.8rem 1rem;
    font-family: "Inter", sans-serif !important;
    font-size: 0.72rem;
    line-height: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: linear-gradient(90deg, #ff8aa5 0%, #e40a65 100%);
    color: #2e0518;
}

.landing-phone-cta-dark {
    background: rgba(6, 10, 22, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #e5e9ff !important;
}

.landing-hero-eyebrow {
    color: #ff8aa5;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.24em;
}

.landing-hero-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.landing-scroll-indicator {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 24px;
    transform: translateX(-50%);
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    z-index: 3;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.landing-scroll-indicator:focus {
    outline: none;
}

.landing-scroll-indicator:focus-visible {
    outline: 2px solid rgba(255, 138, 165, 0.65);
    outline-offset: 6px;
    border-radius: 4px;
}

.landing-scroll-indicator__mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 24px;
    position: relative;
}

.landing-scroll-indicator__wheel {
    width: 3px;
    height: 8px;
    border-radius: 999px;
    background: #ff8aa5;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    animation: landing-scroll-wheel 1.8s ease-in-out infinite;
}

.landing-scroll-indicator__line {
    width: 2px;
    height: 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 138, 165, 0.95) 0%, rgba(255, 138, 165, 0.1) 100%);
}

.landing-scroll-indicator__label {
    color: #a3aac4;
    font-family: "Inter", sans-serif;
    font-size: 9px;
    letter-spacing: 0.2em;
}

.height-100vh{
    height: 100vh;
}



@keyframes landing-scroll-wheel {
    0% {
        opacity: 0;
        transform: translate(-50%, -1px);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 11px);
    }
}

@media (max-width: 991px) {
    .landing-hero-row {
        padding-top: 120px;
        padding-bottom: 120px;
        min-height: auto;
        height: auto;
    }

    .landing-hero-section,
    .landing-hero-overlay {
        height: auto;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .landing-hero-title {
        font-size: clamp(2.5rem, 12vw, 4.2rem);
    }

    .landing-hero-description {
        font-size: 1.08rem;
    }

    .landing-phone-image {
        height: 440px;
    }

    .landing-scroll-indicator {
        left: 50%;
        transform: translateX(-50%);
        bottom: 18px;
    }
}

/* Tilted strip: skew the section, counter-skew inner content so copy/cards stay straight. */
.landing-live-section {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #060e1d;
    border: 1px solid rgb(255 255 255 / 0.05);
    overflow: hidden;
    transform-origin: center center;
}

.landing-live-section .container {
    position: relative;
    z-index: 1;
}

.landing-live-head {
    margin-bottom: 1.15rem;
}

.landing-live-title {
    color: #DEE5FF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.landing-live-subtitle {
    color: #A3AAC4;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1.4px;
}

.landing-live-nav {
    gap: 0.6rem;
}

/* Show LIVE nav arrows only on mobile */
@media (min-width: 576px) {
    .landing-live-section .landing-live-nav {
        display: none !important;
    }
}

.landing-live-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: #dce5ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-live-nav-btn:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateY(-1px);
}

.landing-live-nav-btn:disabled,
.landing-live-nav-btn.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.landing-live-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
    align-items: start;
}

/* Scroll-reveal: add .landing-live-card--inview via IntersectionObserver (home.blade.php) */
.landing-live-card {
    position: relative;
    border-radius: 1.45rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    background: #0b1022;
    opacity: 0;
    transform: translate3d(0, 1.75rem, 0) scale(0.97);
    filter: blur(12px);
    --reveal-delay: 0ms;
    --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
    transition:
        opacity 0.8s var(--ease-spring),
        transform 0.8s var(--ease-spring),
        filter 0.65s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

.landing-live-grid .landing-live-card:nth-child(1) {
    --reveal-delay: 0ms;
}

.landing-live-grid .landing-live-card:nth-child(2) {
    --reveal-delay: 75ms;
}

.landing-live-grid .landing-live-card:nth-child(3) {
    --reveal-delay: 150ms;
}

.landing-live-grid .landing-live-card:nth-child(4) {
    --reveal-delay: 225ms;
}

.landing-live-card--inview {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    transition-delay: var(--reveal-delay), var(--reveal-delay), var(--reveal-delay), 0s, 0s;
}

.landing-live-card--inview:hover {
    transform: translate3d(0, -10px, 0);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.52),
        0 0 0 1px rgba(255, 138, 165, 0.14);
    transition-delay: 0s;
}

.landing-live-card-featured.landing-live-card--inview:hover {
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.52),
        0 0 0 2px rgba(255, 138, 165, 0.7),
        0 0 44px rgba(255, 138, 165, 0.42);
}

.landing-live-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-live-card--inview:hover .landing-live-card-image {
    transform: scale(1.06);
}

.landing-live-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(2, 11, 34, 0) 0%, rgba(2, 11, 34, 0.9) 100%);
}

.landing-live-card-top {
    position: absolute;
    left: 0.8rem;
    top: 0.7rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.landing-live-avatar-wrap {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.landing-live-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-live-name {
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.landing-live-chip {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
    padding: 0.36rem 0.7rem;
    border-radius: 8px;
    background: #FF8AA5;
    color: #620027;
    font-family: "Inter", sans-serif;
    font-size: 9px;
    line-height: 13.5px;
    font-weight: 600;
    letter-spacing: 0.9px;
}

.landing-live-card-featured {
    box-shadow: 0 0 0 2px rgba(255, 138, 165, 0.55), 0 0 32px rgba(255, 138, 165, 0.32);
}

.landing-live-card-locked::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 1;
}

.landing-live-lock {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #dbe6ff;
    gap: 0.35rem;
}

.landing-live-lock-icon {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(35, 205, 255, 0.18);
    border: 1px solid rgba(35, 205, 255, 0.45);
    font-size: 1.2rem;
}

.landing-live-lock-text {
    color: #81ECFF;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2.4px;
    font-weight: 600;
}

.landing-live-lock-price {
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    line-height: 28px;
    font-weight: 600;
}

.landing-live-indicator {
    width: 18px;
    height: 3px;
    border-radius: 99px;
    background: #dbe2ff;
    margin: 0.9rem auto 0;
}

/* Static empty live state — landing-live-section1 */
.landing-live-section1 {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #060e1d;
    border-top: 1px solid rgb(255 255 255 / 0.05);
    overflow: hidden;
}

.landing-live-section1::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 18% 20%, rgb(255 138 165 / 0.1), transparent 70%),
        radial-gradient(ellipse 40% 35% at 82% 80%, rgb(129 236 255 / 0.06), transparent 72%);
    pointer-events: none;
}

.landing-live-section1 .container {
    position: relative;
    z-index: 1;
}

.landing-live-offline {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    justify-items: center;
    min-height: 420px;
}

.landing-live-offline__ghosts {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
    filter: blur(2px) saturate(0.65);
    opacity: 0.45;
    pointer-events: none;
}

.landing-live-offline__ghost {
    display: block;
    height: 400px;
    border-radius: 1.45rem;
    border: 1px dashed rgb(255 255 255 / 0.1);
    background:
        linear-gradient(160deg, rgb(255 255 255 / 0.04) 0%, transparent 40%),
        linear-gradient(180deg, #12182c 0%, #0b1022 100%);
}

.landing-live-offline__ghost--featured {
    border-color: rgb(255 138 165 / 0.22);
    box-shadow: inset 0 0 0 1px rgb(255 138 165 / 0.08);
}

.landing-live-offline__card {
    grid-column: 1;
    grid-row: 1;
    z-index: 2;
    width: min(100%, 34rem);
    margin: 2rem 0;
    padding: 2.25rem 2rem 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgb(255 255 255 / 0.1);
    background:
        linear-gradient(165deg, rgb(255 255 255 / 0.06) 0%, transparent 42%),
        rgb(9 19 40 / 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        0 24px 64px rgb(0 0 0 / 0.48),
        0 0 0 1px rgb(255 138 165 / 0.1);
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 1.5rem, 0);
    filter: blur(8px);
    transition:
        opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.75s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.6s ease;
}

.landing-live-offline__card--inview {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

.landing-live-offline__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1.25rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgb(255 255 255 / 0.12);
    background: rgb(255 255 255 / 0.05);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a3aac4;
}

.landing-live-offline__badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #6b7280;
}

.landing-live-offline__icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgb(255 138 165 / 0.25);
    background: rgb(255 138 165 / 0.1);
    color: #ff8aa5;
    font-size: 1.5rem;
}

.landing-live-offline__title {
    margin: 0 0 0.75rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.4rem, 2.2vw, 1.75rem);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #dee5ff;
}

.landing-live-offline__text {
    margin: 0 auto 1.35rem;
    max-width: 26rem;
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 500;
    color: #a3aac4;
}

.landing-live-offline__stats {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 0.6rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid rgb(255 255 255 / 0.08);
    background: rgb(255 255 255 / 0.04);
}

.landing-live-offline__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 4.25rem;
}

.landing-live-offline__stat-val {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 1.4rem;
    font-weight: 800;
    color: #dee5ff;
}

.landing-live-offline__stat-val--muted {
    color: #ff8aa5;
}

.landing-live-offline__stat-lbl {
    margin-top: 0.15rem;
    font-family: "Inter", sans-serif;
    font-size: 9px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #7f8aa8;
}

.landing-live-offline__stat-sep {
    width: 1px;
    height: 1.75rem;
    background: linear-gradient(180deg, transparent, rgb(255 255 255 / 0.14), transparent);
}

.landing-live-offline__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.landing-live-offline__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 3rem;
    padding: 0.75rem 1.35rem;
    border-radius: 0.85rem;
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.landing-live-offline__btn--primary {
    color: rgb(9 19 40);
    background: #ff8aa5;
    box-shadow: 0 16px 38px rgb(255 138 165 / 0.35);
}

.landing-live-offline__btn--primary:hover {
    color: rgb(9 19 40);
    text-decoration: none;
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.landing-live-offline__btn--ghost {
    color: #dee5ff;
    background: rgb(255 255 255 / 0.05);
    border: 1px solid rgb(255 255 255 / 0.12);
}

.landing-live-offline__btn--ghost:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(255 255 255 / 0.08);
    border-color: rgb(255 255 255 / 0.2);
}

@media (max-width: 991px) {
    .landing-live-offline__ghosts {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .landing-live-offline__ghost {
        height: 180px;
    }

    .landing-live-offline__ghost:not(:first-child) {
        display: none;
    }

    .landing-live-offline {
        min-height: 320px;
    }

    .landing-live-offline__card {
        width: calc(100% - 0.5rem);
        padding: 1.85rem 1.25rem 1.5rem;
    }

    .landing-live-offline__actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-live-offline__card {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}



@media (prefers-reduced-motion: reduce) {
    .landing-live-card {
        opacity: 1;
        transform: none;
        filter: none;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .landing-live-card--inview:hover {
        transform: none;
    }

    .landing-live-card-image {
        transition: none;
    }

    .landing-live-card--inview:hover .landing-live-card-image {
        transform: none;
    }

    .landing-feature-card {
        opacity: 1;
        transform: none;
        filter: none;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .landing-feature-card--inview:hover {
        transform: none;
        box-shadow: none;
    }

    .landing-cta-empire-title-line {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .landing-cta-empire-card--inview .landing-cta-empire-title-line--2,
    .landing-cta-empire-title-line--2 {
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
        color: #620027;
        -webkit-text-fill-color: #620027;
        animation: none;
    }

    .landing-cta-empire-text {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .landing-cta-empire-actions {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 991px) {
    .landing-live-grid {
        grid-template-columns: 1fr;
    }
}

.landing-top-gainers-section {
    position: relative;
    padding: 3.25rem 0 4rem;
}

.landing-top-gainers-head {
    margin-bottom: 2.25rem;
    gap: 1rem;
}

.landing-top-gainers-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #dee5ff;
}

.landing-top-gainers-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #a3aac4;
    max-width: 36rem;
}

.landing-top-gainers-explore {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #e67aff;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, transform 0.2s ease;
}

.landing-top-gainers-explore:hover {
    color: #f0b4ff;
    text-decoration: none;
}

.landing-top-gainers-explore .bi {
    font-size: 1rem;
    vertical-align: -0.1em;
}

.landing-top-gainers-head-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.landing-top-gainers-nav {
    display: none;
    align-items: center;
    gap: 0.5rem;
}

.landing-top-gainers-nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #dce5ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-top-gainers-nav-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.landing-top-gainers-nav-btn:active {
    transform: translateY(0) scale(0.96);
    transition-duration: 0.12s;
}

.landing-top-gainers-nav-btn:disabled,
.landing-top-gainers-nav-btn.is-disabled {
    opacity: 0.38;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.landing-top-gainers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.landing-top-gainers-card {
    --tg-accent: #ff8aa5;
    --tg-accent-shadow: rgba(255, 138, 165, 0.42);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    border-radius: 20px;
    border: 2px solid rgb(255 255 255 / 0.05);
    background: rgb(9 19 40 / 0.85);
    overflow: hidden;
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.35s ease;
}

.landing-top-gainers-card--clickable {
    cursor: pointer;
}

.landing-top-gainers-card:hover {
    overflow: visible;
    transform: translateY(-8px);
    border-color: rgb(255 255 255 / 0.14);
    box-shadow:
        0 28px 56px rgba(5, 10, 24, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 16px 44px var(--tg-accent-shadow);
}

/* Subscribe button + hover glow: cycle 4 accents by card index (DOM order). Pure CSS — no per-card classes needed for dynamic lists. */
.landing-top-gainers-grid > .landing-top-gainers-card:nth-child(4n + 1) {
    --tg-accent: #ff8aa5;
    --tg-accent-shadow: rgba(255, 138, 165, 0.45);
}

.landing-top-gainers-grid > .landing-top-gainers-card:nth-child(4n + 2) {
    --tg-accent: #c084fc;
    --tg-accent-shadow: rgba(192, 132, 252, 0.45);
}

.landing-top-gainers-grid > .landing-top-gainers-card:nth-child(4n + 3) {
    --tg-accent: #81ecff;
    --tg-accent-shadow: rgba(129, 236, 255, 0.42);
}

.landing-top-gainers-grid > .landing-top-gainers-card:nth-child(4n + 4) {
    --tg-accent: #fb7185;
    --tg-accent-shadow: rgba(251, 113, 133, 0.45);
}

/* Optional: force a palette when you output a modifier class from the server */
.landing-top-gainers-grid > .landing-top-gainers-card.landing-top-gainers-card--accent-pink {
    --tg-accent: #ff8aa5;
    --tg-accent-shadow: rgba(255, 138, 165, 0.45);
}

.landing-top-gainers-grid > .landing-top-gainers-card.landing-top-gainers-card--accent-purple {
    --tg-accent: #c084fc;
    --tg-accent-shadow: rgba(192, 132, 252, 0.45);
}

.landing-top-gainers-grid > .landing-top-gainers-card.landing-top-gainers-card--accent-cyan {
    --tg-accent: #81ecff;
    --tg-accent-shadow: rgba(129, 236, 255, 0.42);
}

.landing-top-gainers-grid > .landing-top-gainers-card.landing-top-gainers-card--accent-rose {
    --tg-accent: #fb7185;
    --tg-accent-shadow: rgba(251, 113, 133, 0.45);
}

.landing-top-gainers-media {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 4 / 5;
    min-height: 0;
    overflow: hidden;
    border-radius: 17px 17px 0 0;
    z-index: 1;
    background: rgb(6 12 28);
}

.landing-top-gainers-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-top-gainers-card:hover .landing-top-gainers-img {
    transform: scale(1.045);
}

.landing-top-gainers-name-wrap {
    --tw-gradient-from-position: 0%;
    --tw-gradient-from: #050a18 var(--tw-gradient-from-position);
    --tw-gradient-via-position: 55%;
    --tw-gradient-to-position: 100%;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0.85rem 0.7rem;
    box-sizing: border-box;
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    pointer-events: none;
}

.landing-top-gainers-media .landing-top-gainers-name {
    position: relative;
    top: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    text-shadow:
        0 2px 18px rgba(0, 0, 0, 0.65),
        0 1px 3px rgba(0, 0, 0, 0.85);
}

.landing-top-gainers-chip {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 4;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 9999px;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #620027;
    background-color: #ff8aa5;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow-color: rgb(255 138 165 / 0.4);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    --tw-shadow: var(--tw-shadow-colored);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.landing-top-gainers-body {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem 1.25rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgb(9 19 40);
}

.landing-top-gainers-meta {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    height: 2.75rem;
    flex-shrink: 0;
    overflow: hidden;
    justify-content: flex-start;
}
.landing-top-gainers-card:hover .landing-top-gainers-meta {
    height: auto;
    overflow: visible;
    z-index: 6;
}

.landing-top-gainers-name {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.landing-top-gainers-tags {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a3aac4;
    margin: 0;
    max-width: 100%;
    max-height: 2.75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.landing-top-gainers-card:hover .landing-top-gainers-tags {
    max-height: none;
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.landing-top-gainers-subscribe {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    flex-shrink: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 16px;
    border: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: rgb(9 19 40);
    background-color: var(--tg-accent);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 16px 38px var(--tg-accent-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.landing-top-gainers-subscribe:hover {
    color: rgb(9 19 40);
    text-decoration: none;
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 22px 48px var(--tg-accent-shadow);
}

.landing-top-gainers-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    width: 100%;
    margin-top: auto;
}

.landing-top-gainers-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.05);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.landing-top-gainers-mini:hover {
    border-color: rgb(255 255 255 / 0.18);
    background: rgb(255 255 255 / 0.07);
    color: #ffffff;
    text-decoration: none;
}

.landing-top-gainers-mini .bi {
    font-size: 0.85rem;
    opacity: 0.85;
}

@media (prefers-reduced-motion: reduce) {

    .landing-top-gainers-card,
    .landing-top-gainers-img {
        transition: none;
    }

    .landing-top-gainers-card:hover {
        transform: none;
    }

    .landing-top-gainers-card:hover .landing-top-gainers-img {
        transform: none;
    }
}

@media (max-width: 1199px) {
    .landing-top-gainers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .landing-live-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 0.2rem;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .landing-live-grid::-webkit-scrollbar {
        display: none;
    }

    .landing-live-grid .landing-live-card {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .landing-top-gainers-section {
        padding: 2.25rem 0 3rem;
    }

    .landing-top-gainers-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 0.2rem;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .landing-top-gainers-grid::-webkit-scrollbar {
        display: none;
    }

    .landing-top-gainers-grid .landing-top-gainers-card {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .landing-top-gainers-nav {
        display: inline-flex;
        position: absolute;
        left: 50%;
        bottom: 0.55rem;
        transform: translateX(-50%);
        z-index: 7;
        gap: 0.55rem;
        justify-content: center;
        padding: 0.42rem 0.5rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 999px;
        background: rgba(8, 16, 36, 0.62);
        box-shadow: 0 14px 28px rgba(5, 10, 24, 0.42);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .landing-top-gainers-head-actions {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        margin-top: 0.6rem;
    }

    .landing-top-gainers-nav-btn {
        width: 38px;
        height: 38px;
        border-color: rgba(255, 255, 255, 0.24);
        color: #ffe8f2;
        background: linear-gradient(135deg, #ff8aa5 0%, #e40a65 100%);
        box-shadow:
            0 10px 20px rgba(228, 10, 101, 0.35),
            inset 0 1px 0 rgba(255, 255, 255, 0.35);
    }

    .landing-top-gainers-nav-btn:hover {
        background: linear-gradient(135deg, #ffa5bd 0%, #f01275 100%);
        border-color: rgba(255, 255, 255, 0.35);
        color: #fff;
        transform: translateY(-1px);
        filter: brightness(1.05);
    }

    .landing-top-gainers-nav-btn:active {
        transform: translateY(0) scale(0.95);
        transition-duration: 0.12s;
    }

    .landing-top-gainers-nav-btn:disabled,
    .landing-top-gainers-nav-btn.is-disabled {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.16);
        color: rgba(255, 255, 255, 0.55);
    }

    .landing-top-gainers-card {
        min-height: 0;
    }

    .landing-top-gainers-media {
        aspect-ratio: 4 / 5;
        border-radius: 17px 17px 0 0;
    }

    .landing-top-gainers-section {
        padding-bottom: 4.2rem;
    }
}

.landing-cta-empire-section {
    padding: 2.5rem 0 4.5rem;
}

.landing-cta-empire-card {
    position: relative;
    overflow: hidden;
    border-radius: 48px;
    padding: clamp(2.5rem, 6vw, 4.25rem) clamp(1.5rem, 4vw, 3.25rem);
    text-align: center;
    background: linear-gradient(90deg, #ff8aa5 0%, #e40a65 100%);
    box-shadow:
        0 24px 80px rgba(217, 70, 239, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.landing-cta-empire-card::before {
    content: "";
    position: absolute;
    top: -45%;
    right: -20%;
    width: min(70%, 28rem);
    height: min(120%, 36rem);
    border-radius: 50%;
    background: radial-gradient(
        circle at 55% 35%,
        rgba(255, 255, 255, 0.42) 0%,
        rgba(255, 200, 255, 0.12) 38%,
        transparent 68%
    );
    opacity: 0.55;
    pointer-events: none;
}

.landing-cta-empire-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.landing-cta-empire-title {
    position: relative;
    z-index: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #620027;
    margin: 0 auto 2rem;
    max-width: 100%;
}

.landing-cta-empire-title-line {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 1.35rem, 0);
    transition:
        opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing-cta-empire-card--inview .landing-cta-empire-title-line--1 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.06s;
    padding-inline-end: 0.3em;
}

.landing-cta-empire-card--inview .landing-cta-empire-title-line--2 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.2s;
    padding-inline-end: 0.3em;
    background-image: linear-gradient(
        105deg,
        #4a0019 0%,
        #620027 22%,
        #c41e5c 48%,
        #fff0f6 50%,
        #c41e5c 52%,
        #620027 78%,
        #4a0019 100%
    );
    background-size: 220% 100%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: landing-cta-empire-shimmer 4.5s ease-in-out infinite;
}

@keyframes landing-cta-empire-shimmer {
    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.landing-cta-empire-text {
    position: relative;
    z-index: 1;
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    color: rgb(98 0 39 / 0.9);
    margin: 0 auto 3.5rem;
    max-width: 42rem;
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
    transition:
        opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing-cta-empire-card--inview .landing-cta-empire-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.38s;
}

.landing-cta-empire-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.75rem;
    opacity: 0;
    transform: translate3d(0, 0.75rem, 0);
    transition:
        opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing-cta-empire-card--inview .landing-cta-empire-actions {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.52s;
}

.landing-cta-empire-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    text-decoration: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 4rem;
    padding-right: 4rem;
    --tw-bg-opacity: 1;
    background-color: rgb(5 10 24 / var(--tw-bg-opacity, 1));
    border-radius: 2rem;
}

.landing-cta-empire-btn-primary:hover {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration: none;
    transform: translateY(-2px);
    filter: brightness(1.06);
    --tw-shadow: 0 28px 55px -10px rgb(0 0 0 / 0.32);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.landing-cta-empire-link-secondary {
    font-family: "Inter", sans-serif;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-text-opacity: 1;
    color: rgb(98 0 39 / var(--tw-text-opacity, 1));
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 4px solid rgb(98 0 39 / 0.3);
    text-decoration: none;
}

.landing-cta-empire-link-secondary:hover {
    color: rgb(98 0 39 / var(--tw-text-opacity, 1));
    border-bottom-color: rgb(98 0 39 / 0.55);
    text-decoration: none;
}

@media (max-width: 575px) {
    .landing-cta-empire-section {
        padding: 2rem 0 3.25rem;
    }

    .landing-cta-empire-card {
        border-radius: 32px;
    }

    .landing-cta-empire-actions {
        flex-direction: column;
        gap: 1.15rem;
    }

    .landing-cta-empire-btn-primary {
        width: 100%;
        max-width: 22rem;
    }
}

.landing-features-section {
    padding: 2.5rem 0 3.5rem;
}

.landing-features-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 1rem;
}

.landing-feature-card {
    position: relative;
    border-radius: 1.5rem;
    border: 1px solid rgba(117, 156, 255, 0.18);
    background: linear-gradient(145deg, rgba(20, 31, 60, 0.96), rgba(9, 18, 40, 0.96));
    overflow: hidden;
    padding: 3rem;
    opacity: 0;
    transform: translate3d(0, 2rem, 0) scale(0.98);
    filter: blur(10px);
    --reveal-delay: 0ms;
    --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
    transition:
        opacity 0.85s var(--ease-spring),
        transform 0.85s var(--ease-spring),
        filter 0.7s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

.landing-features-grid .landing-feature-card:nth-child(1) {
    --reveal-delay: 0ms;
}

.landing-features-grid .landing-feature-card:nth-child(2) {
    --reveal-delay: 85ms;
}

.landing-features-grid .landing-feature-card:nth-child(3) {
    --reveal-delay: 170ms;
}

.landing-features-grid .landing-feature-card:nth-child(4) {
    --reveal-delay: 255ms;
}

.landing-feature-card--inview {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    transition-delay: var(--reveal-delay), var(--reveal-delay), var(--reveal-delay), 0s, 0s;
}

.landing-feature-card--inview:hover {
    transform: translate3d(0, -6px, 0);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.38);
    transition-delay: 0s;
}

.landing-feature-card-wide {
    grid-column: 1 / span 4;
    grid-row: 1;
    min-height: 330px;
    background: linear-gradient(
        180deg,
        rgba(5, 10, 24, 1) 0%,
        rgba(5, 10, 24, 0.6) 50%,
        rgba(5, 10, 24, 0) 100%
    );
}

.landing-feature-card-wide:hover {
    border-color: rgb(230 122 255 / 0.3);
}

.landing-feature-card-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0.5; */
}

.landing-feature-content {
    position: relative;
    z-index: 2;
    max-width: 56%;
}

.landing-feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.32rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 122, 255, 0.3);
    background: rgba(230, 122, 255, 0.2);
    color: #E67AFF;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1.05rem;
}

.landing-feature-badge-dot {
    width: 13px;
    height: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e67aff;
}

.landing-feature-badge-dot svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.landing-feature-title {
    color: #DEE5FF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    letter-spacing: -2.4px;
    font-style: italic;
}

.landing-feature-title-accent {
    color: #E67AFF;
    font-size: 48px;
    font-weight: 800;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

.landing-feature-description {
    color: #a3aac4;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.landing-feature-btn {
    border-radius: 16px !important;
    padding: 16px 32px !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

.landing-feature-btn-primary {
    --tw-shadow-color: rgb(230 122 255 / 0.2);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    --tw-shadow: var(--tw-shadow-colored);
    background: #E67AFF !important;
    color: #050A18 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1.2px !important;
    border: 0 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.landing-feature-btn-secondary {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #dde5ff !important;
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1.2px !important;
    color: #FFFFFF !important;
}



.landing-feature-card-side {
    grid-column: 5 / span 2;
    grid-row: 1;
    min-height: 230px;
    position: relative;
    background: #141F38;
    border-color: rgb(255 138 165 / 0.2);
    border-width: 2px;
}

.landing-feature-card-side-circle {
    --tw-blur: blur(80px);
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    position: absolute;
    top: -3.9rem;
    right: -1.6rem;
    width: 12rem;
    height: 12rem;
    border-radius: 9999px;
    background-color: rgb(255 138 165 / 0.2);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    pointer-events: none;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1000ms;
}

.landing-feature-card-side:hover .landing-feature-card-side-circle {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}

.landing-feature-card-bottom-left,
.landing-feature-card-bottom-right {
    grid-column: span 3;
}

.landing-feature-card-bottom-left {
    grid-column: 1 / span 3;
    grid-row: 2;
    background: #141F38 !important;
    border-color: rgb(129 236 255 / 0.2) !important;
}

.landing-feature-card-bottom-left-circle {
    --tw-blur: blur(80px);
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    position: absolute;
    left: -3.6rem;
    bottom: -3.6rem;
    z-index: 0;
    background-color: rgb(129 236 255 / 0.2);
    border-radius: 9999px;
    width: 12rem;
    height: 12rem;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    pointer-events: none;
}

.landing-feature-card-bottom-left > *:not(.landing-feature-card-bottom-left-circle) {
    position: relative;
    z-index: 1;
}

.landing-feature-card-bottom-right {
    --tw-bg-opacity: 1;
    grid-column: 4 / span 3;
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 38%);
    gap: 1.5rem 2rem;
    align-items: center;
    background-image: none;
    background-color: rgb(9 19 40 / var(--tw-bg-opacity, 1));
    border-color: rgb(255 255 255 / 0.05);
    border-width: 2px;
    border-style: solid;
    overflow: visible;
}

.landing-feature-security-main {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.landing-feature-security-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 14rem;
}

.landing-feature-security-orbit {
    position: relative;
    width: min(220px, 100%);
    aspect-ratio: 1;
    flex-shrink: 0;
    isolation: isolate;
}

.landing-feature-security-ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    inset: 0;
}

/* Outer: slow clockwise orbit — “perimeter scan” */
.landing-feature-security-ring--outer {
    border: 2px solid rgba(129, 236, 255, 0.12);
    border-top-color: rgba(129, 236, 255, 0.75);
    border-right-color: rgba(255, 138, 165, 0.4);
    box-shadow: 0 0 0 1px rgba(129, 236, 255, 0.06) inset;
    transform-origin: center;
    animation: landing-security-orbit-spin 22s linear infinite;
    z-index: 0;
}

/* Mid: counter-rotate — depth / redundancy */
.landing-feature-security-ring--mid {
    inset: 16%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top-color: rgba(129, 236, 255, 0.45);
    border-bottom-color: rgba(255, 138, 165, 0.25);
    transform-origin: center;
    animation: landing-security-orbit-spin-reverse 14s linear infinite;
    z-index: 1;
}

/* Inner: dashed “encrypted channel” pulse */
.landing-feature-security-ring--inner {
    inset: 34%;
    border: 2px dashed rgba(129, 236, 255, 0.4);
    transform-origin: center;
    animation:
        landing-security-orbit-spin 9s linear infinite,
        landing-security-ring-pulse 3.2s ease-in-out infinite;
    z-index: 1;
}

.landing-feature-security-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    color: #81ecff;
    font-size: 1.45rem;
    background: radial-gradient(circle at 30% 25%, rgba(129, 236, 255, 0.22), rgba(5, 10, 24, 0.95) 62%);
    border: 1px solid rgba(129, 236, 255, 0.35);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 24px rgba(129, 236, 255, 0.2);
    animation: landing-security-core-breathe 3s ease-in-out infinite;
}

@keyframes landing-security-orbit-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes landing-security-orbit-spin-reverse {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes landing-security-ring-pulse {
    0%,
    100% {
        opacity: 0.75;
        filter: drop-shadow(0 0 6px rgba(129, 236, 255, 0.25));
    }
    50% {
        opacity: 1;
        filter: drop-shadow(0 0 14px rgba(129, 236, 255, 0.45));
    }
}

@keyframes landing-security-core-breathe {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.06) inset,
            0 0 20px rgba(129, 236, 255, 0.18);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.08) inset,
            0 0 32px rgba(129, 236, 255, 0.38),
            0 0 56px rgba(129, 236, 255, 0.12);
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-feature-security-ring--outer,
    .landing-feature-security-ring--mid,
    .landing-feature-security-ring--inner,
    .landing-feature-security-core {
        animation: none !important;
    }

    .landing-feature-security-ring--inner {
        opacity: 0.9;
    }
}

.landing-feature-icon-box {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgb(255 138 165 / 0.2);
    border: 1px solid rgb(255 138 165 / 0.3);
    color: #ff8aa5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin-bottom: 1rem;
}

.landing-feature-icon-box .bi.bi-gift {
    --tw-text-opacity: 1;
    color: rgb(255 138 165 / var(--tw-text-opacity, 1));
}

.landing-feature-icon-cyan {
    background: rgba(129, 236, 255, 0.16);
    border-color: rgba(129, 236, 255, 0.3);
    color: #81ecff;
}

.landing-feature-title-small {
    --tw-text-opacity: 1;
    color: rgb(222 229 255 / var(--tw-text-opacity, 1));
    letter-spacing: -0.01em;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 1rem;
}

.landing-feature-description-small {
    color: #a3aac4;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.landing-feature-mini-btn {
    border-radius: 16px !important;
    border: 1px solid rgba(255, 138, 165, 0.22) !important;
    background: rgba(255, 138, 165, 0.08) !important;
    color: #ff8aa5 !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    min-width: 72px !important;
}

.landing-features-section .landing-feature-btn,
.landing-features-section .landing-feature-btn:hover,
.landing-features-section .landing-feature-btn:focus,
.landing-features-section .landing-feature-btn:active,
.landing-features-section .landing-feature-btn-primary,
.landing-features-section .landing-feature-btn-primary:hover,
.landing-features-section .landing-feature-btn-primary:focus,
.landing-features-section .landing-feature-btn-primary:active,
.landing-features-section .landing-feature-btn-secondary,
.landing-features-section .landing-feature-btn-secondary:hover,
.landing-features-section .landing-feature-btn-secondary:focus,
.landing-features-section .landing-feature-btn-secondary:active,
.landing-features-section .landing-feature-mini-btn,
.landing-features-section .landing-feature-mini-btn:hover,
.landing-features-section .landing-feature-mini-btn:focus,
.landing-features-section .landing-feature-mini-btn:active,
.landing-features-section .landing-feature-pill-btn,
.landing-features-section .landing-feature-pill-btn:hover,
.landing-features-section .landing-feature-pill-btn:focus,
.landing-features-section .landing-feature-pill-btn:active {
    border-radius: 16px !important;
}

.landing-feature-mini-btn-dark {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    color: #dbe4ff;
}

.landing-feature-pill-btn {
    --tw-text-opacity: 1;
    color: rgb(5 10 24 / var(--tw-text-opacity, 1)) !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    font-size: 13px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    --tw-bg-opacity: 1;
    background-color: rgb(129 236 255 / var(--tw-bg-opacity, 1)) !important;
    border-radius: 999px !important;
}

.landing-feature-security-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.landing-feature-card-bottom-right .landing-feature-security-icons span {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: rgb(255 255 255 / 0.05);
    border-color: rgb(255 255 255 / 0.1);
    border-width: 1px;
    border-style: solid;
    color: rgba(222, 229, 255, 0.92);
    font-size: 1.28rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .landing-features-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .landing-feature-card-wide,
    .landing-feature-card-side,
    .landing-feature-card-bottom-left,
    .landing-feature-card-bottom-right {
        grid-column: auto;
    }

    .landing-feature-content {
        max-width: 100%;
    }

    .landing-feature-card-image {
        opacity: 0.22;
        width: 100%;
    }

    .landing-feature-title {
        font-size: clamp(1.8rem, 8vw, 2.8rem);
    }

    .landing-feature-card-bottom-right {
        grid-template-columns: 1fr;
    }

    .landing-feature-security-visual {
        min-height: auto;
        justify-content: center;
        padding-top: 0.25rem;
    }

    .landing-feature-security-orbit {
        margin-left: auto;
        margin-right: auto;
        width: min(200px, 72vw);
    }
}

.guest-auth-theme .guest-top-nav .navbar-nav {
    align-items: center;
}

.guest-auth-theme .guest-top-nav .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.guest-auth-theme .guest-top-nav .navbar-nav.mr-auto .nav-item {
    margin-right: 0.25rem;
}

.guest-auth-theme .guest-top-nav .navbar-nav.ml-auto .nav-item {
    margin-left: 0.5rem;
}

.guest-auth-theme .guest-top-nav .navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    line-height: 1;
}

.guest-auth-theme .guest-top-nav .navbar-nav .btn.nav-link,
.guest-auth-theme .guest-top-nav .navbar-nav .login-btn,
.guest-auth-theme .guest-top-nav .navbar-nav .btn-register-menu {
    min-height: 44px;
    white-space: nowrap;
}

.guest-auth-theme .guest-top-nav .navbar-nav.ml-auto {
    gap: 0.25rem;
}

@media (max-width: 991px) {
    .guest-auth-theme .guest-top-nav .navbar-collapse {
        background: #050A18 !important;
        min-height: 100vh;
        --tw-backdrop-blur: blur(40px);
        --tw-backdrop-brightness: ;
        --tw-backdrop-contrast: ;
        --tw-backdrop-grayscale: ;
        --tw-backdrop-hue-rotate: ;
        --tw-backdrop-invert: ;
        --tw-backdrop-opacity: ;
        --tw-backdrop-saturate: ;
        --tw-backdrop-sepia: ;
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .guest-auth-theme .guest-top-nav .navbar-nav .nav-item,
    .guest-auth-theme .guest-top-nav .navbar-nav .nav-link {
        width: 100%;
    }
}

.navbar .form-inline.my-lg-0 {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
}

@media (min-width: 992px) {
    .navbar .navbar-nav.mr-auto > .form-inline.my-lg-0 {
        flex: 0 1 320px;
        width: min(320px, 28vw);
        min-width: 220px;
        max-width: 360px;
        margin-right: 0.75rem;
    }
}

.navbar .search-bar,
.navbar #searchCreatorNavbar {
    width: 100%;
    min-width: 0;
    height: 46px !important;
    padding: 0.75rem 1rem 0.75rem 2.85rem !important;
    border-radius: 999px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

/* Dark glass search — guest nav, dark mode, homepage hero before scroll */
.guest-auth-theme .guest-top-nav .navbar .search-bar,
html[data-bs-theme="dark"] body.host-auth-theme .navbar .search-bar,
.navbar.scroll:not(.navbar_background_color) .search-bar {
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    box-shadow: 0 10px 30px rgba(5, 10, 24, 0.14);
}

.guest-auth-theme .guest-top-nav .navbar .search-bar::placeholder,
html[data-bs-theme="dark"] body.host-auth-theme .navbar .search-bar::placeholder,
.navbar.scroll:not(.navbar_background_color) .search-bar::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.guest-auth-theme .guest-top-nav .navbar .search-bar:hover,
html[data-bs-theme="dark"] body.host-auth-theme .navbar .search-bar:hover,
.navbar.scroll:not(.navbar_background_color) .search-bar:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
}

.guest-auth-theme .guest-top-nav .navbar .search-bar:focus,
html[data-bs-theme="dark"] body.host-auth-theme .navbar .search-bar:focus,
.navbar.scroll:not(.navbar_background_color) .search-bar:focus {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08), 0 16px 40px rgba(5, 10, 24, 0.18) !important;
    transform: translateY(-1px);
}

/* Light navbar search — logged-in light mode + scrolled homepage */
html[data-bs-theme="light"] body.host-auth-theme .navbar .search-bar,
.navbar.navbar_background_color .search-bar {
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    background: rgb(248 250 252 / 0.96) !important;
    color: rgb(15 23 42) !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

html[data-bs-theme="light"] body.host-auth-theme .navbar .search-bar::placeholder,
.navbar.navbar_background_color .search-bar::placeholder {
    color: rgba(15, 23, 42, 0.45);
}

html[data-bs-theme="light"] body.host-auth-theme .navbar .search-bar:hover,
.navbar.navbar_background_color .search-bar:hover {
    background: rgb(255 255 255) !important;
    border-color: rgba(15, 23, 42, 0.18) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar .search-bar:focus,
.navbar.navbar_background_color .search-bar:focus {
    background: #fff !important;
    border-color: rgba(228, 10, 101, 0.35) !important;
    box-shadow: 0 0 0 4px rgba(228, 10, 101, 0.1), 0 8px 24px rgba(15, 23, 42, 0.08) !important;
    transform: translateY(-1px);
}

.navbar .button-search {
    left: 0.55rem;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: transparent !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.guest-auth-theme .guest-top-nav .navbar .button-search,
html[data-bs-theme="dark"] body.host-auth-theme .navbar .button-search,
.navbar.scroll:not(.navbar_background_color) .button-search {
    color: rgba(255, 255, 255, 0.72) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar .button-search,
.navbar.navbar_background_color .button-search {
    color: rgba(15, 23, 42, 0.55) !important;
}

/* Keep vertical centering on hover/focus/active — global styles reset transform: none on .button-search */
.navbar .button-search:hover,
.navbar .button-search:focus,
.navbar .button-search:focus-visible,
.navbar .button-search:active {
    box-shadow: none !important;
    transform: translate3d(0, -50%, 0) !important;
}

.guest-auth-theme .guest-top-nav .navbar .button-search:hover,
.guest-auth-theme .guest-top-nav .navbar .button-search:focus,
.guest-auth-theme .guest-top-nav .navbar .button-search:focus-visible,
.guest-auth-theme .guest-top-nav .navbar .button-search:active,
html[data-bs-theme="dark"] body.host-auth-theme .navbar .button-search:hover,
html[data-bs-theme="dark"] body.host-auth-theme .navbar .button-search:focus,
html[data-bs-theme="dark"] body.host-auth-theme .navbar .button-search:focus-visible,
html[data-bs-theme="dark"] body.host-auth-theme .navbar .button-search:active,
.navbar.scroll:not(.navbar_background_color) .button-search:hover,
.navbar.scroll:not(.navbar_background_color) .button-search:focus,
.navbar.scroll:not(.navbar_background_color) .button-search:focus-visible,
.navbar.scroll:not(.navbar_background_color) .button-search:active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar .button-search:hover,
html[data-bs-theme="light"] body.host-auth-theme .navbar .button-search:focus,
html[data-bs-theme="light"] body.host-auth-theme .navbar .button-search:focus-visible,
html[data-bs-theme="light"] body.host-auth-theme .navbar .button-search:active,
.navbar.navbar_background_color .button-search:hover,
.navbar.navbar_background_color .button-search:focus,
.navbar.navbar_background_color .button-search:focus-visible,
.navbar.navbar_background_color .button-search:active {
    color: rgb(15 23 42) !important;
    background: rgba(15, 23, 42, 0.06) !important;
}

.navbar #dropdownCreators {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 0 !important;
    top: calc(100% + 10px) !important;
    padding: 0.5rem;
    border-radius: 18px;
    overflow: hidden;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

/* Dark glass dropdown — guest nav, dark mode, homepage hero before scroll */
.guest-auth-theme .guest-top-nav .navbar #dropdownCreators,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 12, 27, 0.92) !important;
    box-shadow: 0 20px 60px rgba(5, 10, 24, 0.24);
}

/* Light dropdown — logged-in light mode + scrolled homepage */
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators,
.navbar.navbar_background_color #dropdownCreators {
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgb(255 255 255 / 0.98) !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.navbar #dropdownCreators.show {
    display: block;
}

.guest-auth-theme .guest-top-nav .navbar #dropdownCreators::before,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators::before,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 1.5rem;
    width: 14px;
    height: 14px;
    background: rgba(10, 12, 27, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators::before,
.navbar.navbar_background_color #dropdownCreators::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 1.5rem;
    width: 14px;
    height: 14px;
    background: rgb(255 255 255 / 0.98);
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    border-left: 1px solid rgba(15, 23, 42, 0.1);
    transform: rotate(45deg);
}

.navbar #dropdownCreators #containerCreators:empty {
    display: none;
}

.navbar #dropdownCreators .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    border-radius: 14px;
    background: transparent !important;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.guest-auth-theme .guest-top-nav .navbar #dropdownCreators .dropdown-item,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators .dropdown-item,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators .dropdown-item,
.guest-auth-theme .guest-top-nav .navbar #dropdownCreators a,
.guest-auth-theme .guest-top-nav .navbar #dropdownCreators .dropdown-item,
.guest-auth-theme .guest-top-nav .navbar #dropdownCreators #containerCreators a,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators a,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators #containerCreators a,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators a,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators #containerCreators a {
    color: rgba(255, 255, 255, 0.88) !important;
    text-decoration: none;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators .dropdown-item,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators a,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators a,
.navbar.navbar_background_color #dropdownCreators .dropdown-item,
.navbar.navbar_background_color #dropdownCreators a,
.navbar.navbar_background_color #dropdownCreators #containerCreators a {
    color: rgb(15 23 42) !important;
    text-decoration: none;
}

.navbar #dropdownCreators #containerCreators > *,
.navbar #dropdownCreators #containerCreators .dropdown-item,
.navbar #dropdownCreators #containerCreators a.dropdown-item {
    width: 100%;
    margin: 0;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 14px;
}

.navbar #dropdownCreators #containerCreators > * *,
.navbar #dropdownCreators #containerCreators a *,
.navbar #dropdownCreators #containerCreators .dropdown-item * {
    background: transparent !important;
    background-color: transparent !important;
}

.navbar #dropdownCreators #containerCreators img {
    flex-shrink: 0;
}

.guest-auth-theme .guest-top-nav .navbar #dropdownCreators #containerCreators strong,
.guest-auth-theme .guest-top-nav .navbar #dropdownCreators #containerCreators .font-weight-bold,
.guest-auth-theme .guest-top-nav .navbar #dropdownCreators #containerCreators .text-dark,
.guest-auth-theme .guest-top-nav .navbar #dropdownCreators #containerCreators .name,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators #containerCreators strong,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .font-weight-bold,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .text-dark,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .name,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators #containerCreators strong,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators #containerCreators .font-weight-bold,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators #containerCreators .text-dark,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators #containerCreators .name {
    color: #fff !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators strong,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .font-weight-bold,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .text-dark,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .name,
.navbar.navbar_background_color #dropdownCreators #containerCreators strong,
.navbar.navbar_background_color #dropdownCreators #containerCreators .font-weight-bold,
.navbar.navbar_background_color #dropdownCreators #containerCreators .text-dark,
.navbar.navbar_background_color #dropdownCreators #containerCreators .name {
    color: rgb(15 23 42) !important;
}

.guest-auth-theme .guest-top-nav .navbar #dropdownCreators #containerCreators .text-muted,
.guest-auth-theme .guest-top-nav .navbar #dropdownCreators #containerCreators small,
.guest-auth-theme .guest-top-nav .navbar #dropdownCreators #containerCreators .text-secondary,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .text-muted,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators #containerCreators small,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .text-secondary,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators #containerCreators .text-muted,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators #containerCreators small,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators #containerCreators .text-secondary {
    color: rgba(255, 255, 255, 0.64) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .text-muted,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators small,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .text-secondary,
.navbar.navbar_background_color #dropdownCreators #containerCreators .text-muted,
.navbar.navbar_background_color #dropdownCreators #containerCreators small,
.navbar.navbar_background_color #dropdownCreators #containerCreators .text-secondary {
    color: rgba(15, 23, 42, 0.55) !important;
}

.navbar #dropdownCreators .dropdown-item:hover,
.navbar #dropdownCreators .dropdown-item:focus,
.navbar #dropdownCreators .dropdown-item.active,
.navbar #dropdownCreators .dropdown-item:active,
.navbar #dropdownCreators #containerCreators > *:hover,
.navbar #dropdownCreators #containerCreators > *.active,
.navbar #dropdownCreators #containerCreators a:hover,
.navbar #dropdownCreators #containerCreators .dropdown-item:hover {
    background: #e91e63 !important;
    background-color: #e91e63 !important;
    color: #fff !important;
    transform: translateX(2px);
    box-shadow: 0 14px 30px rgba(233, 30, 99, 0.28);
}

.navbar #dropdownCreators .dropdown-item:hover *,
.navbar #dropdownCreators .dropdown-item:focus *,
.navbar #dropdownCreators .dropdown-item.active *,
.navbar #dropdownCreators .dropdown-item:active *,
.navbar #dropdownCreators #containerCreators > *:hover *,
.navbar #dropdownCreators #containerCreators > *.active * {
    color: #fff !important;
}

.navbar #dropdownCreators .dropdown-item.border-top {
    margin-top: 0.35rem;
    padding-top: 0.95rem;
    border-radius: 0;
}

.guest-auth-theme .guest-top-nav .navbar #dropdownCreators .dropdown-item.border-top,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators .dropdown-item.border-top,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators .dropdown-item.border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators .dropdown-item.border-top,
.navbar.navbar_background_color #dropdownCreators .dropdown-item.border-top {
    border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
}

.guest-auth-theme .guest-top-nav .navbar #dropdownCreators .dropdown-divider,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators .dropdown-divider,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators .dropdown-divider {
    border-top-color: rgba(255, 255, 255, 0.08) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators .dropdown-divider,
.navbar.navbar_background_color #dropdownCreators .dropdown-divider {
    border-top-color: rgba(15, 23, 42, 0.08) !important;
}

.guest-auth-theme .guest-top-nav .navbar #dropdownCreators #spinnerSearch,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators #spinnerSearch,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators #spinnerSearch {
    color: rgba(255, 255, 255, 0.72);
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #spinnerSearch,
.navbar.navbar_background_color #dropdownCreators #spinnerSearch {
    color: rgba(15, 23, 42, 0.55);
}

.guest-auth-theme .guest-top-nav .navbar #dropdownCreators .spinner-border.text-primary,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators .spinner-border.text-primary,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators .spinner-border.text-primary {
    color: rgba(255, 255, 255, 0.72) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators .spinner-border.text-primary,
.navbar.navbar_background_color #dropdownCreators .spinner-border.text-primary {
    color: rgba(15, 23, 42, 0.55) !important;
}

.guest-auth-theme .guest-top-nav .navbar #dropdownCreators .text-muted,
.guest-auth-theme .guest-top-nav .navbar #dropdownCreators small,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators .text-muted,
html[data-bs-theme="dark"] body.host-auth-theme .navbar #dropdownCreators small,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators .text-muted,
.navbar.scroll:not(.navbar_background_color) #dropdownCreators small {
    color: rgba(255, 255, 255, 0.56) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators .text-muted,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators small,
.navbar.navbar_background_color #dropdownCreators .text-muted,
.navbar.navbar_background_color #dropdownCreators small {
    color: rgba(15, 23, 42, 0.55) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators > span,
.navbar.navbar_background_color #dropdownCreators #containerCreators > span {
    color: rgba(15, 23, 42, 0.55) !important;
}

/* Autocomplete result rows (AJAX HTML uses list-group, not .dropdown-item) */
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .list-group-item,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .bg-autocomplete,
.navbar.navbar_background_color #dropdownCreators #containerCreators .list-group-item,
.navbar.navbar_background_color #dropdownCreators #containerCreators .bg-autocomplete {
    background-color: transparent !important;
    color: rgb(15 23 42) !important;
    border-color: rgba(15, 23, 42, 0.06) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .media-heading,
.navbar.navbar_background_color #dropdownCreators #containerCreators .media-heading {
    color: rgb(15 23 42) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .list-group-item small,
.navbar.navbar_background_color #dropdownCreators #containerCreators .list-group-item small {
    color: rgba(15, 23, 42, 0.55) !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .list-group-item:hover,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .list-group-item:focus,
.navbar.navbar_background_color #dropdownCreators #containerCreators .list-group-item:hover,
.navbar.navbar_background_color #dropdownCreators #containerCreators .list-group-item:focus {
    background: #e91e63 !important;
    background-color: #e91e63 !important;
    color: #fff !important;
}

html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .list-group-item:hover .media-heading,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .list-group-item:hover small,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .list-group-item:focus .media-heading,
html[data-bs-theme="light"] body.host-auth-theme .navbar #dropdownCreators #containerCreators .list-group-item:focus small,
.navbar.navbar_background_color #dropdownCreators #containerCreators .list-group-item:hover .media-heading,
.navbar.navbar_background_color #dropdownCreators #containerCreators .list-group-item:hover small,
.navbar.navbar_background_color #dropdownCreators #containerCreators .list-group-item:focus .media-heading,
.navbar.navbar_background_color #dropdownCreators #containerCreators .list-group-item:focus small {
    color: #fff !important;
}

@media (max-width: 991px) {
    .navbar form.position-relative {
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    .landing-features-section {
        padding: 1.5rem 0 2rem;
    }

    .landing-features-grid {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        grid-auto-flow: row;
        gap: 0.8rem;
    }

    .landing-feature-card {
        padding: 1.35rem;
    }

    .landing-feature-card-wide,
    .landing-feature-card-side,
    .landing-feature-card-bottom-left,
    .landing-feature-card-bottom-right {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
        min-height: auto;
    }

    .landing-feature-content {
        max-width: 100%;
    }

    .landing-feature-card-image {
        width: 100%;
        opacity: 0.18;
    }

    .landing-feature-card-side-circle {
        width: 8.5rem;
        height: 8.5rem;
        top: -2.1rem;
        right: -1.8rem;
    }

    .landing-feature-title {
        font-size: 34px;
        line-height: 38px;
    }

    .landing-feature-title-accent {
        font-size: 34px;
    }

    .landing-feature-description,
    .landing-feature-description-small {
        font-size: 15px;
        line-height: 22px;
    }

    .landing-feature-btn {
        padding: 14px 24px !important;
    }
}

@media (max-width: 575px) {
    .landing-features-section {
        padding: 1.25rem 0 1.6rem;
    }

    .landing-feature-card {
        padding: 1.1rem;
        border-radius: 1rem;
    }

    .landing-feature-title {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -1.2px;
    }

    .landing-feature-title-accent {
        font-size: 28px;
    }

    .landing-feature-subtitle {
        letter-spacing: 1px;
    }

    .landing-feature-btn {
        width: 100%;
    }

    .landing-feature-mini-btn {
        min-width: auto !important;
        width: calc(33.333% - 0.4rem);
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }
}

/* includes/footer.blade.php — outer .py-5 wrapper + copyright strip both use .footer_background_color */
body.guest-auth-theme .footer_background_color {
    background-color: #050a18 !important;
    border-top: 1px solid rgb(255 255 255 / 0.05) !important;
}

/* includes/footer.blade.php — copyright strip (gradient text) */
body.guest-auth-theme footer .copyright {
    font-family: "Inter", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.5;
    background-image: linear-gradient(90deg, #dee5ff 0%, #ff8aa5 45%, #e40a65 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

body.guest-auth-theme footer .copyright small {
    font-family: "Inter", sans-serif;
    font-size: inherit;
    background-image: linear-gradient(90deg, #dee5ff 0%, #ff8aa5 45%, #e40a65 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* includes/footer.blade.php — column headings */
body.guest-auth-theme .custom-footer-design-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 2rem;
}

/* includes/footer.blade.php — column links */
body.guest-auth-theme .custom-footer-design-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-text-opacity: 1;
    color: rgb(163 170 196 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

body.guest-auth-theme .custom-footer-design-link:hover,
body.guest-auth-theme .custom-footer-design-link:focus {
    color: #ff8aa5;
}

/* includes/footer.blade.php — social intro block (.custom-footer-design) */
body.guest-auth-theme .custom-footer-design {
    --tw-text-opacity: 1;
    color: rgb(163 170 196 / var(--tw-text-opacity, 1));
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.625;
    max-width: 28rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

/* .list-social — per-network brand colors (footer .custom-footer-design) */
body.guest-auth-theme .custom-footer-design .list-social .ico-social i {
    transition: color 0.15s ease, transform 0.15s ease;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social:hover i {
    transform: translateY(-2px);
    filter: brightness(1.12);
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.bi-twitter-x {
    color: #e7e9ea;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.fab.fa-facebook {
    color: #1877f2;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.fab.fa-instagram {
    color: #e4405f;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.fab.fa-pinterest {
    color: #e60023;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.fab.fa-youtube {
    color: #ff0000;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.fab.fa-github {
    color: #f0f6fc;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.bi-tiktok {
    color: #25f4ee;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.bi-snapchat {
    color: #fffc00;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.bi-telegram {
    color: #2aabee;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.bi-reddit {
    color: #ff4500;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.bi-linkedin {
    color: #0a66c2;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.bi-threads {
    color: #ffffff;
}

body.guest-auth-theme .custom-footer-design .list-social .ico-social i.bi-discord {
    color: #5865f2;
}

/* includes/footer.blade.php — language selector (.footer-lang) */
.footer-main-wrap,
.footer-main-wrap footer.container,
.footer-main-wrap footer.container .row,
.footer-main-wrap footer.container .col-md-2,
.footer-lang-li {
    overflow: visible !important;
}

.footer-lang-li {
    list-style: none;
    margin-top: 0.75rem;
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.footer-lang {
    position: relative;
    width: 100%;
    max-width: 16rem;
}

.footer-lang-li:has(.footer-lang.show) {
    z-index: 30;
}

.footer-lang__trigger {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    margin: 0;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgb(255 255 255 / 0.12);
    background: rgb(255 255 255 / 0.04);
    color: rgb(163 170 196);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.footer-lang__trigger:hover,
.footer-lang__trigger:focus {
    outline: none;
    border-color: rgb(255 138 165 / 0.4);
    background: rgb(228 10 101 / 0.12);
    color: #fff;
    box-shadow: 0 4px 14px rgb(228 10 101 / 0.15);
}

.footer-lang.show .footer-lang__trigger {
    border-color: rgb(255 138 165 / 0.45);
    background: rgb(228 10 101 / 0.14);
    color: #fff;
}

.footer-lang__icon {
    flex-shrink: 0;
    font-size: 1rem;
    color: #ff8aa5;
}

.footer-lang__trigger-label {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    color: #ff8aa5 !important;
    -webkit-text-fill-color: #ff8aa5 !important;
    font-weight: 700;
    opacity: 1;
    visibility: visible;
}

.footer_text_color .footer-lang__trigger-label,
body.guest-auth-theme .footer-lang__trigger-label {
    color: #ff8aa5 !important;
    -webkit-text-fill-color: #ff8aa5 !important;
}

.footer-lang__trigger:hover .footer-lang__trigger-label,
.footer-lang.show .footer-lang__trigger-label {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.footer_background_color .footer-lang__trigger-label {
    color: #b80049 !important;
    -webkit-text-fill-color: #b80049 !important;
}

.footer_background_color .footer-lang__trigger:hover .footer-lang__trigger-label,
.footer_background_color .footer-lang.show .footer-lang__trigger-label {
    color: #8f0038 !important;
    -webkit-text-fill-color: #8f0038 !important;
}

.footer-lang__badge {
    flex-shrink: 0;
    min-width: 1.35rem;
    padding: 0.12rem 0.4rem;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    background: rgb(255 255 255 / 0.1);
    color: rgb(163 170 196);
}

.footer-lang.show .footer-lang__badge,
.footer-lang__trigger:hover .footer-lang__badge {
    background: rgb(255 138 165 / 0.2);
    color: #ffb2be;
}

.footer-lang__chevron {
    flex-shrink: 0;
    font-size: 0.85rem;
    opacity: 0.65;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-lang.show .footer-lang__chevron {
    transform: rotate(180deg);
    opacity: 1;
}

.footer-lang__menu {
    position: absolute !important;
    top: calc(100% + 0.5rem) !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    width: 100%;
    min-width: 16rem !important;
    max-width: 18rem;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 14px;
    overflow: hidden;
    z-index: 31 !important;
    display: none;
    float: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    border: 1px solid rgb(255 255 255 / 0.1);
    background: rgb(9 19 40 / 0.98) !important;
    box-shadow:
        0 12px 32px rgb(0 0 0 / 0.45),
        0 0 0 1px rgb(255 178 190 / 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.footer-lang.show .footer-lang__menu,
.footer-lang .footer-lang__menu.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
    transform: none !important;
    -webkit-transform: none !important;
}

.footer-lang__menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.6rem 0.85rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #a3aac4;
    background: rgb(6 14 32 / 0.55);
    border-bottom: 1px solid rgb(255 255 255 / 0.06);
}

.footer-lang__menu-count {
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    font-size: 0.625rem;
    letter-spacing: 0;
    background: rgb(255 255 255 / 0.08);
    color: #ff8aa5;
}

.footer-lang__menu-scroll {
    max-height: min(240px, 50vh);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    padding: 0.35rem 0;
    scrollbar-width: thin;
    scrollbar-color: rgb(255 138 165 / 0.45) transparent;
}

.footer-lang__menu-scroll::-webkit-scrollbar {
    width: 5px;
}

.footer-lang__menu-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgb(255 138 165 / 0.35);
}

.footer-lang__option {
    display: flex !important;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.55rem 0.85rem !important;
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1.3 !important;
    color: #fadbde !important;
    background: transparent !important;
    text-decoration: none !important;
    white-space: nowrap;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    transition: background 0.15s ease, color 0.15s ease;
}

.footer_text_color .footer-lang__menu .footer-lang__option {
    color: #fadbde !important;
}

.footer-lang__option:hover,
.footer-lang__option:focus {
    background: rgb(255 255 255 / 0.06) !important;
    color: #ffb2be !important;
    outline: none;
}

.footer-lang__option.is-active {
    font-weight: 600;
    color: #ff96ad !important;
    background: rgb(255 178 190 / 0.1) !important;
}

.footer-lang__option-code {
    flex: 0 0 2rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: rgb(163 170 196);
}

.footer-lang__option.is-active .footer-lang__option-code {
    color: #ff96ad;
}

.footer-lang__option-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-lang__option-check {
    flex-shrink: 0;
    font-size: 0.95rem;
    color: #ff96ad;
}

/* Light footer backgrounds */
.footer_background_color .footer-lang__trigger {
    border-color: rgb(0 0 0 / 0.08);
    background: rgb(0 0 0 / 0.03);
    color: inherit;
}

.footer_background_color .footer-lang__trigger:hover,
.footer_background_color .footer-lang__trigger:focus,
.footer_background_color .footer-lang.show .footer-lang__trigger {
    border-color: rgb(184 0 73 / 0.25);
    background: rgb(184 0 73 / 0.06);
    box-shadow: 0 2px 10px rgb(184 0 73 / 0.08);
}

.footer_background_color .footer-lang__icon {
    color: #b80049;
}

.footer_background_color .footer-lang__menu {
    border-color: #e3e2e7;
    background: rgb(255 255 255 / 0.98) !important;
    box-shadow:
        0 1px 2px rgb(15 23 42 / 0.04),
        0 16px 40px rgb(15 23 42 / 0.12);
}

.footer_background_color .footer-lang.show .footer-lang__menu,
.footer_background_color .footer-lang .footer-lang__menu.show {
    background: rgb(255 255 255 / 0.98) !important;
}

.footer_background_color .footer-lang__menu-head {
    color: #5b3f43;
    background: rgb(250 249 254 / 0.95);
    border-bottom-color: rgb(227 226 231 / 0.8);
}

.footer_background_color .footer-lang__menu-count {
    background: rgb(184 0 73 / 0.1);
    color: #b80049;
}

.footer_background_color .footer-lang__option {
    color: #1a1b1f !important;
}

.footer_background_color .footer-lang__option:hover,
.footer_background_color .footer-lang__option:focus {
    background: rgb(184 0 73 / 0.06) !important;
    color: #b80049 !important;
}

.footer_background_color .footer-lang__option.is-active {
    color: #b80049 !important;
    background: rgb(184 0 73 / 0.1) !important;
}

.footer_background_color .footer-lang__option-code {
    color: #6b7280;
}

.footer_background_color .footer-lang__option.is-active .footer-lang__option-code,
.footer_background_color .footer-lang__option-check {
    color: #b80049;
}

/* =========================================================
   HOME SESSION — feed announcement (home-session.blade.php)
   ========================================================= */
   body.host-auth-theme .home-session-announce {
    position: relative;
    margin: 0 0.35rem 1rem;
    border-radius: 18px;
}

body.host-auth-theme .home-session-announce__inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 2.75rem 1rem 1rem;
    border-radius: 18px;
    overflow: hidden;
}

body.host-auth-theme .home-session-announce__inner::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 18px 0 0 18px;
    background: var(--home-announce-stripe, linear-gradient(180deg, #81ecff 0%, #dee5ff 100%));
}

body.host-auth-theme .home-session-announce--primary {
    --home-announce-accent: #81ecff;
    --home-announce-accent-soft: rgb(129 236 255 / 0.14);
    --home-announce-stripe: linear-gradient(180deg, #81ecff 0%, #dee5ff 100%);
}

body.host-auth-theme .home-session-announce--danger {
    --home-announce-accent: #ff8aa5;
    --home-announce-accent-soft: rgb(255 138 165 / 0.16);
    --home-announce-stripe: linear-gradient(180deg, #ff8aa5 0%, #e40a65 100%);
}

body.host-auth-theme .home-session-announce__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: var(--home-announce-accent);
    background: var(--home-announce-accent-soft);
}

body.host-auth-theme .home-session-announce__body {
    flex: 1;
    min-width: 0;
}

body.host-auth-theme .home-session-announce__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.45rem;
}

body.host-auth-theme .home-session-announce__eyebrow {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--home-announce-accent);
    margin-bottom: 0.15rem;
}

body.host-auth-theme .home-session-announce__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
}

body.host-auth-theme .home-session-announce__pill {
    flex-shrink: 0;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--home-announce-accent);
    background: var(--home-announce-accent-soft);
    border: 1px solid rgb(255 255 255 / 0.08);
}

body.host-auth-theme .home-session-announce__content {
    font-size: 0.9rem;
    line-height: 1.55;
    color: inherit;
}

body.host-auth-theme .home-session-announce__content p:last-child {
    margin-bottom: 0;
}

body.host-auth-theme .home-session-announce__content a,
body.host-auth-theme .home-session-announce.announcements a {
    color: var(--home-announce-accent) !important;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    border-bottom: 0 !important;
}

body.host-auth-theme .home-session-announce__close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 0.06);
    color: inherit;
    opacity: 0.65;
    cursor: pointer;
    transition: opacity 0.15s ease, background 0.15s ease, transform 0.15s ease, color 0.15s ease;
}

body.host-auth-theme .home-session-announce__close:hover,
body.host-auth-theme .home-session-announce__close:focus {
    opacity: 1;
    background: rgb(255 255 255 / 0.12);
    outline: none;
    transform: scale(1.04);
}

html[data-bs-theme="dark"] body.host-auth-theme .home-session-announce__inner {
    background-color: rgb(9 19 40 / 0.7);
    border: 1px solid rgb(255 255 255 / 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 8px 32px rgb(0 0 0 / 0.25),
        0 0 0 1px rgb(255 178 190 / 0.06);
}

html[data-bs-theme="dark"] body.host-auth-theme .home-session-announce__title {
    color: #fadbde;
}

html[data-bs-theme="dark"] body.host-auth-theme .home-session-announce__content {
    color: #a3aac4;
}

html[data-bs-theme="dark"] body.host-auth-theme .home-session-announce--danger {
    --home-announce-accent: #ffb2be;
}

html[data-bs-theme="dark"] body.host-auth-theme .home-session-announce__close {
    color: #eef0f7;
}

html[data-bs-theme="light"] body.host-auth-theme .home-session-announce__inner {
    background-color: #ffffff;
    border: 1px solid #e3e2e7;
    box-shadow:
        0 1px 2px rgb(15 23 42 / 0.04),
        0 8px 24px rgb(15 23 42 / 0.08),
        0 16px 40px rgb(15 23 42 / 0.06);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

html[data-bs-theme="light"] body.host-auth-theme .home-session-announce--primary {
    --home-announce-accent: #0e7490;
    --home-announce-accent-soft: rgb(129 236 255 / 0.18);
}

html[data-bs-theme="light"] body.host-auth-theme .home-session-announce--danger {
    --home-announce-accent: #b80049;
    --home-announce-accent-soft: rgb(184 0 73 / 0.1);
}

html[data-bs-theme="light"] body.host-auth-theme .home-session-announce__title {
    color: #1a1b1f;
}

html[data-bs-theme="light"] body.host-auth-theme .home-session-announce__content {
    color: #5b3f43;
}

html[data-bs-theme="light"] body.host-auth-theme .home-session-announce__pill {
    border-color: rgb(15 23 42 / 0.08);
}

html[data-bs-theme="light"] body.host-auth-theme .home-session-announce__close {
    background: rgb(15 23 42 / 0.05);
    color: #5b3f43;
}

@media (max-width: 768px) {
    body.host-auth-theme .home-session-announce {
        margin: 0 0 0.85rem;
    }

    body.host-auth-theme .home-session-announce__inner {
        padding: 0.9rem 2.5rem 0.9rem 0.9rem;
        gap: 0.7rem;
    }

    body.host-auth-theme .home-session-announce__icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    body.host-auth-theme .home-session-announce__head {
        flex-direction: column;
        gap: 0.35rem;
    }
}



/* =========================================================
   CONTACT PAGE
   ========================================================= */
.nn-contact {
    --nn-navbar-offset: 60px;
    display: flex;
    margin-top: var(--nn-navbar-offset);
    min-height: calc(100vh - var(--nn-navbar-offset));
}

/* ── Left panel – cinematic image ── */
.nn-contact .nn-contact-left {
    position: relative;
    width: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.nn-contact .nn-contact-left img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(10%) contrast(110%);
}

.nn-contact .nn-contact-left .nn-contact-overlay-h {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 35%, #050A18 100%);
    z-index: 1;
}

.nn-contact .nn-contact-left .nn-contact-overlay-v {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #050A18 0%, transparent 45%);
    z-index: 1;
}

.nn-contact .nn-contact-left .nn-contact-branding {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    z-index: 2;
    max-width: 380px;
}

.nn-contact .nn-contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(124, 5, 153, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid rgba(228, 10, 101, 0.25);
    margin-bottom: 18px;
}

.nn-contact .nn-contact-badge .nn-contact-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #81ECFF;
    flex-shrink: 0;
    animation: nn-contact-pulse 1.6s ease-in-out infinite;
}

.nn-contact .nn-contact-badge .nn-contact-badge-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #81ECFF;
    text-transform: uppercase;
}

@keyframes nn-contact-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.35; transform: scale(0.75); }
}

.nn-contact .nn-contact-headline {
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -3.6px;
    color: #DEE5FF;
    margin: 0 0 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.nn-contact .nn-contact-headline .nn-contact-accent {
    color: #FF8AA5;
}

.nn-contact .nn-contact-subtext {
    color: #A3AAC4;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    max-width: 300px;
    font-family: "Inter", sans-serif;
}

/* ── Right panel – form ── */
.nn-contact .nn-contact-right {
    width: 50%;
    background: #050A18;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 4rem;
    flex-shrink: 0;
}

.nn-contact .nn-contact-form-inner {
    width: 100%;
    max-width: 460px;
}

.nn-contact .alert.alert-success {
    position: relative;
    margin-bottom: 1rem;
    padding: 0.85rem 2.75rem 0.85rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(129, 236, 255, 0.35);
    background: linear-gradient(180deg, rgba(14, 33, 58, 0.95) 0%, rgba(9, 19, 40, 0.95) 100%);
    color: #81ECFF;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    box-shadow: 0 0 0 1px rgba(129, 236, 255, 0.08), 0 10px 24px rgba(5, 10, 24, 0.45);
}

.nn-contact .alert.alert-success .close {
    position: absolute;
    top: 50%;
    right: 0.65rem;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #81ECFF;
    font-size: 18px;
    line-height: 1;
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nn-contact .alert.alert-success .close:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
}

.nn-contact .nn-contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    margin-bottom: 16px;
    background: rgba(129, 236, 255, 0.07);
    border: 1px solid rgba(129, 236, 255, 0.22);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.nn-contact .nn-contact-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #81ECFF;
    flex-shrink: 0;
    box-shadow: 0 0 6px rgba(129, 236, 255, 0.7);
    animation: nn-contact-pulse 1.6s ease-in-out infinite;
}

.nn-contact .nn-contact-eyebrow-text {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3.5px;
    color: #81ECFF;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.nn-contact .nn-contact-form-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0;
    color: #DEE5FF;
    margin-bottom: 2rem;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.nn-contact .nn-contact-field-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.1px;
    color: #A3AAC4;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
}

.nn-contact .nn-contact-terms {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(129, 236, 255, 0.12);
    background: linear-gradient(180deg, rgba(9, 19, 40, 0.75) 0%, rgba(9, 19, 40, 0.45) 100%);
    border-radius: 0.75rem;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.nn-contact .nn-contact-terms:hover {
    border-color: rgba(129, 236, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(129, 236, 255, 0.06);
}

.nn-contact .nn-contact-terms-input {
    position: static;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.16rem;
    flex-shrink: 0;
    opacity: 1;
    pointer-events: auto;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0.3rem;
    background: #091328;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
}

.nn-contact .nn-contact-terms-label {
    position: static;
    display: flex;
    align-items: center;
    padding-left: 0;
    color: #A3AAC4;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.3px;
    cursor: pointer;
    text-align: left;
    margin-top: 0;
    min-height: 1.2rem;
}

.nn-contact .nn-contact-terms-label span {
    display: inline;
}

.nn-contact .nn-contact-terms-input:checked {
    border-color: #FF8AA5;
    background: #131E3D;
    box-shadow: 0 0 0 3px rgba(255, 138, 165, 0.16), inset 0 0 0 4px #131E3D;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3 3 7-7' stroke='%23FF8AA5' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.03);
}

.nn-contact .nn-contact-terms-input:focus,
.nn-contact .nn-contact-terms-input:focus-visible {
    border-color: #81ECFF;
    box-shadow: 0 0 0 3px rgba(129, 236, 255, 0.16);
}

.nn-contact .nn-contact-terms-label a {
    color: #81ECFF;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.nn-contact .nn-contact-input,
.nn-contact .nn-contact-select,
.nn-contact .nn-contact-textarea {
    width: 100%;
    background: #091328;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 12px 16px;
    color: #ffffff;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    outline: none;
    transition: border-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.nn-contact .nn-contact-input::placeholder,
.nn-contact .nn-contact-textarea::placeholder {
    color: #6D758C;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.nn-contact .nn-contact-input:focus,
.nn-contact .nn-contact-select:focus,
.nn-contact .nn-contact-textarea:focus {
    border-color: rgba(228, 10, 101, 0.45);
}

.nn-contact .nn-contact-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A3AAC4' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-color: #091328;
    padding-right: 40px;
    cursor: pointer;
    color: #DEE5FF;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.nn-contact .nn-contact-select option {
    background: #0B1020;
    color: #ffffff;
}

.nn-contact .nn-contact-textarea {
    resize: none;
    min-height: 120px;
}

.nn-contact .nn-contact-form-inner form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.nn-contact .nn-contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.nn-contact .nn-contact-submit {
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background: linear-gradient(90deg, #FF8AA5 0%, #E40A65 100%);
    border: none;
    border-radius: 1.5rem;
    color: rgb(98 0 39 / 1);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 0 0 30px rgba(228, 10, 101, 0.3);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.nn-contact .nn-contact-submit:hover {
    box-shadow: 0 0 40px rgba(228, 10, 101, 0.45);
}

.nn-contact .nn-contact-meta-row {
    --tw-space-y-reverse: 0;
    /* margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); */
    color: #6D758C;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nn-contact .nn-contact-meta-icon {
    font-size: 14px;
}

.nn-contact .nn-contact-recaptcha-note {
    width: 100%;
    margin-top: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    text-align: center;
}

.nn-contact .nn-contact-recaptcha-note a {
    color: inherit;
    text-decoration: underline;
}

/* ── Mobile stack ── */
@media (max-width: 768px) {
    .nn-contact {
        --nn-navbar-offset: 72px;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .nn-contact .nn-contact-branding {
        display: none;
    }

    .nn-contact .nn-contact-left,
    .nn-contact .nn-contact-right {
        width: 100%;
    }

    .nn-contact .nn-contact-left {
        position: absolute;
        inset: 0;
        z-index: 1;
        min-height: 100%;
    }

    .nn-contact .nn-contact-right {
        position: relative;
        z-index: 2;
        min-height: calc(100vh - var(--nn-navbar-offset));
        padding: 2.5rem 1.5rem;
        background: rgba(5, 10, 24, 0.88);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    .nn-contact .nn-contact-row {
        grid-template-columns: 1fr;
    }

    .nn-contact .nn-contact-headline {
        font-size: 2.8rem;
    }
}

/* =========================================================
   LOGIN PAGE
   ========================================================= */
   .nv-login {
    --nv-navbar-offset: 60px;
    --nv-login-bg: #050a18;
    --nv-login-accent: #ff8aa5;
    --nv-login-accent-2: #e40a65;
    margin-top: var(--nv-navbar-offset);
    min-height: calc(100vh - var(--nv-navbar-offset));
    min-height: calc(100dvh - var(--nv-navbar-offset));
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    background: var(--nv-login-bg);
    overflow: visible;
}

.nv-login__left {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.nv-login__left-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.05);
}

.nv-login__left-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(5, 10, 24, 0.08) 20%, rgba(5, 10, 24, 0.62) 100%),
        linear-gradient(to top, rgba(5, 10, 24, 0.82) 16%, rgba(5, 10, 24, 0.12) 58%);
}

.nv-login__left-content {
    position: absolute;
    left: clamp(1.5rem, 4vw, 3rem);
    right: clamp(1.5rem, 4vw, 3rem);
    bottom: clamp(1.6rem, 6vw, 3.1rem);
    z-index: 2;
}

.nv-login__micro-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nv-login__micro-wrap--second {
    margin-top: 0.48rem;
    margin-bottom: 1.35rem;
}

.nv-login__micro-line {
    width: 2.15rem;
    height: 1px;
    background: #FF8AA5;
}

.nv-login__micro-line--short {
    width: 1.25rem;
    background: rgb(230 122 255 / 0.5);
}

.nv-login__micro {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #FF8AA5;
    opacity: 0.92;
    font-weight: 600;
}

.nv-login__micro--second {
    color: #E67AFF;
}

.nv-login__title {
    margin: 0 0 1.25rem;
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(3rem, 8vw, 6.1rem);
    font-style: italic;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 102px;
    letter-spacing: -6px;
    overflow: visible;
    padding-right: 0.08em;
    text-shadow:
        0 18px 48px rgba(5, 10, 24, 0.72),
        0 6px 14px rgba(5, 10, 24, 0.5),
        0 0 24px rgba(255, 138, 165, 0.2);
}

.nv-login__title-accent {
    display: inline-block;
    background: linear-gradient(90deg, #FF8AA5 0%, #E40A65 50%, #E67AFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    padding-right: 0.20em;
    text-shadow:
        0 0 10px rgba(255, 47, 136, 0.35),
        0 0 26px rgba(255, 47, 136, 0.45);
}

.nv-login__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 999px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: 1px solid rgb(230 122 255 / 0.2);
    background-color: rgb(124 5 153 / 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #F8C2FF;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 2.75px;
    font-weight: 600;
    text-transform: uppercase;
}

.nv-login__pill-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 9999px;
    background-color: rgb(255 138 165);
    box-shadow: 0 0 10px rgba(255, 138, 165, 1);
    animation: nv-login-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes nv-login-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.92);
    }
}

.nv-login__right {
    display: flex;
    justify-content: center;
    min-height: 100%;
    overflow: visible;
    background-color: rgb(6 14 32 / 0.8);
}

.nv-login__inner {
    width: 100%;
    max-width: 520px;
    min-height: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
    padding: clamp(1.2rem, 3vh, 2rem) clamp(1.4rem, 3.6vw, 2rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nv-login__panel {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.nv-login__eyebrow {
    display: block;
    width: 2.5rem;
    height: 0.2rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nv-login-accent) 0%, var(--nv-login-accent-2) 100%);
    margin-bottom: clamp(0.3rem, 1.5vh, 1rem);
}

.nv-login__heading {
    margin: 0;
    color: #DEE5FF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.2px;
    font-weight: 800;
}

.nv-login__subheading {
    margin: clamp(0.4rem, 1.2vh, 1rem) 0 clamp(0.8rem, 2vh, 1.8rem);
    color: #A3AAC4;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 400;
    max-width: 24rem;
}

.nv-login__form {
    display: flex;
    flex-direction: column;
    gap: clamp(0.6rem, 1.5vh, 1rem);
}

.nv-register-type {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.nv-register-type__switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.35rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.nv-register-type__option {
    margin: 0;
    cursor: pointer;
}

.nv-register-type__radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nv-register-type__btn {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0.75rem;
    padding: 0.6rem 0.8rem;
    background: transparent;
    color: #A3AAC4;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nv-register-type__btn:hover,
.nv-register-type__btn:focus {
    color: #DEE5FF;
    outline: none;
}

.nv-register-type__radio:checked + .nv-register-type__btn {
    color: #050A18;
    background: linear-gradient(90deg, #FF8AA5 0%, #E40A65 100%);
    box-shadow: 0 8px 20px rgba(228, 10, 101, 0.28);
}

/* Social login – icon-only circles */
.nv-login__social-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: clamp(0.1rem, 0.8vh, 0.5rem);
}

.nv-login__social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    flex-shrink: 0;
}

.nv-login__social-btn:hover,
.nv-login__social-btn:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateY(-2px);
    text-decoration: none !important;
}

.nv-login__social-btn i {
    font-size: 1rem;
    line-height: 1;
}

.nv-login__social-btn img {
    width: 18px;
    height: 18px;
    display: block;
}

/* Brand tints */
.nv-login__social-btn--fb {
    border-color: rgba(24, 119, 242, 0.3);
}
.nv-login__social-btn--fb i {
    color: #74b2ff;
}
.nv-login__social-btn--fb:hover {
    box-shadow: 0 0 18px rgba(24, 119, 242, 0.25);
    border-color: rgba(24, 119, 242, 0.55);
}

.nv-login__social-btn--x {
    border-color: rgba(231, 233, 234, 0.15);
}
.nv-login__social-btn--x i {
    color: #e7e9ea;
}
.nv-login__social-btn--x:hover {
    box-shadow: 0 0 18px rgba(231, 233, 234, 0.12);
    border-color: rgba(231, 233, 234, 0.35);
}

.nv-login__social-btn--google {
    border-color: rgba(255, 255, 255, 0.12);
}
.nv-login__social-btn--google:hover {
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.28);
}

.nv-login .or {
    color: #6d758c;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    letter-spacing: 2.2px;
    font-weight: 600;
}

.nv-login__label {
    color: #6D758C;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.nv-login__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
}

.nv-login__forgot {
    color: #81ecff;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

.nv-login__forgot:hover {
    color: #c6f7ff;
    text-decoration: none;
}

.nv-login__input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 1.15rem;
    background: #071533;
    padding: 1rem 1.05rem;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.nv-login__input::placeholder {
    color: #40485D;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
}

.nv-login__input:focus {
    border-color: rgba(255, 138, 165, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 138, 165, 0.12);
}

.nv-login__input--error {
    border-color: rgba(255, 122, 163, 0.75);
    box-shadow: 0 0 0 3px rgba(255, 122, 163, 0.15);
}

.nv-login__field-error {
    display: block;
    margin-top: 0.45rem;
    color: #FF9AB8;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.nv-login__field-error--inline {
    margin-top: 0;
    margin-left: auto;
    font-size: 10px;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.nv-login__remember {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #A3AAC4;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: clamp(0.15rem, 0.8vh, 0.45rem);
    margin-bottom: clamp(0.15rem, 0.8vh, 0.45rem);
    cursor: pointer;
}

.nv-login__remember input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.05rem;
    height: 1.05rem;
    margin: 0;
    border-radius: 0.3rem;
    border: 1px solid rgba(163, 170, 196, 0.45);
    background: linear-gradient(180deg, rgba(9, 19, 40, 0.95) 0%, rgba(6, 14, 32, 0.95) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 0 1px rgba(5, 10, 24, 0.35);
    cursor: pointer;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, transform 0.15s ease;
}

.nv-login__remember input[type="checkbox"]:hover {
    border-color: rgba(129, 236, 255, 0.65);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 0 0 3px rgba(129, 236, 255, 0.09);
}

.nv-login__remember input[type="checkbox"]:focus-visible {
    outline: none;
    border-color: rgba(129, 236, 255, 0.9);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 0 0 4px rgba(129, 236, 255, 0.2);
}

.nv-login__remember input[type="checkbox"]:checked {
    border-color: rgba(255, 138, 165, 0.95);
    background-color: #131e3d;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3 3 7-7' stroke='%23FF8AA5' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 0 0 3px rgba(255, 138, 165, 0.14);
    transform: translateY(-0.5px);
}

.nv-login__remember--error {
    color: #FF9AB8;
}

.nv-login__remember--error input[type="checkbox"] {
    border-color: rgba(255, 122, 163, 0.8);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 3px rgba(255, 122, 163, 0.16);
}

.nv-login__remember--gdpr {
    align-items: flex-start;
    margin-top: 0.2rem;
}

.nv-login__remember--gdpr span {
    line-height: 1.45;
}

.nv-login__remember--gdpr a {
    color: #81ECFF;
    text-decoration: none;
    font-weight: 600;
}

.nv-login__remember--gdpr a:hover,
.nv-login__remember--gdpr a:focus {
    color: #B7F6FF;
    text-decoration: underline;
}

.nv-login__submit {
    width: 100%;
    border: 0;
    border-radius: 1.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    background-color: #e40a65;
    background-image: linear-gradient(to right, #ff8aa5 0%, #e40a65 50%, #ff8aa5 100%);
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(255, 138, 165, 0.2);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    cursor: pointer;
}

.nv-login__submit:hover,
.nv-login__submit:focus {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow:
        0 18px 38px rgba(228, 10, 101, 0.34),
        0 0 48px rgba(255, 138, 165, 0.3);
}

.nv-login__register {
    margin: clamp(0.4rem, 1.5vh, 1.2rem) 0 0;
    color: #A3AAC4;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    font-weight: 400;
    text-align: center;
}

.nv-login__register a {
    color: var(--nv-login-accent);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-decoration: none;
}

.nv-login__register a:hover {
    color: #ffb0c5;
    text-decoration: none;
}

.nv-login__recaptcha-note {
    margin-top: clamp(0.55rem, 1.2vh, 0.95rem) !important;
    color: #6D758C;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-transform: uppercase;
}

.nv-login__recaptcha-link {
    color: #81ECFF;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nv-login__recaptcha-link:hover,
.nv-login__recaptcha-link:focus {
    color: #B7F6FF;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .nv-login {
        grid-template-columns: 46% 54%;
    }

    .nv-login__title {
        font-size: clamp(2.5rem, 6.2vw, 4.8rem);
    }
}

@media (max-width: 920px) {
    .nv-login {
        --nv-navbar-offset: calc(72px + env(safe-area-inset-top));
        --nv-mobile-bottom-offset: 84px;
        grid-template-columns: 1fr;
        margin-top: var(--nv-navbar-offset);
        height: auto;
        min-height: calc(100dvh - var(--nv-navbar-offset));
        position: relative;
        overflow: visible;
    }

    .nv-login__left {
        position: absolute;
        inset: 0;
        min-height: 100%;
        max-height: 100%;
        z-index: 0;
    }

    .nv-login__left-image,
    .nv-login__left-overlay {
        height: 100%;
    }

    .nv-login__left-content {
        display: none;
    }

    .nv-login__right {
        position: relative;
        z-index: 2;
        height: auto;
        min-height: 100%;
        overflow: visible;
        background-color: transparent;
    }

    .nv-login__inner {
        min-height: 0;
        height: auto;
        max-height: none;
        overflow: visible;
        justify-content: flex-start;
        padding-left: clamp(1rem, 4vw, 1.4rem);
        padding-right: clamp(1rem, 4vw, 1.4rem);
        padding-top: max(0.75rem, env(safe-area-inset-top));
        padding-bottom: max(1rem, calc(var(--nv-mobile-bottom-offset) + env(safe-area-inset-bottom)));
    }

    .nv-login__panel {
        background: rgba(6, 14, 32, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 1.1rem;
        padding: 1rem;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }
}

@media (max-width: 380px) and (max-height: 700px) {
    .nv-login {
        --nv-navbar-offset: calc(84px + env(safe-area-inset-top));
        --nv-mobile-bottom-offset: 92px;
    }

    .nv-login__inner {
        justify-content: flex-start;
        padding-top: max(1rem, env(safe-area-inset-top));
        padding-bottom: 0.75rem;
    }
}

/* ============================================================
   NV-FP — Forgot Password / Send Recovery Email
   ============================================================ */

.nv-fp {
    --nv-fp-navbar-offset: 60px;
    --nv-fp-accent: #ff8aa5;
    --nv-fp-accent-2: #e40a65;
    --nv-fp-accent-3: #e67aff;
    --nv-fp-bg: #050a18;
    margin-top: var(--nv-fp-navbar-offset);
    height: calc(100vh - var(--nv-fp-navbar-offset));
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    background: var(--nv-fp-bg);
}

/* ---- Left panel ---- */
.nv-fp__left {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.nv-fp__left-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.05);
}

.nv-fp__left-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(5, 10, 24, 0.08) 20%, rgba(5, 10, 24, 0.62) 100%),
        linear-gradient(to top, rgba(5, 10, 24, 0.86) 16%, #050a181f 58%);
}

.nv-fp__left-content {
    position: absolute;
    left: clamp(1.5rem, 4vw, 3rem);
    right: clamp(1.5rem, 4vw, 3rem);
    bottom: clamp(1.6rem, 6vw, 3.1rem);
    z-index: 2;
}

.nv-fp__title {
    margin: 0;
    display: inline-block;
    width: 11ch;
    white-space: normal;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 96px;
    line-height: 96px;
    letter-spacing: -4.8px;
    font-weight: 800;
    background-image: linear-gradient(to right, #ff8aa5 0%, #e67aff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    overflow: visible;

}

.nv-fp__title-accent {
    display: inline-block;
    width: max-content;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
    font-style: normal;
    font-weight: 700;
    color: #DEE5FF;
    background: none;
    -webkit-text-fill-color: #DEE5FF;
}

/* ---- Right panel ---- */
.nv-fp__right {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #060E20;
    overflow: hidden;
}

.nv-fp__right::before {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 25%;
    width: 24rem;
    height: 24rem;
    border-radius: 9999px;
    background-color: rgb(230 122 255 / 0.1);
    --tw-blur: blur(120px);
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    pointer-events: none;
}

.nv-fp__inner {
    width: 100%;
    max-width: 35rem;
    padding: clamp(2rem, 5vh, 3.5rem) clamp(1.4rem, 3.6vw, 2rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nv-fp__panel {
    margin: 0;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    background: #09132866;
    padding: 2.5rem;
    border-width: 1px;
    border-color: rgb(64 72 93 / 0.1);
    border-radius: 1.5rem;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: flex;
    flex-direction: column;
}

.nv-fp__eyebrow {
    display: block;
    width: 2.5rem;
    height: 0.2rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nv-fp-accent) 0%, var(--nv-fp-accent-2) 100%);
    margin-bottom: clamp(0.5rem, 1.5vh, 1rem);
}

.nv-fp__heading {
    margin: 0 0 clamp(0.4rem, 1.2vh, 0.75rem);
    color: #DEE5FF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.75px;
    font-weight: 700;
}

.nv-fp__subheading {
    margin: 0 0 clamp(1rem, 3vh, 2rem);
    color: #A3AAC4;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0;
    font-weight: 400;
    max-width: 22rem;
}

.nv-fp__alert {
    margin-bottom: clamp(0.6rem, 1.5vh, 1rem);
}

.nv-fp .box-body {
    margin-bottom: clamp(0.8rem, 1.8vh, 1.2rem);
}

.nv-fp .alert {
    position: relative;
    margin: 0;
    padding: 0.9rem 1rem 0.9rem 1.1rem;
    border-radius: 0.8rem;
    border: 1px solid;
    border-left-width: 4px;
    box-shadow: 0 8px 20px rgb(3 8 18 / 0.2);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1px;
}

.nv-fp .alert i {
    margin-right: 0.4rem;
    font-size: 12px;
}

.nv-fp .alert-success {
    border-color: #245f53;
    border-left-color: #2dd4bf;
    background: #0b2627;
    color: #c5f9ee;
}

.nv-fp #dangerAlert {
    margin: 0;
    padding: 0.9rem 1rem 0.9rem 1.1rem;
    border-radius: 0.8rem;
    border: 1px solid #5f263e;
    border-left: 4px solid #ff7da0;
    background: #2a1420;
    color: #ffd4df;
    box-shadow: 0 8px 20px rgb(35 9 20 / 0.28);
}

.nv-fp #dangerAlert ul {
    margin: 0.45rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

.nv-fp #dangerAlert li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.nv-fp #dangerAlert li i {
    margin-top: 0.18rem;
    color: #ff8eb0;
    font-size: 12px;
}

/* ---- Form ---- */
.nv-fp__form {
    display: flex;
    flex-direction: column;
    gap: clamp(0.6rem, 1.5vh, 1rem);
}

.nv-fp__field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.nv-fp__label {
    color: #E67AFF;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 600;
}

.nv-fp__input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.nv-fp__input-icon {
    position: absolute;
    left: 1rem;
    color: #6D758C;
    font-size: 1rem;
    pointer-events: none;
    z-index: 1;
}

.nv-fp__input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 1.15rem;
    background: #071533;
    padding: 0.9rem 1.05rem 0.9rem 2.8rem;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nv-fp__input::placeholder {
    color: rgb(109 117 140 / 50%);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.nv-fp__input:focus {
    border-color: rgba(255, 138, 165, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 138, 165, 0.12);
}

/* ---- Submit button ---- */
.nv-fp__submit {
    width: 100%;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff8aa5 0%, #e40a65 60%, #e67aff 100%);
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1),
        0 0 0 0 rgba(255, 138, 165, 0);
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: clamp(0.3rem, 1vh, 0.75rem);
}

.nv-fp__submit:hover,
.nv-fp__submit:focus {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow:
        0 20px 30px -5px rgba(228, 10, 101, 0.35),
        0 8px 16px -6px rgba(0, 0, 0, 0.2);
}

/* ---- Footer row ---- */
.nv-fp__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: clamp(1rem, 2.5vh, 1.75rem);
}

.nv-fp__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #A3AAC4;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nv-fp__back i {
    font-size: 13px;
}

.nv-fp__back:hover,
.nv-fp__back:focus {
    color: #dee5ff;
    text-decoration: none;
}

.nv-fp__help {
    color: #6D758C;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nv-fp__help:hover,
.nv-fp__help:focus {
    color: #A3AAC4;
    text-decoration: none;
}

/* ---- reCAPTCHA note ---- */
.nv-fp__recaptcha-note {
    margin-top: clamp(0.5rem, 1.2vh, 0.85rem) !important;
    color: #6D758C;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-transform: uppercase;
}

.nv-fp__recaptcha-link {
    color: #81ECFF;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nv-fp__recaptcha-link:hover,
.nv-fp__recaptcha-link:focus {
    color: #B7F6FF;
    text-decoration: none;
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
    .nv-fp {
        grid-template-columns: 46% 54%;
    }
}

@media (max-width: 1024px) {
    .nv-fp__left-content {
        display: none !important;
    }
}

@media (max-width: 920px) {
    .nv-fp {
        --nv-fp-navbar-offset: calc(72px + env(safe-area-inset-top));
        --nv-fp-mobile-bottom-offset: 84px;
        grid-template-columns: 1fr;
        margin-top: var(--nv-fp-navbar-offset);
        height: auto;
        min-height: calc(100dvh - var(--nv-fp-navbar-offset));
        position: relative;
        overflow-x: clip;
        overflow-y: visible;
    }

    .nv-fp__left {
        position: absolute;
        inset: 0;
        min-height: 100%;
        max-height: 100%;
        z-index: 0;
    }

    .nv-fp__left-image,
    .nv-fp__left-overlay {
        height: 100%;
    }

    .nv-fp__left-content {
        display: none !important;
    }

    .nv-fp__right {
        position: relative;
        z-index: 2;
        height: auto;
        min-height: 100%;
        overflow-x: clip;
        overflow-y: visible;
        background-color: transparent;
    }

    .nv-fp__right::before {
        display: block;
        left: 50%;
        top: 50%;
        bottom: auto;
        width: min(82vw, 20rem);
        height: min(82vw, 20rem);
        transform: translate(-50%, -50%);
        --tw-blur: blur(90px);
    }

    .nv-fp__inner {
        min-height: 0;
        height: auto;
        justify-content: center;
        align-items: center;
        padding-top: max(1rem, env(safe-area-inset-top));
        padding-bottom: max(1rem, calc(var(--nv-fp-mobile-bottom-offset) + env(safe-area-inset-bottom)));
    }

    .nv-fp__panel {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Register page redesign */
.nv-register {
    --nv-register-navbar-offset: 60px;
    margin-top: var(--nv-register-navbar-offset);
    height: calc(100vh - var(--nv-register-navbar-offset));
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    background: #050a18;
    overflow: hidden;
}

.nv-register__left {
    position: relative;
    min-height: 0;
    height: 100%;
}

.nv-register__left-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nv-register__left-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(5, 10, 24, 0.2) 0%, rgba(5, 10, 24, 0.78) 52%, rgba(5, 10, 24, 1) 100%),
        radial-gradient(circle at 24% 34%, rgba(27, 246, 255, 0.2), transparent 45%),
        radial-gradient(circle at 65% 35%, rgba(255, 0, 127, 0.28), transparent 48%);
}

.nv-register__left-content {
    position: absolute;
    left: clamp(1.5rem, 4vw, 3rem);
    right: clamp(1.5rem, 5vw, 5rem);
    bottom: clamp(2rem, 7vh, 4.5rem);
    z-index: 2;
}

.nv-register__title {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 0.94;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #eff3ff;
}

.nv-register__title-accent {
    display: inline-block;
    margin-top: 0.1em;
    color: #ff2a86;
}

.nv-register__description {
    margin: 1.1rem 0 0;
    max-width: 25rem;
    color: rgba(222, 231, 255, 0.74);
    font-size: 1.08rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.nv-register__right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.3rem, 3.2vw, 2.6rem);
    background: linear-gradient(180deg, #060f2b 0%, #040b20 100%);
}

.nv-register__right::before {
    content: "";
    position: absolute;
    width: min(55vw, 28rem);
    height: min(55vw, 28rem);
    right: -20%;
    top: -16%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(47, 91, 255, 0.46), rgba(47, 91, 255, 0) 66%);
    filter: blur(44px);
    pointer-events: none;
}

.nv-register__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 26.6rem;
}

.nv-register__panel {
    border-radius: 1.3rem;
    border: 1px solid rgba(170, 190, 255, 0.16);
    background: linear-gradient(180deg, rgba(8, 18, 52, 0.9) 0%, rgba(5, 12, 34, 0.92) 100%);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    padding: clamp(1.25rem, 2vw, 1.6rem);
}

.nv-register__micro {
    margin: 0 0 0.45rem;
    color: #68d4ff;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.68rem;
    font-weight: 600;
}

.nv-register__heading {
    margin: 0 0 1.3rem;
    color: #f2f5ff;
    font-size: clamp(1.55rem, 2.6vw, 2.15rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.nv-register__path {
    margin-bottom: 1.1rem;
}

.nv-register__label {
    display: block;
    margin: 0 0 0.5rem;
    color: rgba(213, 225, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 500;
}

.nv-register__path-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
}

.nv-register__path-btn {
    border: 1px solid rgba(130, 157, 230, 0.28);
    border-radius: 0.95rem;
    background: rgba(8, 18, 48, 0.66);
    color: rgba(224, 232, 252, 0.9);
    min-height: 3.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.83rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    transition: all 0.25s ease;
}

.nv-register__path-btn i {
    font-size: 0.95rem;
}

.nv-register__path-btn:hover {
    border-color: rgba(255, 80, 152, 0.66);
    transform: translateY(-1px);
}

.nv-register__path-btn--active {
    border-color: rgba(255, 84, 158, 0.95);
    color: #fff6fb;
    box-shadow:
        0 0 0 1px rgba(255, 84, 158, 0.15) inset,
        0 8px 20px rgba(255, 40, 136, 0.22);
}

.nv-register__form {
    display: grid;
    gap: 0.95rem;
}

.nv-register__input {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(112, 140, 218, 0.42);
    background: transparent;
    color: #f4f7ff;
    padding: 0.45rem 0 0.62rem;
    font-size: 1rem;
    outline: none;
}

.nv-register__input::placeholder {
    color: rgba(180, 196, 236, 0.56);
}

.nv-register__input:focus {
    border-bottom-color: rgba(255, 93, 166, 0.92);
}

.nv-register__password-wrap {
    position: relative;
}

.nv-register__input--password {
    padding-right: 2rem;
}

.nv-register__password-icon {
    position: absolute;
    right: 0.1rem;
    top: 52%;
    transform: translateY(-50%);
    color: rgba(179, 196, 238, 0.82);
    font-size: 0.95rem;
    pointer-events: none;
}

.nv-register__agreement {
    display: flex;
    align-items: flex-start;
    gap: 0.62rem;
    margin-top: 0.25rem;
    color: rgba(203, 216, 246, 0.78);
    font-size: 0.84rem;
    line-height: 1.45;
}

.nv-register__agreement input[type="checkbox"] {
    width: 1.02rem;
    height: 1.02rem;
    margin-top: 0.08rem;
    border: 1px solid rgba(128, 153, 222, 0.5);
    background: transparent;
    border-radius: 0.26rem;
    appearance: none;
}

.nv-register__agreement input[type="checkbox"]:checked {
    border-color: #ff4d9d;
    background: linear-gradient(135deg, #ff5fa8, #ff0f72);
}

.nv-register__agreement a {
    color: #e9eefc;
    text-decoration: none;
    border-bottom: 1px solid rgba(233, 238, 252, 0.48);
}

.nv-register__submit {
    margin-top: 0.25rem;
    width: 100%;
    border: none;
    border-radius: 999px;
    min-height: 3.3rem;
    background: linear-gradient(90deg, #ff7aa9 0%, #ff007b 100%);
    box-shadow: 0 12px 28px rgba(255, 8, 123, 0.35);
    color: #fff;
    font-size: 1.03rem;
    letter-spacing: 0.08em;
    font-weight: 800;
}

.nv-register__signin {
    margin: 0.15rem 0 0;
    text-align: center;
    color: rgba(193, 208, 244, 0.74);
    font-size: 0.9rem;
}

.nv-register__signin a {
    color: #f3f6ff;
    text-decoration: none;
    border-bottom: 1px solid rgba(243, 246, 255, 0.44);
}

@media (max-width: 920px) {
    .nv-register {
        --nv-register-navbar-offset: calc(72px + env(safe-area-inset-top));
        grid-template-columns: 1fr;
        height: calc(100vh - var(--nv-register-navbar-offset));
        position: relative;
    }

    .nv-register__left {
        position: absolute;
        inset: 0;
        min-height: 100%;
    }

    .nv-register__left-content {
        display: none;
    }

    .nv-register__right {
        z-index: 1;
        background: transparent;
        padding: 1rem 0.9rem max(1.2rem, env(safe-area-inset-bottom));
    }

    .nv-register__panel {
        padding: 1rem;
        border-radius: 1.05rem;
    }
}
