/*
Theme Name: Carbon - Matrix Terminal Edition
Description: Full Screen Terminal Aesthetic
Version: 1.7.0
*/

/* === 1. MATRIX SETUP === */
body {
    background-color: #000000;
    color: #00ff41 !important;
    font-family: "Courier New", Courier, monospace;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Background Image setup for your Matrix rain */
body.custom-background {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/* === 2. REMOVE HEADERS, FOOTERS & TITLES === */
#site-header, 
#site-footer,
.hero-section,
.hero-title,
.hero-description,
.entry-header,
.entry-footer {
    display: none !important;
}

/* Force-remove white space and margins */
#page {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Hide WP Admin Bar for total immersion */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }

/* === 3. TERMINAL WINDOW STYLING === */
.main-generator-wrapper {
    background: rgba(0, 0, 0, 0.9); /* Dark overlay so text is readable */
    border: 1px solid #00ff41;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 255, 65, 0.4);
    border-radius: 4px;
}

/* Overwrite Plugin Default Styles */
.comfyui-generator-container {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.comfyui-generator-container label {
    color: #00ff41 !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.comfyui-generator-container textarea {
    background: #000 !important;
    border: 1px solid #00ff41 !important;
    color: #00ff41 !important;
    font-family: "Courier New", monospace;
    font-size: 1.1rem;
    padding: 15px;
    box-shadow: inset 0 0 5px rgba(0, 255, 65, 0.2);
}

/* Submit Button */
.comfyui-generator-container input[type="submit"] {
    background: #00ff41 !important;
    color: #000000 !important;
    border: none;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.comfyui-generator-container input[type="submit"]:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

/* Image Grid */
.comfyui-results-grid img {
    border: 1px solid #00ff41;
    margin-top: 20px;
}
