.teacherDashShell{padding:40px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.dashHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:16px}.dashHeader h2{font-size:2.2rem;font-weight:800;color:var(--color-text-primary,#1e293b);margin:0 0 8px}.dashHeader p{color:var(--color-text-muted,#64748b);font-size:1.1rem;margin:0}.quotaIndicator{background:#fff;border:1px solid var(--color-border-primary,#e2e8f0);border-radius:16px;padding:16px 24px;text-align:right;display:flex;flex-direction:column}.quotaIndicator span{font-size:.8rem;color:var(--color-text-muted,#64748b);text-transform:uppercase;font-weight:600;margin-bottom:4px}.quotaValue{font-size:1.8rem;color:var(--color-accent-green,#8b5cf6);font-weight:800}.examsListArea{width:100%}.examsListHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.examsListHeader h3{margin:0;font-size:1.3rem;color:var(--color-text-primary,#1e293b)}.emptyExamsCard{background:#fff;border:1px solid var(--color-border-primary,#e2e8f0);border-radius:24px;padding:60px 40px;text-align:center;max-width:600px;margin:40px auto}.emptyExamsCard h4{margin:0 0 12px;font-size:1.25rem;color:var(--color-text-primary,#1e293b)}.emptyExamsCard p{color:var(--color-text-muted,#64748b);font-size:.95rem;line-height:1.6;margin:0 0 32px}.examsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.examCard{background:#fff;border:1px solid var(--color-border-primary,#e2e8f0);border-radius:20px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.examCard:hover{transform:translateY(-4px);border-color:rgba(139,92,246,.3);box-shadow:0 10px 15px -3px rgba(0,0,0,.05)}.examCard header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.examCard header h4{margin:0;font-size:1.15rem;color:var(--color-text-primary,#1e293b);line-height:1.4}.examCardBody{margin-bottom:24px}.examCardBody p{margin:0 0 8px;font-size:.88rem;color:var(--color-text-muted,#64748b)}.examCardBody p strong{color:var(--color-text-primary,#1e293b);font-weight:600}.examCard footer button{width:100%}@media (max-width:768px){.teacherDashShell{padding:24px 16px}.dashHeader{flex-direction:column;align-items:flex-start}.quotaIndicator{text-align:left;width:100%}}