.elementor-8 .elementor-element.elementor-element-d5269f7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0c56bd7 *//* --- EXTRA CLEAR TEXT & DYNAMIC GLOW CSS --- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Courier New', Courier, monospace !important;
}

:root {
    --bg-dark-core: #000000;
    --neon-matrix-green: #00ff66;
    --deep-scan-green: #002208;
    --terminal-text-dim: #779977;
    --system-alert-red: #ff3333;
    --data-blue-glow: #00ccff;
    --gold-glow: #ffd700;
}

/* Background ko pakka black rakhne ke liye */
body {
    background-color: #000000 !important;
    color: #00ff66 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding-bottom: 140px; 
    overflow-x: hidden;
}

.terminal-wrapper {
    width: 100%;
    max-width: 460px;
    padding: 20px 12px;
    text-align: center;
}

/* Logo Section text visibility fix */
.casino-logo-container {
    margin: 20px 0 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cyber-slots-logo {
    width: 70px;
    height: 70px;
    border: 3px double var(--gold-glow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background: #050505 !important;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.brand-text {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff !important; /* Hamesha white dikhega */
    margin-top: 10px;
    letter-spacing: 4px;
    text-shadow: 0 0 5px var(--neon-matrix-green);
    text-transform: uppercase;
}

.brand-subtext {
    font-size: 10px;
    color: #ffd700 !important; /* Hamesha gold dikhega */
    letter-spacing: 1px;
    margin-top: 3px;
}

/* Console Frame Text Header */
.console-header {
    background-color: #0c0c0c !important;
    border: 1px solid var(--neon-matrix-green);
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sys-title { 
    font-size: 11px; 
    color: #779977 !important; 
    letter-spacing: 1px; 
}

/* Main Terminal Panel Text */
.console-body {
    background: #000000 !important;
    border: 1px solid var(--neon-matrix-green);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px 18px;
    box-shadow: 0 0 25px rgba(0, 255, 102, 0.3);
}

h1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed var(--deep-scan-green);
    padding-bottom: 12px;
    text-align: left;
    color: #00ff66 !important;
}

/* LIVE LOGS TEXT COLORS FIX */
.live-hacker-screen {
    background: #020702 !important;
    border: 1px solid var(--neon-matrix-green);
    border-radius: 6px;
    padding: 15px;
    height: 240px; 
    overflow-y: hidden;
    font-size: 12px; /* Text thoda bada kiya hai */
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
}

/* Force colors on hacking screen spans */
.live-hacker-screen span.text-white { color: #ffffff !important; font-weight: bold; }
.live-hacker-screen span.text-neon-matrix-green { color: #00ff66 !important; }
.live-hacker-screen span.text-blue { color: #00ccff !important; }
.live-hacker-screen span.text-red { color: #ff3333 !important; font-weight: bold; }
.live-hacker-screen span.text-gold { color: #ffd700 !important; font-weight: bold; }
.live-hacker-screen span.text-dim { color: #557755 !important; }

/* Timer Display Visibility */
.timer-console {
    border: 1px solid var(--neon-matrix-green);
    background: rgba(0, 15, 5, 0.8) !important;
    padding: 14px;
    margin-bottom: 25px;
    text-align: center;
}

.timer-label { 
    font-size: 11px; 
    color: #779977 !important; 
    text-transform: uppercase; 
    margin-bottom: 6px;
}

#countdown-timer { 
    font-size: 32px; 
    font-weight: bold; 
    letter-spacing: 3px;
    color: #ffffff !important; /* Timer ab clear white dikhega */
}

/* Button Text and Appearance Fix */
.inject-btn {
    display: block;
    background-color: #00ff66 !important; /* Sharp Neon Green Button */
    color: #000000 !important; /* Black Text for High Contrast */
    text-decoration: none;
    padding: 16px;
    border-radius: 6px;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 15px rgba(0, 255, 102, 0.5);
    text-align: center;
}

/* Fixed Bottom Bar Styling */
.bottom-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000 !important;
    padding: 15px;
    border-top: 1px solid var(--neon-matrix-green);
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.bottom-sticky-bar .inject-btn { 
    width: 100%; 
    max-width: 430px; 
    padding: 14px; 
}

/* Bottom Disclaimer Visibility */
.policy-disclaimer {
    font-size: 10px;
    color: #335533 !important; /* Dimm text for Meta policy but readable */
    margin-top: 35px;
    line-height: 1.5;
    text-align: justify;
}/* End custom CSS */