.threedpa-lms-dashboard {
    max-width: 980px;
    margin: 2.5rem auto;
    padding: 1.75rem 1.9rem 2rem;
    border-radius: 22px;
    background: #ffffff;
    box-shadow:
        0 18px 45px rgba(15,23,42,0.08),
        0 0 0 1px rgba(15,23,42,0.03);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.threedpa-lms-dashboard h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.threedpa-lms-dashboard-intro {
    margin-bottom: 1.5rem;
    color: #4b5563;
    font-size: 0.95rem;
}

.threedpa-lms-doc-list,
.threedpa-lms-exam-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
}

.threedpa-lms-doc-card,
.threedpa-lms-exam-card {
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
}

.threedpa-lms-doc-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.threedpa-lms-doc-card-header h4 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
}

.threedpa-lms-status {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.threedpa-lms-status-not-started {
    background-color: #fef3c7;
    color: #92400e;
}

.threedpa-lms-status-complete {
    background-color: #dcfce7;
    color: #166534;
}

.threedpa-lms-doc-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.threedpa-lms-progress {
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.threedpa-lms-progress-bar {
    flex: 1;
    height: 8px;
    border-radius: 999px;
    background-color: #e5e7eb;
    overflow: hidden;
}

.threedpa-lms-progress-bar span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #f97316, #fb923c);
}

.threedpa-lms-progress-label {
    font-size: 0.8rem;
    color: #4b5563;
    white-space: nowrap;
}

.threedpa-lms-button {
    margin-top: 0.25rem;
    padding: 0.6rem 1.1rem;
    border-radius: 999px;
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.threedpa-lms-button-primary {
    cursor: pointer;
    background: linear-gradient(90deg, #f97316, #fb923c);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(249,115,22,0.35);
    transition: transform 0.05s ease-out, box-shadow 0.05s ease-out, opacity 0.2s;
}

.threedpa-lms-button-primary[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
    background: #e5e7eb;
    color: #6b7280;
}

.threedpa-lms-button-primary:not([disabled]):hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(249,115,22,0.4);
}

/* Document / exam wrapper shared styles */

.threedpa-lms-doc-wrapper {
    max-width: 960px;
    margin: 2rem auto;
    padding: 1.5rem;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.threedpa-lms-doc-title {
    margin: 0 0 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.threedpa-lms-doc-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.threedpa-lms-doc-scroll {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    height: 480px;
    margin-bottom: 1rem;
    background: #111827;
}

.threedpa-lms-doc-scroll iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    background: #111827;
}

.threedpa-lms-doc-ack {
    margin-top: 0.5rem;
}

.threedpa-lms-doc-ack-status {
    padding: 0.75rem 1rem;
    border-radius: 10px;
    background: #ecfdf3;
    border: 1px solid #16a34a33;
    color: #166534;
    font-size: 0.9rem;
}

.threedpa-lms-doc-hint {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #6b7280;
}

.threedpa-lms-alert {
    padding: 0.75rem 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.threedpa-lms-alert-success {
    background: #ecfdf3;
    border: 1px solid #16a34a33;
    color: #166534;
}

.threedpa-lms-alert-error {
    background: #fef2f2;
    border: 1px solid #ef444433;
    color: #b91c1c;
}

/* Exam specific */

.threedpa-lms-exam-wrapper .threedpa-lms-exam-result-summary {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    background: #eff6ff;
    border: 1px solid #3b82f633;
    color: #1d4ed8;
    font-size: 0.9rem;
}

.threedpa-lms-exam-questions {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.threedpa-lms-exam-question {
    margin-bottom: 1rem;
}

.threedpa-lms-exam-question-text {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.threedpa-lms-exam-options {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.threedpa-lms-exam-options li {
    margin-bottom: 0.25rem;
}

@media (max-width: 640px) {
    .threedpa-lms-dashboard,
    .threedpa-lms-doc-wrapper {
        margin: 1rem;
        padding: 1rem;
    }

    .threedpa-lms-doc-scroll {
        height: 360px;
    }
}


.threedpa-lms-dashboard-summary {
    display: grid;
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.9rem;
    padding: 1.25rem 1.5rem;
    border-radius: 18px;
    background: #f9fafb;
    border: 1px solid rgba(229,231,235,0.9);
    color: #111827;
    position: relative;
    overflow: hidden;
}

.threedpa-lms-dashboard-summary::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at top left, rgba(249,115,22,0.18) 0, rgba(249,115,22,0.12) 22%, transparent 55%);
    opacity: 1;
}

.threedpa-lms-dashboard-summary-meter {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.threedpa-lms-dashboard-summary-ring {
    width: 170px;
    height: 170px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 20% 0, #fed7aa 0, #f97316 35%, #7c2d12 100%);
    box-shadow:
        0 16px 40px rgba(15,23,42,0.45),
        0 0 0 1px rgba(15,23,42,0.75);
    position: relative;
}

.threedpa-lms-dashboard-summary-fill {
    position: absolute;
    inset: 18px;
    border-radius: inherit;
    background: radial-gradient(circle at 30% 0, #020617 0, #020617 35%, #0f172a 100%);
    opacity: 1;
}

.threedpa-lms-dashboard-summary-center {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    color: #f9fafb;
}

.threedpa-lms-dashboard-summary-value {
    font-size: 1.5rem;
    font-weight: 600;
}

.threedpa-lms-dashboard-summary-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #e5e7eb;
}

.threedpa-lms-dashboard-summary-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.threedpa-lms-dashboard-summary-copy p {
    margin: 0.1rem 0 0;
    font-size: 0.97rem;
    color: #111827;
    max-width: 480px;
}

@media (max-width: 768px) {
    .threedpa-lms-dashboard-summary {
        grid-template-columns: minmax(0, 1fr);
    }

    .threedpa-lms-dashboard-summary-ring {
        margin-bottom: 0.75rem;
    }
}
}



/* Dashboard intro and section headings */
.threedpa-lms-dashboard-intro {
    margin-bottom: 1.4rem;
    font-size: 0.95rem;
    color: #4b5563;
    max-width: 720px;
}

.threedpa-lms-dashboard h3 {
    margin-top: 1.6rem;
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
}

.threedpa-lms-dashboard h4 {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 600;
}

/* Card-like empty states for docs/exams */
.threedpa-lms-dashboard h3 + p {
    padding: 0.65rem 0.9rem;
    border-radius: 10px;
    background: #f9fafb;
    border: 1px dashed rgba(148,163,184,0.8);
    font-size: 0.92rem;
    color: #4b5563;
}

/* Tweak overall card spacing a bit tighter */
.threedpa-lms-dashboard {
    max-width: 960px;
    margin: 2rem auto 2.5rem;
    padding: 1.6rem 1.7rem 1.9rem;
}

/* Subtle gradient band only on left side of summary */
.threedpa-lms-dashboard-summary {
    background: linear-gradient(90deg, rgba(249,115,22,0.08), rgba(249,115,22,0.02));
    border: 1px solid rgba(229,231,235,0.95);
}

.threedpa-lms-dashboard-summary-ring {
    width: 150px;
    height: 150px;
}



/* Dashboard stat chips under the summary */
.threedpa-lms-dashboard-stats {
    margin: 0.85rem 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.threedpa-lms-dashboard-stat {
    min-width: 150px;
    padding: 0.6rem 0.9rem 0.55rem;
    border-radius: 999px;
    background: rgba(15,23,42,0.92);
    color: #e5e7eb;
    display: inline-flex;
    align-items: baseline;
    gap: 0.45rem;
    box-shadow: 0 10px 25px rgba(15,23,42,0.4);
}

.threedpa-lms-dashboard-stat-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    opacity: 0.78;
}

.threedpa-lms-dashboard-stat-value {
    font-size: 0.98rem;
    font-weight: 600;
}

.threedpa-lms-dashboard-stat-meta {
    font-size: 0.78rem;
    opacity: 0.85;
}

@media (max-width: 640px) {
    .threedpa-lms-dashboard-stat {
        width: 100%;
        justify-content: space-between;
    }
}



/* Redesigned dashboard header layout */
.threedpa-lms-dashboard-summary {
    display: grid;
    grid-template-columns: minmax(0, 240px) minmax(0, 1.25fr) minmax(0, 0.9fr);
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.9rem;
    padding: 1.35rem 1.5rem;
    border-radius: 20px;
    background: radial-gradient(circle at top left, rgba(249,115,22,0.06) 0, rgba(249,115,22,0.02) 40%, #f9fafb 100%);
    border: 1px solid rgba(229,231,235,0.95);
    position: relative;
    overflow: hidden;
}

.threedpa-lms-dashboard-summary-main {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.threedpa-lms-dashboard-summary-copy p {
    margin: 0;
    font-size: 0.95rem;
    color: #111827;
}

/* Stat chips */
.threedpa-lms-dashboard-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.threedpa-lms-dashboard-stat {
    min-width: 150px;
    padding: 0.55rem 0.9rem 0.5rem;
    border-radius: 999px;
    background: #020617;
    color: #e5e7eb;
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    box-shadow: 0 10px 26px rgba(15,23,42,0.55);
}

.threedpa-lms-dashboard-stat-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    opacity: 0.78;
}

.threedpa-lms-dashboard-stat-value {
    font-size: 0.98rem;
    font-weight: 600;
}

.threedpa-lms-dashboard-stat-meta {
    font-size: 0.78rem;
    opacity: 0.85;
}

/* Next item card */
.threedpa-lms-dashboard-next {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(209,213,219,0.9);
    padding: 0.95rem 1.1rem 1rem;
    box-shadow: 0 14px 35px rgba(15,23,42,0.14);
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.threedpa-lms-dashboard-next-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6b7280;
}

.threedpa-lms-dashboard-next-title {
    font-size: 0.98rem;
    font-weight: 600;
    color: #111827;
}

.threedpa-lms-dashboard-next-meta {
    font-size: 0.82rem;
    color: #6b7280;
}

.threedpa-lms-dashboard-next-button {
    margin-top: 0.5rem;
    align-self: flex-start;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(90deg, #f97316, #fb923c);
    color: #0b1120;
    font-size: 0.86rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(249,115,22,0.55);
    transition: transform 0.06s ease-out, box-shadow 0.06s ease-out;
}

.threedpa-lms-dashboard-next-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 46px rgba(249,115,22,0.75);
}

.threedpa-lms-dashboard-next-button:active {
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(249,115,22,0.6);
}

@media (max-width: 960px) {
    .threedpa-lms-dashboard-summary {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto;
    }

    .threedpa-lms-dashboard-summary-meter {
        order: 1;
    }

    .threedpa-lms-dashboard-summary-main {
        order: 2;
    }

    .threedpa-lms-dashboard-next {
        grid-column: 1 / -1;
        order: 3;
    }
}

@media (max-width: 640px) {
    .threedpa-lms-dashboard-summary {
        grid-template-columns: minmax(0, 1fr);
    }

    .threedpa-lms-dashboard-summary-meter,
    .threedpa-lms-dashboard-summary-main,
    .threedpa-lms-dashboard-next {
        grid-column: 1 / -1;
    }

    .threedpa-lms-dashboard-stat {
        width: 100%;
        justify-content: space-between;
    }
}



/* Modern dark/glass UI overhaul for instructor dashboard */

.threedpa-lms-dashboard {
    max-width: 1120px;
    margin: 3rem auto 3.5rem;
    padding: 2.25rem 2.4rem 2.6rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, #1f2937 0, #020617 40%, #020617 100%);
    box-shadow:
        0 32px 80px rgba(15,23,42,0.95),
        0 0 0 1px rgba(15,23,42,0.8);
    color: #e5e7eb;
}

.threedpa-lms-dashboard h2 {
    margin-top: 0;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    font-weight: 650;
    letter-spacing: -0.03em;
    color: #f9fafb;
}

/* Header grid on dark background */
.threedpa-lms-dashboard-summary {
    background:
        radial-gradient(circle at top left, rgba(249,115,22,0.18) 0, rgba(249,115,22,0.05) 26%, rgba(15,23,42,0.96) 100%);
    border-radius: 22px;
    border: 1px solid rgba(148,163,184,0.55);
    box-shadow:
        0 24px 60px rgba(15,23,42,0.9),
        0 0 0 1px rgba(15,23,42,0.9);
}

.threedpa-lms-dashboard-summary-copy p {
    color: #e5e7eb;
}

/* Ring a bit smaller + crisper on dark */
.threedpa-lms-dashboard-summary-ring {
    width: 160px;
    height: 160px;
    background:
        radial-gradient(circle at 20% 0, #fed7aa 0, #f97316 38%, #7c2d12 100%);
    box-shadow:
        0 18px 50px rgba(0,0,0,0.9),
        0 0 0 1px rgba(15,23,42,1);
}

/* Stat chips tuned for dark theme */
.threedpa-lms-dashboard-stat {
    background: rgba(15,23,42,0.95);
    border: 1px solid rgba(148,163,184,0.45);
    box-shadow:
        0 18px 46px rgba(15,23,42,0.9);
}

/* Next card glassmorphism */
.threedpa-lms-dashboard-next {
    background: rgba(15,23,42,0.96);
    border-radius: 18px;
    border: 1px solid rgba(148,163,184,0.55);
    box-shadow:
        0 22px 60px rgba(0,0,0,0.95);
    backdrop-filter: blur(22px);
}

.threedpa-lms-dashboard-next-label {
    color: #9ca3af;
}

.threedpa-lms-dashboard-next-title {
    color: #f9fafb;
}

.threedpa-lms-dashboard-next-meta {
    color: #9ca3af;
}

/* Intro + section headings on dark */
.threedpa-lms-dashboard-intro {
    margin-top: 1.8rem;
    margin-bottom: 0.4rem;
    font-size: 0.96rem;
    color: #d1d5db;
}

.threedpa-lms-dashboard h3 {
    margin-top: 1.6rem;
    margin-bottom: 0.3rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #e5e7eb;
}

/* Empty-state messages */
.threedpa-lms-dashboard h3 + p {
    padding: 0.7rem 1rem;
    border-radius: 14px;
    background: rgba(15,23,42,0.9);
    border: 1px dashed rgba(148,163,184,0.7);
    color: #cbd5f5;
}

/* Card grid for documents/exams */
.threedpa-lms-doc-list,
.threedpa-lms-exam-list {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.1rem 1.3rem;
}

@media (max-width: 900px) {
    .threedpa-lms-doc-list,
    .threedpa-lms-exam-list {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Document & exam cards – glass panels */
.threedpa-lms-doc-card,
.threedpa-lms-exam-card {
    position: relative;
    padding: 1rem 1.15rem 1.1rem;
    border-radius: 18px;
    background: radial-gradient(circle at top left, rgba(249,115,22,0.16) 0, rgba(15,23,42,0.98) 42%, rgba(15,23,42,1) 100%);
    border: 1px solid rgba(148,163,184,0.45);
    box-shadow:
        0 24px 60px rgba(0,0,0,0.95),
        0 0 0 1px rgba(15,23,42,0.85);
    backdrop-filter: blur(18px);
    overflow: hidden;
    transition:
        transform 0.14s ease-out,
        box-shadow 0.14s ease-out,
        border-color 0.14s ease-out,
        background 0.14s ease-out;
}

.threedpa-lms-doc-card::before,
.threedpa-lms-exam-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: radial-gradient(circle at top left, rgba(249,115,22,0.20) 0, transparent 55%);
    transition: opacity 0.18s ease-out;
    pointer-events: none;
}

.threedpa-lms-doc-card:hover,
.threedpa-lms-exam-card:hover {
    transform: translateY(-3px);
    border-color: rgba(249,115,22,0.8);
    box-shadow:
        0 28px 80px rgba(0,0,0,1);
}

.threedpa-lms-doc-card:hover::before,
.threedpa-lms-exam-card:hover::before {
    opacity: 1;
}

.threedpa-lms-doc-card-header h4,
.threedpa-lms-exam-card-header h4 {
    font-size: 0.98rem;
    font-weight: 600;
    color: #f9fafb;
}

.threedpa-lms-doc-card-meta,
.threedpa-lms-exam-card-meta {
    font-size: 0.8rem;
    color: #cbd5f5;
}

/* Status pills */
.threedpa-lms-status {
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid transparent;
}

.threedpa-lms-status-complete {
    background: rgba(22,163,74,0.18);
    border-color: rgba(22,163,74,0.8);
    color: #bbf7d0;
}

.threedpa-lms-status-in-progress {
    background: rgba(234,179,8,0.22);
    border-color: rgba(234,179,8,0.9);
    color: #fef9c3;
}

.threedpa-lms-status-not-started,
.threedpa-lms-status-failed {
    background: rgba(239,68,68,0.18);
    border-color: rgba(239,68,68,0.9);
    color: #fecaca;
}

/* Progress bar – neon line */
.threedpa-lms-progress {
    margin-top: 0.85rem;
}

.threedpa-lms-progress-bar {
    position: relative;
    height: 6px;
    border-radius: 999px;
    background: rgba(15,23,42,1);
    overflow: hidden;
}

.threedpa-lms-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #22c55e, #f97316, #facc15);
    box-shadow: 0 0 0 1px rgba(15,23,42,0.8);
}

.threedpa-lms-progress-label {
    margin-top: 0.3rem;
    font-size: 0.78rem;
    color: #cbd5f5;
}

/* Primary buttons on dark cards */
.threedpa-lms-button-primary {
    margin-top: 0.75rem;
    background: linear-gradient(90deg, #f97316, #fb923c);
    color: #0b1120;
    box-shadow: 0 18px 40px rgba(249,115,22,0.7);
}

.threedpa-lms-button-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 60px rgba(249,115,22,0.95);
}

.threedpa-lms-button-primary:active {
    transform: translateY(0);
    box-shadow: 0 16px 32px rgba(249,115,22,0.8);
}



/* Layout refinements: simpler header grid & spacing */

/* Two-column summary layout on large screens */
.threedpa-lms-dashboard-summary {
    grid-template-columns: minmax(0, 260px) minmax(0, 1.6fr);
    grid-template-rows: auto auto;
}

/* Place meter on first row, main+next stacked in second column */
.threedpa-lms-dashboard-summary-meter {
    grid-row: 1 / 3;
}

.threedpa-lms-dashboard-summary-main {
    grid-row: 1;
}

.threedpa-lms-dashboard-next {
    grid-row: 2;
    margin-top: 0.6rem;
}

/* On medium screens, stack next card below everything */
@media (max-width: 1024px) {
    .threedpa-lms-dashboard-summary {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto auto;
    }
    .threedpa-lms-dashboard-summary-meter {
        grid-row: 1;
    }
    .threedpa-lms-dashboard-summary-main {
        grid-row: 1;
    }
    .threedpa-lms-dashboard-next {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

/* On mobile, fully stack */
@media (max-width: 640px) {
    .threedpa-lms-dashboard-summary {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto;
    }
    .threedpa-lms-dashboard-summary-meter,
    .threedpa-lms-dashboard-summary-main,
    .threedpa-lms-dashboard-next {
        grid-column: 1 / -1;
    }
}

/* Extra breathing room between sections */
.threedpa-lms-dashboard h3 {
    margin-top: 2rem;
}

.threedpa-lms-doc-list,
.threedpa-lms-exam-list {
    margin-top: 1.1rem;
}

/* Section heading pills with accent dot */
.threedpa-lms-dashboard h3 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.6rem 0.3rem 0.45rem;
    border-radius: 999px;
    background: rgba(15,23,42,0.8);
    border: 1px solid rgba(148,163,184,0.6);
    box-shadow: 0 14px 30px rgba(15,23,42,0.75);
}

.threedpa-lms-dashboard h3::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0, #fed7aa 0, #f97316 42%, #7c2d12 100%);
    box-shadow: 0 0 0 2px rgba(15,23,42,1), 0 0 12px rgba(249,115,22,0.9);
}

/* Subtle fade-in animation for cards */
@keyframes threedpaLmsFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.threedpa-lms-dashboard-summary,
.threedpa-lms-doc-card,
.threedpa-lms-exam-card {
    animation: threedpaLmsFadeIn 0.3s ease-out;
}



/* === Gauge + background refinement for a cleaner, modern look === */

/* Glassy, blue-tinted dashboard container */
.threedpa-lms-dashboard {
    max-width: 1120px;
    margin: 3rem auto 3.2rem;
    padding: 2.1rem 2.3rem 2.4rem;
    border-radius: 26px;
    background:
        radial-gradient(circle at top, rgba(59,130,246,0.28) 0, rgba(15,23,42,0.96) 40%, #020617 100%);
    box-shadow:
        0 30px 80px rgba(15,23,42,0.95),
        0 0 0 1px rgba(15,23,42,0.85);
    backdrop-filter: blur(22px);
}

/* Summary card with subtle blue glass */
.threedpa-lms-dashboard-summary {
    background:
        radial-gradient(circle at top left, rgba(59,130,246,0.3) 0, rgba(15,23,42,0.96) 40%, rgba(15,23,42,1) 100%);
    border-radius: 22px;
    border: 1px solid rgba(148,163,184,0.55);
    box-shadow:
        0 24px 60px rgba(15,23,42,0.9),
        0 0 0 1px rgba(15,23,42,0.9);
}

/* Gauge container hover lift */
.threedpa-lms-dashboard-summary-meter {
    transition: transform 0.16s ease-out, filter 0.16s ease-out;
}

.threedpa-lms-dashboard-summary:hover .threedpa-lms-dashboard-summary-meter {
    transform: translateY(-2px);
    filter: drop-shadow(0 18px 36px rgba(0,0,0,0.9));
}

/* Gauge ring refinement */
.threedpa-lms-dashboard-summary-ring {
    width: 168px;
    height: 168px;
    background:
        radial-gradient(circle at 18% 0, #fed7aa 0, #f97316 36%, #7c2d12 100%);
    box-shadow:
        0 20px 52px rgba(0,0,0,0.95),
        0 0 0 1px rgba(15,23,42,1);
}

/* Inner fill a bit deeper navy */
.threedpa-lms-dashboard-summary-fill {
    background: radial-gradient(circle at 30% 0, #020617 0, #020617 40%, #020617 100%);
    opacity: 0.96;
}

/* Centered text inside gauge */
.threedpa-lms-dashboard-summary-center {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    text-align: center;
    max-width: 110px;
}

.threedpa-lms-dashboard-summary-value {
    font-size: 1.5rem;
    font-weight: 650;
    letter-spacing: -0.02em;
}

.threedpa-lms-dashboard-summary-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    line-height: 1.25;
    color: #e5e7eb;
    opacity: 0.9;
}

/* Slightly lighter body text on dark glass */
.threedpa-lms-dashboard-summary-copy p {
    color: #e5e7eb;
}



/* === Lighter, more blue-tinted dashboard theme (less black, more modern slate/blue) === */

.threedpa-lms-dashboard {
    max-width: 1120px;
    margin: 3rem auto 3.2rem;
    padding: 2.1rem 2.3rem 2.4rem;
    border-radius: 26px;
    background:
        radial-gradient(circle at top, rgba(59,130,246,0.40) 0, #111827 45%, #020617 100%);
    box-shadow:
        0 26px 70px rgba(15,23,42,0.8),
        0 0 0 1px rgba(30,64,175,0.55);
    backdrop-filter: blur(20px);
}

/* Summary card: softer slate with blue glow instead of near-black */
.threedpa-lms-dashboard-summary {
    background:
        radial-gradient(circle at top left, rgba(59,130,246,0.35) 0, #0f172a 40%, #020617 100%);
    border-radius: 22px;
    border: 1px solid rgba(148,163,184,0.55);
    box-shadow:
        0 22px 55px rgba(15,23,42,0.85),
        0 0 0 1px rgba(15,23,42,0.85);
}

/* Next card: lighter slate glass */
.threedpa-lms-dashboard-next {
    background: rgba(15,23,42,0.92);
    border-radius: 18px;
    border: 1px solid rgba(129,140,248,0.7);
    box-shadow:
        0 20px 52px rgba(15,23,42,0.9);
}

/* Document & exam cards: slate/blue panels, not pure black */
.threedpa-lms-doc-card,
.threedpa-lms-exam-card {
    background: radial-gradient(circle at top left, rgba(59,130,246,0.36) 0, rgba(15,23,42,0.98) 40%, #020617 100%);
    border: 1px solid rgba(129,140,248,0.65);
    box-shadow:
        0 24px 60px rgba(15,23,42,0.9),
        0 0 0 1px rgba(15,23,42,0.9);
}

/* Empty-state chips also slightly lighter */
.threedpa-lms-dashboard h3 + p {
    background: rgba(15,23,42,0.88);
    border-color: rgba(148,163,184,0.75);
    color: #e5e7eb;
}



/* === Light theme for instructor dashboard: bright, clean, minimal neon === */

/* Main dashboard card: light surface */
.threedpa-lms-dashboard {
    max-width: 1120px;
    margin: 3rem auto 3.2rem;
    padding: 2rem 2.4rem 2.4rem;
    border-radius: 26px;
    background:
        radial-gradient(circle at top, rgba(59,130,246,0.10) 0, #f9fafb 35%, #eef2ff 100%);
    box-shadow:
        0 24px 60px rgba(15,23,42,0.08),
        0 0 0 1px rgba(209,213,219,0.8);
    color: #0f172a;
}

/* Headline */
.threedpa-lms-dashboard h2 {
    color: #0f172a;
}

/* Summary header: soft light panel */
.threedpa-lms-dashboard-summary {
    background:
        radial-gradient(circle at top left, rgba(251,146,60,0.12) 0, #ffffff 40%, #f9fafb 100%);
    border-radius: 22px;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow:
        0 18px 40px rgba(15,23,42,0.08);
}

/* Next card: white card with subtle border */
.threedpa-lms-dashboard-next {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow:
        0 14px 32px rgba(15,23,42,0.06);
}

/* Stat chips: light pills */
.threedpa-lms-dashboard-stat {
    background: #f9fafb;
    color: #111827;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow: none;
}

/* Gauge ring still orange, but less harsh on light */
.threedpa-lms-dashboard-summary-ring {
    width: 160px;
    height: 160px;
    background:
        radial-gradient(circle at 20% 0, #fed7aa 0, #fb923c 40%, #ea580c 100%);
    box-shadow:
        0 18px 40px rgba(249,115,22,0.35),
        0 0 0 1px rgba(148,163,184,0.7);
}

/* Inner fill: dark navy for contrast on light BG */
.threedpa-lms-dashboard-summary-fill {
    background: radial-gradient(circle at 30% 0, #020617 0, #020617 40%, #020617 100%);
}

/* Center text: brighter */
.threedpa-lms-dashboard-summary-value {
    color: #f9fafb;
}

.threedpa-lms-dashboard-summary-label {
    color: #e5e7eb;
}

/* Intro and headings on light background */
.threedpa-lms-dashboard-intro {
    color: #4b5563;
}

.threedpa-lms-dashboard h3 {
    background: #ffffff;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow: none;
    color: #111827;
}

.threedpa-lms-dashboard h3::before {
    box-shadow: 0 0 0 2px #ffffff, 0 0 12px rgba(249,115,22,0.7);
}

/* Empty-state chips: light grey */
.threedpa-lms-dashboard h3 + p {
    background: #f9fafb;
    border-color: rgba(209,213,219,1);
    color: #4b5563;
}

/* Document & exam cards: light cards in grid */
.threedpa-lms-doc-card,
.threedpa-lms-exam-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow:
        0 18px 40px rgba(15,23,42,0.06);
}

/* Card hover: subtle lift and border accent */
.threedpa-lms-doc-card:hover,
.threedpa-lms-exam-card:hover {
    transform: translateY(-3px);
    border-color: rgba(249,115,22,0.7);
    box-shadow:
        0 22px 55px rgba(15,23,42,0.08);
}

/* Card text */
.threedpa-lms-doc-card-header h4,
.threedpa-lms-exam-card-header h4 {
    color: #111827;
}

.threedpa-lms-doc-card-meta,
.threedpa-lms-exam-card-meta {
    color: #6b7280;
}

/* Status pills on light */
.threedpa-lms-status-complete {
    background: rgba(22,163,74,0.08);
    border-color: rgba(22,163,74,0.4);
    color: #166534;
}

.threedpa-lms-status-in-progress {
    background: rgba(234,179,8,0.08);
    border-color: rgba(234,179,8,0.5);
    color: #854d0e;
}

.threedpa-lms-status-not-started,
.threedpa-lms-status-failed {
    background: rgba(239,68,68,0.08);
    border-color: rgba(239,68,68,0.5);
    color: #b91c1c;
}

/* Progress label on light */
.threedpa-lms-progress-label {
    color: #6b7280;
}

/* Primary button on light */
.threedpa-lms-button-primary {
    background: linear-gradient(90deg, #f97316, #fdba74);
    color: #111827;
    box-shadow: 0 14px 30px rgba(249,115,22,0.45);
}

.threedpa-lms-button-primary:hover {
    box-shadow: 0 18px 44px rgba(249,115,22,0.65);
}



/* === Mid-tone slate/blue theme: between dark and white === */

/* Dashboard card: soft slate shell around light interior */
.threedpa-lms-dashboard {
    max-width: 1120px;
    margin: 3rem auto 3.2rem;
    padding: 2.1rem 2.5rem 2.6rem;
    border-radius: 26px;
    background:
        radial-gradient(circle at top left, rgba(59,130,246,0.25) 0, #e5e7eb 40%, #e5e7eb 100%);
    box-shadow:
        0 22px 60px rgba(15,23,42,0.16),
        0 0 0 1px rgba(148,163,184,0.65);
    color: #020617;
}

/* Main header band: light slate with subtle depth */
.threedpa-lms-dashboard-summary {
    background:
        linear-gradient(135deg, #f9fafb 0, #e5e9f8 52%, #e0e7ff 100%);
    border-radius: 22px;
    border: 1px solid rgba(148,163,184,0.7);
    box-shadow:
        0 16px 38px rgba(15,23,42,0.16);
}

/* Next card: slightly tinted instead of pure white */
.threedpa-lms-dashboard-next {
    background: linear-gradient(145deg, #ffffff 0, #eef2ff 100%);
    border-radius: 16px;
    border: 1px solid rgba(191,219,254,0.9);
    box-shadow:
        0 14px 32px rgba(15,23,42,0.10);
}

/* Stat chips: soft slate tokens */
.threedpa-lms-dashboard-stat {
    background: #edf2ff;
    color: #020617;
    border: 1px solid rgba(129,140,248,0.85);
    box-shadow: 0 6px 18px rgba(129,140,248,0.35);
}

/* Section headings: light pills on slate-ish background */
.threedpa-lms-dashboard h3 {
    background: #e5e7eb;
    border-color: rgba(148,163,184,0.9);
    box-shadow: 0 10px 26px rgba(15,23,42,0.14);
    color: #020617;
}

/* Empty states: light slate strips */
.threedpa-lms-dashboard h3 + p {
    background: #f3f4f6;
    border-color: rgba(209,213,219,1);
    color: #4b5563;
}

/* Doc/exam cards: soft slate/white hybrid */
.threedpa-lms-doc-card,
.threedpa-lms-exam-card {
    background: linear-gradient(135deg, #ffffff 0, #f3f4ff 48%, #e5e7ff 100%);
    border-radius: 18px;
    border: 1px solid rgba(191,219,254,0.9);
    box-shadow:
        0 18px 40px rgba(15,23,42,0.12);
}

/* Hover: small lift, a bit of orange accent */
.threedpa-lms-doc-card:hover,
.threedpa-lms-exam-card:hover {
    transform: translateY(-3px);
    border-color: rgba(249,115,22,0.75);
    box-shadow:
        0 22px 55px rgba(15,23,42,0.18);
}

/* Progress label + meta text slightly darker for readability */
.threedpa-lms-doc-card-meta,
.threedpa-lms-exam-card-meta,
.threedpa-lms-progress-label {
    color: #4b5563;
}



/* === Slightly darker variant of the mid-tone theme === */

/* Dashboard shell: darker outer edge, light interior retained */
.threedpa-lms-dashboard {
    background:
        radial-gradient(circle at top left, rgba(37,99,235,0.22) 0, #d1d5db 32%, #111827 100%);
    box-shadow:
        0 24px 70px rgba(15,23,42,0.28),
        0 0 0 1px rgba(15,23,42,0.65);
}

/* Header band: a notch deeper slate */
.threedpa-lms-dashboard-summary {
    background:
        linear-gradient(135deg, #f3f4f6 0, #e0e7ff 45%, #c7d2fe 100%);
    border-color: rgba(107,114,128,0.6);
    box-shadow:
        0 18px 46px rgba(15,23,42,0.22);
}

/* Next card: subtle slate backdrop */
.threedpa-lms-dashboard-next {
    background: linear-gradient(145deg, #f9fafb 0, #e5e7eb 45%, #dbeafe 100%);
    border-color: rgba(148,163,184,0.9);
}

/* Stat chips: slightly darker blue */
.threedpa-lms-dashboard-stat {
    background: #e0e7ff;
}

/* Section headings & cards: tie back to slate */
.threedpa-lms-dashboard h3 {
    background: #e5e7eb;
}

.threedpa-lms-doc-card,
.threedpa-lms-exam-card {
    background: linear-gradient(135deg, #f9fafb 0, #e5e7ff 45%, #dbeafe 100%);
}



/* === Clean, minimal 2026-style dashboard theme (reset from experiments) === */

.threedpa-lms-dashboard {
    max-width: 1080px;
    margin: 3rem auto 3.2rem;
    padding: 2rem 2.4rem 2.6rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #f9fafb 0, #e5e7eb 100%);
    box-shadow:
        0 22px 55px rgba(15,23,42,0.16),
        0 0 0 1px rgba(209,213,219,0.9);
    color: #020617;
}

/* Headline */
.threedpa-lms-dashboard h2 {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
    font-weight: 650;
    letter-spacing: -0.03em;
    color: #020617;
}

/* Summary band: plain white card */
.threedpa-lms-dashboard-summary {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow: 0 16px 38px rgba(15,23,42,0.10);
}

/* Next card: soft neutral */
.threedpa-lms-dashboard-next {
    background: #f9fafb;
    border-radius: 14px;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow: none;
}

/* Stat chips: minimal */
.threedpa-lms-dashboard-stat {
    background: #f3f4f6;
    color: #020617;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow: none;
}

/* Section headings: simple text with small accent dot */
.threedpa-lms-dashboard h3 {
    margin-top: 2rem;
    margin-bottom: 0.35rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #020617;
}

.threedpa-lms-dashboard h3::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0, #fed7aa 0, #f97316 60%, #c2410c 100%);
    box-shadow: 0 0 0 2px #fefce8;
}

/* Empty-state rows: soft grey strips */
.threedpa-lms-dashboard h3 + p {
    padding: 0.65rem 1rem;
    border-radius: 10px;
    background: #f3f4f6;
    border: 1px dashed rgba(209,213,219,1);
    color: #4b5563;
}

/* Document & exam cards: white cards, light borders */
.threedpa-lms-doc-card,
.threedpa-lms-exam-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow: 0 14px 32px rgba(15,23,42,0.08);
}

/* Hover: small lift, not overdone */
.threedpa-lms-doc-card:hover,
.threedpa-lms-exam-card:hover {
    transform: translateY(-2px);
    border-color: rgba(249,115,22,0.7);
    box-shadow: 0 18px 44px rgba(15,23,42,0.12);
}

/* Card meta text */
.threedpa-lms-doc-card-meta,
.threedpa-lms-exam-card-meta,
.threedpa-lms-progress-label {
    color: #6b7280;
}

/* Status pills on clean background */
.threedpa-lms-status-complete {
    background: rgba(22,163,74,0.08);
    border-color: rgba(22,163,74,0.4);
    color: #166534;
}

.threedpa-lms-status-in-progress {
    background: rgba(234,179,8,0.08);
    border-color: rgba(234,179,8,0.5);
    color: #854d0e;
}

.threedpa-lms-status-not-started,
.threedpa-lms-status-failed {
    background: rgba(239,68,68,0.08);
    border-color: rgba(239,68,68,0.5);
    color: #b91c1c;
}



/* === Professional light-blue theme: soft blue surfaces, white cards === */

/* Overall dashboard shell: white -> soft blue */
.threedpa-lms-dashboard {
    max-width: 1080px;
    margin: 3rem auto 3.2rem;
    padding: 2rem 2.4rem 2.6rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(59,130,246,0.18) 0, #eff6ff 40%, #e5f0ff 100%);
    box-shadow:
        0 20px 50px rgba(15,23,42,0.12),
        0 0 0 1px rgba(191,219,254,0.9);
    color: #020617;
}

/* Headline */
.threedpa-lms-dashboard h2 {
    color: #0f172a;
}

/* Summary band: light blue card */
.threedpa-lms-dashboard-summary {
    background:
        linear-gradient(135deg, #ffffff 0, #eff6ff 40%, #e0f2fe 100%);
    border-radius: 18px;
    border: 1px solid rgba(191,219,254,1);
    box-shadow: 0 16px 40px rgba(148,163,184,0.35);
}

/* Next card: white with blue border */
.threedpa-lms-dashboard-next {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(191,219,254,0.95);
    box-shadow: 0 12px 28px rgba(148,163,184,0.35);
}

/* Stat chips: subtle blue pills */
.threedpa-lms-dashboard-stat {
    background: #e0f2fe;
    color: #020617;
    border: 1px solid rgba(147,197,253,1);
    box-shadow: none;
}

/* Intro text on blue */
.threedpa-lms-dashboard-intro {
    color: #1e293b;
}

/* Section headings: simple with blue accent */
.threedpa-lms-dashboard h3 {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 0.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
}

.threedpa-lms-dashboard h3::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0, #bfdbfe 0, #3b82f6 55%, #1d4ed8 100%);
    box-shadow: 0 0 0 2px #eff6ff;
}

/* Empty-state strips: very light blue */
.threedpa-lms-dashboard h3 + p {
    background: #eff6ff;
    border-color: rgba(191,219,254,1);
    color: #1f2937;
}

/* Document & exam cards: white with blue edge */
.threedpa-lms-doc-card,
.threedpa-lms-exam-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(191,219,254,0.95);
    box-shadow: 0 16px 36px rgba(148,163,184,0.35);
}

/* Hover: slightly stronger blue + tiny lift */
.threedpa-lms-doc-card:hover,
.threedpa-lms-exam-card:hover {
    transform: translateY(-2px);
    border-color: rgba(59,130,246,0.9);
    box-shadow: 0 20px 46px rgba(148,163,184,0.45);
}

/* Meta text and labels on blue theme */
.threedpa-lms-doc-card-meta,
.threedpa-lms-exam-card-meta,
.threedpa-lms-progress-label {
    color: #475569;
}

/* Status pills tuned for blue context */
.threedpa-lms-status-complete {
    background: rgba(22,163,74,0.08);
    border-color: rgba(22,163,74,0.45);
    color: #166534;
}

.threedpa-lms-status-in-progress {
    background: rgba(234,179,8,0.08);
    border-color: rgba(234,179,8,0.5);
    color: #854d0e;
}

.threedpa-lms-status-not-started,
.threedpa-lms-status-failed {
    background: rgba(239,68,68,0.08);
    border-color: rgba(239,68,68,0.5);
    color: #b91c1c;
}



/* === Refined light-blue professional theme (minimal, less gradient, less glow) === */

/* Overall dashboard shell: very subtle blue panel on white page */
.threedpa-lms-dashboard {
    max-width: 1080px;
    margin: 3rem auto 3.2rem;
    padding: 2rem 2.4rem 2.4rem;
    border-radius: 20px;
    background-color: #edf2ff; /* soft light blue */
    box-shadow:
        0 18px 40px rgba(15,23,42,0.10);
    border: 1px solid rgba(191,219,254,0.9);
    color: #020617;
}

/* Headline: strong, simple */
.threedpa-lms-dashboard h2 {
    margin-bottom: 1.4rem;
    font-size: 1.9rem;
    font-weight: 650;
    letter-spacing: -0.03em;
    color: #0f172a;
}

/* Summary band: clean white card with very soft blue edge */
.threedpa-lms-dashboard-summary {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(191,219,254,0.9);
    box-shadow: 0 12px 28px rgba(148,163,184,0.25);
}

/* Next card: white, minimal */
.threedpa-lms-dashboard-next {
    background-color: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow: none;
}

/* Stat chips: flat blue chips, no glow */
.threedpa-lms-dashboard-stat {
    background-color: #e0f2fe;
    color: #0f172a;
    border: 1px solid rgba(147,197,253,1);
    box-shadow: none;
}

/* Section headings: plain text + tiny blue dot */
.threedpa-lms-dashboard h3 {
    margin-top: 2rem;
    margin-bottom: 0.4rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
}

.threedpa-lms-dashboard h3::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #3b82f6; /* solid blue dot */
    box-shadow: none;
}

/* Empty-state strip: very light blue bar */
.threedpa-lms-dashboard h3 + p {
    padding: 0.7rem 1rem;
    border-radius: 10px;
    background-color: #e5f2ff;
    border: 1px dashed rgba(191,219,254,1);
    color: #1f2937;
}

/* Document & exam cards: white cards, light blue border */
.threedpa-lms-doc-card,
.threedpa-lms-exam-card {
    background-color: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(209,213,219,0.9);
    box-shadow: 0 10px 24px rgba(148,163,184,0.22);
}

/* On hover: subtle blue border + tiny lift */
.threedpa-lms-doc-card:hover,
.threedpa-lms-exam-card:hover {
    transform: translateY(-2px);
    border-color: rgba(59,130,246,0.85);
    box-shadow: 0 16px 34px rgba(148,163,184,0.3);
}

/* Meta text & labels */
.threedpa-lms-doc-card-meta,
.threedpa-lms-exam-card-meta,
.threedpa-lms-progress-label {
    color: #4b5563;
}

/* Keep gauge as-is but avoid extra glow: override any drop-shadow on container */
.threedpa-lms-dashboard-summary-meter {
    filter: none;
}
