.navbar-dark.app-navbar-home {
    background: rgba(2, 7, 20, 0.78) !important;
    border-bottom: 1px solid rgba(104, 214, 255, 0.13);
    backdrop-filter: blur(18px);
}

.navbar-light.app-navbar-home {
    background: rgba(255, 255, 255, 0.84) !important;
    border-bottom: 1px solid rgba(10, 42, 80, 0.1);
    backdrop-filter: blur(18px);
}

.app-navbar-home .navbar-brand img {
    max-height: 2.65rem;
}

.navbar-dark.app-navbar-home .nav-link {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 700;
}

.navbar-light.app-navbar-home .nav-link {
    color: rgba(9, 18, 36, 0.78) !important;
    font-weight: 700;
}

.app-navbar-home .btn {
    border-radius: 8px !important;
}

.home-page {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background: #020714;
    color: #fff;
    --home-blue: #3172d4;
    --home-cyan: #50ccbd;
    --home-deep-blue: #145387;
    --home-bright-blue: #6ca8ff;
    --home-ink: #f8fbff;
    --home-muted: #a9b6c9;
    --home-panel: rgba(5, 16, 37, 0.78);
    --home-panel-strong: rgba(8, 24, 52, 0.92);
    --home-border: rgba(108, 207, 255, 0.2);
    --home-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.home-page *,
.home-page *::before,
.home-page *::after {
    min-width: 0;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p,
.home-page span,
.home-page strong,
.home-page small,
.home-page a,
.home-page button,
.home-page li {
    overflow-wrap: anywhere;
}

.home-page h1,
.home-page h2,
.home-page h3 {
    overflow-wrap: normal;
    word-break: normal;
}

.home-page--light {
    background: #020714;
    color: #fff;
    --home-ink: #f8fbff;
    --home-muted: #a9b6c9;
    --home-panel: rgba(5, 16, 37, 0.78);
    --home-panel-strong: rgba(8, 24, 52, 0.92);
    --home-border: rgba(108, 207, 255, 0.2);
    --home-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.home-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 58% 42%, rgba(80, 204, 189, 0.18), transparent 28rem),
        radial-gradient(circle at 76% 24%, rgba(49, 114, 212, 0.22), transparent 30rem),
        radial-gradient(circle at 10% 84%, rgba(20, 83, 135, 0.36), transparent 26rem),
        linear-gradient(115deg, rgba(8, 38, 95, 0.34) 0%, rgba(2, 7, 20, 0.34) 37%, rgba(15, 184, 199, 0.08) 72%, rgba(2, 7, 20, 0.7) 100%),
        repeating-linear-gradient(105deg, rgba(95, 210, 255, 0.04) 0 1px, transparent 1px 72px);
    opacity: 0.9;
}

.home-page--light::before {
    background:
        radial-gradient(circle at 58% 42%, rgba(80, 204, 189, 0.18), transparent 28rem),
        radial-gradient(circle at 76% 24%, rgba(49, 114, 212, 0.22), transparent 30rem),
        linear-gradient(115deg, rgba(8, 38, 95, 0.34) 0%, rgba(2, 7, 20, 0.34) 37%, rgba(15, 184, 199, 0.08) 72%, rgba(2, 7, 20, 0.7) 100%);
}

.home-page > section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-reveal {
    opacity: 0;
    translate: 0 1.2rem;
    transition:
        opacity 0.68s ease,
        translate 0.68s ease;
    transition-delay: var(--home-reveal-delay, 0ms);
}

.home-reveal.is-visible {
    opacity: 1;
    translate: 0 0;
}

.home-hero {
    min-height: clamp(48rem, 94vh, 61rem);
    display: flex;
    align-items: flex-end;
    padding: calc(76px + 4.75rem) 0 0;
    border-bottom: 1px solid rgba(108, 207, 255, 0.14);
    background:
        linear-gradient(90deg, rgba(2, 7, 20, 0.96) 0%, rgba(2, 7, 20, 0.58) 42%, rgba(2, 7, 20, 0.24) 72%, rgba(2, 7, 20, 0.62) 100%),
        linear-gradient(180deg, rgba(2, 7, 20, 0.34) 0%, rgba(2, 7, 20, 0.18) 44%, rgba(2, 7, 20, 0.9) 100%),
        radial-gradient(ellipse at 58% 48%, rgba(49, 114, 212, 0.34) 0%, rgba(20, 83, 135, 0.2) 26%, rgba(2, 7, 20, 0) 58%),
        radial-gradient(ellipse at 62% 56%, rgba(80, 204, 189, 0.24) 0%, rgba(49, 114, 212, 0.16) 32%, rgba(2, 7, 20, 0) 64%),
        radial-gradient(ellipse at 80% 42%, rgba(20, 83, 135, 0.36), transparent 36rem),
        linear-gradient(180deg, #020714 0%, #041025 55%, #020714 100%);
    background-size: cover, cover, auto, auto, auto, auto;
    background-position: center, center, center, center, center, center;
    --home-cursor-opacity: 0;
}

.home-cursor-glow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 18rem;
    height: 18rem;
    pointer-events: none;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(80, 204, 189, 0.22), rgba(49, 114, 212, 0.16) 38%, transparent 70%);
    filter: blur(14px);
    opacity: var(--home-cursor-opacity, 0);
    transform: translate3d(calc(var(--home-cursor-x, 50%) - 50%), calc(var(--home-cursor-y, 50%) - 50%), 0);
    transition: opacity 0.18s ease;
    mix-blend-mode: screen;
}

.home-hero-atmosphere {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-light-beam {
    position: absolute;
    width: min(46rem, 70vw);
    height: 7rem;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(80, 204, 189, 0.3), rgba(49, 114, 212, 0.24), transparent);
    filter: blur(16px);
    opacity: 0.55;
    transform: rotate(-18deg);
    animation: homeBeamDrift 9s ease-in-out infinite alternate;
}

.home-light-beam-one {
    top: 27%;
    left: 34%;
}

.home-light-beam-two {
    right: -8rem;
    bottom: 28%;
    animation-delay: -3s;
    transform: rotate(-28deg);
}

.home-star {
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    opacity: 0.8;
}

.home-star::before,
.home-star::after {
    content: "";
    position: absolute;
    inset: 48% 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
    box-shadow: 0 0 24px rgba(32, 217, 240, 0.6);
}

.home-star::after {
    transform: rotate(90deg);
}

.home-star-one {
    top: 21%;
    right: 31%;
    animation: homeTwinkle 3.8s ease-in-out infinite;
}

.home-star-two {
    left: 8%;
    bottom: 30%;
    transform: scale(0.58);
    animation: homeTwinkle 4.4s ease-in-out infinite -1.2s;
}

.home-star-three {
    top: 33%;
    right: 14%;
    transform: scale(0.42) rotate(18deg);
    opacity: 0.62;
    animation: homeTwinkle 4.9s ease-in-out infinite -2s;
}

.home-star-four {
    left: 18%;
    bottom: 18%;
    transform: scale(0.36) rotate(-12deg);
    opacity: 0.54;
    animation: homeTwinkle 5.2s ease-in-out infinite -3.1s;
}

.home-page--light .home-hero {
    background:
        linear-gradient(90deg, rgba(2, 7, 20, 0.96) 0%, rgba(2, 7, 20, 0.58) 42%, rgba(2, 7, 20, 0.24) 72%, rgba(2, 7, 20, 0.62) 100%),
        linear-gradient(180deg, rgba(2, 7, 20, 0.34) 0%, rgba(2, 7, 20, 0.18) 44%, rgba(2, 7, 20, 0.9) 100%),
        radial-gradient(ellipse at 58% 48%, rgba(49, 114, 212, 0.34) 0%, rgba(20, 83, 135, 0.2) 26%, rgba(2, 7, 20, 0) 58%),
        radial-gradient(ellipse at 62% 56%, rgba(80, 204, 189, 0.24) 0%, rgba(49, 114, 212, 0.16) 32%, rgba(2, 7, 20, 0) 64%),
        radial-gradient(ellipse at 80% 42%, rgba(20, 83, 135, 0.36), transparent 36rem),
        linear-gradient(180deg, #020714 0%, #041025 55%, #020714 100%);
    background-size: cover, cover, auto, auto, auto, auto;
    background-position: center, center, center, center, center, center;
}

.home-hero::after {
    display: none;
}

.home-hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(32rem, 0.88fr) minmax(30rem, 1.12fr);
    gap: clamp(2.25rem, 5vw, 5rem);
    align-items: center;
    padding-bottom: clamp(2.5rem, 7vh, 5rem);
}

.home-hero-copy {
    max-width: 39rem;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.42rem 0.68rem;
    border: 1px solid rgba(32, 217, 240, 0.28);
    border-radius: 8px;
    background: rgba(3, 18, 43, 0.66);
    color: #bdefff;
    font-size: 0.73rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-page--light .home-kicker {
    background: rgba(3, 18, 43, 0.66);
    color: #bdefff;
    border-color: rgba(80, 204, 189, 0.28);
}

.home-hero h1,
.home-section-heading h2,
.home-creator-story h2 {
    margin: 1rem 0 0;
    color: var(--home-ink);
    font-size: clamp(3rem, 4.75vw, 4.55rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.96;
}

.home-hero h1 span,
.home-section-heading span,
.home-creator-story h2 span {
    color: transparent;
    background: linear-gradient(90deg, var(--home-cyan), var(--home-blue) 56%, var(--home-deep-blue));
    -webkit-background-clip: text;
    background-clip: text;
}

.home-hero h1 span {
    display: block;
}

.home-hero p,
.home-creator-story p,
.home-trust-item p {
    color: var(--home-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.home-hero p {
    max-width: 35rem;
    margin: 1.35rem 0 0;
    color: rgba(228, 238, 255, 0.82);
}

.home-page--light .home-hero p {
    color: rgba(228, 238, 255, 0.82);
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.7rem;
}

.home-btn {
    min-height: 3.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.45rem;
    border-radius: 8px !important;
    font-weight: 800;
    line-height: 1.2;
}

.home-btn-primary {
    border: 1px solid rgba(32, 217, 240, 0.18);
    background: linear-gradient(135deg, #0b6eff, #1187ff);
    color: #fff !important;
    box-shadow:
        0 18px 42px rgba(11, 110, 255, 0.32),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.home-btn-primary:hover {
    color: #fff;
    filter: brightness(1.07);
}

.home-btn-secondary {
    border: 1px solid rgba(108, 207, 255, 0.38);
    background: rgba(4, 18, 42, 0.72);
    color: #fff !important;
}

.home-page--light .home-btn-secondary {
    background: rgba(4, 18, 42, 0.72);
    color: #fff !important;
    border-color: rgba(108, 207, 255, 0.38);
}

.home-btn-secondary:hover {
    background: rgba(8, 32, 72, 0.9);
    color: #fff;
}

.home-proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.3rem;
}

.home-proof-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0.42rem 0.68rem;
    border: 1px solid rgba(108, 207, 255, 0.2);
    border-radius: 8px;
    background: rgba(4, 18, 42, 0.54);
    color: rgba(236, 244, 255, 0.8);
    font-size: 0.78rem;
    font-weight: 800;
}

.home-page--light .home-proof-strip span {
    background: rgba(255, 255, 255, 0.72);
    color: rgba(9, 18, 36, 0.74);
    border-color: rgba(10, 111, 255, 0.16);
}

.home-hero-stage {
    position: relative;
    min-height: clamp(31rem, 50vw, 41rem);
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 72rem;
    transform-style: preserve-3d;
}

.home-hero-stage::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: min(44rem, 86%);
    height: min(31rem, 72%);
    border: 1px solid rgba(80, 204, 189, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 34px rgba(49, 114, 212, 0.08),
        inset 0 0 28px rgba(80, 204, 189, 0.06);
    opacity: 0.6;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(-8deg);
}

.home-js-ready .home-hero-stage {
    transform: rotateX(var(--home-stage-rotate-x, 0deg)) rotateY(var(--home-stage-rotate-y, 0deg));
    transition: transform 0.18s ease-out;
    will-change: transform;
}

.home-brand-wrap {
    position: relative;
    z-index: 2;
    width: min(37rem, 52vw);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    transform: translateX(-1.2rem);
}

.home-brand-wrap::before,
.home-brand-wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.home-brand-wrap::before {
    inset: -24%;
    background:
        radial-gradient(circle, rgba(49, 114, 212, 0.5), transparent 38%),
        radial-gradient(circle at 58% 52%, rgba(80, 204, 189, 0.34), transparent 44%),
        radial-gradient(circle at 42% 66%, rgba(20, 83, 135, 0.36), transparent 48%);
    filter: blur(20px);
    opacity: 0.98;
}

.home-brand-wrap::after {
    inset: -8%;
    background:
        radial-gradient(circle, rgba(49, 114, 212, 0.34), transparent 48%),
        radial-gradient(circle, rgba(80, 204, 189, 0.18), transparent 62%);
    filter: blur(36px);
}

.home-brand-core {
    position: relative;
    z-index: 2;
    width: min(36rem, 52vw);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateZ(8rem) rotateY(-9deg) rotateX(6deg);
    transform-style: preserve-3d;
    animation: homeLogoFloat 6.6s ease-in-out infinite;
}

.home-page--light .home-brand-core {
    box-shadow: none;
}

.home-brand-core::before {
    display: none;
}

.home-brand-core::after {
    display: none;
}

.home-page--light .home-brand-core::after {
    background: linear-gradient(145deg, rgba(166, 196, 245, 0.46), rgba(42, 122, 220, 0.22));
    opacity: 0.5;
}

.home-brand-core img {
    position: relative;
    z-index: 3;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter:
        drop-shadow(0 0 1.8rem rgba(80, 204, 189, 0.28))
        drop-shadow(0 0 3rem rgba(49, 114, 212, 0.44))
        drop-shadow(0 0 5rem rgba(49, 114, 212, 0.2))
        drop-shadow(0 2.2rem 2.8rem rgba(0, 0, 0, 0.36))
        drop-shadow(0 0 38px rgba(49, 114, 212, 0.24));
}

.home-floor-ring {
    position: absolute;
    left: 50%;
    bottom: -1.9rem;
    z-index: 1;
    width: 128%;
    height: 11rem;
    border: 0;
    border-radius: 0;
    background:
        url("/img/ff-floor-ring-transparent.png") center / contain no-repeat;
    filter: drop-shadow(0 0 2.4rem rgba(80, 204, 189, 0.28));
    transform: translateX(-50%);
    opacity: 0.92;
}

.home-brand-glint {
    position: absolute;
    top: 19%;
    left: 22%;
    width: 32%;
    height: 12%;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.64), transparent);
    filter: blur(6px);
    opacity: 0.54;
    transform: rotate(-29deg);
    animation: homeGlint 5.8s ease-in-out infinite;
}

.home-orbit-badge {
    position: absolute;
    z-index: 3;
    width: 3.35rem;
    height: 3.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(108, 207, 255, 0.3);
    border-radius: 8px;
    background: rgba(5, 18, 42, 0.72);
    color: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(16px);
    animation: homeFloat 7.4s ease-in-out infinite;
    transform-style: preserve-3d;
}

.home-orbit-badge-like {
    left: 27%;
    top: 22%;
    transform: translateZ(12rem) rotateY(-18deg);
    color: var(--home-cyan);
}

.home-orbit-badge-secure {
    right: 27%;
    top: 22%;
    transform: translateZ(9rem) rotateY(16deg) rotateX(5deg);
    color: var(--home-bright-blue);
    animation-delay: -0.9s;
}

.home-orbit-badge-play {
    left: 27%;
    bottom: 25%;
    transform: translateZ(6rem) rotateY(20deg) rotateX(8deg);
    color: var(--home-bright-blue);
    animation-delay: -1.8s;
}

.home-orbit-badge-tip {
    right: 27%;
    bottom: 25%;
    transform: translateZ(10rem) rotateY(-16deg) rotateX(-8deg);
    color: var(--home-cyan);
    animation-delay: -3.4s;
}

.home-page--light .home-orbit-badge {
    background: rgba(5, 18, 42, 0.72);
    border-color: rgba(80, 204, 189, 0.3);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

.home-signal-card {
    position: absolute;
    z-index: 6;
    width: 14.2rem;
    min-height: 4.4rem;
    display: grid;
    grid-template-columns: 2.3rem 1fr;
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem;
    border: 1px solid rgba(80, 204, 189, 0.46);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(80, 204, 189, 0.05) 34%, rgba(4, 19, 43, 0.82)),
        rgba(4, 19, 43, 0.86);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.36),
        0 0 34px rgba(80, 204, 189, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(24px) saturate(1.18);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    transform-style: preserve-3d;
}

.home-page--light .home-signal-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(80, 204, 189, 0.05) 34%, rgba(4, 19, 43, 0.82)),
        rgba(4, 19, 43, 0.86);
    border-color: rgba(80, 204, 189, 0.46);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.36),
        0 0 34px rgba(80, 204, 189, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.home-signal-card .ion-icon-wrapper,
.home-signal-card ion-icon,
.home-signal-card svg {
    color: #9decff;
}

.home-signal-card strong,
.home-signal-card span {
    display: block;
}

.home-signal-card strong {
    color: #fff;
    font-size: 0.86rem;
    line-height: 1.25;
}

.home-page--light .home-signal-card strong {
    color: #fff;
}

.home-signal-card span {
    margin-top: 0.2rem;
    color: rgba(228, 238, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.35;
}

.home-page--light .home-signal-card span {
    color: rgba(228, 238, 255, 0.68);
}

.home-signal-card-live {
    top: 6%;
    left: 7%;
    transform: translate3d(0, 0, 14rem) rotateY(8deg);
    animation: homeCardFloat 6.2s ease-in-out infinite;
}

.home-signal-card-message {
    top: 8%;
    right: 6%;
    transform: translate3d(0, 0, 11rem) rotateY(-7deg);
    animation: homeCardFloat 6.8s ease-in-out infinite -1.7s;
}

.home-signal-card-unlock {
    top: auto;
    right: 6%;
    bottom: 10%;
    transform: translate3d(0, 0, 8rem) rotateY(-6deg);
    animation: homeCardFloat 7.1s ease-in-out infinite -3.1s;
}

.home-signal-card-earnings {
    top: auto;
    left: 8%;
    bottom: 10%;
    transform: translate3d(0, 0, 6rem) rotateY(7deg);
    animation: homeCardFloat 7.4s ease-in-out infinite -4.2s;
}

.home-feature-rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(108, 207, 255, 0.14);
}

.home-feature-rail-item {
    min-height: 8.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem 1rem;
    border-left: 1px solid rgba(108, 207, 255, 0.14);
    text-align: center;
    transition: background 180ms ease, transform 180ms ease;
}

.home-feature-rail-item:hover {
    background: rgba(32, 217, 240, 0.06);
    transform: translateY(-0.2rem);
}

.home-feature-rail-item:first-child {
    border-left: 0;
}

.home-icon-tile {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(32, 217, 240, 0.3);
    border-radius: 8px;
    background: rgba(0, 143, 255, 0.14);
    color: #68e5ff;
    box-shadow: 0 0 24px rgba(32, 217, 240, 0.18);
}

.home-feature-rail-item h2 {
    margin: 0.8rem 0 0;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.25;
}

.home-page--light .home-feature-rail-item h2 {
    color: #091224;
}

.home-feature-rail-item p {
    margin: 0.35rem 0 0;
    color: var(--home-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.home-path-section,
.home-product-section,
.home-trust-section {
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    border-bottom: 1px solid rgba(108, 207, 255, 0.14);
}

.home-section-heading {
    max-width: 48rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.home-section-heading h2,
.home-creator-story h2 {
    font-size: clamp(2.3rem, 4.4vw, 4.2rem);
    line-height: 1.05;
}

.home-path-stage {
    position: relative;
    max-width: 66rem;
    margin: 0 auto;
}

.home-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.1rem, 4vw, 2.4rem);
}

.home-path-card {
    min-height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.55rem, 3vw, 2.15rem);
    border: 1px solid rgba(108, 207, 255, 0.24);
    border-radius: 8px;
    background:
        radial-gradient(circle at 80% 35%, rgba(80, 204, 189, 0.18), transparent 18rem),
        linear-gradient(125deg, rgba(10, 40, 96, 0.86), rgba(3, 11, 28, 0.76)),
        rgba(5, 16, 37, 0.85);
    box-shadow: var(--home-shadow);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 180ms ease, border-color 180ms ease;
}

.home-path-card-fans {
    clip-path: polygon(0 0, calc(100% - 3.8rem) 0, 100% 3.8rem, 100% 100%, 0 100%);
}

.home-path-card-creators {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3.8rem 100%, 0 calc(100% - 3.8rem));
}

.home-path-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 38%, rgba(32, 217, 240, 0.1)),
        radial-gradient(circle at 78% 24%, rgba(80, 204, 189, 0.18), transparent 12rem);
    opacity: 0;
    transition: opacity 180ms ease;
}

.home-path-card > * {
    position: relative;
    z-index: 2;
}

.home-path-content {
    max-width: 18.5rem;
}

.home-path-card:hover {
    transform: translateY(-0.35rem);
    border-color: rgba(32, 217, 240, 0.42);
}

.home-path-card:hover::before {
    opacity: 1;
}

.home-page--light .home-path-card {
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.94), rgba(231, 246, 255, 0.82)),
        rgba(255, 255, 255, 0.9);
}

.home-page--light .home-path-card-creators {
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.94), rgba(218, 252, 255, 0.86)),
        rgba(255, 255, 255, 0.9);
}

.home-path-card-creators {
    background:
        radial-gradient(circle at 84% 35%, rgba(80, 204, 189, 0.24), transparent 18rem),
        linear-gradient(125deg, rgba(8, 38, 92, 0.76), rgba(6, 145, 163, 0.32)),
        rgba(5, 16, 37, 0.85);
}

.home-path-scene {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-path-scene::before,
.home-path-scene::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.home-path-scene-fans {
    background:
        radial-gradient(circle at 16% 78%, rgba(49, 114, 212, 0.42), transparent 9rem),
        radial-gradient(circle at 70% 18%, rgba(80, 204, 189, 0.26), transparent 13rem),
        linear-gradient(135deg, rgba(5, 16, 37, 0.12), rgba(2, 7, 20, 0.72));
}

.home-path-scene-fans::before {
    inset: 8% -20% auto 8%;
    height: 16rem;
    background:
        linear-gradient(104deg, transparent 0 28%, rgba(80, 204, 189, 0.28) 42%, transparent 58%),
        linear-gradient(74deg, transparent 0 38%, rgba(49, 114, 212, 0.3) 50%, transparent 64%);
    filter: blur(10px);
    opacity: 0.72;
    transform: rotate(-9deg);
}

.home-path-scene-fans::after {
    left: -8%;
    right: -8%;
    bottom: -1rem;
    height: 8.5rem;
    background:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.92));
    clip-path: polygon(0 54%, 8% 32%, 15% 48%, 24% 28%, 31% 53%, 41% 30%, 52% 58%, 62% 38%, 70% 56%, 80% 28%, 88% 50%, 100% 34%, 100% 100%, 0 100%);
}

.home-path-scene-creators {
    background:
        radial-gradient(circle at 82% 24%, rgba(80, 204, 189, 0.34), transparent 10rem),
        radial-gradient(circle at 62% 68%, rgba(49, 114, 212, 0.22), transparent 11rem),
        linear-gradient(135deg, rgba(2, 7, 20, 0.08), rgba(2, 7, 20, 0.74));
}

.home-path-scene-creators::before {
    top: 12%;
    right: -1rem;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(80, 204, 189, 0.22), transparent 56%),
        repeating-radial-gradient(circle, rgba(80, 204, 189, 0.18) 0 1px, transparent 1px 18px);
    opacity: 0.48;
    filter: blur(0.5px);
}

.home-path-scene-creators::after {
    right: 3.5rem;
    bottom: 3.8rem;
    width: 7.5rem;
    height: 0.22rem;
    border-radius: 999px;
    background: rgba(80, 204, 189, 0.7);
    box-shadow:
        0 0 22px rgba(80, 204, 189, 0.35),
        2.5rem -2.7rem 0 -0.04rem rgba(49, 114, 212, 0.5);
}

.home-path-person,
.home-path-screen,
.home-path-desk,
.home-path-camera {
    position: absolute;
    display: block;
}

.home-path-person {
    bottom: 0.2rem;
    width: 2.35rem;
    height: 4.9rem;
    border-radius: 1.2rem 1.2rem 0.35rem 0.35rem;
    background: linear-gradient(180deg, rgba(1, 8, 20, 0.95), rgba(0, 0, 0, 0.86));
    box-shadow: 0 0 26px rgba(49, 114, 212, 0.22);
}

.home-path-person::before {
    content: "";
    position: absolute;
    top: -1.15rem;
    left: 50%;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    background: rgba(1, 8, 20, 0.96);
    transform: translateX(-50%);
}

.home-path-person::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: -0.55rem;
    width: 0.65rem;
    height: 2.6rem;
    border-radius: 999px;
    background: rgba(1, 8, 20, 0.88);
    transform: rotate(24deg);
    transform-origin: top center;
}

.home-path-person-one {
    left: 48%;
    height: 5.8rem;
}

.home-path-person-two {
    left: 62%;
    bottom: -0.1rem;
    scale: 0.92;
}

.home-path-person-three {
    left: 75%;
    bottom: -0.3rem;
    scale: 1.08;
}

.home-path-person-four {
    left: 88%;
    bottom: -0.4rem;
    scale: 0.82;
}

.home-path-person-creator {
    right: 6.6rem;
    bottom: 4rem;
    width: 4.2rem;
    height: 8.4rem;
    border-radius: 2.3rem 2.3rem 0.8rem 0.8rem;
    background:
        linear-gradient(120deg, rgba(1, 8, 20, 0.94), rgba(5, 22, 48, 0.92));
    box-shadow:
        -1.2rem 1.2rem 0 -0.4rem rgba(1, 8, 20, 0.84),
        0 0 34px rgba(80, 204, 189, 0.22);
}

.home-path-person-creator::before {
    width: 2.25rem;
    height: 2.25rem;
    top: -1.75rem;
}

.home-path-person-creator::after {
    left: auto;
    right: -1.4rem;
    top: 2.7rem;
    width: 0.8rem;
    height: 4.8rem;
    transform: rotate(-36deg);
}

.home-path-screen {
    right: 1.6rem;
    bottom: 5.9rem;
    width: 4.3rem;
    height: 5.4rem;
    border: 1px solid rgba(80, 204, 189, 0.38);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(80, 204, 189, 0.16), rgba(49, 114, 212, 0.16)),
        rgba(1, 8, 20, 0.64);
    box-shadow: 0 0 28px rgba(49, 114, 212, 0.2);
}

.home-path-desk {
    right: 1.1rem;
    bottom: 3.25rem;
    width: 13.5rem;
    height: 0.75rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(80, 204, 189, 0), rgba(80, 204, 189, 0.62), rgba(49, 114, 212, 0.26));
}

.home-path-camera {
    right: 0.9rem;
    bottom: 10.8rem;
    width: 2.8rem;
    height: 1.7rem;
    border: 1px solid rgba(80, 204, 189, 0.42);
    border-radius: 6px;
    background: rgba(1, 8, 20, 0.72);
    box-shadow: -2.6rem 1.15rem 0 -0.55rem rgba(80, 204, 189, 0.52);
}

.home-path-star {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 5.3rem;
    height: 5.3rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(80, 204, 189, 0.55);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(80, 204, 189, 0.22), transparent 56%),
        rgba(2, 10, 25, 0.82);
    box-shadow:
        0 0 28px rgba(80, 204, 189, 0.32),
        0 0 62px rgba(49, 114, 212, 0.26);
    transform: translate(-50%, -50%);
}

.home-path-star::before {
    content: "";
    width: 3.8rem;
    height: 3.8rem;
    background:
        radial-gradient(circle, #fff 0 9%, rgba(80, 204, 189, 0.95) 10% 24%, rgba(49, 114, 212, 0.92) 44%, transparent 68%);
    clip-path: polygon(50% 0, 60% 38%, 100% 50%, 60% 62%, 50% 100%, 40% 62%, 0 50%, 40% 38%);
    filter: drop-shadow(0 0 16px rgba(80, 204, 189, 0.72));
}

.home-path-star::after {
    content: "";
    position: absolute;
    inset: -2.2rem;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(80, 204, 189, 0.2), transparent 68%);
    animation: homePathStarPulse 3.8s ease-in-out infinite;
}

.home-path-card h3 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 900;
}

.home-page--light .home-path-card h3 {
    color: #091224;
}

.home-path-card ul {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-path-card li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: rgba(236, 244, 255, 0.88);
    line-height: 1.35;
}

.home-page--light .home-path-card li {
    color: rgba(39, 55, 80, 0.82);
}

.home-path-card li .ion-icon-wrapper,
.home-path-card li ion-icon,
.home-path-card li svg {
    color: #66dfff;
    flex: 0 0 auto;
    margin-top: 0.12rem;
}

.home-product-section {
    background:
        linear-gradient(180deg, rgba(6, 16, 39, 0.82), rgba(2, 7, 20, 0.96));
}

.home-page--light .home-product-section {
    background:
        linear-gradient(180deg, rgba(238, 248, 255, 0.9), rgba(246, 251, 255, 0.98));
}

.home-product-grid {
    display: grid;
    grid-template-columns: minmax(19rem, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(1.25rem, 4vw, 3rem);
    align-items: center;
}

.home-dashboard-wrap {
    min-width: 0;
    perspective: 82rem;
    transform-style: preserve-3d;
}

.home-dashboard {
    position: relative;
    display: grid;
    grid-template-columns: 8.4rem minmax(0, 1fr) 11rem;
    gap: 0.75rem;
    min-height: 27rem;
    padding: 0.75rem;
    border: 1px solid rgba(108, 207, 255, 0.24);
    border-radius: 8px;
    background: rgba(4, 14, 32, 0.88);
    box-shadow: var(--home-shadow);
    overflow: hidden;
    transform: rotateY(-13deg) rotateX(7deg) translateZ(2rem);
    transform-origin: center left;
    transform-style: preserve-3d;
}

.home-dashboard::before,
.home-dashboard::after {
    content: "";
    position: absolute;
    border-radius: 8px;
    pointer-events: none;
}

.home-dashboard::before {
    inset: 0.8rem -1.05rem -1.25rem 1rem;
    z-index: -1;
    background: linear-gradient(135deg, rgba(4, 14, 32, 0.88), rgba(18, 44, 90, 0.72));
    transform: translateZ(-4rem);
    box-shadow: 0 3.6rem 5.5rem rgba(0, 0, 0, 0.32);
}

.home-dashboard::after {
    inset: 0;
    z-index: 3;
    background: linear-gradient(105deg, rgba(255, 255, 255, 0.16), transparent 24%, transparent 68%, rgba(32, 217, 240, 0.08));
    mix-blend-mode: screen;
}

.home-page--light .home-dashboard::before {
    background: linear-gradient(135deg, rgba(218, 233, 252, 0.9), rgba(175, 212, 244, 0.66));
    box-shadow: 0 3.2rem 5rem rgba(31, 62, 102, 0.17);
}

.home-dashboard-glow {
    position: absolute;
    inset: -35% -25% auto auto;
    width: 19rem;
    height: 19rem;
    background: radial-gradient(circle, rgba(80, 204, 189, 0.24), rgba(49, 114, 212, 0.16) 42%, transparent 68%);
    pointer-events: none;
    z-index: 1;
}

.home-dashboard-depth {
    position: absolute;
    inset: 1.4rem -1.4rem -1.7rem 2rem;
    z-index: 0;
    border: 1px solid rgba(108, 207, 255, 0.14);
    border-radius: 8px;
    background: rgba(8, 34, 78, 0.34);
    transform: translateZ(-7rem);
    pointer-events: none;
}

.home-page--light .home-dashboard-depth {
    background: rgba(205, 228, 248, 0.48);
    border-color: rgba(10, 111, 255, 0.1);
}

.home-page--light .home-dashboard {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(10, 111, 255, 0.18);
}

.home-dashboard-nav,
.home-dashboard-feed,
.home-dashboard-side {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(108, 207, 255, 0.12);
    border-radius: 8px;
    background: rgba(6, 22, 50, 0.76);
}

.home-page--light .home-dashboard-nav,
.home-page--light .home-dashboard-feed,
.home-page--light .home-dashboard-side {
    background: rgba(247, 251, 255, 0.92);
    border-color: rgba(10, 111, 255, 0.12);
}

.home-dashboard-nav {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.8rem;
}

.home-dashboard-nav img {
    width: 5.2rem;
    max-height: 1.7rem;
    object-fit: contain;
    object-position: left center;
}

.home-dashboard-nav span {
    min-height: 2.25rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 0.45rem;
    border-radius: 8px;
    color: rgba(228, 238, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
}

.home-dashboard-nav span.is-active {
    background: rgba(49, 114, 212, 0.18);
    color: #fff;
}

.home-dashboard-nav span.is-js-active {
    background:
        linear-gradient(90deg, rgba(80, 204, 189, 0.16), rgba(49, 114, 212, 0.18));
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(80, 204, 189, 0.18);
}

.home-dashboard-nav .ion-icon-wrapper,
.home-dashboard-nav ion-icon,
.home-dashboard-nav svg {
    color: var(--home-cyan);
    flex: 0 0 auto;
}

.home-page--light .home-dashboard-nav span {
    color: rgba(39, 55, 80, 0.68);
}

.home-dashboard-feed {
    padding: 0.85rem;
}

.home-dashboard-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem;
    align-items: center;
}

.home-dashboard-search {
    height: 2.2rem;
    display: flex;
    align-items: center;
    padding: 0 0.8rem;
    border-radius: 8px;
    background: rgba(1, 10, 25, 0.7);
    color: rgba(228, 238, 255, 0.45);
    font-size: 0.72rem;
}

.home-dashboard-live {
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 0.65rem;
    border: 1px solid rgba(80, 204, 189, 0.18);
    border-radius: 8px;
    background: rgba(80, 204, 189, 0.08);
    color: rgba(228, 238, 255, 0.8);
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
}

.home-dashboard-live .ion-icon-wrapper,
.home-dashboard-live ion-icon,
.home-dashboard-live svg {
    color: var(--home-cyan);
}

.home-page--light .home-dashboard-search {
    background: rgba(231, 240, 250, 0.92);
    color: rgba(39, 55, 80, 0.5);
}

.home-dashboard-feed h3,
.home-dashboard-side h3 {
    margin: 1rem 0 0.75rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}

.home-studio-header {
    display: grid;
    grid-template-columns: 2.3rem 1fr auto;
    gap: 0.65rem;
    align-items: center;
    margin: 0.85rem 0;
    padding: 0.65rem;
    border: 1px solid rgba(108, 207, 255, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(49, 114, 212, 0.16), rgba(80, 204, 189, 0.06)),
        rgba(1, 10, 25, 0.56);
}

.home-studio-avatar {
    width: 2.3rem;
    height: 2.3rem;
    border: 1px solid rgba(80, 204, 189, 0.32);
    border-radius: 8px;
    background:
        radial-gradient(circle at 64% 26%, rgba(255, 255, 255, 0.38), transparent 22%),
        linear-gradient(135deg, var(--home-blue), var(--home-cyan));
    box-shadow: 0 0 22px rgba(80, 204, 189, 0.16);
}

.home-studio-header strong,
.home-studio-header small,
.home-studio-pill {
    display: block;
}

.home-studio-header strong {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1.2;
}

.home-studio-header small {
    margin-top: 0.16rem;
    color: rgba(228, 238, 255, 0.58);
    font-size: 0.68rem;
}

.home-studio-pill {
    padding: 0.24rem 0.38rem;
    border-radius: 6px;
    background: rgba(80, 204, 189, 0.16);
    color: var(--home-cyan);
    font-size: 0.62rem;
    font-weight: 900;
}

.home-page--light .home-dashboard-feed h3,
.home-page--light .home-dashboard-side h3 {
    color: #091224;
}

.home-post-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.home-preview-grid {
    grid-template-columns: 1.15fr 0.85fr;
}

.home-preview-tile {
    position: relative;
    min-height: 6.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0.65rem;
    border: 1px solid rgba(49, 114, 212, 0.44);
    border-radius: 8px;
    overflow: hidden;
    background:
        radial-gradient(circle at 62% 24%, rgba(80, 204, 189, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(49, 114, 212, 0.34), rgba(20, 83, 135, 0.24) 40%, rgba(3, 12, 30, 0.92));
}

.home-preview-tile::before {
    content: "";
    position: absolute;
    inset: -12%;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 34%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px);
    filter: blur(3px);
    opacity: 0.52;
}

.home-preview-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(1, 8, 20, 0.22);
    backdrop-filter: blur(2px);
}

.home-preview-tile-large {
    min-height: 8rem;
    grid-row: span 2;
}

.home-preview-tile > span {
    position: relative;
    z-index: 2;
    padding: 0.2rem 0.36rem;
    border-radius: 5px;
    background: rgba(49, 114, 212, 0.82);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 900;
}

.home-preview-tile.is-js-active {
    border-color: rgba(80, 204, 189, 0.72);
    box-shadow:
        0 0 30px rgba(80, 204, 189, 0.12),
        inset 0 0 28px rgba(49, 114, 212, 0.14);
}

.home-preview-tile.is-js-active::before {
    opacity: 0.78;
}

.home-preview-lock {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(1, 8, 20, 0.58);
    color: rgba(255, 255, 255, 0.86);
    transform: translate(-50%, -50%);
}

.home-preview-card {
    min-height: 6.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.2rem;
    background: linear-gradient(135deg, rgba(20, 83, 135, 0.92), rgba(6, 22, 50, 0.94));
}

.home-preview-card::after {
    display: none;
}

.home-preview-card small,
.home-preview-card strong,
.home-preview-card button {
    position: relative;
    z-index: 2;
}

.home-preview-card small,
.home-preview-card strong {
    display: block;
    color: #fff;
}

.home-preview-card small {
    font-size: 0.62rem;
    font-weight: 900;
}

.home-preview-card strong {
    font-size: 0.82rem;
    line-height: 1.18;
}

.home-preview-card button {
    min-height: 1.85rem;
    margin-top: 0.25rem;
    padding: 0 0.56rem;
    border: 1px solid rgba(80, 204, 189, 0.2);
    border-radius: 8px;
    background: #3172d4;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 900;
}

.home-post-tile,
.home-post-card {
    min-height: 7rem;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(49, 114, 212, 0.72), rgba(80, 204, 189, 0.22)),
        rgba(8, 30, 70, 0.9);
}

.home-post-tile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-post-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 34%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px);
    opacity: 0.45;
}

.home-post-tile-live span {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 1;
    padding: 0.18rem 0.35rem;
    border-radius: 5px;
    background: var(--home-blue);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 900;
}

.home-post-tile-locked {
    background:
        linear-gradient(135deg, rgba(20, 83, 135, 0.52), rgba(6, 22, 50, 0.96)),
        rgba(8, 30, 70, 0.9);
}

.home-post-tile-locked .ion-icon-wrapper,
.home-post-tile-locked ion-icon,
.home-post-tile-locked svg {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.82);
}

.home-post-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0.8rem;
    background: linear-gradient(135deg, rgba(13, 84, 189, 0.95), rgba(9, 28, 67, 0.95));
}

.home-post-card small,
.home-post-card strong {
    display: block;
    color: #fff;
}

.home-post-card small {
    font-size: 0.64rem;
    font-weight: 900;
}

.home-post-card strong {
    margin: 0.25rem 0 0.55rem;
    font-size: 0.86rem;
}

.home-post-card button {
    min-height: 2rem;
    padding: 0 0.65rem;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #075ad4;
    font-size: 0.72rem;
    font-weight: 900;
}

.home-dashboard-side {
    padding: 0.85rem;
}

.home-dashboard-side h3 {
    margin-top: 0;
}

.home-message-row {
    display: grid;
    grid-template-columns: 1.65rem 1fr;
    column-gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.75rem;
}

.home-message-row span {
    grid-row: span 2;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--home-cyan), var(--home-blue));
}

.home-message-row strong,
.home-message-row small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-message-row strong {
    color: #fff;
    font-size: 0.78rem;
}

.home-page--light .home-message-row strong {
    color: #091224;
}

.home-message-row small {
    color: rgba(228, 238, 255, 0.54);
    font-size: 0.68rem;
}

.home-message-row.is-js-active span {
    box-shadow:
        0 0 22px rgba(80, 204, 189, 0.32),
        0 0 34px rgba(49, 114, 212, 0.18);
}

.home-message-row.is-js-active strong {
    color: #eafcff;
}

.home-page--light .home-message-row small {
    color: rgba(39, 55, 80, 0.54);
}

.home-earnings-card {
    margin-top: 1rem;
    padding: 0.9rem;
    border: 1px solid rgba(108, 207, 255, 0.14);
    border-radius: 8px;
    background: rgba(2, 10, 26, 0.58);
}

.home-page--light .home-earnings-card {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(10, 111, 255, 0.12);
}

.home-earnings-card small,
.home-earnings-card strong,
.home-earnings-card span {
    display: block;
}

.home-earnings-card small {
    color: rgba(228, 238, 255, 0.55);
    font-size: 0.68rem;
}

.home-page--light .home-earnings-card small {
    color: rgba(39, 55, 80, 0.55);
}

.home-earnings-card strong {
    margin-top: 0.4rem;
    color: #fff;
    font-size: 1rem;
}

.home-page--light .home-earnings-card strong {
    color: #091224;
}

.home-earnings-card span {
    margin-top: 0.15rem;
    color: #28e6b0;
    font-size: 0.68rem;
    font-weight: 800;
}

.home-room-card {
    display: grid;
    grid-template-columns: 2.1rem 1fr;
    gap: 0.65rem;
    align-items: center;
    margin-top: 0.75rem;
    padding: 0.8rem;
    border: 1px solid rgba(80, 204, 189, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(80, 204, 189, 0.1), rgba(49, 114, 212, 0.08)),
        rgba(2, 10, 26, 0.58);
}

.home-room-card .ion-icon-wrapper,
.home-room-card ion-icon,
.home-room-card svg {
    color: var(--home-cyan);
}

.home-room-card strong,
.home-room-card span {
    display: block;
}

.home-room-card strong {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.2;
}

.home-room-card span {
    margin-top: 0.12rem;
    color: rgba(228, 238, 255, 0.56);
    font-size: 0.68rem;
}

.home-mini-chart {
    height: 4rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: end;
    gap: 0.25rem;
    margin-top: 0.85rem;
}

.home-mini-chart i {
    display: block;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, #26dcff, #126cff);
    animation: homeBars 4.2s ease-in-out infinite;
    transform-origin: bottom;
}

.home-mini-chart i:nth-child(2) {
    animation-delay: -0.7s;
}

.home-mini-chart i:nth-child(3) {
    animation-delay: -1.3s;
}

.home-mini-chart i:nth-child(4) {
    animation-delay: -1.9s;
}

.home-mini-chart i:nth-child(5) {
    animation-delay: -2.4s;
}

.home-mini-chart i:nth-child(6) {
    animation-delay: -3s;
}

.home-creator-story {
    max-width: 32rem;
}

.home-creator-story p {
    margin: 1rem 0 1.6rem;
}

.home-creator-flow {
    display: grid;
    gap: 0.8rem;
}

.home-creator-flow-item {
    display: grid;
    grid-template-columns: 2.35rem 1fr;
    gap: 0.75rem;
    align-items: center;
}

.home-creator-flow-item strong,
.home-creator-flow-item span {
    display: block;
}

.home-creator-flow-item strong {
    color: #fff;
    font-size: 0.92rem;
}

.home-page--light .home-creator-flow-item strong {
    color: #091224;
}

.home-creator-flow-item span {
    margin-top: 0.16rem;
    color: var(--home-muted);
    font-size: 0.82rem;
}

.home-trust-section {
    background: #020714;
}

.home-page--light .home-trust-section {
    background: #f6fbff;
}

.home-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 58rem;
    margin: 0 auto;
    background: rgba(108, 207, 255, 0.16);
}

.home-trust-item {
    min-height: 10rem;
    padding: 1.5rem;
    background: #020714;
    text-align: center;
}

.home-page--light .home-trust-item {
    background: #f6fbff;
}

.home-trust-item h3 {
    margin: 0.9rem 0 0.35rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}

.home-page--light .home-trust-item h3 {
    color: #091224;
}

.home-trust-item p {
    margin: 0;
    font-size: 0.86rem;
}

.home-trust-banner {
    max-width: 44rem;
    min-height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin: 2rem auto 0;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(108, 207, 255, 0.24);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(11, 110, 255, 0.58), rgba(6, 24, 58, 0.88));
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    text-align: center;
    box-shadow: 0 22px 60px rgba(11, 110, 255, 0.22);
}

.home-trust-banner .ion-icon-wrapper,
.home-trust-banner ion-icon,
.home-trust-banner svg {
    color: #fff;
    flex: 0 0 auto;
}

.navbar-dark.app-navbar-home ~ footer,
.app-navbar-home ~ footer {
    background: #020714;
    border-top: 1px solid rgba(108, 207, 255, 0.14);
}

.navbar-dark.app-navbar-home ~ footer p,
.navbar-dark.app-navbar-home ~ footer .text-dark-r,
.navbar-dark.app-navbar-home ~ footer a:not(.btn),
.app-navbar-home ~ footer p,
.app-navbar-home ~ footer .text-dark-r,
.app-navbar-home ~ footer a:not(.btn) {
    color: rgba(228, 238, 255, 0.64) !important;
}

.home-page--light .home-signal-card {
    background: rgba(4, 19, 43, 0.78);
    border-color: rgba(80, 204, 189, 0.28);
}

.home-page--light .home-signal-card strong,
.home-page--light .home-feature-rail-item h2,
.home-page--light .home-path-card h3,
.home-page--light .home-dashboard-feed h3,
.home-page--light .home-dashboard-side h3,
.home-page--light .home-message-row strong,
.home-page--light .home-earnings-card strong,
.home-page--light .home-creator-flow-item strong,
.home-page--light .home-trust-item h3 {
    color: #fff;
}

.home-page--light .home-signal-card span,
.home-page--light .home-path-card li,
.home-page--light .home-dashboard-nav span,
.home-page--light .home-message-row small,
.home-page--light .home-earnings-card small {
    color: rgba(228, 238, 255, 0.66);
}

.home-page--light .home-path-card,
.home-page--light .home-path-card-creators {
    background:
        linear-gradient(125deg, rgba(10, 40, 96, 0.84), rgba(3, 11, 28, 0.8)),
        rgba(5, 16, 37, 0.85);
}

.home-page--light .home-dashboard,
.home-page--light .home-dashboard-nav,
.home-page--light .home-dashboard-feed,
.home-page--light .home-dashboard-side,
.home-page--light .home-earnings-card,
.home-page--light .home-trust-item {
    background: rgba(5, 16, 37, 0.82);
    border-color: rgba(108, 207, 255, 0.14);
}

.home-page--light .home-dashboard-search {
    background: rgba(1, 10, 25, 0.7);
    color: rgba(228, 238, 255, 0.45);
}

.home-page--light .home-trust-section {
    background: #020714;
}

.home-page--light .home-product-section {
    background:
        radial-gradient(circle at 70% 38%, rgba(49, 114, 212, 0.14), transparent 28rem),
        linear-gradient(180deg, rgba(6, 16, 39, 0.82), rgba(2, 7, 20, 0.96));
}

.home-page--light .home-proof-strip span {
    background: rgba(4, 18, 42, 0.54);
    color: rgba(236, 244, 255, 0.8);
    border-color: rgba(108, 207, 255, 0.2);
}

.home-btn {
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.home-btn:hover {
    transform: translateY(-0.16rem);
}

@keyframes homeFloat {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -0.7rem;
    }
}

@keyframes homeLogoFloat {
    0%,
    100% {
        transform: translateZ(8rem) rotateY(-9deg) rotateX(6deg) translateY(0);
    }

    50% {
        transform: translateZ(9.5rem) rotateY(-7deg) rotateX(7deg) translateY(-0.8rem);
    }
}

@keyframes homeCardFloat {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -0.45rem;
    }
}

@keyframes homeBeamDrift {
    0% {
        transform: translate3d(-2rem, 0, 0) rotate(-18deg);
    }

    100% {
        transform: translate3d(2.2rem, -1.4rem, 0) rotate(-22deg);
    }
}

@keyframes homeGlint {
    0%,
    68%,
    100% {
        opacity: 0;
        transform: translateX(-1.2rem) rotate(-29deg);
    }

    18% {
        opacity: 0.62;
    }

    38% {
        opacity: 0;
        transform: translateX(2.4rem) rotate(-29deg);
    }
}

@keyframes homeTwinkle {
    0%,
    100% {
        opacity: 0.24;
        transform: scale(0.8) rotate(0deg);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.04) rotate(18deg);
    }
}

@keyframes homeBars {
    0%,
    100% {
        transform: scaleY(0.72);
    }

    50% {
        transform: scaleY(1);
    }
}

@keyframes homePathStarPulse {
    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.92);
    }

    50% {
        opacity: 0.95;
        transform: scale(1.08);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-light-beam,
    .home-star,
    .home-brand-core,
    .home-brand-glint,
    .home-orbit-badge,
    .home-signal-card,
    .home-mini-chart i,
    .home-path-star::after {
        animation: none;
    }

    .home-reveal {
        transition: none;
    }

    .home-cursor-glow {
        display: none;
    }

    .home-js-ready .home-hero-stage {
        transform: none;
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .home-hero h1 {
        font-size: clamp(2.85rem, 5.1vw, 4.45rem);
    }

    .home-hero-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr);
    }

    .home-signal-card {
        width: 12.8rem;
    }

    .home-signal-card-live {
        left: 1%;
    }

    .home-signal-card-message {
        right: 1%;
    }

    .home-signal-card-unlock {
        right: 1%;
        bottom: 9%;
    }

    .home-signal-card-earnings {
        left: 2%;
        bottom: 9%;
    }

    .home-dashboard {
        grid-template-columns: 7.4rem minmax(0, 1fr) 9.4rem;
    }
}

@media (max-width: 991.98px) {
    .home-hero {
        min-height: auto;
        padding-top: calc(76px + 3rem);
    }

    .home-hero-grid,
    .home-product-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-copy,
    .home-creator-story {
        max-width: 43rem;
    }

    .home-hero-stage {
        min-height: 34rem;
    }

    .home-dashboard {
        transform: none;
    }

    .home-dashboard::before,
    .home-dashboard-depth {
        display: none;
    }

    .home-signal-card {
        width: 12.4rem;
    }

    .home-signal-card-live {
        left: 1rem;
        top: 4%;
        right: auto;
    }

    .home-signal-card-message {
        top: 7%;
        right: 1rem;
        left: auto;
    }

    .home-signal-card-unlock {
        top: auto;
        right: 1rem;
        bottom: 8%;
    }

    .home-signal-card-earnings {
        top: auto;
        left: 1rem;
        bottom: 7%;
        right: auto;
    }

    .home-feature-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-feature-rail-item,
    .home-feature-rail-item:first-child {
        border-top: 1px solid rgba(108, 207, 255, 0.14);
        border-left: 0;
    }

    .home-feature-rail-item:nth-child(odd) {
        border-right: 1px solid rgba(108, 207, 255, 0.14);
    }
}

@media (max-width: 767.98px) {
    .app-navbar-home .navbar-brand img {
        max-height: 2.2rem;
    }

    .home-hero {
        padding-top: calc(64px + 1.75rem);
    }

    .home-hero-grid {
        width: 100%;
        gap: 1.7rem;
        padding-bottom: 2.2rem;
    }

    .home-hero-copy,
    .home-creator-story {
        width: 100%;
        max-width: none;
    }

    .home-hero-copy > *,
    .home-creator-story > * {
        max-width: calc(100vw - 30px);
    }

    .home-kicker {
        display: block;
        width: 100%;
        max-width: 100%;
        font-size: 0.68rem;
        white-space: normal;
    }

    .home-hero h1 {
        font-size: clamp(2.1rem, 10.2vw, 3.25rem);
        line-height: 1;
    }

    .home-hero p,
    .home-creator-story p,
    .home-trust-item p {
        max-width: calc(100vw - 30px);
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .home-actions,
    .home-path-card .home-btn {
        width: 100%;
    }

    .home-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
        margin-top: 1.35rem;
    }

    .home-btn {
        width: 100%;
        max-width: 100%;
        min-height: 2.95rem;
        padding: 0.72rem 1rem;
    }

    .home-proof-strip {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .home-proof-strip span {
        min-height: 1.95rem;
        justify-content: center;
        padding: 0.35rem 0.52rem;
        text-align: center;
    }

    .home-brand-core {
        width: min(15.75rem, 68vw);
        transform: none;
        animation: homeFloat 6.6s ease-in-out infinite;
    }

    .home-brand-wrap {
        width: min(16.75rem, 72vw);
        transform: none;
    }

    .home-brand-wrap::before {
        inset: -14%;
        filter: blur(16px);
    }

    .home-brand-wrap::after,
    .home-hero-stage::before,
    .home-floor-ring,
    .home-light-beam,
    .home-star {
        display: none;
    }

    .home-brand-core::after,
    .home-depth-plate {
        display: none;
    }

    .home-orbit-badge {
        width: 2.55rem;
        height: 2.55rem;
    }

    .home-orbit-badge-like {
        left: 26%;
        top: 18%;
    }

    .home-orbit-badge-secure {
        right: 26%;
        top: 18%;
    }

    .home-orbit-badge-play {
        left: 25%;
        bottom: 49%;
    }

    .home-orbit-badge-tip {
        right: 25%;
        bottom: 49%;
    }

    .home-signal-card {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        max-width: none;
        min-height: 3.75rem;
        grid-template-columns: 2rem 1fr;
        gap: 0.6rem;
        margin-top: 0.55rem;
        padding: 0.7rem;
        transform: none;
        animation: none;
    }

    .home-signal-card strong {
        font-size: 0.8rem;
    }

    .home-signal-card span {
        font-size: 0.72rem;
    }

    .home-hero-stage {
        min-height: auto;
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
        padding-bottom: 1rem;
        overflow: hidden;
    }

    .home-brand-wrap {
        align-self: center;
        margin-bottom: 0.4rem;
    }

    .home-feature-rail,
    .home-path-grid,
    .home-trust-grid {
        grid-template-columns: 1fr;
    }

    .home-feature-rail-item {
        min-height: auto;
        align-items: flex-start;
        padding: 1.15rem 0.95rem;
        text-align: left;
    }

    .home-feature-rail-item:nth-child(odd) {
        border-right: 0;
    }

    .home-path-card {
        min-height: 20.5rem;
        clip-path: none;
    }

    .home-path-stage {
        max-width: 32rem;
    }

    .home-path-card h3 {
        font-size: 1.35rem;
    }

    .home-path-card li {
        font-size: 0.92rem;
    }

    .home-path-star {
        width: 4.2rem;
        height: 4.2rem;
        opacity: 0.8;
    }

    .home-path-star::before {
        width: 3rem;
        height: 3rem;
    }

    .home-path-scene {
        opacity: 0.72;
    }

    .home-path-content {
        max-width: 20rem;
    }

    .home-dashboard {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 0.65rem;
        padding: 0.75rem;
        overflow: hidden;
    }

    .home-dashboard-nav {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.45rem;
        overflow-x: auto;
        max-width: 100%;
        padding: 0.65rem;
        -webkit-overflow-scrolling: touch;
    }

    .home-dashboard-nav img {
        width: 5.7rem;
        max-width: none;
        flex: 0 0 auto;
        margin-right: 0.15rem;
    }

    .home-dashboard-nav span {
        flex: 0 0 auto;
        min-height: 2rem;
        padding: 0 0.58rem;
        white-space: nowrap;
    }

    .home-dashboard-feed,
    .home-dashboard-side {
        padding: 0.75rem;
    }

    .home-dashboard-topbar {
        grid-template-columns: 1fr;
    }

    .home-dashboard-search,
    .home-dashboard-live {
        width: 100%;
    }

    .home-dashboard-live {
        justify-content: center;
    }

    .home-studio-header {
        grid-template-columns: 2.15rem minmax(0, 1fr) auto;
        gap: 0.55rem;
        padding: 0.55rem;
    }

    .home-post-grid {
        grid-template-columns: 1fr;
    }

    .home-preview-tile,
    .home-preview-tile-large,
    .home-preview-card {
        min-height: 5.8rem;
    }

    .home-message-row strong,
    .home-message-row small {
        white-space: normal;
    }

    .home-creator-flow {
        gap: 0.7rem;
    }

    .home-creator-flow-item {
        align-items: flex-start;
    }

    .home-trust-item {
        min-height: auto;
        padding: 1.25rem;
    }

    .home-trust-banner {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 419.98px) {
    .home-hero {
        padding-top: calc(60px + 1.35rem);
    }

    .home-hero h1 {
        font-size: clamp(2.1rem, 10.6vw, 2.75rem);
    }

    .home-section-heading h2,
    .home-creator-story h2 {
        font-size: 2rem;
    }

    .home-path-card,
    .home-dashboard,
    .home-dashboard-feed,
    .home-dashboard-side {
        padding: 0.8rem;
    }

    .home-brand-core {
        width: min(13rem, 64vw);
    }

    .home-brand-wrap {
        width: min(14rem, 68vw);
    }

    .home-orbit-badge {
        width: 2.25rem;
        height: 2.25rem;
    }

    .home-orbit-badge-like {
        left: 24%;
        top: 19%;
    }

    .home-orbit-badge-secure {
        right: 24%;
        top: 19%;
    }

    .home-orbit-badge-play {
        left: 23%;
        bottom: 50%;
    }

    .home-orbit-badge-tip {
        right: 23%;
        bottom: 50%;
    }

    .home-signal-card {
        min-height: 3.45rem;
        padding: 0.62rem;
    }

    .home-proof-strip span {
        flex-basis: 100%;
    }

    .home-dashboard-nav {
        margin-right: -0.35rem;
        margin-left: -0.35rem;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .home-studio-header {
        grid-template-columns: 2rem minmax(0, 1fr);
    }

    .home-studio-pill {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 359.98px) {
    .home-kicker {
        font-size: 0.62rem;
    }

    .home-hero h1 {
        font-size: 2rem;
    }

    .home-hero p,
    .home-creator-story p {
        font-size: 0.9rem;
    }

    .home-dashboard-nav img {
        display: none;
    }

    .home-path-card {
        min-height: 19rem;
    }
}
