/* Clicker de l'Espace */

.clicker-area {
    margin: 20px 0;
    padding: 16px;
    background: #f0f0f0;
    border: 2px inset #808080;
}

.btn-click {
    display: block;
    width: 200px;
    height: 80px;
    margin: 0 auto 24px;
    font-size: 24px !important;
    font-weight: bold !important;
    background: linear-gradient(180deg, #00ffff 0%, #0088cc 100%) !important;
    color: #000 !important;
    border: 3px outset #0066aa !important;
}

.btn-click:hover {
    background: linear-gradient(180deg, #66ffff 0%, #00aaff 100%) !important;
}

.btn-click:active {
    border: 3px inset #0066aa !important;
}

.event-banner {
    padding: 12px;
    margin: 12px 0;
    text-align: center;
    font-weight: bold;
    border: 2px dashed #ff0000;
}

.event-banner.storm {
    background: #ff6666 !important;
    color: #000 !important;
}

.event-banner.bonus {
    background: #66ff66 !important;
    color: #000 !important;
}

.generators h3 {
    color: #0000ff !important;
    margin-bottom: 12px;
}

.generator-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    margin: 6px 0;
    background: #e8e8e8;
    border: 2px outset #a0a0a0;
}

.generator-item.disabled {
    opacity: 0.5;
}

.generator-item button {
    margin-left: 12px;
}

.generator-progress {
    height: 8px;
    background: #c0c0c0;
    border: 1px inset #808080;
    margin-top: 4px;
    overflow: hidden;
}

.generator-progress-fill {
    height: 100%;
    background: #00ff00;
    width: 0%;
    transition: width 0.1s;
}

.game-score {
    font-family: "Impact", "Arial Black", sans-serif;
    font-size: 18px;
    color: #0000ff !important;
}
