/*
Theme Name: WorkerHub
Theme URI: https://cashytasks.com/
Author: Kamat Technical
Author URI: https://cashytasks.com
Description: SproutGigs-style advanced microtask theme with AI verification, real-time payouts, fraud detection & multi-role dashboards.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: workerhub
*/
.dashboard-container {
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
    background-color: #0d0d19;
    color: white;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #444;
    padding-bottom: 10px;
}

.alert.success {
    background: #004d00;
    padding: 10px;
    margin-top: 10px;
}
.alert.warning {
    background: #996600;
    padding: 10px;
    margin-top: 10px;
}

.job-filters {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}
.job-filters select {
    padding: 5px;
}

.job-list {
    margin-top: 20px;
}
.job-card {
    background: #1a1a2e;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #000;
}
.job-title {
    font-weight: bold;
}
.job-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.job-tags .btn {
    background: #333;
    border: none;
    padding: 5px 10px;
    color: #fff;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.label {
    padding: 2px 6px;
    background: #555;
    border-radius: 3px;
    font-size: 12px;
}
.label.green {
    background: #2ecc71;
}
