﻿:root {
    --bg: #04100b;
    --bg-soft: #091a13;
    --panel: rgba(8, 21, 16, 0.86);
    --panel-strong: rgba(7, 18, 14, 0.95);
    --line: rgba(108, 255, 167, 0.16);
    --line-strong: rgba(108, 255, 167, 0.28);
    --text: #edf9f3;
    --muted: #91b7a4;
    --accent: #53d68f;
    --accent-strong: #8ef5bf;
    --accent-sky: #67d8ff;
    --accent-sun: #ffd67b;
    --accent-coral: #ff8f8f;
    --warning: #ffd67b;
    --danger: #ff9b9b;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
    --glow: 0 0 34px rgba(83, 214, 143, 0.22);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.portal-body {
    margin: 0;
    min-height: 100vh;
    font-family: Bahnschrift, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(83, 214, 143, 0.12), transparent 22%),
        radial-gradient(circle at top right, rgba(255, 214, 123, 0.08), transparent 18%),
        linear-gradient(180deg, #020705 0%, #07110d 42%, #030806 100%);
}

body.portal-body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle at center, black, transparent 80%);
    pointer-events: none;
    animation: gridDrift 18s linear infinite;
}

body.portal-body::after {
    content: "";
    position: fixed;
    inset: auto -12% -28% -12%;
    height: 42vh;
    background: radial-gradient(ellipse at center, rgba(83, 214, 143, 0.16), transparent 62%);
    filter: blur(20px);
    pointer-events: none;
}

a {
    color: inherit;
}

.portal-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: min(1440px, calc(100% - 24px));
    margin: 14px auto 0;
    padding: 16px 20px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(5, 15, 11, 0.84);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.portal-brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.9rem;
    color: var(--accent-strong);
}

.portal-brand::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent-strong);
    box-shadow: 0 0 0 8px rgba(83, 214, 143, 0.08), 0 0 24px rgba(142, 245, 191, 0.8);
    animation: pulseOnline 1.9s ease-in-out infinite;
}

.portal-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.portal-nav a {
    text-decoration: none;
    color: var(--muted);
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.portal-nav a:hover,
.portal-nav a.active {
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--line);
    transform: translateY(-1px);
}

.portal-shell {
    width: min(1440px, calc(100% - 24px));
    margin: 18px auto 48px;
}

.hero-panel,
.section-block,
.feature-card,
.product-card,
.job-card,
.news-card,
.mini-card,
.store-highlight-card,
.info-tile,
.ranking-item {
    border: 1px solid var(--line);
    background: var(--panel);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
}

.hero-panel {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 22px;
    padding: 34px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(135deg, rgba(7, 20, 15, 0.94), rgba(4, 10, 8, 0.96)),
        url("assets/img/hub-servidor.jpg") center/cover;
    animation: floatIn 0.72s ease both;
}

.hero-panel::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -190px;
    top: -230px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 34%, rgba(142, 245, 191, 0.34), transparent 0 20%, rgba(83, 214, 143, 0.18) 21%, transparent 62%),
        conic-gradient(from 120deg, rgba(83, 214, 143, 0.24), transparent, rgba(255, 214, 123, 0.18), transparent);
    filter: blur(2px);
    opacity: 0.75;
    animation: portalGlow 8s ease-in-out infinite alternate;
}

.hero-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(83, 214, 143, 0.08), transparent 42%),
        linear-gradient(180deg, rgba(4, 10, 8, 0.12), rgba(4, 10, 8, 0.68));
    pointer-events: none;
}

.hero-panel.hero-friendly {
    background:
        linear-gradient(135deg, rgba(7, 20, 15, 0.92), rgba(4, 10, 8, 0.94)),
        radial-gradient(circle at 76% 16%, rgba(103, 216, 255, 0.18), transparent 26%),
        radial-gradient(circle at 88% 80%, rgba(255, 214, 123, 0.18), transparent 24%),
        url("assets/img/hub-servidor.jpg") center/cover;
}

.hero-copy,
.hero-side {
    position: relative;
    z-index: 1;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: var(--accent-strong);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    box-shadow: 0 0 28px rgba(83, 214, 143, 0.12);
}

.hero-title {
    margin: 18px 0 10px;
    font-size: 4rem;
    line-height: 0.94;
    letter-spacing: 0.03em;
    max-width: 980px;
    color: transparent;
    background: linear-gradient(115deg, #ffffff 0%, #8ef5bf 45%, #ffd67b 82%);
    background-size: 160% auto;
    background-clip: text;
    -webkit-background-clip: text;
    text-shadow: 0 24px 58px rgba(83, 214, 143, 0.16);
    animation: titleShimmer 7s ease-in-out infinite alternate;
}

.hero-text {
    margin: 0;
    max-width: 760px;
    line-height: 1.7;
    color: #d4e4dc;
}

.hero-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.download-actions {
    max-width: 760px;
}

.hero-button,
.hero-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid var(--line);
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hero-button {
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #05110a;
    border: 0;
    font-weight: 700;
    box-shadow: 0 14px 34px rgba(83, 214, 143, 0.24);
}

.hero-button.sky,
.product-button.sky {
    background: linear-gradient(135deg, var(--accent-sky), #b4f1ff);
    color: #031016;
}

.hero-button.sun,
.product-button.sun {
    background: linear-gradient(135deg, var(--accent-sun), #fff0b8);
    color: #1c1300;
}

.hero-button.coral,
.product-button.coral {
    background: linear-gradient(135deg, var(--accent-coral), #ffd0d0);
    color: #1d0505;
}

.hero-button-secondary {
    background: rgba(255, 255, 255, 0.04);
}

.hero-button::after,
.hero-button-secondary::after,
.product-button::after {
    content: "";
    position: absolute;
    inset: -120% auto -120% -40%;
    width: 42%;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    opacity: 0;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.hero-button:hover,
.hero-button-secondary:hover,
.product-button:hover {
    transform: translateY(-2px);
    border-color: var(--line-strong);
    box-shadow: var(--glow);
}

.hero-button:hover::after,
.hero-button-secondary:hover::after,
.product-button:hover::after {
    opacity: 1;
    transform: translateX(340%) rotate(18deg);
}

.hero-ip {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.hero-ip input {
    width: min(320px, 100%);
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
}

.hero-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-content: start;
}

.info-tile,
.mini-card,
.feature-card,
.news-card,
.store-highlight-card,
.job-card,
.product-card,
.section-block {
    border-radius: 24px;
}

.info-tile:nth-child(4n + 1),
.feature-card:nth-child(4n + 1),
.mini-card:nth-child(4n + 1),
.product-card:nth-child(4n + 1) {
    border-color: rgba(142, 245, 191, 0.26);
}

.info-tile:nth-child(4n + 2),
.feature-card:nth-child(4n + 2),
.mini-card:nth-child(4n + 2),
.product-card:nth-child(4n + 2) {
    border-color: rgba(103, 216, 255, 0.24);
}

.info-tile:nth-child(4n + 3),
.feature-card:nth-child(4n + 3),
.mini-card:nth-child(4n + 3),
.product-card:nth-child(4n + 3) {
    border-color: rgba(255, 214, 123, 0.24);
}

.info-tile:nth-child(4n + 4),
.feature-card:nth-child(4n + 4),
.mini-card:nth-child(4n + 4),
.product-card:nth-child(4n + 4) {
    border-color: rgba(255, 143, 143, 0.22);
}

.info-tile,
.mini-card,
.store-highlight-card {
    padding: 18px 20px;
}

.info-tile small,
.mini-card small,
.store-highlight-card small,
.feature-card small,
.product-meta,
.product-price,
.tag,
.job-meta,
.section-kicker {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
}

.info-tile small,
.mini-card small,
.store-highlight-card small,
.feature-card small,
.section-kicker,
.tag,
.job-meta,
.product-meta,
.product-price {
    color: var(--accent-strong);
}

.info-tile strong,
.mini-card strong,
.store-highlight-card strong {
    display: block;
    margin: 10px 0 6px;
    font-size: 1.32rem;
}

.info-tile span,
.mini-card span,
.store-highlight-card span,
.feature-card p,
.news-card p,
.job-card p,
.product-card p,
.section-subtitle {
    color: var(--muted);
    line-height: 1.6;
}

.section-block {
    margin-top: 18px;
    padding: 26px;
    animation: floatIn 0.72s ease both;
}

.section-block.playful {
    position: relative;
    overflow: hidden;
}

.section-block.playful::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -90px;
    top: -110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(103, 216, 255, 0.2), transparent 64%);
    pointer-events: none;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.section-title {
    margin: 8px 0 0;
    font-size: 2.25rem;
    letter-spacing: 0.03em;
}

.status-grid,
.feature-grid,
.news-grid,
.store-highlight-grid,
.jobs-grid,
.product-grid,
.mini-grid {
    display: grid;
    gap: 14px;
}

.status-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.news-grid,
.product-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.store-highlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jobs-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.news-card,
.job-card,
.product-card {
    padding: 20px;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
    animation: cardPop 0.62s ease both;
}

.feature-grid > *:nth-child(2),
.news-grid > *:nth-child(2),
.product-grid > *:nth-child(2),
.jobs-grid > *:nth-child(2),
.mini-grid > *:nth-child(2),
.friendly-strip > *:nth-child(2) {
    animation-delay: 0.07s;
}

.feature-grid > *:nth-child(3),
.news-grid > *:nth-child(3),
.product-grid > *:nth-child(3),
.jobs-grid > *:nth-child(3),
.mini-grid > *:nth-child(3),
.friendly-strip > *:nth-child(3) {
    animation-delay: 0.14s;
}

.feature-grid > *:nth-child(4),
.news-grid > *:nth-child(4),
.product-grid > *:nth-child(4),
.jobs-grid > *:nth-child(4),
.mini-grid > *:nth-child(4),
.friendly-strip > *:nth-child(4) {
    animation-delay: 0.21s;
}

.choice-card {
    min-height: 210px;
    display: grid;
    align-content: space-between;
}

.choice-card .choice-icon,
.step-badge {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(83, 214, 143, 0.24), rgba(103, 216, 255, 0.16));
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--accent-strong);
    font-size: 1.32rem;
    font-weight: 800;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.simple-steps {
    counter-reset: guide-step;
}

.simple-steps .feature-card {
    position: relative;
}

.simple-steps .feature-card::before {
    counter-increment: guide-step;
    content: counter(guide-step);
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #041109;
    background: linear-gradient(135deg, var(--accent-sun), var(--accent-strong));
    font-weight: 800;
    margin-bottom: 14px;
}

.info-tile,
.mini-card,
.store-highlight-card,
.ranking-item {
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.feature-card:hover,
.news-card:hover,
.job-card:hover,
.product-card:hover,
.info-tile:hover,
.mini-card:hover,
.store-highlight-card:hover,
.ranking-item:hover {
    transform: translateY(-5px);
    border-color: var(--line-strong);
    background: rgba(9, 27, 19, 0.92);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), var(--glow);
}

.feature-card strong,
.news-card strong,
.job-card strong,
.product-card h3 {
    display: block;
    font-size: 1.18rem;
    margin: 10px 0 10px;
}

.news-card .tag {
    display: inline-flex;
    width: fit-content;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.feature-card ul,
.job-card ul,
.product-card ul {
    margin: 14px 0 0;
    padding-left: 18px;
    color: #d7e9df;
    line-height: 1.7;
}

.feature-card li,
.job-card li,
.product-card li {
    margin-bottom: 6px;
}

.job-card .job-meta {
    display: inline-flex;
    width: fit-content;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.job-card .job-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.job-detail {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.product-card {
    overflow: hidden;
}

.friendly-strip {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.friendly-pill {
    min-height: 76px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
    animation: cardPop 0.62s ease both;
}

.friendly-pill:hover {
    transform: translateY(-4px);
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: var(--glow);
}

.friendly-pill strong {
    display: block;
}

.friendly-pill span {
    display: block;
    color: var(--muted);
    font-size: 0.9rem;
    margin-top: 3px;
}

.friendly-dot {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    flex: 0 0 auto;
    background: var(--accent-strong);
    box-shadow: 0 0 24px rgba(142, 245, 191, 0.8);
}

.product-media {
    width: calc(100% + 40px);
    height: 180px;
    margin: -20px -20px 16px;
    background: #08110d;
    overflow: hidden;
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.product-card:hover .product-media img {
    transform: scale(1.06);
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.product-price {
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.product-actions {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid var(--line);
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-button.primary {
    border: 0;
    color: #041109;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    font-weight: 700;
}

.ranking-list {
    display: grid;
    gap: 12px;
}

.ranking-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 18px;
}

.ranking-position {
    color: var(--accent-strong);
    font-weight: 700;
    min-width: 46px;
}

.ranking-meta small {
    display: block;
    color: var(--muted);
    margin-top: 4px;
}

.muted-text,
.empty-state {
    color: var(--muted);
}

.empty-state {
    padding: 18px;
    border-radius: 18px;
    border: 1px dashed rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

#particles {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

@keyframes pulseOnline {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.86;
    }

    50% {
        transform: scale(1.22);
        opacity: 1;
    }
}

@keyframes portalGlow {
    from {
        transform: rotate(0deg) scale(1);
        opacity: 0.55;
    }

    to {
        transform: rotate(14deg) scale(1.08);
        opacity: 0.9;
    }
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gridDrift {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 34px 34px, 34px 34px;
    }
}

@keyframes titleShimmer {
    from {
        background-position: 0% center;
    }

    to {
        background-position: 100% center;
    }
}

@keyframes cardPop {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 1180px) {
    .hero-panel {
        grid-template-columns: 1fr;
    }

    .status-grid,
    .feature-grid,
    .store-highlight-grid,
    .mini-grid,
    .friendly-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .portal-topbar,
    .portal-shell {
        width: calc(100% - 16px);
    }

    .portal-topbar,
    .hero-panel,
    .section-block,
    .info-tile,
    .feature-card,
    .news-card,
    .job-card,
    .product-card,
    .store-highlight-card,
    .ranking-item,
    .mini-card {
        border-radius: 20px;
    }

    .portal-topbar,
    .hero-panel,
    .section-block {
        padding: 20px;
    }

    .hero-side,
    .status-grid,
    .feature-grid,
    .store-highlight-grid,
    .mini-grid,
    .friendly-strip {
        grid-template-columns: 1fr;
    }

    .job-card .job-columns,
    .product-header,
    .section-head,
    .ranking-item {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-actions,
    .hero-ip,
    .product-actions {
        width: 100%;
    }

    .hero-button,
    .hero-button-secondary,
    .product-button {
        width: 100%;
    }

    .hero-ip input {
        width: 100%;
    }
}

/* ===== LAUNCHER MOBILE ===== */

.launcher-hero .hero-title {
    max-width: 820px;
}

.launcher-status {
    margin-top: 14px;
    min-height: 28px;
    color: var(--accent-strong);
    font-weight: 700;
}

.launcher-link-grid .product-card {
    min-height: 260px;
}

.launcher-code {
    color: var(--accent-strong);
    font-weight: 800;
}

.product-button.primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #041109;
}

/* ===== SITE LIMPO 1.0.7 ===== */

body.site-clean {
    background:
        linear-gradient(180deg, rgba(1, 6, 4, 0.86), rgba(2, 10, 7, 0.96)),
        url("assets/img/image-15.png") center top / cover fixed;
}

body.site-clean::before {
    opacity: 0.38;
}

body.site-clean::after {
    background: radial-gradient(ellipse at center, rgba(103, 216, 255, 0.13), transparent 62%);
}

.clean-topbar {
    width: min(1180px, calc(100% - 24px));
    border-radius: 12px;
    padding: 12px 14px;
    background: rgba(3, 10, 7, 0.84);
}

.clean-brand {
    text-decoration: none;
    white-space: nowrap;
}

.clean-nav {
    gap: 6px;
}

.clean-nav a {
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 8px;
    font-weight: 700;
}

.clean-shell {
    width: min(1180px, calc(100% - 24px));
    margin-top: 14px;
}

.clean-hero {
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: end;
    gap: 18px;
    position: relative;
    overflow: hidden;
    padding: 32px;
    border: 1px solid rgba(142, 245, 191, 0.24);
    border-radius: 12px;
    background:
        linear-gradient(90deg, rgba(2, 8, 6, 0.96), rgba(2, 8, 6, 0.58), rgba(2, 8, 6, 0.3)),
        url("assets/img/image-15.png") center / cover;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.56);
}

.clean-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 0%, rgba(2, 8, 6, 0.6) 100%),
        radial-gradient(circle at 82% 18%, rgba(255, 214, 123, 0.16), transparent 22%),
        radial-gradient(circle at 18% 88%, rgba(83, 214, 143, 0.18), transparent 28%);
    pointer-events: none;
}

.clean-hero-copy,
.clean-status-panel {
    position: relative;
    z-index: 1;
}

.clean-title {
    margin: 16px 0 10px;
    font-size: 4.2rem;
    line-height: 0.95;
    letter-spacing: 0;
    color: #ffffff;
    max-width: 720px;
    text-shadow: 0 18px 45px rgba(0, 0, 0, 0.65);
}

.clean-subtitle {
    margin: 0;
    max-width: 640px;
    color: #dff7ea;
    font-size: 1.22rem;
    line-height: 1.55;
}

.clean-actions {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.clean-primary {
    min-width: 190px;
}

.clean-ip-row {
    width: min(620px, 100%);
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, 260px) auto;
    gap: 10px;
    align-items: center;
}

.clean-ip-row input {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(142, 245, 191, 0.24);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.42);
    padding: 0 14px;
    font-weight: 800;
}

.clean-ip-row span {
    color: var(--accent-strong);
    font-weight: 800;
}

.clean-status-panel {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 18px;
    background: rgba(3, 10, 8, 0.78);
    backdrop-filter: blur(12px);
}

.clean-status-panel strong {
    display: block;
    margin: 12px 0 6px;
    font-size: 2rem;
}

.clean-status-panel span,
.clean-status-panel small {
    display: block;
    color: #b9d7c8;
    margin-top: 6px;
}

.clean-status-dot {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 8px;
    color: #041109;
    background: var(--accent-strong);
    font-weight: 900;
}

.clean-section {
    margin-top: 14px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(4, 14, 10, 0.9);
    backdrop-filter: blur(14px);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.clean-section-head {
    margin-bottom: 16px;
}

.clean-choice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.clean-choice {
    min-height: 180px;
    display: grid;
    align-content: space-between;
    gap: 12px;
    text-decoration: none;
    border-radius: 8px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.clean-choice:hover {
    transform: translateY(-4px);
    border-color: var(--line-strong);
    box-shadow: var(--glow);
}

.clean-choice span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--accent-strong);
    font-weight: 900;
}

.clean-choice strong {
    font-size: 1.55rem;
}

.clean-choice small {
    color: #bad7c9;
    line-height: 1.45;
}

.clean-choice.play {
    background: linear-gradient(145deg, rgba(83, 214, 143, 0.28), rgba(255, 255, 255, 0.035));
}

.clean-choice.download {
    background: linear-gradient(145deg, rgba(103, 216, 255, 0.22), rgba(255, 255, 255, 0.035));
}

.clean-choice.guide {
    background: linear-gradient(145deg, rgba(255, 214, 123, 0.22), rgba(255, 255, 255, 0.035));
}

.clean-choice.panel {
    background: linear-gradient(145deg, rgba(255, 143, 143, 0.18), rgba(255, 255, 255, 0.035));
}

.clean-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.clean-steps article {
    min-height: 160px;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.045);
}

.clean-steps span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #041109;
    background: linear-gradient(135deg, var(--accent-sun), var(--accent-strong));
    font-weight: 900;
}

.clean-steps strong {
    display: block;
    margin-top: 14px;
    font-size: 1.25rem;
}

.clean-steps p {
    color: var(--muted);
    line-height: 1.55;
}

.site-clean .mini-card,
.site-clean .news-card,
.site-clean .ranking-item,
.site-clean .feature-card,
.site-clean .product-card,
.site-clean .info-tile,
.site-clean .empty-state {
    border-radius: 8px;
}

.clean-status-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.clean-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.clean-ranking {
    grid-template-columns: 1fr;
}

.compact-button {
    min-height: 42px;
}

@media (max-width: 980px) {
    .clean-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .clean-choice-grid,
    .clean-status-grid,
    .clean-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ===== CENTRAL COM FOCO 1.1.2 ===== */
.emerald-focus .focus-shell {
    width: min(1180px, calc(100% - 24px));
}

.emerald-focus .focus-hero {
    min-height: 640px;
    grid-template-columns: minmax(0, 1.1fr) 360px;
    align-items: end;
    border-radius: 12px;
    background:
        linear-gradient(90deg, rgba(2, 8, 6, 0.98), rgba(2, 8, 6, 0.78), rgba(2, 8, 6, 0.36)),
        url("assets/img/image-15.png") center / cover;
}

.emerald-focus .hero-title {
    max-width: 780px;
    color: #ffffff;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    font-size: 4.45rem;
    line-height: 0.94;
    letter-spacing: 0;
    text-shadow: 0 22px 64px rgba(0, 0, 0, 0.64);
}

.emerald-focus .hero-text {
    max-width: 680px;
    color: #e4f9ed;
    font-size: 1.08rem;
}

.emerald-focus .focus-actions {
    margin-top: 26px;
}

.emerald-focus .focus-play {
    min-width: 190px;
    color: #041109;
    background: linear-gradient(135deg, var(--accent-strong), var(--accent-sky));
    box-shadow: 0 0 44px rgba(83, 214, 143, 0.24);
}

.emerald-focus .discord-action {
    background: rgba(88, 101, 242, 0.18);
    border-color: rgba(145, 156, 255, 0.34);
}

.emerald-focus .focus-ip {
    width: min(620px, 100%);
}

.emerald-focus .focus-side {
    align-self: end;
}

.emerald-focus .focus-online {
    border-color: rgba(142, 245, 191, 0.34);
    background: linear-gradient(145deg, rgba(83, 214, 143, 0.18), rgba(255, 255, 255, 0.045));
}

.emerald-focus .focus-section {
    border-radius: 12px;
}

.emerald-focus .focus-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emerald-focus .focus-card {
    min-height: 210px;
    border-radius: 8px;
}

.emerald-focus .play-card {
    background: linear-gradient(145deg, rgba(83, 214, 143, 0.25), rgba(255, 255, 255, 0.045));
}

.split-section {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 18px;
    align-items: center;
}

.store-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.store-mini-grid article {
    min-height: 138px;
    display: grid;
    align-content: end;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        radial-gradient(circle at top right, rgba(142, 245, 191, 0.18), transparent 48%);
}

.store-mini-grid strong {
    font-size: 1.18rem;
}

.store-mini-grid span {
    color: #cfe6da;
    line-height: 1.45;
}

@media (max-width: 980px) {
    .emerald-focus .focus-hero,
    .split-section {
        grid-template-columns: 1fr;
    }

    .emerald-focus .focus-grid,
    .store-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .emerald-focus .focus-hero {
        min-height: auto;
        padding: 22px;
    }

    .emerald-focus .hero-title {
        font-size: 2.85rem;
    }

    .emerald-focus .focus-grid,
    .store-mini-grid {
        grid-template-columns: 1fr;
    }

    .emerald-focus .focus-card {
        min-height: 150px;
    }
}

/* ===== LOJA DESTACADA 1.1.2 ===== */
.store-focus .store-hero {
    background:
        linear-gradient(90deg, rgba(2, 8, 6, 0.98), rgba(2, 8, 6, 0.76), rgba(2, 8, 6, 0.42)),
        radial-gradient(circle at 80% 18%, rgba(255, 214, 123, 0.22), transparent 28%),
        url("assets/img/image-13.png") center / cover;
}

.store-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-color: rgba(255, 214, 123, 0.28);
    background:
        linear-gradient(135deg, rgba(255, 214, 123, 0.12), rgba(255, 255, 255, 0.035)),
        var(--panel);
}

.store-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.store-product {
    min-height: 230px;
    display: grid;
    align-content: space-between;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--text);
    text-decoration: none;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        radial-gradient(circle at top right, rgba(142, 245, 191, 0.18), transparent 48%);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
    transform: translateY(0);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    animation: storeRise 0.58s ease both;
}

.store-product:nth-child(2) { animation-delay: 0.04s; }
.store-product:nth-child(3) { animation-delay: 0.08s; }
.store-product:nth-child(4) { animation-delay: 0.12s; }
.store-product:nth-child(5) { animation-delay: 0.16s; }
.store-product:nth-child(6) { animation-delay: 0.20s; }
.store-product:nth-child(7) { animation-delay: 0.24s; }
.store-product:nth-child(8) { animation-delay: 0.28s; }

.store-product:hover {
    transform: translateY(-6px);
    border-color: rgba(142, 245, 191, 0.42);
    box-shadow: var(--shadow), 0 0 38px rgba(83, 214, 143, 0.18);
}

.store-product.highlight {
    border-color: rgba(255, 214, 123, 0.38);
    background:
        linear-gradient(145deg, rgba(255, 214, 123, 0.22), rgba(255, 255, 255, 0.04)),
        radial-gradient(circle at top right, rgba(142, 245, 191, 0.2), transparent 50%);
}

.store-product.socio {
    background:
        linear-gradient(145deg, rgba(103, 216, 255, 0.18), rgba(255, 255, 255, 0.03)),
        radial-gradient(circle at top right, rgba(88, 101, 242, 0.2), transparent 50%);
}

.store-product.coins {
    background:
        linear-gradient(145deg, rgba(83, 214, 143, 0.2), rgba(255, 255, 255, 0.03)),
        radial-gradient(circle at top right, rgba(255, 214, 123, 0.2), transparent 50%);
}

.store-product.item {
    background:
        linear-gradient(145deg, rgba(255, 143, 143, 0.14), rgba(255, 255, 255, 0.03)),
        radial-gradient(circle at top right, rgba(103, 216, 255, 0.16), transparent 50%);
}

.store-tag {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    color: #041109;
    background: linear-gradient(135deg, var(--accent-strong), var(--accent-sky));
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 900;
}

.store-product strong {
    font-size: 1.38rem;
}

.store-product p {
    margin: 0;
    color: #cfe6da;
    line-height: 1.5;
}

.store-product em {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #041109;
    background: linear-gradient(135deg, var(--accent-strong), var(--accent-sky));
    font-style: normal;
    font-weight: 900;
}

@keyframes storeRise {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 980px) {
    .store-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-alert {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .store-product-grid {
        grid-template-columns: 1fr;
    }

    .store-product {
        min-height: 180px;
    }
}

@media (max-width: 680px) {
    .clean-topbar {
        align-items: flex-start;
    }

    .clean-nav {
        justify-content: flex-start;
    }

    .clean-title {
        font-size: 3rem;
    }

    .clean-subtitle {
        font-size: 1.05rem;
    }

    .clean-actions,
    .clean-ip-row {
        grid-template-columns: 1fr;
    }

    .clean-choice-grid,
    .clean-steps,
    .clean-status-grid,
    .clean-news-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== SITE LIMPO GLOBAL 1.0.7 ===== */
body.portal-body {
    background:
        linear-gradient(180deg, rgba(1, 6, 4, 0.88), rgba(2, 10, 7, 0.96)),
        url("assets/img/image-15.png") center top / cover fixed;
}

body.portal-body::before {
    opacity: 0.24;
}

body.portal-body::after,
.hero-panel::before {
    display: none;
}

#particles {
    opacity: 0.28;
}

.portal-topbar {
    width: min(1180px, calc(100% - 24px));
    border-radius: 12px;
    padding: 12px 14px;
    background: rgba(3, 10, 7, 0.84);
}

.portal-brand {
    text-decoration: none;
    white-space: nowrap;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.portal-nav {
    gap: 6px;
}

.portal-nav a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    font-weight: 800;
}

.portal-shell {
    width: min(1180px, calc(100% - 24px));
}

.hero-panel,
.section-block {
    border-radius: 12px;
}

.hero-panel {
    box-shadow: 0 26px 82px rgba(0, 0, 0, 0.52);
}

.hero-title,
.section-title {
    letter-spacing: 0;
}

.hero-actions .hero-button,
.hero-actions .hero-button-secondary,
.hero-button,
.hero-button-secondary,
.product-button,
.compact-button {
    min-height: 46px;
    border-radius: 8px;
    font-weight: 900;
}

.choice-card,
.feature-card,
.product-card,
.info-tile,
.news-card,
.mini-card,
.ranking-item,
.store-highlight-card,
.job-card,
.empty-state {
    border-radius: 8px;
}

.section-block {
    margin-top: 14px;
}

.section-head {
    gap: 16px;
}

.site-toast {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 80;
    max-width: min(420px, calc(100% - 24px));
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 1px solid rgba(142, 245, 191, 0.3);
    border-radius: 8px;
    color: #041109;
    background: linear-gradient(135deg, var(--accent-strong), var(--accent-sky));
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.38);
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 14px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.site-toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.discord-floating {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 70;
    display: grid;
    gap: 2px;
    min-width: 210px;
    padding: 13px 16px;
    border: 1px solid rgba(103, 216, 255, 0.34);
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    background:
        linear-gradient(135deg, rgba(88, 101, 242, 0.94), rgba(22, 35, 72, 0.96)),
        radial-gradient(circle at top right, rgba(142, 245, 191, 0.24), transparent 52%);
    box-shadow: 0 18px 62px rgba(0, 0, 0, 0.46);
}

.discord-floating span {
    font-size: 0.74rem;
    color: #d8e0ff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
}

.discord-floating strong {
    font-size: 0.98rem;
    line-height: 1.2;
}

.discord-floating:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 680px) {
    .portal-topbar {
        align-items: flex-start;
    }

    .portal-nav {
        justify-content: flex-start;
    }

    .hero-panel {
        padding: 22px;
    }

    .hero-actions .hero-button,
    .hero-actions .hero-button-secondary,
    .hero-button,
    .hero-button-secondary,
    .product-button {
        width: 100%;
        justify-content: center;
    }

    .discord-floating {
        left: 8px;
        right: 8px;
        bottom: 8px;
        min-width: 0;
        text-align: center;
    }
}

/* ===== SITE POLIDO COMPLETO 1.0.7 ===== */
.clean-redirect {
    min-height: calc(100vh - 32px);
}

.site-clean .portal-shell {
    width: min(1180px, calc(100% - 24px));
}

.site-clean .hero-panel {
    border-radius: 12px;
    background:
        linear-gradient(90deg, rgba(2, 8, 6, 0.96), rgba(2, 8, 6, 0.76), rgba(2, 8, 6, 0.56)),
        url("assets/img/image-15.png") center / cover;
}

.site-clean .hero-title {
    max-width: 820px;
    color: #ffffff;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    text-shadow: 0 18px 45px rgba(0, 0, 0, 0.58);
}

.site-clean .hero-text {
    max-width: 720px;
    color: #dff7ea;
}

.site-clean .portal-nav a {
    white-space: nowrap;
}

.site-clean .choice-card,
.site-clean .feature-card,
.site-clean .product-card,
.site-clean .info-tile,
.site-clean .mini-card,
.site-clean .news-card,
.site-clean .ranking-item,
.site-clean .store-highlight-card,
.site-clean .job-card {
    min-width: 0;
}

.site-clean .product-media {
    border-radius: 8px 8px 0 0;
}

.site-clean .friendly-pill {
    text-decoration: none;
}

.site-clean code {
    color: var(--accent-strong);
}

.mobile-path {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mobile-path span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #dff7ea;
    background: rgba(0, 0, 0, 0.25);
    font-weight: 800;
}

.status-discord-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 14px;
    padding: 0 12px;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, #5865f2, #67d8ff);
    font-weight: 900;
}

.clean-choice.discord-choice {
    background: linear-gradient(145deg, rgba(88, 101, 242, 0.24), rgba(255, 255, 255, 0.035));
}

.launcher-main-button {
    min-width: 220px;
    box-shadow: 0 0 30px rgba(83, 214, 143, 0.18);
}

@media (max-width: 760px) {
    .site-clean .portal-topbar {
        position: relative;
    }

    .site-clean .portal-nav {
        width: 100%;
    }

    .site-clean .portal-nav a {
        flex: 1 1 auto;
        justify-content: center;
        font-size: 0.92rem;
    }

    .site-clean .hero-title {
        font-size: 2.55rem;
    }

    .site-clean .hero-text {
        font-size: 1rem;
    }

    .mobile-path {
        display: grid;
        grid-template-columns: 1fr;
    }
}

