@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root{
    --black:#050705;
    --dark:#090d09;
    --panel:#0d120d;
    --line:rgba(255,255,255,.11);
    --gold:#e2bd69;
    --gold2:#f7d88a;
    --green:#94c56c;
    --muted:#899286;
    --white:#f3f4ed;
}

body{
    background:var(--black)!important;
    color:var(--white)!important;
    font-family:Inter,sans-serif!important;
}

main{
    padding:0!important;
}

.ultra-nav{
    height:74px;
    position:fixed;
    z-index:999;
    left:0;
    right:0;
    top:0;
    display:flex;
    align-items:center;
    padding:0 4vw;
    background:rgba(4,7,4,.90);
    backdrop-filter:blur(20px);
    border-bottom:1px solid var(--line);
}

.ultra-logo{
    display:grid;
    grid-template-columns:auto auto;
    font-family:"Barlow Condensed",sans-serif;
    line-height:.75;
}

.ultra-logo b,
.ultra-logo span{
    font-size:29px;
    font-weight:900;
}

.ultra-logo span{
    color:var(--gold);
}

.ultra-logo small{
    grid-column:1/3;
    font-family:Inter,sans-serif;
    font-size:6px;
    margin-top:8px;
    letter-spacing:2.5px;
    color:#747d71;
}

.ultra-nav nav{
    display:flex;
    gap:24px;
    margin-left:auto;
}

.ultra-nav nav a{
    font-family:"Barlow Condensed",sans-serif;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.3px;
    color:#bac0b7;
}

.ultra-nav .fucks-link{
    color:var(--gold2);
}

.wallet-zone{
    display:flex;
    align-items:center;
    gap:8px;
    margin-left:25px;
}

.wallet-online{
    border:1px solid var(--line);
    padding:8px 11px;
    font-size:10px;
}

.wallet-online i{
    display:inline-block;
    width:6px;
    height:6px;
    margin-right:6px;
    border-radius:50%;
    background:#8fcf68;
    box-shadow:0 0 10px #8fcf68;
}

.ui-primary,
.ui-secondary,
.ui-minor,
.harvest-action{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border:0;
    font-family:"Barlow Condensed",sans-serif;
    font-weight:800;
    letter-spacing:1.5px;
    cursor:pointer;
    text-decoration:none;
}

.ui-primary{
    padding:13px 21px;
    background:linear-gradient(135deg,var(--gold2),#b99244);
    color:#101108;
}

.ui-secondary{
    padding:12px 20px;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.035);
    color:white;
}

.ui-minor{
    padding:8px 10px;
    color:#aaa;
    border:1px solid var(--line);
    background:transparent;
}

.huge{
    min-height:55px;
    padding-left:28px;
    padding-right:28px;
}

.full{
    width:100%;
}

.mobile-menu{
    display:none;
    border:0;
    background:none;
    color:white;
    font-size:24px;
}

.mobile-panel{
    display:none;
}

.game-hero{
    min-height:100vh;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
}

.hero-photo{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    inset:0;
}

.hero-dark{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(3,5,3,.95),rgba(3,5,3,.55) 45%,rgba(3,5,3,.08)),
        linear-gradient(0deg,#050705,transparent 30%);
}

.game-hero-content{
    position:relative;
    z-index:2;
    width:min(1500px,92%);
    margin:auto;
    padding-top:75px;
}

.game-label,
.game-heading>span,
.operator-heading>div>span{
    color:var(--gold);
    font-family:"Barlow Condensed",sans-serif;
    letter-spacing:4px;
    font-size:11px;
}

.game-hero h1{
    max-width:950px;
    font-family:"Barlow Condensed",sans-serif;
    font-size:clamp(75px,9.2vw,150px);
    letter-spacing:-4px;
    line-height:.72;
    margin:24px 0 32px;
}

.game-hero h1 em{
    display:block;
    font-style:normal;
    color:var(--gold2);
}

.game-hero-content>p{
    max-width:650px;
    color:#c3c9bf;
    line-height:1.8;
    font-size:16px;
}

.game-actions{
    display:flex;
    gap:10px;
    margin-top:32px;
}

.hero-economy{
    display:flex;
    gap:0;
    max-width:800px;
    margin-top:65px;
    border-top:1px solid rgba(255,255,255,.14);
}

.hero-economy div{
    min-width:130px;
    padding:17px 25px 0 0;
}

.hero-economy strong{
    display:block;
    color:var(--gold);
    font-family:"Barlow Condensed",sans-serif;
}

.hero-economy span{
    display:block;
    margin-top:3px;
    font-size:8px;
    letter-spacing:1.5px;
    color:#888f85;
}

.economy-strip{
    width:min(1500px,92%);
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-left:1px solid var(--line);
    border-top:1px solid var(--line);
}

.economy-strip>div{
    padding:35px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

.economy-strip span{
    display:block;
    color:#747d70;
    font-size:8px;
    letter-spacing:1.8px;
}

.economy-strip b{
    display:block;
    font-family:"Barlow Condensed",sans-serif;
    font-size:45px;
    margin-top:7px;
}

.game-shell,
.game-console{
    width:min(1500px,92%);
    margin:auto;
    padding:130px 0;
}

.game-heading{
    margin-bottom:45px;
}

.game-heading h2{
    font-family:"Barlow Condensed",sans-serif;
    font-size:clamp(55px,7vw,100px);
    line-height:.8;
    letter-spacing:-3px;
    margin:12px 0;
}

.game-heading h2 em{
    display:block;
    font-style:normal;
    color:var(--gold);
}

.game-heading p{
    color:var(--muted);
}

.earn-loop{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.earn-card{
    min-height:520px;
    position:relative;
    overflow:hidden;
    border:1px solid var(--line);
}

.earn-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.earn-card:hover img{
    transform:scale(1.035);
}

.earn-card-dark{
    position:absolute;
    inset:0;
    background:linear-gradient(0deg,rgba(3,5,3,.96),rgba(3,5,3,.02) 75%);
}

.earn-card section{
    position:absolute;
    left:30px;
    right:30px;
    bottom:30px;
}

.earn-card small{
    color:var(--gold);
    letter-spacing:2px;
}

.earn-card h3{
    font-family:"Barlow Condensed",sans-serif;
    font-size:50px;
    margin:4px 0;
}

.earn-card p{
    color:#b4bbb0;
    max-width:480px;
    font-size:13px;
    line-height:1.6;
}

.earn-card section>span{
    color:var(--green);
    font-size:9px;
    letter-spacing:1.4px;
}

.farm-preview{
    min-height:760px;
    position:relative;
    display:flex;
    align-items:center;
}

.farm-preview>img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.farm-preview-dark{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(3,5,3,.93),rgba(3,5,3,.45) 55%,rgba(3,5,3,.1)),
        linear-gradient(0deg,#050705,transparent 30%,transparent 70%,#050705);
}

.farm-preview>section{
    width:min(1500px,92%);
    margin:auto;
    position:relative;
}

.farm-preview h2,
.night-empire h2{
    font-family:"Barlow Condensed",sans-serif;
    font-size:clamp(65px,8vw,115px);
    line-height:.8;
    margin:15px 0;
}

.farm-preview p{
    max-width:550px;
    color:#b5bdb1;
    line-height:1.7;
}

.sample-hud{
    display:flex;
    max-width:700px;
    margin:35px 0;
}

.sample-hud>div{
    min-width:180px;
    padding:15px;
    border:1px solid rgba(255,255,255,.15);
    background:rgba(5,8,5,.62);
    backdrop-filter:blur(10px);
}

.sample-hud small,
.sample-hud strong,
.sample-hud span{
    display:block;
}

.sample-hud small{
    color:#7d867a;
    font-size:7px;
}

.sample-hud strong{
    margin-top:6px;
    font-family:"Barlow Condensed",sans-serif;
    font-size:23px;
}

.sample-hud span{
    color:var(--gold);
    font-size:9px;
}

.green,
.is-ready{
    color:var(--green)!important;
}

.amber{
    color:var(--gold)!important;
}

.two-worlds{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.world-panel{
    min-height:500px;
    position:relative;
    overflow:hidden;
}

.world-panel img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.world-panel:hover img{
    transform:scale(1.035);
}

.world-panel>div{
    position:absolute;
    inset:0;
    background:linear-gradient(0deg,rgba(3,5,3,.95),transparent 75%);
}

.world-panel section{
    position:absolute;
    left:28px;
    bottom:28px;
}

.world-panel small{
    color:var(--gold);
    font-size:8px;
    letter-spacing:2px;
}

.world-panel h3{
    font-family:"Barlow Condensed",sans-serif;
    font-size:42px;
    margin:5px 0;
}

.world-panel span{
    color:#aaa;
    font-size:9px;
}

.night-empire{
    min-height:720px;
    position:relative;
    display:flex;
    align-items:center;
}

.night-empire>img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
}

.night-empire>div{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(3,5,3,.94),rgba(3,5,3,.2));
}

.night-empire>section{
    width:min(1500px,92%);
    margin:auto;
    position:relative;
}

.night-empire h2{
    max-width:750px;
}

.night-empire h2 em{
    color:var(--gold);
    font-style:normal;
}

.night-empire p{
    max-width:540px;
    color:#aeb6aa;
    line-height:1.7;
}

.property-hero{
    min-height:590px;
    position:relative;
    display:flex;
    align-items:flex-end;
}

.property-hero>img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.property-hero>div{
    position:absolute;
    inset:0;
    background:
        linear-gradient(0deg,#050705,rgba(3,5,3,.05) 75%),
        linear-gradient(90deg,rgba(3,5,3,.8),transparent 70%);
}

.property-hero>section{
    position:relative;
    width:min(1500px,92%);
    margin:0 auto 65px;
}

.property-hero h1{
    font-family:"Barlow Condensed",sans-serif;
    font-size:clamp(70px,9vw,130px);
    letter-spacing:-3px;
    line-height:.8;
    margin:12px 0;
}

.property-hero p{
    color:#8c9589;
    letter-spacing:2px;
    font-size:10px;
}

.property-actions{
    display:flex;
    gap:10px;
    margin-top:25px;
}

.game-console{
    padding-top:20px;
}

.economy-hud{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    border-left:1px solid var(--line);
    border-top:1px solid var(--line);
}

.economy-hud>div{
    padding:22px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

.economy-hud small{
    color:#70796d;
    font-size:7px;
    letter-spacing:1.4px;
}

.economy-hud strong{
    display:block;
    font-family:"Barlow Condensed",sans-serif;
    font-size:28px;
    margin-top:5px;
}

.operator-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin:75px 0 28px;
}

.operator-heading h2{
    font-family:"Barlow Condensed",sans-serif;
    font-size:55px;
    margin:4px 0;
}

.real-fields{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.real-field{
    min-height:410px;
    padding:22px;
    background:
        radial-gradient(circle at top,rgba(113,143,87,.09),transparent 45%),
        var(--panel);
    border:1px solid var(--line);
}

.ready-field{
    border-color:rgba(137,192,98,.45);
}

.real-field>header{
    display:flex;
    justify-content:space-between;
    font-size:9px;
    letter-spacing:1.4px;
    color:#7d867a;
}

.field-soil{
    height:100px;
    display:flex;
    justify-content:center;
    gap:15px;
    overflow:hidden;
    margin:42px 0 15px;
}

.field-soil i{
    width:10px;
    height:150px;
    transform:rotate(31deg);
    background:linear-gradient(#6d5941,#1b1712);
    opacity:.45;
}

.real-field h3{
    font-family:"Barlow Condensed",sans-serif;
    font-size:33px;
    margin:4px 0;
}

.real-field>p{
    color:#788176;
    font-size:11px;
    line-height:1.6;
}

.real-field form select{
    width:100%;
    margin:18px 0 8px;
    padding:12px;
    border:1px solid var(--line);
    background:#060906;
    color:white;
}

.live-crop{
    padding-top:70px;
}

.live-crop small{
    color:var(--gold);
    letter-spacing:2px;
}

.live-crop h3{
    font-size:45px;
}

.crop-meter{
    height:4px;
    background:#20261f;
    margin:30px 0 18px;
}

.crop-meter i{
    display:block;
    height:100%;
    background:linear-gradient(90deg,#6d984d,#a9d37d);
}

.crop-info{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-bottom:25px;
}

.crop-info>div{
    border:1px solid var(--line);
    padding:12px;
}

.crop-info span{
    color:#6e776b;
    font-size:7px;
}

.crop-info b{
    display:block;
    margin-top:4px;
    font-family:"Barlow Condensed",sans-serif;
}

.harvest-action{
    padding:14px;
    background:linear-gradient(135deg,#a9d77d,#668f48);
    color:#081006;
}

.earn-dashboard{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-top:60px;
}

.earn-dashboard>section{
    border:1px solid var(--line);
    padding:25px;
    background:var(--panel);
}

.earn-dashboard>section>header{
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid var(--line);
    padding-bottom:18px;
}

.earn-dashboard small{
    color:var(--gold);
    letter-spacing:2px;
    font-size:7px;
}

.earn-dashboard h3{
    margin:5px 0;
    font-family:"Barlow Condensed",sans-serif;
    font-size:25px;
}

.hud-row{
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid var(--line);
    padding:13px 0;
    font-size:11px;
}

.console-link{
    display:inline-block;
    margin-top:20px;
    color:var(--gold);
    font-family:"Barlow Condensed",sans-serif;
    font-size:12px;
    letter-spacing:1px;
}

.empty-state{
    color:#747d71;
    font-size:11px;
    padding:18px 0;
}

.profit-path{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-top:65px;
}

.profit-path>a{
    position:relative;
    min-height:290px;
    overflow:hidden;
}

.profit-path img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.profit-path>a:hover img{
    transform:scale(1.04);
}

.profit-path>a>div{
    position:absolute;
    inset:0;
    background:linear-gradient(0deg,rgba(3,5,3,.96),transparent);
}

.profit-path section{
    position:absolute;
    left:20px;
    bottom:20px;
}

.profit-path small{
    color:var(--gold);
    font-size:7px;
    letter-spacing:1.5px;
}

.profit-path strong{
    display:block;
    margin:5px 0;
    font-family:"Barlow Condensed",sans-serif;
    font-size:24px;
}

.profit-path span{
    color:#969e93;
    font-size:8px;
}

.game-toast{
    position:fixed;
    right:20px;
    top:90px;
    z-index:2000;
    width:min(380px,calc(100vw - 40px));
    background:#101510;
    border:1px solid var(--line);
    padding:16px;
    transition:.4s;
}

.game-toast.success{
    border-left:3px solid var(--green);
}

.game-toast.failure{
    border-left:3px solid #d66d5b;
}

.game-toast b,
.game-toast span{
    display:block;
}

.game-toast b{
    font-family:"Barlow Condensed",sans-serif;
}

.game-toast span{
    margin-top:4px;
    color:#aab1a6;
    font-size:11px;
}

.game-toast.hide{
    opacity:0;
    transform:translateX(25px);
    pointer-events:none;
}

.ultra-footer{
    width:min(1500px,92%);
    margin:auto;
    min-height:150px;
    border-top:1px solid var(--line);
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ultra-footer b{
    display:block;
    font-family:"Barlow Condensed",sans-serif;
    font-size:26px;
}

.ultra-footer span{
    color:#697266;
    font-size:8px;
    letter-spacing:1.5px;
}

@media(max-width:1100px){

    .ultra-nav nav{
        display:none;
    }

    .mobile-menu{
        display:block;
        margin-left:10px;
    }

    .mobile-panel{
        position:fixed;
        z-index:998;
        top:74px;
        left:0;
        right:0;
        background:#070a07;
        border-bottom:1px solid var(--line);
        padding:15px;
    }

    .mobile-panel.open{
        display:grid;
    }

    .mobile-panel a{
        padding:12px;
        border-bottom:1px solid var(--line);
        font-family:"Barlow Condensed",sans-serif;
    }

    .wallet-zone{
        margin-left:auto;
    }

    .real-fields{
        grid-template-columns:1fr 1fr;
    }

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

    .economy-hud{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:700px){

    .ultra-nav{
        height:64px;
        padding:0 15px;
    }

    .wallet-online{
        display:none;
    }

    .wallet-zone .ui-primary{
        display:none;
    }

    .game-hero h1{
        font-size:61px;
        letter-spacing:-2px;
    }

    .game-hero-content>p{
        font-size:13px;
    }

    .game-actions{
        display:grid;
    }

    .hero-economy{
        display:grid;
        grid-template-columns:repeat(3,1fr);
    }

    .hero-economy div{
        min-width:0;
    }

    .economy-strip{
        grid-template-columns:1fr 1fr;
    }

    .economy-strip>div{
        padding:20px;
    }

    .economy-strip b{
        font-size:32px;
    }

    .game-shell,
    .game-console{
        width:calc(100% - 24px);
        padding:80px 0;
    }

    .earn-loop,
    .two-worlds,
    .real-fields,
    .earn-dashboard,
    .profit-path{
        grid-template-columns:1fr;
    }

    .earn-card{
        min-height:460px;
    }

    .sample-hud{
        display:grid;
        grid-template-columns:1fr;
    }

    .sample-hud>div{
        min-width:0;
    }

    .property-hero h1{
        font-size:62px;
    }

    .economy-hud{
        grid-template-columns:1fr 1fr;
    }

    .operator-heading{
        display:block;
    }

    .operator-heading form{
        margin-top:20px;
    }

}


/* ==========================================================
   GTA.FARM HEADER BRAND — ZERO GAP
   ========================================================== */

/*
 * The GTA and .FARM portions of the masthead must visually
 * behave as one continuous wordmark.
 */

.ultra-brand,
.brand,
.brand-logo,
.site-brand,
.site-logo,
.logo,
.logo-wordmark,
.nav-brand {
    white-space: nowrap !important;
}

/* Kill flex/grid gaps if the wordmark uses separate children. */
.ultra-brand,
.brand-logo,
.site-brand,
.site-logo,
.logo-wordmark,
.nav-brand {
    column-gap: 0 !important;
    gap: 0 !important;
}

/* Separate span implementation */
.ultra-brand > span,
.brand > span,
.brand-logo > span,
.site-brand > span,
.site-logo > span,
.logo > span,
.logo-wordmark > span,
.nav-brand > span {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Specifically pull .FARM tight against GTA. */
.ultra-brand > span + span,
.brand > span + span,
.brand-logo > span + span,
.site-brand > span + span,
.site-logo > span + span,
.logo > span + span,
.logo-wordmark > span + span,
.nav-brand > span + span {
    margin-left: -0.055em !important;
}

/*
 * Preserve intentional typography inside each word while
 * preventing flex justification from creating a false space.
 */
.ultra-brand,
.brand-logo,
.site-brand,
.site-logo,
.logo-wordmark,
.nav-brand {
    justify-content: flex-start !important;
}

