/**
 * Theme Name: Qualisécu
 * Description: 
 * Author:     JB360
 * Template:   astra
 * Version:    1.0.0
 * License:    GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: qualisécu
 * Generated by WPMasterToolKit
 * @link https://wordpress.org/plugins/wpmastertoolkit/
 */

.qs-duerp-dashboard {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px;
}

.qs-duerp-hero {
    background: linear-gradient(135deg, #123c2c, #1f6b45);
    color: #fff;
    border-radius: 28px;
    padding: 48px;
    margin-bottom: 32px;
}

.qs-eyebrow {
    color: #f6c945;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    margin-bottom: 10px;
}

.qs-duerp-hero h1 {
    color: #fff;
    font-size: clamp(32px, 5vw, 54px);
    margin: 0 0 16px;
}

.qs-hero-subtitle {
    font-size: 18px;
    max-width: 720px;
    opacity: .95;
}

.qs-duerp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.qs-duerp-card {
    background: #fff;
    border: 1px solid #e8eee9;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.qs-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #f6c945;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.qs-duerp-card h2 {
    font-size: 24px;
    margin: 0 0 12px;
    color: #123c2c;
}

.qs-duerp-card p {
    color: #4d5b55;
    line-height: 1.6;
}

.qs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 13px 20px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: .2s ease;
}

.qs-btn-primary {
    background: #1f6b45;
    color: #fff;
}

.qs-btn-primary:hover {
    background: #154d35;
    color: #fff;
}

.qs-btn-secondary {
    background: #f6c945;
    color: #123c2c;
}

.qs-dropzone-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 180px;
    padding: 28px;
    border: 2px dashed #1f6b45;
    border-radius: 22px;
    background: #f4faf6;
    text-align: center;
    text-decoration: none;
    color: #123c2c;
    margin: 18px 0;
}

.qs-dropzone-link:hover {
    background: #eaf6ee;
    color: #123c2c;
}

.qs-dropzone-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #1f6b45;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.qs-dropzone-link small {
    color: #607069;
}

.qs-depot-confirm-form {
    margin-top: 18px;
}

.qs-depot-confirm-form label {
    display: block;
    font-weight: 700;
    color: #123c2c;
    margin-bottom: 8px;
}

.qs-depot-confirm-form textarea {
    width: 100%;
    border: 1px solid #d8e4dc;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 14px;
    resize: vertical;
}

.qs-depot-history {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qs-depot-history li {
    padding: 14px 0;
    border-bottom: 1px solid #e8eee9;
}

.qs-depot-history strong {
    display: block;
    color: #123c2c;
}

.qs-depot-history span {
    display: block;
    color: #607069;
    margin-top: 4px;
}

.qs-alert {
    background: #fff4d6;
    border-left: 5px solid #f6c945;
    color: #4a3b00;
    padding: 16px;
    border-radius: 12px;
}

.qs-success {
    background: #eaf8ef;
    border-left: 5px solid #1f6b45;
    color: #123c2c;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-weight: 700;
}

.qs-muted {
    color: #607069;
}

@media (max-width: 767px) {
    .qs-duerp-dashboard {
        padding: 24px 16px;
    }

    .qs-duerp-hero {
        padding: 32px 24px;
        border-radius: 22px;
    }

    .qs-duerp-grid {
        grid-template-columns: 1fr;
    }

    .qs-duerp-card {
        padding: 22px;
    }
}

.qs-progress-box{
margin-top:30px;
background:#fff;
padding:25px;
border-radius:20px;
color:#123c2c;
}

.qs-progress-head{
display:flex;
justify-content:space-between;
font-weight:700;
margin-bottom:15px;
}

.qs-progress-bar{
height:12px;
background:#dfe9e3;
border-radius:50px;
overflow:hidden;
margin-bottom:20px;
}

.qs-progress-fill{
height:100%;
background:#f6c945;
}

.qs-checklist{
list-style:none;
padding:0;
margin:0;
}

.qs-checklist li{
padding:10px 0;
font-weight:500;
}

.qs-checklist li.done{
color:#1f6b45;
font-weight:700;
}

.qs-notif-box{
background:#fff;
border-radius:20px;
}

.qs-notif-box h3{
margin-bottom:18px;
color:#123c2c;
}

.qs-notif-list{
list-style:none;
padding:0;
margin:0;
}

.qs-notif-item{
padding:14px 0;
border-bottom:1px solid #e8eee9;
}

.qs-notif-item strong{
display:block;
font-size:13px;
margin-bottom:6px;
color:#1f6b45;
}

.qs-notif-item span{
display:block;
color:#4d5b55;
}