.instructor-dashboard-page{background:radial-gradient(circle at 100% 0,#2563eb1f,#0000 34rem),#f8fafc;flex-direction:column;gap:clamp(20px,3vw,32px);width:min(100%,1280px);max-width:1280px;min-height:100vh;margin:0 auto;padding:clamp(14px,3vw,28px);display:flex}.instructor-dashboard-header,.instructor-card,.instructor-stat-card,.instructor-app-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 16px 40px #0f172a14}.instructor-dashboard-header{background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 100%);border-color:#ffffff29;flex-direction:column;gap:16px;padding:clamp(18px,4vw,32px);display:flex;box-shadow:0 24px 60px #0f172a2e}.instructor-dashboard-title{color:#fff;margin:0;font-size:clamp(28px,5vw,44px);font-weight:700;line-height:1.05}.instructor-dashboard-subtitle{color:#dbeafe;margin:8px 0 0;font-size:14px}.instructor-dashboard-header-actions{align-items:center;gap:12px;width:100%;max-width:420px;display:flex}.instructor-dashboard-search{color:#0f172a;background:#ffffffeb;border:1px solid #ffffff52;border-radius:14px;outline:none;width:100%;height:42px;padding:0 16px;font-size:14px}.instructor-dashboard-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.instructor-dashboard-avatar{color:#0f172a;background:#e2e8f0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.instructor-dashboard-user-name{color:#fff;white-space:nowrap;font-size:14px;font-weight:600}.instructor-stats-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:16px;display:grid}.instructor-stat-card{padding:20px}.instructor-stat-label{color:#64748b;margin:0;font-size:14px}.instructor-stat-value{color:#0f172a;margin:8px 0 0;font-size:clamp(28px,6vw,38px);font-weight:700}.instructor-card{padding:24px}.instructor-section{flex-direction:column;gap:16px;display:flex}.instructor-section-title{color:#0f172a;margin:0;font-size:clamp(21px,4vw,28px);font-weight:600}.instructor-section-spacing{margin-bottom:16px}.instructor-quick-actions{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.instructor-primary-btn,.instructor-secondary-btn{border-radius:14px;justify-content:center;align-items:center;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.instructor-primary-btn{color:#fff;background:#0f172a;border:none}.instructor-primary-btn:hover{background:#1e293b}.instructor-primary-btn:disabled,.instructor-secondary-btn:disabled{cursor:not-allowed;opacity:.65}.instructor-secondary-btn{color:#334155;background:#fff;border:1px solid #cbd5e1}.instructor-secondary-btn:hover{background:#f8fafc}.instructor-apps-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:16px;display:grid}.instructor-app-card{flex-direction:column;min-width:0;padding:20px;display:flex}.instructor-app-image{background:#cbd5e1;border-radius:16px;justify-content:center;align-items:center;width:100%;height:160px;margin-bottom:16px;display:flex;overflow:hidden}.instructor-app-image img{object-fit:cover;width:100%;height:100%;display:block}.instructor-app-title{color:#0f172a;overflow-wrap:anywhere;margin:0;font-size:20px;font-weight:600}.instructor-app-meta{color:#64748b;overflow-wrap:anywhere;margin-top:8px;font-size:14px}.instructor-app-status{color:#15803d;background:#dcfce7;border-radius:999px;margin-top:12px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.instructor-app-btn{margin-top:16px}.instructor-table-wrapper{width:100%;overflow-x:auto}.instructor-table{border-collapse:collapse;text-align:left;width:100%;min-width:720px;font-size:14px}.instructor-table thead{color:#64748b;border-bottom:1px solid #e2e8f0}.instructor-table th,.instructor-table td{border-bottom:1px solid #e2e8f0;padding:14px 16px 14px 0}.instructor-table tbody tr:last-child td{border-bottom:none}.instructor-table td{color:#475569}.instructor-table-strong{font-weight:600;color:#0f172a!important}.instructor-table-link{color:#2563eb;font-weight:600;text-decoration:none}.instructor-table-link:hover{text-decoration:underline}.instructor-form{gap:16px;display:grid}.instructor-form-field{color:#334155;gap:8px;font-size:14px;font-weight:600;display:grid}.instructor-textarea{color:#0f172a;resize:vertical;border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;min-height:120px;padding:12px 16px;font-size:14px;line-height:1.6}.instructor-textarea-large{min-height:180px}.instructor-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.instructor-error-message,.instructor-success-message,.instructor-muted-message{border-radius:14px;margin:0;padding:12px 14px;font-size:14px;line-height:1.5}.instructor-error-message{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.instructor-success-message{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.instructor-muted-message{color:#64748b;background:#fff;border:1px solid #e2e8f0}@media (min-width:768px){.instructor-dashboard-header{flex-direction:row;justify-content:space-between;align-items:center}.instructor-apps-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (min-width:1280px){.instructor-apps-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.instructor-dashboard-page{gap:20px;padding:16px}.instructor-dashboard-header,.instructor-card,.instructor-stat-card,.instructor-app-card{border-radius:16px}.instructor-dashboard-header,.instructor-card{padding:18px}.instructor-dashboard-title{font-size:26px;line-height:1.15}.instructor-dashboard-header-actions{max-width:none}.instructor-quick-actions,.instructor-primary-btn,.instructor-secondary-btn{width:100%}.instructor-app-image{border-radius:16px;height:140px}}@media (max-width:420px){.instructor-dashboard-page{padding:12px}.instructor-dashboard-header,.instructor-card{padding:16px}.instructor-section-title{font-size:20px}}.instructor-assessment-editor{margin-top:1rem}.instructor-assessment-toggle{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.instructor-assessment-toggle input{width:1.2rem;height:1.2rem}.instructor-assessment-rules{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.instructor-assessment-section{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.25rem}.instructor-assessment-heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.instructor-assessment-heading h3{margin:0}.instructor-assessment-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.8rem;margin-bottom:1rem;padding:1rem}.instructor-assessment-option{grid-template-columns:auto 1fr;align-items:center;gap:.65rem;display:grid}.instructor-danger-btn{color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:.5rem;padding:.55rem .8rem}@media (max-width:700px){.instructor-assessment-rules{grid-template-columns:1fr}}
