/* ===================================================================
   PLUGIN STYLES (FINAL STABLE 3D FAUCET STYLE)
   File: /wp-content/plugins/rc-faucet/assets/app.css
=================================================================== */
.rcf-card-btc {
    max-width: 480px;
    margin: 20px auto;
    background-color: #f8f9fa;
    color: #2c3e50;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    border: 1px solid #dee2e6;
    box-shadow: 0 12px 28px rgba(44, 62, 80, 0.15), 0 5px 12px rgba(44, 62, 80, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    transition: box-shadow 0.3s ease;
}

.rcf-card-btc:hover {
    box-shadow: 0 16px 32px rgba(44, 62, 80, 0.18), 0 8px 16px rgba(44, 62, 80, 0.12);
}

.rcf-card-header {
    margin-bottom: 20px;
}

.rcf-title-btc {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.rcf-note-btc {
    font-size: 14px;
    color: #6c757d;
}

.rcf-reward-area {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.rcf-reward-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6c757d;
}

.rcf-reward-amount {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
}

.rcf-action-area {
    margin-bottom: 20px;
}

.rcf-btn-btc {
    background: #007BFF;
    color: #fff;
    border: none;
    border-bottom: 4px solid #0056b3;
    border-radius: 12px;
    padding: 16px 25px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    transition: all 0.15s ease-out;
}

.rcf-btn-btc:hover:not(:disabled) {
    background-color: #0084ff;
}

.rcf-btn-btc:active:not(:disabled) {
    transform: translateY(2px);
    border-bottom-width: 2px;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.2);
}

.rcf-btn-btc:disabled {
    background: #adb5bd;
    border-bottom: 4px solid #6c757d;
    color: #fff;
    cursor: not-allowed;
}

.rcf-feedback-area {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.rcf-timer-btc,
.rcf-msg-btc {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}

.rcf-timer-btc {
    color: #007BFF;
}

.rcf-msg-btc {
    color: #16a34a;
}

.rcf-stats-area {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 15px;
}

.rcf-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
}

.rcf-stat i {
    color: #007BFF;
}

.rcf-stat strong {
    color: #2c3e50;
    font-weight: 700;
}

.rcf-balance-area {
    font-size: 14px;
    color: #6c757d;
}

.rcf-balance-area strong {
    color: #2c3e50;
    font-weight: 700;
}