.aictaw-dashboard {
    max-width: 1200px;
    margin: 40px auto;
    padding: 24px;
    font-family: Arial, sans-serif;
    color: #111;
    background: #f7f8fb;
    border-radius: 24px;
}

.aictaw-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: stretch;
}

.aictaw-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    min-height: 240px;
    border: 1px solid rgba(18, 59, 156, 0.08);
    box-shadow: 0 14px 35px rgba(11, 31, 95, 0.08);
    transition: all 0.3s ease;
}

.aictaw-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(11, 31, 95, 0.14);
}

.aictaw-welcome {
    background: linear-gradient(
        135deg,
        #0b1f5f 0%,
        #123b9c 50%,
        #1d5cff 100%
    ) !important;
    color: #fff !important;
    padding: 45px !important;
    border-radius: 28px !important;
    box-shadow: 0 20px 60px rgba(18,59,156,.35);
}

.aictaw-welcome h2,
.aictaw-welcome p {
    color: #fff !important;
}

.aictaw-welcome h2 {
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.aictaw-card h3 {
    color: #0b1f5f;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 18px;
}

.aictaw-card p,
.aictaw-card li {
    color: #4a5568;
    font-size: 15.5px;
    line-height: 1.7;
}

.aictaw-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.aictaw-meta span {
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    padding: 12px 18px;
    border-radius: 999px;
    display: inline-block;
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    font-weight: 600;
}

.aictaw-badge {
    display: inline-block;
    padding: 10px 18px;
    background: linear-gradient(135deg, #f4c430, #ffdb58);
    color: #222;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(244,196,48,.25);
}

.aictaw-si {
    font-size: 42px;
    font-weight: 800;
    color: #0b1f5f !important;
    margin: 10px 0;
}

.aictaw-progress {
    width: 100%;
    height: 10px;
    background: #e9edf5;
    border-radius: 20px;
    overflow: hidden;
    margin: 14px 0;
}

.aictaw-progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #f4c430, #ffdb58);
}

.aictaw-button {
    background: linear-gradient(135deg, #123b9c, #1d5cff);
    color: #fff !important;
    border: none;
    border-radius: 14px;
    padding: 14px 24px;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(29,92,255,.25);
    margin-top: 12px;
}

.aictaw-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(29,92,255,.35);
}

.aictaw-compliance {
    background: #fffdf5;
    border-left: 6px solid #f4c430;
    border-radius: 24px;
    padding: 30px;
    margin-top: 40px;
}

@media (max-width: 900px) {
    .aictaw-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .aictaw-welcome h2 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .aictaw-grid {
        grid-template-columns: 1fr;
    }

    .aictaw-dashboard {
        padding: 14px;
        margin: 20px auto;
    }

    .aictaw-welcome {
        padding: 30px !important;
    }

    .aictaw-welcome h2 {
        font-size: 30px;
    }
}
/* AICTAW Dashboard V2 */
.aictaw-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.aictaw-label {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6b7280 !important;
    font-weight: 800;
}

.aictaw-notification {
    background: #ffffff;
    border: 1px solid rgba(18,59,156,0.10);
    border-radius: 999px;
    padding: 12px 18px;
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 10px 25px rgba(11,31,95,0.08);
}

.aictaw-notification strong {
    background: #f4c430;
    color: #111;
    border-radius: 50%;
    padding: 4px 10px;
}

.aictaw-id-card {
    background: linear-gradient(135deg, #0b1f5f, #123b9c) !important;
    color: #fff !important;
}

.aictaw-id-card h3,
.aictaw-id-card p {
    color: #fff !important;
}

.aictaw-ring {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background:
        conic-gradient(#f4c430 0% 12%, #e9edf5 12% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 0;
}

.aictaw-ring span {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #fff;
    color: #0b1f5f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
}

.aictaw-mini-action {
    display: block;
    background: #f7f8fb;
    border: 1px solid rgba(18,59,156,0.10);
    padding: 12px 14px;
    border-radius: 14px;
    margin-bottom: 10px;
    color: #0b1f5f !important;
    text-decoration: none !important;
    font-weight: 700;
}

.aictaw-mini-action:hover {
    background: #eef3ff;
}
