@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap";:root{--bg:#f6f8fc;--bg-soft:#eef4ff;--card:#ffffffeb;--card-solid:#fff;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-soft:#dbeafe;--success:#16a34a;--success-soft:#dcfce7;--danger:#dc2626;--danger-soft:#fee2e2;--warning:#d97706;--warning-soft:#fef3c7;--purple:#7c3aed;--purple-soft:#ede9fe;--sidebar:#101828;--sidebar-soft:#1d2939;--shadow-sm:0 8px 22px #0f172a0f;--shadow-md:0 16px 42px #0f172a1a;--shadow-lg:0 30px 90px #0f172a33;color:var(--text);background:var(--bg);font-family:Vazirmatn,IRANSans,Tahoma,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at top right, #2563eb29, transparent 30%), radial-gradient(circle at bottom left, #7c3aed1f, transparent 30%), var(--bg);color:var(--text);direction:rtl}button,input,select,textarea{font-family:inherit}button{transition:all .18s}button:active{transform:translateY(1px)}.login-page{background:linear-gradient(135deg, #2563eb38, #7c3aed1f), var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:min(430px,100%);box-shadow:var(--shadow-lg);background:#ffffffe6;border:1px solid #e2e8f0e6;border-radius:32px;padding:30px}.login-header{text-align:center;margin-bottom:28px}.login-logo,.sidebar-logo-mark{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:18px;place-items:center;width:54px;height:54px;margin:0 auto 14px;font-size:24px;font-weight:900;display:grid;box-shadow:0 16px 34px #2563eb47}.login-header h1{margin:0;font-size:26px;font-weight:900}.login-header p{color:var(--muted);margin:8px 0 0}.admin-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:radial-gradient(circle at top right, #2563eb33, transparent 35%), linear-gradient(180deg, var(--sidebar), #0b1220);color:#fff;flex-direction:column;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0;box-shadow:24px 0 70px #0f172a24}.sidebar-logo{align-items:center;gap:12px;margin-bottom:30px;display:flex}.sidebar-logo-mark{border-radius:16px;width:48px;height:48px;margin:0}.sidebar-logo h1{margin:0;font-size:19px;font-weight:900}.sidebar-logo p{color:#cbd5e1;margin:4px 0 0;font-size:12px}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.sidebar-link{color:#cbd5e1;border-radius:16px;align-items:center;gap:12px;padding:13px 14px;font-weight:800;text-decoration:none;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff14}.sidebar-link.active{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 14px 30px #2563eb47}.logout-button{color:#fecaca;cursor:pointer;background:#ef44441f;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:auto;padding:13px 14px;font-weight:900;display:flex}.logout-button:hover{background:#ef444433}.main-content{min-width:0;padding:28px}.page{max-width:1500px;margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.page-header h2{letter-spacing:-.5px;margin:0;font-size:28px;font-weight:950}.page-header p{color:var(--muted);margin:8px 0 0}.header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.field{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.compact-field{margin-bottom:0}.field span{color:#334155;font-size:13px;font-weight:900}.field input,.field select,.field textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:16px;outline:none;padding:13px 15px;font-size:15px}.field textarea{resize:vertical;min-height:92px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.primary-button,.secondary-button{cursor:pointer;border:none;border-radius:16px;padding:12px 18px;font-weight:950}.primary-button{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);width:100%;box-shadow:0 12px 28px #2563eb38}.primary-button:hover{background:linear-gradient(135deg,#1d4ed8,#4338ca)}.secondary-button{color:#334155;border:1px solid var(--border);background:#fff}.secondary-button:hover{background:#f8fafc;border-color:#cbd5e1}.auto-width{width:auto;min-width:120px}.toolbar-button{width:auto;min-width:125px}.primary-button:disabled,.secondary-button:disabled{opacity:.55;cursor:not-allowed}.toolbar-card,.table-card,.tabs-card,.export-actions-card,.stat-card{background:var(--card);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow-sm);border:1px solid #e2e8f0e6;border-radius:24px}.toolbar-card,.table-card{margin-bottom:18px;padding:18px}.toolbar-grid{grid-template-columns:2fr 1fr 1fr auto;align-items:end;gap:14px;display:grid}.exams-toolbar-grid{grid-template-columns:2fr 1fr 1.4fr auto}.reports-toolbar-grid{grid-template-columns:1.6fr 1.2fr 1.2fr 1fr auto}.audit-toolbar-grid{grid-template-columns:1.5fr 1.2fr 1fr 1.1fr auto}.active-filters{color:var(--muted);background:#f8fafc;border-radius:14px;margin-top:12px;padding:10px 12px;font-size:13px;font-weight:700}.alert-error,.alert-success{border-radius:16px;margin-bottom:18px;padding:13px 15px;font-weight:800}.alert-error{background:var(--danger-soft);color:#991b1b;border:1px solid #fecaca}.alert-success{background:var(--success-soft);color:#166534;border:1px solid #bbf7d0}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.stat-card{padding:20px;position:relative;overflow:hidden}.stat-card:after{content:"";background:linear-gradient(135deg,#2563eb33,#7c3aed29);border-radius:999px;width:96px;height:96px;position:absolute;top:-28px;left:-28px}.stat-card p{color:var(--muted);margin:0 0 12px;font-weight:900}.stat-card strong{margin-bottom:8px;font-size:34px;font-weight:950;display:block}.stat-card span{color:var(--muted);font-size:13px}.table-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.table-header strong{font-size:18px;font-weight:950}.table-header span{color:var(--muted);font-weight:800}.table-scroll{width:100%;overflow-x:auto}.admin-table{border-collapse:separate;border-spacing:0;width:100%;min-width:980px}.exams-table{min-width:1250px}.reports-table{min-width:1320px}.audit-table{min-width:1220px}.admin-table th,.admin-table td{text-align:right;vertical-align:middle;border-bottom:1px solid #edf2f7;padding:14px 12px}.admin-table th{color:#475569;background:#f8fafc;font-size:13px;font-weight:950}.admin-table th:first-child{border-top-right-radius:16px}.admin-table th:last-child{border-top-left-radius:16px}.admin-table td{color:#111827;font-size:14px}.admin-table tbody tr:hover td{background:#f8fbff}.user-cell{flex-direction:column;gap:4px;display:flex}.user-cell strong{font-weight:950}.user-cell span{color:var(--muted);text-align:right;direction:ltr;font-size:12px}.mini-stats{color:var(--muted);flex-direction:column;gap:5px;font-size:12px;display:flex}.empty-state{text-align:center;color:var(--muted);padding:40px;font-weight:800}.badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 11px;font-size:12px;font-weight:950;display:inline-flex}.role-admin,.badge-red{background:var(--danger-soft);color:#991b1b}.role-teacher,.badge-blue{background:var(--primary-soft);color:#1d4ed8}.role-student{background:var(--purple-soft);color:#6d28d9}.badge-green{background:var(--success-soft);color:#166534}.badge-gray{color:#475569;background:#f1f5f9}.subscription-cell{flex-direction:column;gap:6px;display:flex}.subscription-cell small{color:var(--muted);font-size:12px}.actions-row{flex-wrap:wrap;gap:8px;display:flex}.actions-row-wide{max-width:350px}.small-button{color:#3730a3;cursor:pointer;background:#eef2ff;border:none;border-radius:12px;padding:8px 11px;font-weight:950}.small-button:hover{background:#e0e7ff}.small-button.danger{background:var(--danger-soft);color:#991b1b}.small-button.danger:hover{background:#fecaca}.small-button.warning{background:var(--warning-soft);color:#92400e}.small-button.warning:hover{background:#fde68a}.clear-filter-button{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-top:12px;font-weight:950}.pagination{justify-content:center;align-items:center;gap:14px;padding-top:18px;display:flex}.pagination span{color:var(--muted);font-weight:900}.tabs-card{gap:10px;margin-bottom:18px;padding:10px;display:flex}.tab-button{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:16px;padding:12px 18px;font-weight:950}.tab-button.active{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 12px 26px #2563eb38}.export-actions-card{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;padding:14px 18px;display:flex}.export-actions-card span{color:#475569;font-weight:950}.modal-backdrop{z-index:1000;background:#0f172a9e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{width:100%;max-width:760px;max-height:92vh;box-shadow:var(--shadow-lg);border:1px solid var(--border);background:#fff;border-radius:28px;padding:24px;overflow:auto}.user-form-modal{max-width:840px}.exam-form-modal{max-width:880px}.questions-modal{width:min(1180px,96vw);max-width:1180px}.audit-detail-modal{max-width:980px}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.modal-header h3{margin:0 0 6px;font-size:23px;font-weight:950}.modal-header p{color:var(--muted);margin:0}.icon-button{color:#0f172a;cursor:pointer;background:#f1f5f9;border:none;border-radius:14px;width:40px;height:40px;font-size:26px;line-height:1}.icon-button:hover{background:#e2e8f0}.form-grid{gap:16px;display:grid}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.full-column{grid-column:1/-1}.checkbox-group{flex-direction:column;justify-content:center;gap:12px;padding:10px 0;display:flex}.checkbox-field{color:#334155;align-items:center;gap:10px;font-weight:800;display:flex}.checkbox-field input{width:18px;height:18px;accent-color:var(--primary)}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:12px;margin-top:8px;padding-top:22px;display:flex}.question-layout{grid-template-columns:430px 1fr;align-items:start;gap:18px;display:grid}.question-form-card,.questions-list-card{border:1px solid var(--border);background:#fff;border-radius:22px;padding:16px}.question-form-card{background:#f8fafc}.question-form-card h4{margin:0 0 16px;font-size:18px}.question-actions{border-top:none;margin-top:0}.questions-list{flex-direction:column;gap:12px;max-height:64vh;padding-left:4px;display:flex;overflow:auto}.question-item{border:1px solid var(--border);background:#fff;border-radius:18px;padding:14px}.question-item-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.question-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px;display:grid}.question-option{color:#334155;background:#f1f5f9;border-radius:12px;padding:8px 10px;font-size:13px}.question-option.correct{background:var(--success-soft);color:#166534;font-weight:950}.mono-text{color:#334155;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.audit-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.info-item{border:1px solid var(--border);background:#f8fafc;border-radius:16px;flex-direction:column;gap:6px;padding:12px;display:flex}.info-item span{color:var(--muted);font-size:12px;font-weight:900}.info-item strong{color:var(--text);word-break:break-word;font-size:14px}.json-section{margin-top:14px}.json-section h4{margin:0 0 8px}.json-section pre{text-align:left;color:#e2e8f0;direction:ltr;background:#0f172a;border-radius:18px;max-height:360px;padding:16px;font-size:12px;line-height:1.7;overflow:auto}.jalali-picker{width:100%;position:relative}.jalali-picker-button{border:1px solid var(--border);text-align:right;cursor:pointer;direction:rtl;background:#fff;border-radius:16px;outline:none;width:100%;padding:13px 15px;font-family:inherit;font-size:15px}.jalali-picker-button:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.jalali-picker-panel{border:1px solid var(--border);width:320px;box-shadow:var(--shadow-md);z-index:2000;background:#fff;border-radius:20px;padding:14px;position:absolute;top:calc(100% + 8px);right:0}.jalali-picker-header{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;display:grid}.jalali-picker-header select,.jalali-time-row select{border:1px solid var(--border);background:#fff;border-radius:12px;padding:9px 10px;font-family:inherit}.jalali-days-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.jalali-day{color:#334155;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:8px 0;font-weight:900}.jalali-day:hover{background:var(--primary-soft);color:var(--primary-dark)}.jalali-day.selected{background:var(--primary);color:#fff}.jalali-time-row{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.jalali-picker-actions{justify-content:space-between;gap:8px;margin-top:12px;display:flex}@media (width<=1100px){.admin-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.question-layout{grid-template-columns:1fr}.questions-list{max-height:none}.reports-toolbar-grid,.audit-toolbar-grid,.exams-toolbar-grid,.toolbar-grid,.audit-detail-grid{grid-template-columns:1fr}}@media (width<=760px){.main-content{padding:18px}.page-header{flex-direction:column}.header-actions{width:100%}.header-actions button{flex:1}.stat-grid,.two-columns{grid-template-columns:1fr}.tabs-card{flex-direction:column}.tab-button{width:100%}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}.jalali-picker-panel{width:min(320px,82vw)}.question-options{grid-template-columns:1fr}}.topbar{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f8fcd1;border-bottom:1px solid #e2e8f0db;justify-content:space-between;align-items:center;gap:16px;margin:-28px -28px 24px;padding:18px 28px;display:flex;position:sticky;top:0}.topbar-title{flex-direction:column;gap:3px;display:flex}.topbar-title span{color:#64748b;font-size:13px;font-weight:900}.topbar-title h2{color:#0f172a;margin:0;font-size:23px;font-weight:950}.topbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.topbar-chip,.topbar-status,.topbar-logout{border-radius:999px;align-items:center;gap:8px;height:42px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.topbar-chip{color:#334155;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 22px #0f172a0d}.topbar-status{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0}.status-dot{background:#22c55e;border-radius:999px;width:9px;height:9px;box-shadow:0 0 0 5px #22c55e1f}.topbar-logout{color:#991b1b;cursor:pointer;background:#fee2e2;border:none}.topbar-logout:hover{background:#fecaca}.sidebar-footer-card{color:#fff;background:#ffffff14;border:1px solid #ffffff1a;border-radius:18px;align-items:center;gap:12px;margin-top:auto;margin-bottom:14px;padding:14px;display:flex}.sidebar-footer-card strong{margin-bottom:4px;font-size:13px;display:block}.sidebar-footer-card span{color:#cbd5e1;font-size:12px}@media (width<=760px){.topbar{flex-direction:column;align-items:stretch;margin:-18px -18px 20px;padding:16px 18px}.topbar-actions{width:100%}.topbar-chip,.topbar-status,.topbar-logout{flex:1;justify-content:center}}.dialog-backdrop{z-index:3000;background:#0f172a94;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.dialog-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:28px;width:min(430px,100%);padding:26px;box-shadow:0 30px 90px #0f172a3d}.input-dialog-card{text-align:right}.dialog-icon{border-radius:18px;place-items:center;width:54px;height:54px;margin:0 auto 16px;font-size:24px;font-weight:950;display:grid}.primary-icon{color:#1d4ed8;background:#dbeafe}.danger-icon{color:#991b1b;background:#fee2e2}.dialog-card h3{color:#0f172a;margin:0 0 10px;font-size:22px;font-weight:950}.dialog-card p{color:#64748b;margin:0 0 20px;line-height:1.9}.dialog-field{margin-bottom:20px}.dialog-actions{justify-content:center;gap:12px;display:flex}.dialog-actions button{min-width:120px}.danger-main-button{cursor:pointer;color:#fff;background:#dc2626;border:none;border-radius:16px;padding:12px 18px;font-weight:950;box-shadow:0 12px 28px #dc262638}.danger-main-button:hover{background:#b91c1c}.danger-main-button:disabled{opacity:.6;cursor:not-allowed}@media (width<=600px){.dialog-actions{flex-direction:column-reverse}.dialog-actions button{width:100%}}.readonly-input,.field input:disabled,.field select:disabled,.jalali-picker-button:disabled,.small-button:disabled{color:#94a3b8;cursor:not-allowed;box-shadow:none;background:#f1f5f9;border-color:#e2e8f0}.field-hint{color:#64748b;margin-top:-4px;font-size:12px;line-height:1.8}.disabled-control{opacity:.62;cursor:not-allowed}.disabled-control input,.disabled-control span{cursor:not-allowed}.form-note{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:10px 12px;font-size:13px;font-weight:800;line-height:1.9}.dashboard-hero{background:linear-gradient(135deg,#2563eb,#7c3aed,#06b6d4);border-radius:30px;margin-bottom:22px;padding:2px;box-shadow:0 24px 70px #2563eb2e}.dashboard-hero-content{background:radial-gradient(circle at 0 0,#2563eb29,#0000 34%),linear-gradient(135deg,#fff,#f8fbff);border-radius:28px;justify-content:space-between;align-items:center;gap:24px;min-height:190px;padding:28px;display:flex;overflow:hidden}.dashboard-hero-text span{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;margin-bottom:14px;padding:7px 13px;font-size:13px;font-weight:950;display:inline-flex}.dashboard-hero-text h1{color:#0f172a;letter-spacing:-.7px;margin:0;font-size:32px;font-weight:950}.dashboard-hero-text p{color:#64748b;max-width:620px;margin:12px 0 0;font-size:15px;line-height:2}.dashboard-hero-logo{background:#fff;border:1px solid #e2e8f0;border-radius:36px;place-items:center;width:150px;min-width:150px;height:150px;padding:18px;display:grid;box-shadow:0 18px 45px #0f172a1f}.dashboard-hero-logo img{object-fit:contain;width:100%;height:100%}@media (width<=760px){.dashboard-hero-content{text-align:center;flex-direction:column-reverse;padding:24px 18px}.dashboard-hero-text h1{font-size:25px}.dashboard-hero-logo{border-radius:28px;width:120px;min-width:120px;height:120px}}.sidebar-logo{align-items:center;gap:12px;display:flex}.sidebar-logo-mark.logo-image-box{background:#fff;border-radius:16px;flex-shrink:0;place-items:center;padding:6px;display:grid;overflow:hidden;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important}.sidebar-logo-mark.logo-image-box img{object-fit:contain;display:block;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.login-logo.login-logo-image{background:#fff;border:1px solid #e2e8f0;border-radius:24px;place-items:center;margin:0 auto 16px;padding:8px;display:grid;overflow:hidden;box-shadow:0 18px 42px #2563eb33;width:76px!important;min-width:76px!important;max-width:76px!important;height:76px!important;min-height:76px!important;max-height:76px!important}.login-logo.login-logo-image img{object-fit:contain;display:block;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.logo-image-box,.login-logo-image{background:#fff;padding:7px;overflow:hidden}.logo-image-box img,.login-logo-image img,.sidebar-logo-mark img,.login-logo img{object-fit:contain;width:100%;height:100%;display:block}.sidebar-logo-mark.logo-image-box{border:1px solid #ffffff24;box-shadow:0 14px 32px #2563eb38}.login-logo-image{border:1px solid #e2e8f0;border-radius:24px;width:76px;height:76px;margin:0 auto 16px;box-shadow:0 18px 42px #2563eb33}.sidebar-logo h1{letter-spacing:-.4px;font-size:21px}.sidebar-logo p{font-size:12px;font-weight:700}.dashboard-section-header{justify-content:space-between;align-items:center;gap:16px;margin:22px 0 18px;display:flex}.dashboard-section-header h2{color:#0f172a;margin:0;font-size:24px;font-weight:950}.dashboard-section-header p{color:#64748b;margin:7px 0 0;font-weight:700}.dashboard-refresh-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:8px;padding:12px 16px;font-weight:950;display:inline-flex;box-shadow:0 8px 22px #0f172a0d}.dashboard-refresh-button:hover{background:#f8fafc;border-color:#cbd5e1}.dashboard-refresh-button:disabled{opacity:.65;cursor:not-allowed}.spin-icon{animation:.9s linear infinite dashboard-spin}@keyframes dashboard-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-stat-grid,.dashboard-loading-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:20px;display:grid}.dashboard-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;min-height:190px;padding:20px;position:relative;overflow:hidden;box-shadow:0 16px 42px #0f172a14}.dashboard-stat-card:before{content:"";opacity:.16;border-radius:999px;width:140px;height:140px;position:absolute;top:-42px;left:-42px}.dashboard-stat-card:after{content:"";opacity:.1;border-radius:999px;width:150px;height:150px;position:absolute;bottom:-54px;right:-54px}.dashboard-stat-blue:before,.dashboard-stat-blue:after{background:#2563eb}.dashboard-stat-purple:before,.dashboard-stat-purple:after{background:#7c3aed}.dashboard-stat-green:before,.dashboard-stat-green:after{background:#16a34a}.dashboard-stat-orange:before,.dashboard-stat-orange:after{background:#f97316}.dashboard-stat-top{z-index:2;justify-content:space-between;align-items:center;margin-bottom:22px;display:flex;position:relative}.dashboard-stat-icon{color:#2563eb;background:#f8fafc;border-radius:20px;place-items:center;width:58px;height:58px;display:grid;box-shadow:inset 0 0 0 1px #e2e8f0}.dashboard-stat-purple .dashboard-stat-icon{color:#7c3aed}.dashboard-stat-green .dashboard-stat-icon{color:#16a34a}.dashboard-stat-orange .dashboard-stat-icon{color:#f97316}.dashboard-stat-badge{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950}.dashboard-stat-body{z-index:2;position:relative}.dashboard-stat-body p{color:#64748b;margin:0 0 10px;font-size:14px;font-weight:950}.dashboard-stat-body strong{color:#0f172a;letter-spacing:-1px;margin-bottom:13px;font-size:42px;font-weight:950;line-height:1;display:block}.dashboard-stat-body span{color:#475569;font-size:13px;font-weight:800;line-height:1.8;display:block}.skeleton-card{flex-direction:column;justify-content:center;gap:14px;display:flex}.skeleton-line{background:linear-gradient(90deg,#e2e8f0,#f8fafc,#e2e8f0) 0 0/200% 100%;border-radius:999px;width:100%;height:14px;animation:1.1s infinite skeleton-loading}.skeleton-line.short{width:45%}.skeleton-line.big{width:70%;height:44px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1200px){.dashboard-stat-grid,.dashboard-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.dashboard-section-header{flex-direction:column;align-items:stretch}.dashboard-refresh-button{justify-content:center}.dashboard-stat-grid,.dashboard-loading-grid{grid-template-columns:1fr}.dashboard-stat-body strong{font-size:36px}}.dashboard-charts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px;margin-bottom:24px;display:grid}.dashboard-chart-card{background:#fffffff0;border:1px solid #e2e8f0;border-radius:28px;padding:20px;overflow:hidden;box-shadow:0 16px 42px #0f172a14}.dashboard-chart-card.wide{grid-column:span 2}.dashboard-chart-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.dashboard-chart-header h3{color:#0f172a;margin:0;font-size:19px;font-weight:950}.dashboard-chart-header p{color:#64748b;margin:7px 0 0;font-size:13px;font-weight:800}.dashboard-chart-body{direction:ltr;width:100%}.dashboard-chart-body .recharts-wrapper{direction:ltr}.dashboard-chart-body .recharts-legend-wrapper{direction:rtl;font-family:inherit}.dashboard-chart-body .recharts-default-legend{flex-wrap:wrap;justify-content:center;gap:14px;padding-top:8px!important;display:flex!important}.dashboard-chart-body .recharts-legend-item-text{font-family:inherit;font-weight:800;color:#334155!important}.dashboard-chart-body text{fill:#64748b;font-family:inherit;font-weight:700}.dashboard-chart-tooltip{color:#fff;text-align:right;direction:rtl;background:#0f172a;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;gap:6px;min-width:130px;padding:10px 12px;display:flex;box-shadow:0 18px 42px #0f172a38}.dashboard-chart-tooltip strong{font-size:13px;font-weight:950}.dashboard-chart-tooltip span{font-size:18px;font-weight:950}.chart-skeleton-circle{background:linear-gradient(90deg,#e2e8f0,#f8fafc,#e2e8f0) 0 0/200% 100%;border-radius:999px;width:155px;height:155px;margin:22px auto;animation:1.1s infinite skeleton-loading}@media (width<=1100px){.dashboard-charts-grid{grid-template-columns:1fr}.dashboard-chart-card.wide{grid-column:span 1}}.app-toaster{z-index:5000;pointer-events:none;flex-direction:column;gap:12px;width:min(390px,100vw - 32px);display:flex;position:fixed;top:24px;left:24px}.app-toast{pointer-events:auto;background:#fff;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:46px 1fr 34px;align-items:center;gap:12px;padding:14px;animation:.24s ease-out toast-slide-in;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 60px #0f172a2e}.app-toast:before{content:"";inset-inline-start:0;width:5px;position:absolute;top:0;bottom:0}.app-toast-icon{border-radius:16px;place-items:center;width:46px;height:46px;display:grid}.app-toast-success:before{background:#16a34a}.app-toast-success .app-toast-icon{color:#166534;background:#dcfce7}.app-toast-error:before{background:#dc2626}.app-toast-error .app-toast-icon{color:#991b1b;background:#fee2e2}.app-toast-warning:before{background:#f97316}.app-toast-warning .app-toast-icon{color:#9a3412;background:#ffedd5}.app-toast-info:before{background:#2563eb}.app-toast-info .app-toast-icon{color:#1d4ed8;background:#dbeafe}.app-toast-content{flex-direction:column;gap:5px;min-width:0;display:flex}.app-toast-content strong{color:#0f172a;font-size:14px;font-weight:950}.app-toast-content span{color:#64748b;font-size:13px;font-weight:700;line-height:1.8}.app-toast-close{color:#64748b;cursor:pointer;background:#f8fafc;border:none;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.app-toast-close:hover{color:#0f172a;background:#e2e8f0}@keyframes toast-slide-in{0%{opacity:0;transform:translate(-18px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=760px){.app-toaster{width:auto;top:16px;left:16px;right:16px}}.modern-empty-state{text-align:center;background:radial-gradient(circle at 0 0,#2563eb14,#0000 36%),linear-gradient(135deg,#fff,#f8fbff);border:1px dashed #cbd5e1;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:260px;padding:34px 22px;display:flex}.modern-empty-icon{color:#1d4ed8;background:#dbeafe;border-radius:26px;place-items:center;width:82px;height:82px;display:grid;box-shadow:0 18px 42px #2563eb24}.modern-empty-users .modern-empty-icon{color:#1d4ed8;background:#dbeafe}.modern-empty-exams .modern-empty-icon,.modern-empty-questions .modern-empty-icon{color:#6d28d9;background:#ede9fe}.modern-empty-results .modern-empty-icon{color:#166534;background:#dcfce7}.modern-empty-attempts .modern-empty-icon{color:#9a3412;background:#ffedd5}.modern-empty-audit .modern-empty-icon{color:#475569;background:#f1f5f9}.modern-empty-loading .modern-empty-icon{color:#0369a1;background:#e0f2fe}.modern-empty-state h3{color:#0f172a;margin:0;font-size:20px;font-weight:950}.modern-empty-state p{color:#64748b;max-width:520px;margin:0;font-size:14px;font-weight:700;line-height:1.9}.modern-empty-spinner{animation:.9s linear infinite dashboard-spin}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card{animation:.22s ease-out modal-pop-in;position:relative}@keyframes modal-pop-in{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-card:before{content:"";inset-inline:0;background:linear-gradient(90deg,#2563eb,#7c3aed,#06b6d4);border-radius:28px 28px 0 0;height:6px;position:absolute;top:0}.modal-header{border-bottom:1px solid #eef2f7;padding-bottom:16px}.modal-header h3{align-items:center;gap:8px;display:flex}.modal-header h3:before{content:"";background:#2563eb;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 6px #2563eb1f}.form-grid{margin-top:18px}.field{position:relative}.field span{align-items:center;gap:6px;display:inline-flex}.field input,.field select,.field textarea,.jalali-picker-button{min-height:48px;transition:border-color .18s,box-shadow .18s,background .18s,transform .18s}.field input:hover,.field select:hover,.field textarea:hover,.jalali-picker-button:hover{background:#fbfdff;border-color:#bfdbfe}.field input:focus,.field select:focus,.field textarea:focus,.jalali-picker-button:focus{transform:translateY(-1px)}.field input::placeholder,.field textarea::placeholder{color:#94a3b8}.field-hint{margin-top:-6px;display:block}.form-note{grid-column:1/-1}.checkbox-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.checkbox-field{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:11px 12px;transition:all .18s}.checkbox-field:hover{background:#fbfdff;border-color:#bfdbfe}.checkbox-field input{flex-shrink:0}.checkbox-field span{font-size:13px;font-weight:900}.modal-actions{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#ffffffd1,#fff);border-radius:0 0 28px 28px;margin-bottom:-24px;margin-left:-24px;margin-right:-24px;padding:18px 24px 24px;position:sticky;bottom:-24px}.modal-actions .primary-button,.modal-actions .secondary-button{min-height:46px}.primary-button,.secondary-button,.small-button,.danger-main-button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.primary-button{position:relative;overflow:hidden}.primary-button:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:60%;height:100%;transition:all .4s;position:absolute;top:0;right:-80%;transform:skew(-18deg)}.primary-button:hover:after{right:130%}.toolbar-card{background:radial-gradient(circle at 0 0,#2563eb0f,#0000 34%),#fffffff0}.toolbar-grid .field input,.toolbar-grid .field select{background:#fff}.dialog-card{animation:.22s ease-out modal-pop-in}.dialog-card h3{letter-spacing:-.2px}.dialog-actions{margin-top:4px}.modal-card::-webkit-scrollbar{width:8px;height:8px}.questions-list::-webkit-scrollbar{width:8px;height:8px}.table-scroll::-webkit-scrollbar{width:8px;height:8px}.modal-card::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.questions-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.table-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.modal-card::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.questions-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.table-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.modal-card::-webkit-scrollbar-thumb:hover{background:#94a3b8}.questions-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.table-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.question-form-card,.questions-list-card{box-shadow:0 10px 28px #0f172a0d}.question-form-card h4{border-bottom:1px solid #e2e8f0;padding-bottom:12px}.question-item{transition:all .18s}.question-item:hover{border-color:#bfdbfe;transform:translateY(-1px);box-shadow:0 12px 30px #2563eb14}@media (width<=760px){.modal-card{border-radius:24px;padding:20px}.modal-card:before{border-radius:24px 24px 0 0}.modal-actions{margin-bottom:-20px;margin-left:-20px;margin-right:-20px;padding:16px 20px 20px}.checkbox-group{padding:12px}}.admin-profile-menu{position:relative}.admin-profile-button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:9px;height:48px;padding:5px 6px 5px 12px;display:inline-flex;box-shadow:0 8px 22px #0f172a0d}.admin-profile-button:hover{background:#f8fafc;border-color:#cbd5e1}.admin-profile-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:999px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.admin-profile-avatar.large{border-radius:18px;width:52px;height:52px}.admin-profile-text{flex-direction:column;align-items:flex-start;min-width:92px;line-height:1.3;display:flex}.admin-profile-text strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:135px;font-size:13px;font-weight:950;overflow:hidden}.admin-profile-text span{color:#64748b;font-size:11px;font-weight:900}.profile-chevron{color:#64748b;transition:all .18s}.profile-chevron.open{transform:rotate(180deg)}.admin-profile-dropdown{z-index:600;background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:310px;padding:14px;animation:.18s ease-out modal-pop-in;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 24px 70px #0f172a2e}.admin-profile-dropdown-header{border-bottom:1px solid #eef2f7;align-items:center;gap:12px;padding:8px 8px 14px;display:flex}.admin-profile-dropdown-header strong{color:#0f172a;margin-bottom:5px;font-size:15px;font-weight:950;display:block}.admin-profile-dropdown-header span{color:#64748b;text-align:right;direction:ltr;font-size:12px;font-weight:800;display:block}.admin-profile-info{grid-template-columns:1fr 1fr;gap:10px;padding:14px 0;display:grid}.admin-profile-info div{background:#f8fafc;border:1px solid #eef2f7;border-radius:16px;padding:10px}.admin-profile-info span{color:#64748b;margin-bottom:5px;font-size:11px;font-weight:900;display:block}.admin-profile-info strong{color:#0f172a;font-size:13px;font-weight:950;display:block}.admin-profile-logout{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;font-weight:950;display:inline-flex}.admin-profile-logout:hover{background:#fecaca}@media (width<=760px){.admin-profile-button{justify-content:center;width:100%}.admin-profile-text{display:none}.admin-profile-dropdown{width:min(310px,100vw - 32px);left:auto;right:0}}.admin-profile-menu-action{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;margin-bottom:10px;font-weight:950;display:inline-flex}.admin-profile-menu-action:hover{background:#dbeafe}.change-password-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:28px;width:min(460px,100%);padding:26px;animation:.22s ease-out modal-pop-in;position:relative;box-shadow:0 30px 90px #0f172a3d}.change-password-close{color:#64748b;cursor:pointer;background:#f8fafc;border:none;border-radius:14px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:14px;left:14px}.change-password-close:hover{color:#0f172a;background:#e2e8f0}.change-password-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:22px;place-items:center;width:62px;height:62px;margin:0 auto 16px;display:grid;box-shadow:0 18px 42px #2563eb38}.change-password-card h3{color:#0f172a;margin:0 0 10px;font-size:22px;font-weight:950}.change-password-card p{color:#64748b;margin:0 0 20px;font-size:14px;font-weight:700;line-height:1.9}.change-password-form{text-align:right;gap:14px;margin-bottom:20px;display:grid}.change-password-field{gap:8px;display:grid}.change-password-field span{color:#334155;font-size:13px;font-weight:950}.password-input-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:1fr 44px;align-items:center;min-height:48px;transition:all .18s;display:grid;overflow:hidden}.password-input-box:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.password-input-box input{color:#0f172a;background:0 0;border:none;outline:none;height:48px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:800}.password-input-box input::placeholder{color:#94a3b8}.password-input-box button{color:#64748b;cursor:pointer;background:0 0;border:none;place-items:center;height:48px;display:grid}.password-input-box button:hover{color:#2563eb;background:#eff6ff}.change-password-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:14px;padding:10px 12px;font-size:13px;font-weight:900;line-height:1.8}@media (width<=760px){.change-password-card{border-radius:24px;padding:22px}}.question-entry-tabs{flex-wrap:wrap;align-items:center;gap:10px;margin:18px 0;display:flex}.question-entry-tab{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:11px 16px;font-weight:950;transition:all .18s}.question-entry-tab:hover{color:#1d4ed8;background:#f8fafc;border-color:#bfdbfe}.question-entry-tab.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 12px 28px #2563eb33}.word-template-link{margin-inline-start:auto;text-decoration:none}.word-import-card{flex-direction:column;gap:14px;display:flex}.word-import-help{color:#1e40af;background:#eff6ff;border:1px dashed #bfdbfe;border-radius:18px;gap:6px;padding:12px 14px;font-size:13px;line-height:1.9;display:grid}.word-import-help strong{font-weight:950}.word-import-help span{font-weight:800}.word-selected-file{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;gap:5px;padding:11px 12px;font-size:13px;display:grid}.word-selected-file strong{color:#0f172a;font-weight:950}.word-selected-file span{text-align:right;direction:ltr;font-weight:800}.word-import-actions{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-radius:0;margin:0;padding:0;position:static}.word-preview-box{border-top:1px solid #e2e8f0;gap:14px;padding-top:14px;display:grid}.word-preview-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.word-preview-summary div{text-align:center;background:#f8fafc;border:1px solid #eef2f7;border-radius:16px;padding:11px}.word-preview-summary span{color:#64748b;margin-bottom:5px;font-size:11px;font-weight:900;display:block}.word-preview-summary strong{color:#0f172a;font-size:20px;font-weight:950}.word-preview-errors,.word-question-errors{gap:6px;display:grid}.word-preview-errors span,.word-question-errors span{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;padding:8px 10px;font-size:12px;font-weight:900;line-height:1.8}.word-preview-list{gap:12px;max-height:420px;padding-inline-end:4px;display:grid;overflow:auto}.word-preview-item{background:#fff;border:1px solid #e2e8f0;border-radius:18px;gap:10px;padding:13px;display:grid}.word-preview-item.has-error{background:#fff7f7;border-color:#fecaca}.word-preview-item-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.word-preview-item-header strong{color:#0f172a;font-size:13px;font-weight:950;line-height:1.9}.word-preview-item-header span{color:#64748b;flex-shrink:0;font-size:12px;font-weight:900}.full-width{width:100%}@media (width<=760px){.word-template-link{width:100%;margin-inline-start:0}.question-entry-tab{flex:1}.word-preview-summary{grid-template-columns:1fr}.word-preview-item-header{flex-direction:column}}
