
/* =========================================
   FAUCET 3-OSZLOPOS ELRENDEZÉS 
   ========================================= */


.faucet-layout-grid {
    display: grid;
    grid-template-columns: minmax(250px, 250px) 1fr minmax(250px, 250px);
    gap: 50px;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
    width: 100%;
}

/* ad-column helyett side-panel */
.side-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    min-width: 250px;
}

.faucet-center {
    width: 100%; 
    display: flex;
    flex-direction: column;
    align-items: center; 
}


  /* =========================================
       ÚJ FELSŐ STATISZTIKAI KÁRTYÁK
       ========================================= */
    .faucet-top-stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
        margin-bottom: 30px;
        width: 100%;
    }
    .f-stat-card {
        background: #1e293b; /* Sötétkék panel */
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s;
    }
    .f-stat-card:hover {
        transform: translateY(-2px);
    }
    .f-stat-icon {
        width: 45px;
        height: 45px;
        background: rgba(56, 189, 248, 0.1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .f-stat-icon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }
    .f-stat-info {
        display: flex;
        flex-direction: column;
    }
    .f-stat-label {
        font-size: 11px;
        color: #94a3b8;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .f-stat-val {
        font-size: 18px;
        color: #f8fafc;
        font-weight: 800;
        margin-top: 3px;
    }



/* faucet-ad-box helyett sponsor-box */
.sponsor-box {
    width: 100%;
    height: 250px; 
    background: rgba(15, 30, 53, 0.70); 
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.3); 
}



/* banner-aads helyett bottom-widget */
.bottom-widget {
    width: 100%; 
    display: flex;
    align-items: center; 
    justify-content: center;
    margin-top: 25px; 
}

/* MOBIL ÉS TABLET NÉZET */
@media (max-width: 1100px) {
    .faucet-layout-grid {
        grid-template-columns: 1fr; 
        max-width: 450px;
        margin: 20px auto;
    }
    
    .faucet-center {
        order: -1; 
    }

    .side-panel {
        flex-direction: row; 
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .sponsor-box {
        width: 250px; 
    }
}



.btn-faucet {
    background: linear-gradient(135deg, #f59e0b, #f49e09);
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    color: #000 !important; 
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;

    /* A GOMB MÉRETE ÉS IGAZÍTÁSA */
    width: 300px; /* A Cloudflare Captcha alapértelmezett szélessége */
    max-width: 100%; /* Mobilon megvédi, hogy ne lógjon le a képernyőről */
    display: block;
    margin: 0 auto; /* Ez húzza tökéletesen középre! */
}

.btn-faucet:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
    background: linear-gradient(135deg, #fbbf24, #f59e0b); /* Hover esetén picit kivilágosodik */
}

/* Ha a gomb le van tiltva (locked) */
.btn-faucet:disabled {
    background: #4b5563 !important;
    color: #94a3b8 !important;
    box-shadow: none !important;
    cursor: not-allowed;
    transform: none !important;
}


/* Faucet Claim Gomb (követi a Cloudflare Captcha méretét) */
.faucet-claim-btn {
    width: 300px;
    max-width: 100%;
}

@media (max-width: 480px) {
    .faucet-claim-btn {
        width: 270px; /* A Captcha 0.9-es skálázásához igazítva */
    }
}

@media (max-width: 350px) {
    .faucet-claim-btn {
        width: 240px; /* A Captcha 0.8-as skálázásához igazítva */
    }
}




    /* TOAST DESIGN */
    .faucet-mini-toast {
        position: fixed; top: 100px; right: -350px; z-index: 10000;
        background: #1e293b; border: 2px solid #10b981;
        border-radius: 12px; padding: 15px 20px; min-width: 240px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        transition: right 0.5s cubic-bezier(0.68, -0.55, 0.26, 1.55);
    }
    .faucet-mini-toast.show { right: 20px; }
    .f-toast-content { display: flex; align-items: center; gap: 15px; }
    .f-toast-icon { font-size: 28px; }
    .f-toast-text strong { display: block; color: #fff; font-size: 14px; }
    .f-toast-text p { margin: 2px 0; color: #10b981; font-size: 15px; font-weight: bold; }
    .f-toast-text small { font-size: 11px; font-weight: 600; }


    /* Banner */
    .banner-aads {
        width: 100%; /* Fix 768px helyett igazodjon a középső oszlophoz! */
        display: flex;
        align-items: center; 
        justify-content: center;
        margin-top: 25px; 
    }

    /* =========================================
   SÁRGA DOBOS "ATOMBOMBA" (KILL SWITCH)
   ========================================= */
.sponsor-box a, .faucet-ad-box a {
    margin-top: 0 !important;
    background-color: transparent !important;
    border: none !important;
    color: inherit !important;
}

/* Scratch igénylés Ltc ikonja */
.faucet-success-icon {
    width: 45px; /* A 35px-es emojinál a képből picit nagyobb kell, hogy ugyanolyan hangsúlyos legyen */
    height: auto;
    display: block;
    margin: 0 auto 10px auto; /* Középre igazítás és az eredeti alsó margó */
    filter: drop-shadow(0px 4px 10px rgba(16, 185, 129, 0.3)); /* Egy kis zöldes ragyogás a siker örömére */
}