:root {
    --bg: #080808;
    --panel: #101414;
    --border: #252d2a;
    --text: #ecf3ee;
    --muted: #99a79e;
    --green: #39ff14;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: var(--bg);
    color: var(--text);
}

.auth-wrap {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 20px;
}

.auth-card {
    width: min(540px, 96%);
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--panel);
    padding: 18px;
}

.auth-card h1 {
    margin-top: 0;
}

label {
    display: block;
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 6px;
}

input,
button,
select,
textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #2d3633;
    background: #0f1211;
    color: var(--text);
    padding: 10px;
    font-family: inherit;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.btn-primary {
    border: none;
    background: linear-gradient(180deg, #53ff35, #2acf15);
    color: #091108;
    font-weight: 800;
    cursor: pointer;
}

.flash {
    border: 1px solid #37613c;
    background: #17321a;
    color: #b1ffb0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
}

.painel-shell {
    min-height: 100vh;
    display: block;
}

.painel-content {
    padding: 18px;
    padding-bottom: 88px;
}

.painel-dashboard {
    width: min(560px, 100%);
    margin: 0 auto;
    border: 1px solid #1e2724;
    border-radius: 20px;
    background: #070a09;
    box-shadow: 0 0 0 1px rgba(70, 255, 90, 0.05), 0 16px 45px rgba(0, 0, 0, 0.55);
}

.dash-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px;
    border: 1px solid #1b2320;
    border-radius: 14px;
    background: #080c0b;
    margin-bottom: 12px;
}

.dash-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dash-menu-btn {
    width: 34px;
    height: 34px;
    border: 1px solid #26312d;
    border-radius: 10px;
    background: #121817;
    color: #d2ddd5;
    display: grid;
    place-items: center;
    font-size: 16px;
    line-height: 1;
}

.dash-logo-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #4fff45;
    box-shadow: 0 0 10px rgba(79, 255, 69, 0.7);
}

.dash-brand strong {
    font-size: 13px;
    letter-spacing: 0.4px;
}

.dash-saldo {
    min-width: 115px;
    border: 1px solid #2c4731;
    border-radius: 10px;
    background: #122017;
    padding: 6px 8px;
}

.dash-saldo small {
    display: block;
    color: #90a496;
    font-size: 10px;
}

.dash-saldo strong {
    color: #62ff5c;
    font-size: 21px;
    line-height: 1.05;
}

.dash-hero {
    border: 1px solid #1e2925;
    border-radius: 16px;
    padding: 16px 14px 18px;
    margin-bottom: 12px;
    min-height: 170px;
    background:
        linear-gradient(95deg, rgba(6, 9, 8, 0.88), rgba(6, 9, 8, 0.55)),
        radial-gradient(120% 180% at 100% 20%, rgba(72, 255, 85, 0.2), rgba(72, 255, 85, 0) 40%),
        #0b100f;
    background-size: cover;
    background-position: center;
}

.dash-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(32px, 6vw, 46px);
    line-height: 0.95;
}

.dash-hero h1 span {
    color: #56ff54;
}

.dash-hero p {
    margin: 0;
    color: #b7c6bb;
    max-width: 330px;
    font-size: 16px;
}

.painel-topbar {
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #111716;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.painel-topbar-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.painel-menu-btn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #2b3532;
    background: #141a18;
    color: #d2ddd5;
    font-size: 17px;
    line-height: 1;
    display: grid;
    place-items: center;
}

.painel-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.painel-brand strong {
    font-size: 13px;
    letter-spacing: 0.4px;
}

.logo-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #59ff3c;
    box-shadow: 0 0 10px rgba(57, 255, 20, 0.6);
}

.painel-topbar-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.painel-top-links {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: auto;
    padding-inline: 8px;
}

.painel-top-links a {
    text-decoration: none;
    color: #b0bcb4;
    border: 1px solid #2a3330;
    background: #141917;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12px;
    white-space: nowrap;
}

.painel-top-links a.active {
    border-color: #3f6a45;
    color: #a9ffb5;
    background: #18301d;
}

.saldo-pill {
    border: 1px solid #2f5737;
    border-radius: 999px;
    background: #17311c;
    color: #abffae;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
}

.topbar-logout {
    text-decoration: none;
    color: #c9d3cc;
    border: 1px solid #2b3330;
    border-radius: 9px;
    padding: 6px 10px;
    background: #121714;
    font-size: 12px;
}

.painel-mobile-nav {
    display: none;
}

.mobileMenuGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
}

.mobileMenuGrid .btn {
    text-decoration: none;
    border: 1px solid #1c2421;
    border-radius: 12px;
    background: #0d1210;
    color: #8e9b92;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 7px 4px;
    min-height: 56px;
    transition: 0.2s ease;
}

.mobileMenuGrid .btn.active {
    border-color: #3f7346;
    background: linear-gradient(180deg, #1f3b20, #17301a);
    color: #90ff95;
    box-shadow: inset 0 0 0 1px rgba(100, 255, 114, 0.18), 0 10px 20px rgba(0, 0, 0, 0.3);
}

.iconImg {
    font-size: 16px;
    line-height: 1;
}

.mobileMenuGrid .label {
    font-size: 10px;
    line-height: 1;
}

.cards {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.package-card {
    border: 1px solid #2b4a2f;
    background:
        radial-gradient(120% 180% at 0% 0%, rgba(57, 255, 20, 0.16), rgba(57, 255, 20, 0) 42%),
        linear-gradient(160deg, #101615 0%, #0f1312 55%, #121715 100%);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(120, 255, 126, 0.08);
    border-radius: 18px;
    padding: 16px;
    background-size: cover;
    background-position: center right;
}

.package-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.package-card h3 {
    margin: 0;
    font-size: 20px;
    color: #eaffee;
}

.package-step {
    border: 1px solid #3f6a45;
    background: #16301b;
    color: #adffb7;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    white-space: nowrap;
}

.package-radius {
    margin: 0 0 6px;
    color: #c8d4cb;
}

.package-price {
    margin: 0 0 12px;
}

.package-price strong {
    color: #9dff94;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 0 18px rgba(68, 255, 96, 0.26);
}

.package-card .btn-primary {
    height: 44px;
    border-radius: 12px;
    font-size: 15px;
    box-shadow: 0 10px 20px rgba(55, 214, 41, 0.35);
}

.package-btn {
    max-width: 170px;
}

.package-card .muted {
    margin: 0 0 8px;
    max-width: 58%;
    color: #9faf9f;
}

.package-card .btn-primary[disabled] {
    cursor: not-allowed;
    opacity: 0.85;
    background: linear-gradient(180deg, #183420, #112616);
    color: #87a78d;
    border: 1px solid #24422a;
    box-shadow: none;
}

.package-card-stage-2 {
    border-color: #3f5d2b;
}

.package-card-stage-3 {
    border-color: #4b3c24;
}

.dash-trust-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.dash-trust-grid article {
    border: 1px solid #202925;
    border-radius: 12px;
    background: #0a0f0d;
    padding: 10px;
}

.dash-trust-grid h4 {
    margin: 0 0 6px;
    font-size: 12px;
    color: #d9e7dc;
}

.dash-trust-grid p {
    margin: 0;
    font-size: 11px;
    color: #91a097;
}

.deposit-page .flash {
    margin-bottom: 10px;
}

.deposit-hero {
    min-height: 190px;
    margin-bottom: 12px;
}

.deposit-safe-card {
    margin-top: 14px;
    border: 1px solid #23312b;
    border-radius: 12px;
    background: rgba(7, 12, 10, 0.8);
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 360px;
}

.deposit-safe-card strong {
    font-size: 14px;
}

.deposit-safe-card span {
    font-size: 13px;
    color: #8ea296;
}

.deposit-card {
    border: 1px solid #1e2823;
    border-radius: 14px;
    background: #090d0c;
    padding: 12px;
}

.deposit-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.deposit-card-head h2 {
    margin: 0;
    font-size: 34px;
}

.deposit-bonus-pill {
    border: 1px solid #2f6137;
    background: #15311a;
    color: #9bff9f;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.deposit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.deposit-option {
    border: 1px solid #1f2a25;
    background: #0c100f;
    border-radius: 12px;
    min-height: 92px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.deposit-option strong {
    font-size: 21px;
    color: #ebf4ed;
    line-height: 1;
}

.deposit-option small {
    color: #59d85e;
    font-size: 11px;
    font-weight: 700;
}

.deposit-option.active {
    border-color: #4ef954;
    background: linear-gradient(180deg, #15311a, #111f15);
    box-shadow: inset 0 0 0 1px rgba(115, 255, 120, 0.18);
}

.deposit-other-wrap {
    margin-top: 12px;
}

.deposit-other-wrap label {
    margin-bottom: 8px;
}

.deposit-other-input {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    border: 1px solid #1f2925;
    border-radius: 11px;
    background: #0b100e;
    padding: 8px;
}

.deposit-other-input span {
    color: #c1cfc6;
    font-weight: 700;
    font-size: 14px;
}

.deposit-other-input input {
    border: none;
    background: transparent;
    outline: none;
    padding: 8px 4px;
}

.deposit-other-input button {
    width: auto;
    border-radius: 9px;
    border: 1px solid #28332e;
    background: #171d1a;
    padding: 7px 12px;
    color: #c7d4cc;
}

.deposit-method {
    margin-top: 12px;
}

.deposit-method h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.deposit-method-box {
    border: 1px solid #1f2a25;
    border-radius: 11px;
    background: #0b100f;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.deposit-method-box strong {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
}

.deposit-method-box small {
    color: #8ea498;
}

.deposit-method-tag {
    border: 1px solid #355f3d;
    background: #17321b;
    color: #98ff9f;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
}

.deposit-submit {
    margin-top: 12px;
    height: 52px;
    border-radius: 12px;
    font-size: 30px;
}

.deposit-note {
    margin: 8px 0 0;
    text-align: center;
    color: #8b9991;
    font-size: 12px;
}

.deposit-pix-code {
    margin-top: 12px;
    border: 1px solid #2d5535;
    border-radius: 12px;
    background: #14281a;
    padding: 10px;
    display: grid;
    gap: 4px;
}

.deposit-pix-code strong {
    color: #c1ffbf;
    font-size: 13px;
}

.deposit-pix-code span {
    font-family: monospace;
    font-size: 13px;
}

.deposit-bonus-footer {
    margin-top: 12px;
    border: 1px solid #213029;
    border-radius: 12px;
    background: #0a100d;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.deposit-bonus-footer strong {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}

.deposit-bonus-footer span {
    color: #8fa097;
    font-size: 12px;
}

.deposit-bonus-footer button {
    width: auto;
    border-radius: 10px;
    border: 1px solid #2c3a31;
    background: #1a221e;
    color: #dbe7df;
    padding: 8px 14px;
    font-weight: 700;
}

.pistas-page .flash {
    margin-bottom: 10px;
}

.pistas-hero {
    min-height: 175px;
    margin-bottom: 12px;
}

.pistas-filters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
}

.pistas-filters button {
    border: 1px solid #1f2a26;
    background: #0b100e;
    color: #a4b2a9;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 8px;
}

.pistas-filters .active {
    border-color: #39663e;
    background: #142a17;
    color: #a2ff9f;
}

.pistas-list {
    display: grid;
    gap: 10px;
}

.pista-item {
    border: 1px solid #1e2824;
    border-radius: 14px;
    background: #0a0f0d;
    padding: 10px;
    display: grid;
    grid-template-columns: 156px 1fr auto;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.pista-item.empty {
    grid-template-columns: 1fr;
    text-align: center;
}

.pista-item.empty h3 {
    margin: 0 0 8px;
}

.pista-item.empty p {
    margin: 0;
    color: #8ea195;
}

.pista-thumb {
    border-radius: 10px;
    border: 1px solid #23312b;
    min-height: 114px;
    background:
        radial-gradient(circle at 50% 50%, rgba(103, 255, 110, 0.34), rgba(103, 255, 110, 0.07) 35%, rgba(103, 255, 110, 0) 70%),
        #0e1512;
    background-size: cover;
    background-position: center;
}

.pista-main h3 {
    margin: 0 0 4px;
    font-size: 31px;
}

.pista-city {
    margin: 0 0 8px;
    color: #8ea095;
    font-size: 13px;
}

.pista-radius-label {
    margin: 0;
    color: #91a296;
    font-size: 12px;
}

.pista-radius-value {
    margin: 2px 0 0;
    color: #6aff67;
    font-weight: 800;
    font-size: 31px;
}

.pista-meta {
    display: grid;
    justify-items: end;
    gap: 8px;
}

.pista-price {
    border: 1px solid #2d5534;
    border-radius: 10px;
    background: #132317;
    color: #7fff75;
    font-size: 30px;
    font-weight: 800;
    padding: 8px 11px;
    line-height: 1;
}

.pista-date {
    border: 1px solid #24312c;
    border-radius: 10px;
    background: #0d1211;
    color: #8f9d95;
    font-size: 11px;
    padding: 8px 10px;
    text-align: right;
}

.pista-date strong {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #c4d0c7;
}

.pista-arrow {
    color: #62ff61;
    font-size: 33px;
    line-height: 1;
}

.pistas-cta {
    margin-top: 12px;
    border: 1px solid #23302a;
    border-radius: 14px;
    background:
        linear-gradient(95deg, rgba(7, 10, 9, 0.92), rgba(7, 10, 9, 0.7)),
        #0b100e;
    background-size: cover;
    background-position: center;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pistas-cta h3 {
    margin: 0 0 4px;
    font-size: 21px;
}

.pistas-cta p {
    margin: 0;
    color: #99aaa0;
    font-size: 13px;
    max-width: 330px;
}

.pistas-cta a {
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid #3f6f44;
    background: linear-gradient(180deg, #5eff3f, #40d228);
    color: #0b1509;
    font-weight: 800;
    padding: 11px 14px;
    white-space: nowrap;
}

.conta-page .flash {
    margin-bottom: 10px;
}

.conta-title {
    margin: 0 0 12px;
    font-size: 32px;
}

.conta-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.conta-stat-card {
    border: 1px solid #1f2a26;
    border-radius: 13px;
    background: #0b100e;
    padding: 12px 10px;
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 3px;
}

.conta-stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #2f4b35;
    background: #142419;
    display: grid;
    place-items: center;
    font-size: 16px;
}

.conta-stat-card small {
    color: #a0aea5;
    font-size: 11px;
}

.conta-stat-card strong {
    color: #70ff6b;
    font-size: 20px;
}

.conta-card {
    border: 1px solid #1f2a26;
    border-radius: 14px;
    background:
        radial-gradient(120% 160% at 100% 0%, rgba(59, 255, 71, 0.08), rgba(59, 255, 71, 0) 42%),
        #0a100d;
    padding: 12px;
    margin-bottom: 12px;
}

.conta-card-head {
    margin-bottom: 10px;
}

.conta-card-head h3 {
    margin: 0 0 2px;
    font-size: 32px;
}

.conta-card-head p {
    margin: 0;
    color: #91a297;
    font-size: 13px;
}

.conta-card label {
    color: #96a69c;
    font-size: 12px;
    margin: 10px 0 6px;
}

.conta-field-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.conta-field-row input {
    border-radius: 11px;
    border: 1px solid #1f2a25;
    background: #0a0f0d;
    padding: 12px;
}

.conta-field-row.no-action {
    grid-template-columns: 1fr;
}

.conta-edit-btn {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    border: 1px solid #36663c;
    background: #2f5d35;
    color: #dff7e2;
    display: grid;
    place-items: center;
    font-size: 15px;
    padding: 0;
}

.conta-submit {
    margin-top: 12px;
    height: 48px;
    border-radius: 12px;
    font-size: 16px;
    box-shadow: 0 10px 20px rgba(55, 214, 41, 0.28);
}

.conta-submit-outline {
    border: 1px solid #3d6f43;
    background: transparent;
    color: #7eff76;
    box-shadow: none;
}

.conta-cta {
    border: 1px solid #203029;
    border-radius: 14px;
    background:
        radial-gradient(80% 120% at 100% 0%, rgba(77, 255, 87, 0.18), rgba(77, 255, 87, 0) 42%),
        #0a100d;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.conta-cta h3 {
    margin: 0 0 4px;
    font-size: 30px;
}

.conta-cta p {
    margin: 0;
    color: #90a298;
    font-size: 13px;
}

.conta-cta-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #2a4f30;
    background: #112317;
    display: grid;
    place-items: center;
    font-size: 27px;
}

.conta-cta-actions {
    display: grid;
    justify-items: end;
    gap: 8px;
}

.conta-logout-btn {
    text-decoration: none;
    border: 1px solid #36553c;
    border-radius: 10px;
    background: #17281b;
    color: #a8ffac;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 10px;
}

.premios-page .flash {
    margin-bottom: 10px;
}

.premios-hero {
    min-height: 165px;
    margin-bottom: 12px;
}

.premios-hero h1 {
    font-size: 50px;
}

.premios-section-title {
    margin: 0 0 10px;
    color: #8eff85;
    font-size: 30px;
}

.premio-featured-card {
    border: 1px solid #22302a;
    border-radius: 14px;
    background:
        radial-gradient(100% 160% at 20% 0%, rgba(95, 255, 95, 0.16), rgba(95, 255, 95, 0) 40%),
        #0a100d;
    padding: 12px;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.premio-featured-image {
    border-radius: 12px;
    border: 1px solid #25362f;
    min-height: 200px;
    background:
        radial-gradient(circle at 50% 35%, rgba(102, 255, 103, 0.2), rgba(102, 255, 103, 0) 60%),
        #111814;
    background-size: cover;
    background-position: center;
}

.premio-featured-content {
    display: grid;
    align-content: center;
    gap: 8px;
}

.premio-badge {
    width: fit-content;
    border: 1px solid #3a6d42;
    border-radius: 999px;
    background: #193320;
    color: #a2ff9f;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 10px;
}

.premio-featured-content h3 {
    margin: 0;
    font-size: 40px;
}

.premio-featured-content p {
    margin: 0;
    color: #a3b1a9;
    font-size: 14px;
}

.premio-status {
    color: #7aff75 !important;
    font-weight: 700;
}

.premio-empty {
    grid-template-columns: 1fr;
}

.premios-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.premio-mini-card {
    border: 1px solid #1f2a25;
    border-radius: 14px;
    background:
        radial-gradient(90% 120% at 50% 0%, rgba(79, 255, 69, 0.12), rgba(79, 255, 69, 0) 42%),
        #0b100e;
    padding: 10px;
    text-align: center;
}

.premio-mini-image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 12px;
    border: 1px solid #24332c;
    margin-bottom: 8px;
    background:
        radial-gradient(circle at 50% 45%, rgba(87, 255, 95, 0.3), rgba(87, 255, 95, 0) 48%),
        #121914;
    background-size: cover;
    background-position: center;
}

.premio-mini-card h4 {
    margin: 0 0 4px;
    font-size: 28px;
}

.premio-mini-card p {
    margin: 0 0 8px;
    color: #91a097;
    font-size: 13px;
    min-height: 32px;
}

.premio-mini-tag {
    display: inline-block;
    border: 1px solid #2e5c36;
    border-radius: 999px;
    background: #14301a;
    color: #93ff91;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
}

.premios-footer-note {
    margin-top: 12px;
    border: 1px solid #213029;
    border-radius: 13px;
    background: #0a100d;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.premios-footer-note strong {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
}

.premios-footer-note p {
    margin: 0;
    color: #90a196;
    font-size: 13px;
}

.premios-footer-note span {
    color: #7bff78;
    font-size: 31px;
    line-height: 1;
}

.card {
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--panel);
    padding: 14px;
}

.card strong {
    color: #9dff94;
    font-size: 22px;
}

.table-wrap {
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--panel);
    overflow: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border-bottom: 1px solid #212a27;
    padding: 10px;
    text-align: left;
    font-size: 13px;
}

th {
    color: #b2beb5;
}

.muted {
    color: var(--muted);
}

@media (max-width: 1000px) {
    .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .painel-mobile-nav {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(6, 9, 8, 0.25), #070b09 35%);
        padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
        z-index: 60;
    }

    .painel-mobile-nav .mobileMenuGrid {
        border: 1px solid #1d2823;
        border-radius: 14px;
        background: #090d0b;
        padding: 8px;
    }

    .painel-top-links {
        display: none;
    }

    .painel-topbar {
        padding: 8px 10px;
    }

    .painel-brand strong {
        font-size: 12px;
    }

    .saldo-pill {
        font-size: 11px;
        padding: 5px 8px;
    }

    .topbar-logout {
        display: none;
    }

    .painel-content {
        padding: 12px 10px 90px;
    }

    .painel-dashboard {
        border-radius: 18px;
    }

    .dash-header {
        margin-bottom: 10px;
    }

    .dash-brand strong {
        font-size: 12px;
    }

    .dash-saldo strong {
        font-size: 19px;
    }

    .dash-hero {
        min-height: 150px;
        padding: 14px 12px 16px;
    }

    .dash-hero h1 {
        font-size: 46px;
    }

    .dash-hero p {
        font-size: 14px;
    }

    .package-card {
        padding: 13px;
    }

    .package-card .muted {
        max-width: 64%;
    }

    .package-price strong {
        font-size: 34px;
    }

    .dash-trust-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px;
    }

    .dash-trust-grid h4 {
        font-size: 11px;
    }

    .dash-trust-grid p {
        font-size: 10px;
    }

    .deposit-card-head h2 {
        font-size: 20px;
    }

    .deposit-bonus-pill {
        font-size: 10px;
        padding: 5px 8px;
    }

    .deposit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deposit-option {
        min-height: 82px;
    }

    .deposit-option strong {
        font-size: 30px;
    }

    .deposit-submit {
        font-size: 22px;
        height: 48px;
    }

    .deposit-bonus-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .deposit-bonus-footer button {
        width: 100%;
    }

    .pista-item {
        grid-template-columns: 120px 1fr;
        align-items: start;
    }

    .pista-thumb {
        min-height: 100px;
    }

    .pista-main h3 {
        font-size: 23px;
    }

    .pista-radius-value {
        font-size: 30px;
    }

    .pista-meta {
        grid-column: 1 / -1;
        grid-template-columns: 1fr auto auto;
        align-items: center;
        justify-items: stretch;
    }

    .pista-price {
        font-size: 30px;
        text-align: center;
    }

    .pista-date {
        text-align: left;
        min-width: 136px;
    }

    .pista-arrow {
        justify-self: end;
    }

    .pistas-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .pistas-cta a {
        text-align: center;
    }

    .conta-title {
        font-size: 46px;
    }

    .conta-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .conta-stat-card {
        padding: 10px 6px;
    }

    .conta-stat-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .conta-stat-card small {
        font-size: 10px;
    }

    .conta-stat-card strong {
        font-size: 30px;
    }

    .conta-card-head h3 {
        font-size: 31px;
    }

    .conta-submit {
        height: 45px;
    }

    .conta-cta {
        padding: 12px;
    }

    .conta-cta h3 {
        font-size: 27px;
    }

    .conta-cta-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .conta-cta-actions {
        width: 100%;
        justify-items: stretch;
    }

    .conta-logout-btn {
        text-align: center;
    }

    .premios-hero h1 {
        font-size: 31px;
    }

    .premios-section-title {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .premio-featured-card {
        grid-template-columns: 130px 1fr;
        gap: 10px;
    }

    .premio-featured-image {
        min-height: 130px;
    }

    .premio-featured-content h3 {
        font-size: 30px;
    }

    .premios-grid {
        gap: 8px;
    }

    .premio-mini-card h4 {
        font-size: 31px;
    }

    .premio-mini-card p {
        font-size: 11px;
        min-height: 30px;
    }

    .premio-mini-tag {
        font-size: 10px;
    }
}
