:root {
    --bg: #080808;
    --panel: #0f1212;
    --panel-2: #121717;
    --text: #edf4ef;
    --muted: #9dac9f;
    --green: #39ff14;
    --green-dark: #19bb1f;
    --border: #1f2525;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", sans-serif;
    background: radial-gradient(circle at 80% 0%, #101b10 0%, var(--bg) 42%);
    color: var(--text);
}

.container {
    width: min(1140px, 92%);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid var(--border);
    background: rgba(8, 8, 8, 0.92);
    backdrop-filter: blur(10px);
}

.nav-wrap {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.logo {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.6px;
    color: #dffff3;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: #111;
    color: var(--text);
    font-size: 22px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 18px;
}

.menu a {
    color: var(--muted);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.menu a:hover {
    color: var(--text);
}

.menu-mobile-link {
    display: none;
}

.desktop-auth {
    display: flex;
    align-items: center;
    gap: 8px;
}

.desktop-avatar {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #29312f;
    background: #101414;
    color: #6f7c74;
    display: grid;
    place-items: center;
    font-size: 14px;
    line-height: 1;
}

.menu a.active {
    color: #9eff9e;
}

.saldo-inline {
    color: #9eff9e;
    font-weight: 700;
}

.muted {
    color: var(--muted);
}

.btn {
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    background: linear-gradient(180deg, #48ff23, #2cd50f);
    color: #061006;
    box-shadow: 0 8px 24px rgba(57, 255, 20, 0.2);
}

.btn:hover {
    filter: brightness(1.02);
}

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.btn-small {
    padding: 10px 14px;
    font-size: 13px;
}

.btn-large {
    padding: 14px 24px;
    font-size: 15px;
}

.btn-ghost {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text);
    box-shadow: none;
}

.hero {
    margin-top: 24px;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 34px;
    display: block;
    background: linear-gradient(135deg, #0d1111, #090a0a 70%);
    min-height: 360px;
}

.home-hero {
    min-height: 340px;
}

.top-strip {
    margin-top: 12px;
}

.top-strip-inner {
    border: 1px solid #1d2725;
    background: #0b1110;
    border-radius: 999px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #b7c5ba;
    font-size: 13px;
}

.top-strip-inner a {
    border-radius: 999px;
    border: 1px solid #335c3a;
    background: #152d18;
    color: #9eff9e;
    text-decoration: none;
    font-weight: 700;
    padding: 6px 12px;
}

.hero-mini-cards {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: 700px;
}

.hero-mini-cards article {
    border: 1px solid #26302f;
    border-radius: 12px;
    background: rgba(12, 18, 16, 0.76);
    padding: 9px 10px;
}

.hero-mini-cards strong {
    display: block;
    color: #dbf1de;
    font-size: 12px;
}

.hero-mini-cards span {
    color: #92a198;
    font-size: 11px;
}

.home-stats {
    margin-top: 12px;
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    gap: 0;
}

.home-stats article {
    border-radius: 0;
    border: 0;
    border-right: 1px solid #202929;
    background: #0d1110;
}

.home-stats article:last-child {
    border-right: 0;
}

.home-how h2 {
    text-align: center;
}

.home-how .section-sub {
    text-align: center;
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.how-card {
    border: 1px solid #1f2928;
    border-radius: 16px;
    background: #0e1312;
    padding: 16px;
}

.how-step {
    display: inline-block;
    border: 1px solid #3a6b40;
    border-radius: 999px;
    background: #19331e;
    color: #95ff98;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 8px;
    margin-bottom: 10px;
}

.how-card h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

.how-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.benefit-mini-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.benefit-mini-grid article {
    border: 1px solid #1f2928;
    border-radius: 14px;
    background: #0d1211;
    padding: 12px;
}

.benefit-mini-grid h4 {
    margin: 0 0 5px;
    font-size: 15px;
}

.benefit-mini-grid p {
    margin: 0;
    color: #8f9c94;
    font-size: 13px;
}

.mobile-featured {
    display: none;
}

.home-mobile-nav {
    display: none;
}

.tag {
    display: inline-block;
    margin-bottom: 12px;
    border: 1px solid #235d22;
    background: #163617;
    color: #92ff8a;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
}

.hero h1 span {
    color: var(--green);
}

.hero p {
    margin: 16px 0 20px;
    color: var(--muted);
    max-width: 520px;
    font-size: 18px;
    line-height: 1.5;
}

.stats {
    margin-top: 18px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
}

.stats article {
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 16px;
    background: var(--panel);
}

.stats strong {
    color: #9eff9e;
    font-size: 30px;
}

.stats span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
}

section h2 {
    margin: 38px 0 6px;
    font-size: clamp(26px, 3.5vw, 38px);
}

.section-sub {
    margin: 0 0 16px;
    color: var(--muted);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.tip-card {
    border-radius: 16px;
    border: 1px solid var(--border);
    background: var(--panel-2);
    padding: 14px;
}

.tip-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 13px;
}

.pill {
    border-radius: 999px;
    border: 1px solid #244c2e;
    background: #152716;
    color: #88ff92;
    padding: 4px 8px;
    font-size: 11px;
}

.tip-map {
    height: 150px;
    border-radius: 12px;
    border: 1px solid #283535;
    background:
        radial-gradient(circle at 50% 50%, #5dff80 0, #5dff8020 22%, transparent 44%),
        linear-gradient(130deg, #1a2626, #111818);
}

.tip-card h3 {
    margin: 12px 0 3px;
}

.tip-card p {
    margin: 0 0 11px;
    color: var(--muted);
}

.meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.meta small {
    display: block;
    color: var(--muted);
}

.tip-footer {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.card-step {
    border-radius: 16px;
    border: 1px solid var(--border);
    background: var(--panel);
    padding: 18px;
}

.card-step b {
    color: var(--green);
    font-size: 31px;
}

.card-step h3 {
    margin: 10px 0 8px;
}

.card-step p {
    margin: 0;
    color: var(--muted);
}

.proof,
.faq-grid {
    margin-top: 16px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
}

.proof article,
.faq-grid article {
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--panel);
    padding: 16px;
}

.benefits h3,
.faq h3 {
    margin: 0 0 8px;
}

.benefits p,
.proof article,
.faq p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
}

.benefits {
    margin-top: 16px;
}

.benefits-carousel {
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--panel);
    overflow: hidden;
}

.benefits-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.benefit-slide {
    min-width: 100%;
    padding: 18px;
}

.benefit-slide h3 {
    margin: 0 0 8px;
}

.benefit-slide p {
    margin: 0;
    color: var(--muted);
}

.benefits-controls {
    border-top: 1px solid #222b29;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
}

.benefits-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #2a3431;
    background: #101514;
    color: #b8c8bc;
    font-size: 20px;
    line-height: 1;
}

.benefits-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.benefits-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: #2d3734;
    padding: 0;
}

.benefits-dots button.active {
    background: var(--green);
}

.proof {
    margin-top: 16px;
}

.proof-carousel {
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--panel);
    overflow: hidden;
}

.proof-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.proof-slide {
    min-width: 100%;
    padding: 18px;
    color: var(--muted);
    line-height: 1.5;
}

.proof-controls {
    border-top: 1px solid #222b29;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
}

.proof-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #2a3431;
    background: #101514;
    color: #b8c8bc;
    font-size: 20px;
    line-height: 1;
}

.proof-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.proof-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: #2d3734;
    padding: 0;
}

.proof-dots button.active {
    background: var(--green);
}

.site-footer {
    margin-top: 28px;
    border-top: 1px solid var(--border);
    padding: 16px 0 26px;
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.footer-wrap p {
    margin: 0;
    color: #879589;
}

.footer-wrap a {
    color: #95ffa1;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.72);
    z-index: 80;
}

.modal.show {
    display: flex;
}

.modal-box {
    width: min(440px, 92%);
    border-radius: 16px;
    border: 1px solid var(--border);
    background: #101414;
    padding: 20px;
}

.modal-box h3 {
    margin: 0 0 8px;
}

.modal-box p {
    margin: 0;
    color: var(--muted);
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.guest-actions {
    display: none;
    flex-direction: column;
    gap: 8px;
}

.guest-actions .btn {
    width: 100%;
    text-align: center;
}

.auth-modal-box {
    width: min(560px, 94%);
    max-height: calc(100vh - 40px);
    overflow: auto;
}

.auth-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.auth-modal-header h3 {
    margin: 0;
}

.auth-close {
    border: 0;
    background: transparent;
    color: #aeb9b3;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.auth-tabs {
    margin-top: 12px;
    display: flex;
    gap: 8px;
}

.auth-tab {
    flex: 1;
    border: 1px solid var(--border);
    background: #0f1516;
    color: #b4c0bb;
    border-radius: 10px;
    padding: 10px 12px;
    cursor: pointer;
    font-weight: 700;
}

.auth-tab.active {
    background: #1a2d1b;
    border-color: #2f5b33;
    color: #9eff9e;
}

.auth-form {
    margin-top: 12px;
}

.auth-form label {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 13px;
}

.auth-form input {
    width: 100%;
    border: 1px solid #2a3131;
    border-radius: 10px;
    background: #0d1010;
    color: var(--text);
    padding: 10px;
    margin-bottom: 10px;
}

.auth-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.auth-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-check input {
    width: auto;
    margin: 0;
}

.auth-submit {
    width: 100%;
    margin-top: 10px;
}

.auth-form-hidden {
    display: none;
}

.flash {
    border: 1px solid #2f5a31;
    background: #163018;
    color: #a5ff9c;
    border-radius: 10px;
    padding: 10px;
    margin-top: 14px;
}

.pwa-install-banner {
    position: fixed;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    width: min(560px, calc(100% - 20px));
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #12121a;
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    z-index: 120;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    color: #ffffff;
}

.pwa-install-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(57, 255, 20, 0.18);
    display: grid;
    place-items: center;
    color: #8bff74;
    flex-shrink: 0;
}

.pwa-install-text {
    min-width: 0;
    flex: 1;
}

.pwa-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.pwa-subtitle {
    margin: 2px 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.pwa-install-cta {
    border: 0;
    border-radius: 10px;
    background: #39ff14;
    color: #10150f;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 14px;
    cursor: pointer;
    flex-shrink: 0;
}

.pwa-install-cta:hover {
    filter: brightness(1.05);
}

.pwa-install-close {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 8px;
}

.pwa-install-close:hover {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.06);
}

/* Telas internas tipo app */
.app-page {
    background: #070707;
    min-height: 100vh;
    padding-bottom: 86px;
}

.app-shell {
    width: min(500px, 92%);
    margin: 0 auto;
    padding: 16px 0 14px;
}

.app-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.app-back {
    color: #c9d4cc;
    text-decoration: none;
    font-weight: 700;
}

.app-card {
    border-radius: 16px;
    border: 1px solid var(--border);
    background: #0f1212;
    padding: 14px;
    margin-bottom: 12px;
}

.app-map {
    height: 240px;
    border-radius: 14px;
    border: 1px solid #2a3434;
    background:
        radial-gradient(circle at 50% 50%, #56ff7a 0, #56ff7a20 25%, transparent 45%),
        linear-gradient(130deg, #182323, #101616);
}

.progress {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: #192020;
    border: 1px solid #273030;
}

.progress > span {
    display: block;
    width: 85%;
    height: 100%;
    background: linear-gradient(90deg, #3eff1f, #2ec818);
}

.app-photo {
    height: 200px;
    border-radius: 14px;
    border: 1px solid #283333;
    background: linear-gradient(150deg, #313f31, #1c261d);
}

.app-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid var(--border);
    background: #0b0d0d;
}

.app-bottom-nav .inner {
    width: min(500px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.app-bottom-nav a {
    padding: 12px 8px;
    color: #93a196;
    text-decoration: none;
    font-size: 12px;
}

.app-bottom-nav a.active {
    color: #9aff9c;
}

@media (max-width: 960px) {
    .hero {
        padding: 24px;
        min-height: 300px;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-3,
    .proof,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .benefit-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .container {
        width: min(560px, 92%);
    }

    .desktop-auth .muted {
        display: none;
    }

    .nav-wrap {
        gap: 8px;
    }

    .logo {
        font-size: 12px;
        letter-spacing: 0.2px;
        white-space: nowrap;
    }

    .menu-toggle {
        display: inline-grid;
        place-items: center;
        margin-left: 0;
        width: 36px;
        height: 36px;
        font-size: 18px;
        order: 3;
    }

    .desktop-auth {
        order: 2;
        margin-left: auto;
        gap: 6px;
    }

    .desktop-auth .btn-small {
        padding: 7px 10px;
        font-size: 11px;
        border-radius: 8px;
    }

    .desktop-avatar {
        display: none;
    }

    .menu {
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        border-bottom: 1px solid var(--border);
        background: #0b0d0d;
        padding: 14px 4%;
    }

    .menu.open {
        display: flex;
    }

    .menu-mobile-link {
        display: inline-block;
        color: #8fff99;
    }

    .hero {
        margin-top: 16px;
        border-radius: 18px;
        min-height: 280px;
        padding: 16px;
    }

    .hero h1 {
        font-size: 28px;
        max-width: 15ch;
    }

    .hero p {
        font-size: 14px;
        margin: 10px 0 14px;
    }

    .top-strip {
        display: none;
    }

    .top-strip-inner {
        border-radius: 14px;
        justify-content: space-between;
        font-size: 11px;
        padding: 8px 10px;
    }

    .top-strip-inner a {
        font-size: 11px;
        padding: 5px 9px;
    }

    .hero-mini-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 10px;
    }

    .hero-mini-cards article {
        padding: 8px 7px;
    }

    .hero-mini-cards strong {
        font-size: 11px;
    }

    .hero-mini-cards span {
        font-size: 10px;
    }

    .stats {
        gap: 8px;
    }

    .stats article {
        padding: 10px 8px;
        border-radius: 12px;
    }

    .stats strong {
        font-size: 20px;
        line-height: 1.1;
    }

    .stats span {
        font-size: 11px;
        margin-top: 4px;
        line-height: 1.2;
    }

    .home-stats {
        border-radius: 12px;
        margin-top: 10px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border: 1px solid #1e2726;
    }

    .home-stats article {
        border-right: 1px solid #202929;
        border-bottom: 0;
        padding: 10px 8px;
    }

    .home-stats article:last-child {
        border-right: 0;
    }

    .home-stats strong {
        font-size: 20px;
    }

    .home-stats span {
        font-size: 12px;
    }

    .mobile-featured {
        display: block;
        margin-top: 10px;
    }

    .mobile-featured-card {
        border: 1px solid #22302d;
        border-radius: 16px;
        padding: 12px;
        background:
            linear-gradient(100deg, rgba(6, 9, 8, 0.9), rgba(6, 9, 8, 0.62)),
            #0b100f;
        background-size: cover;
        background-position: center;
    }

    .mobile-featured-head {
        color: #9eff9e;
        font-size: 11px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .mobile-featured-content {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
        align-items: start;
    }

    .mobile-featured-content h3 {
        margin: 0 0 8px;
        font-size: 34px;
    }

    .mobile-featured-content p {
        margin: 0 0 10px;
        color: #aab8b0;
        font-size: 14px;
        max-width: 28ch;
    }

    .mobile-featured-btn {
        border-color: #3b7244;
        background: rgba(15, 32, 18, 0.8);
        color: #97ff98;
    }

    .mobile-featured-icon {
        width: 46px;
        height: 46px;
        border-radius: 999px;
        border: 1px solid #3f6d46;
        background: #16311c;
        display: grid;
        place-items: center;
        font-size: 21px;
    }

    .mobile-steps-line {
        margin: 10px 6px 0;
        border-top: 2px dashed #44734b;
        opacity: 0.9;
    }

    .mobile-steps {
        margin-top: 8px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
        text-align: center;
    }

    .mobile-steps article {
        display: grid;
        justify-items: center;
        gap: 5px;
    }

    .mobile-steps b {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid #34433f;
        background: #111615;
        display: grid;
        place-items: center;
        color: #9eff9e;
        font-size: 14px;
    }

    .mobile-steps span {
        color: #a0aea5;
        font-size: 11px;
        line-height: 1.25;
    }

    .how-grid,
    .benefit-mini-grid {
        grid-template-columns: 1fr;
    }

    .home-how .how-grid,
    .home-how .benefit-mini-grid,
    #beneficios,
    #depoimentos,
    #faq,
    .site-footer {
        display: none;
    }

    .tip-card {
        border-radius: 12px;
        padding: 10px;
    }

    .tip-map {
        height: 100px;
    }

    .tip-card h3 {
        margin: 8px 0 2px;
        font-size: 15px;
    }

    .tip-card p {
        margin: 0 0 8px;
        font-size: 12px;
        line-height: 1.35;
    }

    .meta small {
        font-size: 10px;
    }

    .meta strong {
        font-size: 12px;
    }

    .tip-footer {
        gap: 12px;
        margin-top: 10px;
    }

    .tip-footer .btn {
        padding-inline: 12px;
        font-size: 12px;
    }

    .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .pwa-install-banner {
        bottom: calc(78px + env(safe-area-inset-bottom));
        padding: 10px;
        align-items: center;
        gap: 8px;
        border-radius: 14px;
    }

    .pwa-install-icon {
        width: 34px;
        height: 34px;
    }

    .pwa-title {
        font-size: 13px;
    }

    .pwa-subtitle {
        font-size: 11px;
    }

    .pwa-install-cta {
        padding: 8px 10px;
        font-size: 12px;
    }

    .pwa-install-close {
        width: 24px;
        height: 24px;
    }

    .auth-row {
        grid-template-columns: 1fr;
    }

    body {
        padding-bottom: 86px;
    }

    .home-mobile-nav {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 6px;
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 8px;
        border: 1px solid #1d2823;
        border-radius: 14px;
        background: #0a0e0d;
        padding: 8px;
        z-index: 110;
    }

    .home-mobile-nav a {
        text-decoration: none;
        color: #88958d;
        border: 1px solid #1f2925;
        border-radius: 10px;
        min-height: 54px;
        display: grid;
        place-items: center;
        gap: 2px;
        font-size: 16px;
        background: #0d1210;
    }

    .home-mobile-nav a small {
        font-size: 10px;
        line-height: 1;
    }

    .home-mobile-nav a.active {
        border-color: #407446;
        background: linear-gradient(180deg, #1d3820, #142b17);
        color: #93ff93;
    }
}
