:root{--su-navy: #0F172A;--su-slate: rgb(111, 128, 144);--su-yellow: #FDC935;--su-yellow-dim: #EAB308;--su-yellow-light: #FEF08A;--primary: #0F172A;--primary-light: #1E293B;--bg-color: #F8FAFC;--text-main: #0F172A;--font-main: "Tajawal", sans-serif;--su-slate-dark: #0F172A;--su-slate-light: #94A3B8;--gold: #FDC935;--gold-light: #FEF08A;--gold-faint: rgba(253, 201, 53, .14);--bg-root: #F8FAFC;--bg-card: #FFFFFF;--bg-raised: #F1F5F9;--bg-input: #FFFFFF;--bg-hover: #FEF9C3;--bg-item: #F8FAFC;--bg-warning: #FEF3C7;--text-warning: #B45309;--border-warning: #FDE68A;--text-primary: #0F172A;--text-muted: #64748B;--text-dim: #94A3B8;--success: #10B981;--danger: #EF4444;--warning: #F59E0B;--info: #3B82F6;--border: #E2E8F0;--border-item: #E2E8F0;--border-gold: #FDC935;--radius: 16px;--radius-sm: 10px;--radius-lg: 24px;--shadow: 0 10px 25px rgba(15, 23, 42, .06);--transition: .25s ease-in-out;--font-ar: "Tajawal", sans-serif;--font-en: "Outfit", sans-serif}html[data-theme=dark]{--bg-root: #0B0F19;--bg-card: #151E2E;--bg-raised: #1E293B;--bg-input: #192333;--bg-hover: #223147;--bg-item: #192333;--bg-color: #0B0F19;--primary: #F8FAFC;--primary-light: #E2E8F0;--su-navy: #F8FAFC;--bg-warning: rgba(245, 197, 54, .12);--text-warning: #FCD34D;--border-warning: rgba(245, 197, 54, .3);--text-primary: #F8FAFC;--text-main: #F8FAFC;--text-muted: #94A3B8;--text-dim: #64748B;--border: #243248;--border-item: #243248;--border-gold: var(--su-yellow);--su-slate: #94A3B8;--su-slate-dark: #F8FAFC;--su-slate-light: #64748B;--gold-faint: rgba(245, 197, 54, .12);--shadow: 0 10px 30px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}html[dir=rtl]{direction:rtl;font-family:var(--font-ar)}html[dir=ltr]{direction:ltr;font-family:var(--font-en)}body{font-family:inherit;background:var(--bg-root);color:var(--text-primary);direction:inherit;min-height:100vh;line-height:1.65}a{color:var(--su-slate-dark);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--su-yellow-dim)}img{max-width:100%;display:block}input,select,textarea,button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-root)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--su-slate)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.flex-center{display:flex;align-items:center;justify-content:center}.text-gold{color:var(--su-yellow)!important}.text-muted{color:var(--text-muted)!important}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.su-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px;box-shadow:0 2px 8px #00000005;transition:all var(--transition)}.su-card:hover{border-color:var(--su-slate-light);box-shadow:var(--shadow)}.su-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:none;border-radius:var(--radius-sm);font-weight:700;font-size:.95rem;cursor:pointer;transition:all var(--transition);white-space:nowrap}.su-btn:disabled{opacity:.5;cursor:not-allowed}.su-btn--gold{background:var(--su-yellow);color:#1e293b}.su-btn--gold:hover:not(:disabled){background:var(--su-yellow-dim);transform:translateY(-2px);box-shadow:0 4px 12px #f5c5364d}.su-btn--outline{background:transparent;color:var(--su-slate-dark);border:2px solid var(--border)}.su-btn--outline:hover:not(:disabled){border-color:var(--su-slate);background:var(--bg-raised)}.su-btn--ghost{background:transparent;color:var(--su-slate)}.su-btn--ghost:hover:not(:disabled){color:var(--su-slate-dark);background:var(--bg-hover)}.su-btn--block{width:100%;justify-content:center}.su-field{margin-bottom:20px}.su-label{display:block;font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:8px}.su-input{width:100%;padding:14px 16px;background:var(--bg-input);border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.95rem;outline:none;transition:all var(--transition)}.su-input:focus{border-color:var(--su-yellow);box-shadow:0 0 0 4px #f5c53626}.su-input::placeholder{color:var(--text-dim)}.su-select{width:100%;padding:14px 16px;background:var(--bg-input);border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.95rem;outline:none;cursor:pointer;transition:border-color var(--transition)}.su-select:focus{border-color:var(--su-yellow)}.su-input-row{display:flex}html[dir=rtl] .su-input-row>.su-select{border-radius:0 var(--radius-sm) var(--radius-sm) 0;border-left:none;border-right:2px solid var(--border);max-width:160px}html[dir=rtl] .su-input-row>.su-input{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}html[dir=ltr] .su-input-row>.su-select{border-radius:var(--radius-sm) 0 0 var(--radius-sm);border-right:none;border-left:2px solid var(--border);max-width:160px}html[dir=ltr] .su-input-row>.su-input{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.su-alert{padding:14px 20px;border-radius:var(--radius-sm);font-size:.95rem;font-weight:500;margin-bottom:24px;display:flex;align-items:center;gap:12px}.su-alert--error{background:#fef2f2;color:#b91c1c;border:1px solid #FECACA}.su-alert--success{background:#f0fdf4;color:#15803d;border:1px solid #BBF7D0}.su-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:700}.su-badge--gold{background:var(--gold-faint);color:var(--su-yellow-dim);border:1px solid var(--su-yellow)}.su-badge--success{background:#dcfce7;color:#166534}.su-badge--danger{background:#fee2e2;color:#991b1b}.su-badge--warning{background:#fef3c7;color:#92400e}.su-badge--info{background:#dbeafe;color:#1e40af}.su-badge--muted{background:#f1f5f9;color:#475569}.su-table-wrap{width:100%;overflow-x:auto;background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 2px 6px #00000008;margin-top:1rem}.su-table{width:100%;border-collapse:collapse;text-align:inherit;font-size:.9rem}.su-table th{background:#f8fafc;color:#475569;font-weight:700;padding:14px 16px;border-bottom:2px solid #e2e8f0;white-space:nowrap;font-size:.85rem}.su-table td{padding:14px 16px;vertical-align:middle;border-bottom:1px solid #f1f5f9;color:#1e293b}.su-table tr:last-child td{border-bottom:none}.su-table tbody tr:hover{background:#f8fafc}.su-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.su-stat{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-align:center;box-shadow:0 2px 6px #00000005}.su-stat__num{font-family:var(--font-en);font-size:2.5rem;font-weight:800;color:var(--su-slate-dark);line-height:1;margin-bottom:8px}.su-stat__label{font-size:.95rem;font-weight:600;color:var(--su-slate)}.su-spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--su-yellow);border-radius:50%;animation:spin .75s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.su-loading{display:flex;align-items:center;justify-content:center;padding:80px}.su-progress{height:10px;background:var(--border);border-radius:5px;overflow:hidden}.su-progress__bar{height:100%;background:var(--su-yellow);border-radius:5px;transition:width .5s ease}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px;background:radial-gradient(circle at top left,#fff,#f4f7f9)}.auth-box{width:100%;max-width:440px}.auth-logo{text-align:center;margin-bottom:24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-logo__img{height:52px;width:auto;max-width:180px;object-fit:contain;display:block;margin:0 auto 10px;transition:transform .2s ease}.auth-logo__img:hover{transform:scale(1.03)}.auth-logo__sub{font-size:1.05rem;font-weight:600;color:var(--su-slate-dark);margin-top:4px}.auth-social-wrap{margin-top:22px;padding-top:18px;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:12px}.auth-social-label{font-size:.82rem;color:var(--text-muted);font-weight:600}.auth-social-grid{display:flex;align-items:center;justify-content:center;gap:14px}.auth-social-btn{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.15rem;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;box-sizing:border-box}.auth-social-btn:hover{transform:translateY(-3px) scale(1.08)}.auth-social-btn--whatsapp{background:#25d3661f;border:1px solid rgba(37,211,102,.35);color:#25d366}.auth-social-btn--whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff;box-shadow:0 6px 18px #25d36673}.auth-social-btn--facebook{background:#1877f21f;border:1px solid rgba(24,119,242,.35);color:#1877f2}.auth-social-btn--facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff;box-shadow:0 6px 18px #1877f273}.auth-social-btn--instagram{background:#e1306c1f;border:1px solid rgba(225,48,108,.35);color:#e1306c}.auth-social-btn--instagram:hover{background:radial-gradient(circle at 30% 107%,#fdf497,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);border-color:transparent;color:#fff;box-shadow:0 6px 18px #e1306c73}.auth-social-btn--email{background:#ea43351f;border:1px solid rgba(234,67,53,.35);color:#ea4335}.auth-social-btn--email:hover{background:#ea4335;border-color:#ea4335;color:#fff;box-shadow:0 6px 18px #ea433573}.app-shell{display:flex;min-height:100vh}.sidebar{width:290px;background:var(--bg-card);display:flex;flex-direction:column;position:fixed;top:0;bottom:0;z-index:100}html[dir=rtl] .sidebar{right:0;left:auto;border-left:1px solid var(--border);box-shadow:-2px 0 10px #00000005}html[dir=ltr] .sidebar{left:0;right:auto;border-right:1px solid var(--border);box-shadow:2px 0 10px #00000005}.sidebar__brand{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;min-height:70px}.sidebar__brand-img{height:42px;width:auto;max-width:140px;object-fit:contain;display:block;transition:opacity .2s ease}.sidebar__brand-img:hover{opacity:.9}.sidebar__nav{flex:1;padding:18px 14px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.sidebar__link{display:flex;align-items:center;gap:12px;padding:11px 16px;border-radius:12px;color:#475569;font-size:.92rem;font-weight:700;line-height:1.35;white-space:nowrap;transition:all .25s cubic-bezier(.4,0,.2,1);margin-bottom:0;position:relative;text-decoration:none;border:1px solid transparent;min-height:44px}.sidebar__link span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html[dir=rtl] .sidebar__link:hover{background:#6f8090;color:#fff;transform:translate(-5px);border-color:#6f8090cc;box-shadow:0 6px 16px #6f809059}html[dir=ltr] .sidebar__link:hover{background:#6f8090;color:#fff;transform:translate(5px);border-color:#6f8090cc;box-shadow:0 6px 16px #6f809059}.sidebar__link:hover svg{transform:scale(1.18);color:#fdc935}.sidebar__link.active{background:#fdc935!important;color:#0f172a!important;font-weight:800;box-shadow:0 4px 16px #fdc93566;border-color:#eab308;transform:none!important}.sidebar__link.active span{color:#0f172a!important}.sidebar__link.active svg{color:#0f172a!important;transform:scale(1.1)}.sidebar__link svg{font-size:1.25rem;transition:transform .25s ease,color .25s ease;flex-shrink:0}html[data-theme=dark] .sidebar__link{color:#94a3b8}html[data-theme=dark][dir=rtl] .sidebar__link:hover,html[data-theme=dark][dir=ltr] .sidebar__link:hover{background:#6f8090;color:#fff;border-color:#fdc93566;box-shadow:0 6px 16px #00000080}html[data-theme=dark] .sidebar__link.active{background:#fdc935!important;color:#0f172a!important}html[data-theme=dark] .sidebar__link.active span{color:#0f172a!important}html[data-theme=dark] .sidebar__link.active svg{color:#0f172a!important}.sidebar__foot{padding:18px 20px;border-top:1px solid var(--border);background:var(--bg-raised)}.main-area{flex:1;padding:40px 48px;min-height:100vh}html[dir=rtl] .main-area{margin-right:290px;margin-left:0}html[dir=ltr] .main-area{margin-left:290px;margin-right:0}.main-area__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.main-area__title{font-size:1.8rem;font-weight:800;color:var(--text-primary)}.su-filters{display:flex;gap:16px;margin-bottom:32px}.item-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px 32px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:all var(--transition)}.item-card:hover{border-color:var(--su-slate-light);box-shadow:0 4px 12px #6b7f8c0d}.item-card__title{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:8px}.item-card__meta{font-size:.9rem;color:var(--su-slate);display:flex;gap:20px;font-weight:500}.q-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:40px;margin-bottom:24px;box-shadow:0 2px 12px #00000005}.q-panel__prompt{font-size:1.25rem;font-weight:700;margin-bottom:32px;line-height:1.6;color:var(--su-slate-dark)}html[data-theme=dark] body,html[data-theme=dark] #root,html[data-theme=dark] .main-area{color:#f8fafc;background-color:var(--bg-root)}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6,html[data-theme=dark] .main-area__title,html[data-theme=dark] .item-card__title,html[data-theme=dark] .q-panel__prompt{color:#f8fafc}html[data-theme=dark] p:not([class*=text-]),html[data-theme=dark] span:not([class*=badge]):not([class*=text-]):not([class*=btn]),html[data-theme=dark] label,html[data-theme=dark] strong,html[data-theme=dark] b{color:inherit}html[data-theme=dark] .su-label,html[data-theme=dark] label{color:#e2e8f0}html[data-theme=dark] .text-muted{color:#94a3b8!important}html[data-theme=dark] [style*="color: #000"],html[data-theme=dark] [style*="color: #000000"],html[data-theme=dark] [style*="color: black"],html[data-theme=dark] [style*="color: #0f172a"],html[data-theme=dark] [style*="color: #0F172A"],html[data-theme=dark] [style*="color: #111827"],html[data-theme=dark] [style*="color: #1f2937"],html[data-theme=dark] [style*="color: rgb(0, 0, 0)"],html[data-theme=dark] [style*="color: rgb(15, 23, 42)"],html[data-theme=dark] [style*="color: rgb(17, 24, 39)"],html[data-theme=dark] [style*="color: rgb(31, 41, 55)"]{color:#f8fafc!important}html[data-theme=dark] [style*="color: #1e293b"],html[data-theme=dark] [style*="color: #1E293B"],html[data-theme=dark] [style*="color: #182433"],html[data-theme=dark] [style*="color: #222"],html[data-theme=dark] [style*="color: #333"],html[data-theme=dark] [style*="color: #334155"],html[data-theme=dark] [style*="color: #374151"],html[data-theme=dark] [style*="color: #2d3748"],html[data-theme=dark] [style*="color: rgb(30, 41, 59)"],html[data-theme=dark] [style*="color: rgb(51, 65, 85)"],html[data-theme=dark] [style*="color: rgb(55, 65, 81)"],html[data-theme=dark] [style*="color: rgb(51, 51, 51)"]{color:#e2e8f0!important}html[data-theme=dark] [style*="color: #475569"],html[data-theme=dark] [style*="color: #4b5563"],html[data-theme=dark] [style*="color: #4a5568"],html[data-theme=dark] [style*="color: #555"],html[data-theme=dark] [style*="color: #64748b"],html[data-theme=dark] [style*="color: #64748B"],html[data-theme=dark] [style*="color: #6b7280"],html[data-theme=dark] [style*="color: #6d828f"],html[data-theme=dark] [style*="color: #6D828F"],html[data-theme=dark] [style*="color: #666"],html[data-theme=dark] [style*="color: #888"],html[data-theme=dark] [style*="color: rgb(71, 85, 105)"],html[data-theme=dark] [style*="color: rgb(75, 85, 99)"],html[data-theme=dark] [style*="color: rgb(100, 116, 139)"],html[data-theme=dark] [style*="color: rgb(107, 114, 128)"],html[data-theme=dark] [style*="color: rgb(111, 128, 144)"],html[data-theme=dark] [style*="color: rgb(85, 85, 85)"],html[data-theme=dark] [style*="color: rgb(102, 102, 102)"]{color:#94a3b8!important}html[data-theme=dark] [style*="color: #78350f"],html[data-theme=dark] [style*="color: #92400e"],html[data-theme=dark] [style*="color: #b45309"],html[data-theme=dark] [style*="color: #d97706"],html[data-theme=dark] [style*="color: rgb(120, 53, 15)"],html[data-theme=dark] [style*="color: rgb(146, 64, 14)"],html[data-theme=dark] [style*="color: rgb(180, 83, 9)"]{color:#fcd34d!important}html[data-theme=dark] [style*="color: #1e3a8a"],html[data-theme=dark] [style*="color: #1e40af"],html[data-theme=dark] [style*="color: #1d4ed8"],html[data-theme=dark] [style*="color: #2563eb"],html[data-theme=dark] [style*="color: rgb(30, 58, 138)"],html[data-theme=dark] [style*="color: rgb(30, 64, 175)"],html[data-theme=dark] [style*="color: rgb(29, 78, 216)"]{color:#93c5fd!important}html[data-theme=dark] [style*="color: #14532d"],html[data-theme=dark] [style*="color: #166534"],html[data-theme=dark] [style*="color: #15803d"],html[data-theme=dark] [style*="color: #047857"],html[data-theme=dark] [style*="color: rgb(20, 83, 45)"],html[data-theme=dark] [style*="color: rgb(22, 101, 52)"],html[data-theme=dark] [style*="color: rgb(21, 128, 61)"],html[data-theme=dark] [style*="color: rgb(4, 120, 87)"]{color:#86efac!important}html[data-theme=dark] [style*="color: #881337"],html[data-theme=dark] [style*="color: #9f1239"],html[data-theme=dark] [style*="color: #be123c"],html[data-theme=dark] [style*="color: #991B1B"],html[data-theme=dark] [style*="color: #991b1b"],html[data-theme=dark] [style*="color: #b91c1c"],html[data-theme=dark] [style*="color: #dc2626"],html[data-theme=dark] [style*="color: rgb(136, 19, 55)"],html[data-theme=dark] [style*="color: rgb(159, 18, 57)"],html[data-theme=dark] [style*="color: rgb(190, 18, 60)"],html[data-theme=dark] [style*="color: rgb(153, 27, 27)"],html[data-theme=dark] [style*="color: rgb(185, 28, 28)"]{color:#fca5a5!important}html[data-theme=dark] [style*="color: #581c87"],html[data-theme=dark] [style*="color: #6b21a8"],html[data-theme=dark] [style*="color: #701a75"],html[data-theme=dark] [style*="color: #86198f"],html[data-theme=dark] [style*="color: #a21caf"],html[data-theme=dark] [style*="color: rgb(88, 28, 135)"],html[data-theme=dark] [style*="color: rgb(107, 33, 168)"],html[data-theme=dark] [style*="color: rgb(134, 25, 143)"],html[data-theme=dark] [style*="color: rgb(162, 28, 175)"]{color:#f0abfc!important}html[data-theme=dark] [style*="background: #ffffff"],html[data-theme=dark] [style*="background: #fff"],html[data-theme=dark] [style*="background: rgb(255, 255, 255)"],html[data-theme=dark] [style*="background-color: #ffffff"],html[data-theme=dark] [style*="background-color: #fff"],html[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"],html[data-theme=dark] [style*="background: rgba(255, 255, 255"],html[data-theme=dark] [style*="background-color: rgba(255, 255, 255"]{background-color:var(--bg-card)!important;background:var(--bg-card)!important}html[data-theme=dark] [style*="background: #f8fafc"],html[data-theme=dark] [style*="background: #F8FAFC"],html[data-theme=dark] [style*="background: rgb(248, 250, 252)"],html[data-theme=dark] [style*="background-color: #f8fafc"],html[data-theme=dark] [style*="background-color: rgb(248, 250, 252)"],html[data-theme=dark] [style*="background: #f1f5f9"],html[data-theme=dark] [style*="background: #F1F5F9"],html[data-theme=dark] [style*="background: rgb(241, 245, 249)"],html[data-theme=dark] [style*="background-color: #f1f5f9"],html[data-theme=dark] [style*="background-color: rgb(241, 245, 249)"],html[data-theme=dark] [style*="background: #f4f7f9"],html[data-theme=dark] [style*="background: rgb(244, 247, 249)"],html[data-theme=dark] [style*="background: #f8f9fa"],html[data-theme=dark] [style*="background: rgb(248, 249, 250)"]{background-color:var(--bg-raised)!important;background:var(--bg-raised)!important}html[data-theme=dark] [style*="background: #fffbeb"],html[data-theme=dark] [style*="background: rgb(255, 251, 235)"],html[data-theme=dark] [style*="background: #fef3c7"],html[data-theme=dark] [style*="background: rgb(254, 243, 199)"],html[data-theme=dark] [style*="background: linear-gradient(135deg, #fffbeb"],html[data-theme=dark] [style*="background-color: #fffbeb"],html[data-theme=dark] [style*="background-color: rgb(255, 251, 235)"],html[data-theme=dark] [style*="background-color: #fef3c7"],html[data-theme=dark] [style*="background-color: rgb(254, 243, 199)"]{background:#f59e0b1f!important;background-color:#f59e0b1f!important;border-color:#f59e0b59!important}html[data-theme=dark] [style*="background: #eff6ff"],html[data-theme=dark] [style*="background: rgb(239, 246, 255)"],html[data-theme=dark] [style*="background: #dbeafe"],html[data-theme=dark] [style*="background: rgb(219, 234, 254)"],html[data-theme=dark] [style*="background-color: #eff6ff"],html[data-theme=dark] [style*="background-color: rgb(239, 246, 255)"],html[data-theme=dark] [style*="background-color: #dbeafe"],html[data-theme=dark] [style*="background-color: rgb(219, 234, 254)"]{background:#3b82f61f!important;background-color:#3b82f61f!important;border-color:#3b82f659!important}html[data-theme=dark] [style*="background: #f0fdf4"],html[data-theme=dark] [style*="background: rgb(240, 253, 244)"],html[data-theme=dark] [style*="background: #ecfdf5"],html[data-theme=dark] [style*="background: rgb(236, 253, 245)"],html[data-theme=dark] [style*="background: #dcfce7"],html[data-theme=dark] [style*="background: rgb(220, 252, 231)"],html[data-theme=dark] [style*="background-color: #f0fdf4"],html[data-theme=dark] [style*="background-color: rgb(240, 253, 244)"],html[data-theme=dark] [style*="background-color: #ecfdf5"],html[data-theme=dark] [style*="background-color: rgb(236, 253, 245)"],html[data-theme=dark] [style*="background-color: #dcfce7"],html[data-theme=dark] [style*="background-color: rgb(220, 252, 231)"]{background:#10b9811f!important;background-color:#10b9811f!important;border-color:#10b98159!important}html[data-theme=dark] [style*="background: #fef2f2"],html[data-theme=dark] [style*="background: rgb(254, 242, 242)"],html[data-theme=dark] [style*="background: #fff1f2"],html[data-theme=dark] [style*="background: rgb(255, 241, 242)"],html[data-theme=dark] [style*="background: #fee2e2"],html[data-theme=dark] [style*="background: rgb(254, 226, 226)"],html[data-theme=dark] [style*="background: #ffe4e6"],html[data-theme=dark] [style*="background: rgb(255, 228, 230)"],html[data-theme=dark] [style*="background-color: #fef2f2"],html[data-theme=dark] [style*="background-color: rgb(254, 242, 242)"],html[data-theme=dark] [style*="background-color: #fff1f2"],html[data-theme=dark] [style*="background-color: rgb(255, 241, 242)"]{background:#ef44441f!important;background-color:#ef44441f!important;border-color:#ef444459!important}html[data-theme=dark] [style*="background: #fdf4ff"],html[data-theme=dark] [style*="background: rgb(253, 244, 255)"],html[data-theme=dark] [style*="background: #fae8ff"],html[data-theme=dark] [style*="background: rgb(250, 232, 255)"],html[data-theme=dark] [style*="background-color: #fdf4ff"],html[data-theme=dark] [style*="background-color: rgb(253, 244, 255)"]{background:#c026d31f!important;background-color:#c026d31f!important;border-color:#c026d359!important}html[data-theme=dark] [style*="border: 1px solid #e2e8f0"],html[data-theme=dark] [style*="border: 1px solid #E2E8F0"],html[data-theme=dark] [style*="border: 1px solid #cbd5e1"],html[data-theme=dark] [style*="border: 1px solid #CBD5E1"],html[data-theme=dark] [style*="border: 1.5px solid #cbd5e1"],html[data-theme=dark] [style*="border: 2px dashed #cbd5e1"],html[data-theme=dark] [style*="border: 1px solid #f1f5f9"],html[data-theme=dark] [style*="border-bottom: 1px solid #e2e8f0"],html[data-theme=dark] [style*="border-bottom: 1px solid #E2E8F0"],html[data-theme=dark] [style*="border-bottom: 1px solid #f1f5f9"],html[data-theme=dark] [style*="border-bottom: 1px solid #F1F5F9"],html[data-theme=dark] [style*="border-bottom: 2px solid #e2e8f0"],html[data-theme=dark] [style*="border-top: 1px solid #e2e8f0"],html[data-theme=dark] [style*="border-right: 1px dashed #cbd5e1"],html[data-theme=dark] [style*="border-right: 1.5px solid #cbd5e1"],html[data-theme=dark] [style*="border-left: 1.5px solid #cbd5e1"]{border-color:var(--border)!important}html[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=dark] .su-input,html[data-theme=dark] .su-select{background-color:var(--bg-input)!important;color:#f8fafc!important;border-color:var(--border)!important}html[data-theme=dark] select option{background-color:#151e2e!important;color:#f8fafc!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder,html[data-theme=dark] .su-input::placeholder{color:#94a3b8!important;opacity:.85}html[data-theme=dark] .su-table-wrap{background:var(--bg-card)!important;border-color:var(--border)!important;box-shadow:0 4px 16px #0000004d!important}html[data-theme=dark] .su-table th{background-color:var(--bg-raised)!important;color:#f8fafc!important;border-bottom:2px solid var(--border)!important}html[data-theme=dark] .su-table td{color:#f8fafc!important;border-bottom:1px solid var(--border)!important}html[data-theme=dark] .su-table tbody tr:hover{background-color:var(--bg-hover)!important}html[data-theme=dark] .su-badge--muted{background:var(--bg-raised)!important;color:#94a3b8!important}html[data-theme=dark] .su-badge--gold{background:#fdc93526!important;color:#fcd34d!important;border:1px solid rgba(253,201,53,.4)!important}html[data-theme=dark] .su-badge--success{background:#10b9812e!important;color:#86efac!important}html[data-theme=dark] .su-badge--danger{background:#ef44442e!important;color:#fca5a5!important}html[data-theme=dark] .su-badge--warning{background:#f59e0b2e!important;color:#fcd34d!important}html[data-theme=dark] .su-badge--info{background:#3b82f62e!important;color:#93c5fd!important}html[data-theme=dark] .q-panel,html[data-theme=dark] .timer-bar,html[data-theme=dark] .result-hero,html[data-theme=dark] .su-stat{background:var(--bg-card)!important;border-color:var(--border)!important;color:#f8fafc!important}html[data-theme=dark] .q-choice{background:var(--bg-raised)!important;color:#f8fafc!important;border-color:var(--border)!important}html[data-theme=dark] .q-choice:hover{border-color:var(--su-yellow)!important}html[data-theme=dark] .q-choice.selected{background:#fdc93526!important;color:#fcd34d!important;border-color:var(--su-yellow)!important}html[data-theme=dark] .timer-bar__time,html[data-theme=dark] .su-stat__num{color:#f8fafc!important}html[data-theme=dark] .su-stat__label{color:#94a3b8!important}html[data-theme=dark] .auth-shell{background:radial-gradient(circle at top left,#151e2e,#0b0f19)!important}html[data-theme=dark] .auth-logo__sub{color:#f8fafc!important}.q-choice{padding:16px 24px;background:var(--bg-root);border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;gap:16px;font-size:1.05rem;font-weight:600;color:var(--su-slate-dark);margin-bottom:12px;transition:all var(--transition)}.q-choice:hover{border-color:var(--su-slate-light)}.q-choice.selected{border-color:var(--su-yellow);background:var(--gold-faint);color:var(--su-yellow-dim)}.q-choice__marker{width:24px;height:24px;border:2px solid #CBD5E1;border-radius:50%;display:flex;align-items:center;justify-content:center}.q-choice.selected .q-choice__marker{border-color:var(--su-yellow);background:var(--su-yellow)}.q-choice.selected .q-choice__marker:after{content:"";width:10px;height:10px;border-radius:50%;background:#fff}.timer-bar{display:flex;align-items:center;gap:16px;padding:16px 24px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:32px;box-shadow:0 2px 8px #00000008}.timer-bar__time{font-family:var(--font-en);font-size:1.4rem;font-weight:800;color:var(--su-slate-dark)}.result-hero{text-align:center;padding:60px 40px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:40px;box-shadow:var(--shadow)}.result-hero__score{font-family:var(--font-en);font-size:5rem;font-weight:800;color:var(--su-yellow);line-height:1}.result-hero__mark{display:inline-block;margin-top:16px;padding:8px 32px;border-radius:30px;font-family:var(--font-en);font-size:1.5rem;font-weight:800;background:var(--su-slate);color:#fff}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;width:100%;height:56px;background:var(--bg-card);border-bottom:1px solid var(--border);z-index:99999;padding:0 16px;align-items:center;justify-content:space-between;box-shadow:0 2px 10px #0000000f;box-sizing:border-box}.mobile-header__btn{background:var(--bg-raised);border:1px solid var(--border);border-radius:8px;padding:6px;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mobile-header__btn:hover{background:var(--bg-hover, #f1f5f9)}@media(max-width:768px){html,body,#root,.app-shell{overflow-x:hidden!important;max-width:100vw!important;width:100%!important}.mobile-header{display:flex!important}html[dir=rtl] .main-area,html[dir=ltr] .main-area,.main-area{margin-right:0!important;margin-left:0!important;padding:72px 14px 28px!important;width:100%!important;max-width:100vw!important;box-sizing:border-box!important;overflow-x:hidden!important}.sidebar{position:fixed!important;top:0!important;bottom:0!important;width:285px!important;max-width:85vw!important;z-index:999999!important;visibility:hidden!important;pointer-events:none!important;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility .3s ease!important}html[dir=rtl] .sidebar{right:0!important;left:auto!important;transform:translate(105%)!important}html[dir=ltr] .sidebar{left:0!important;right:auto!important;transform:translate(-105%)!important}html[dir=rtl] .sidebar.sidebar--open,html[dir=ltr] .sidebar.sidebar--open,.sidebar.sidebar--open{visibility:visible!important;pointer-events:auto!important;transform:translate(0)!important;box-shadow:0 0 50px #0009!important}.su-card{padding:16px!important;border-radius:12px!important;max-width:100%!important;box-sizing:border-box!important}.item-card{flex-direction:column;align-items:flex-start}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.admin-dashboard-grid{grid-template-columns:1fr!important}.admin-pending-column{order:-1!important}}.admin-dashboard-grid{grid-template-columns:2fr 1fr}html[data-theme=dark] [style*="background: #ffffff"],html[data-theme=dark] [style*="background: #fff"],html[data-theme=dark] [style*="background: rgb(255, 255, 255)"],html[data-theme=dark] [style*="background-color: #ffffff"],html[data-theme=dark] [style*="background-color: #fff"]{background-color:var(--bg-card)!important;background:var(--bg-card)!important}html[data-theme=dark] [style*="background: #f8fafc"],html[data-theme=dark] [style*="background: #F8FAFC"]{background-color:var(--bg-item)!important;background:var(--bg-item)!important}html[data-theme=dark] [style*="background: #fffbeb"]{background-color:var(--bg-warning)!important;background:var(--bg-warning)!important}html[data-theme=dark] [style*="color: #b45309"]{color:var(--text-warning)!important}html[data-theme=dark] [style*="border: 1px solid #e2e8f0"],html[data-theme=dark] [style*="border: 1px solid #E2E8F0"]{border:1px solid var(--border)!important}html[data-theme=dark] [style*="border-bottom: 1px solid #e2e8f0"],html[data-theme=dark] [style*="border-bottom: 1px solid #E2E8F0"],html[data-theme=dark] [style*="border-bottom: 1px solid #f1f5f9"],html[data-theme=dark] [style*="border-bottom: 1px solid #F1F5F9"]{border-bottom:1px solid var(--border)!important}html[data-theme=dark] [style*="border-right: 1px dashed #cbd5e1"],html[data-theme=dark] [style*="border-right: 1px dashed #CBD5E1"]{border-right:1px dashed var(--border)!important}html[data-theme=dark] [style*="border: 1px solid #cbd5e1"],html[data-theme=dark] [style*="border: 1px solid #CBD5E1"]{border:1px solid var(--border)!important}html[data-theme=dark] [style*="border: 2px dashed #cbd5e1"]{border:2px dashed var(--border)!important}html[data-theme=dark] [style*="color: #64748b"],html[data-theme=dark] [style*="color: #64748B"],html[data-theme=dark] [style*="color: #475569"]{color:var(--text-muted)!important}html[data-theme=dark] [style*="background: #f0fdf4"]{background:#10b9811a!important}html[data-theme=dark] [style*="color: #15803d"],html[data-theme=dark] [style*="color: #166534"]{color:#34d399!important}html[data-theme=dark] [style*="background: #fef2f2"]{background:#ef444426!important}html[data-theme=dark] [style*="color: #ef4444"],html[data-theme=dark] [style*="color: #EF4444"]{color:#f87171!important}html[data-theme=dark] select.su-input,html[data-theme=dark] input.su-input,html[data-theme=dark] select.su-select{background-color:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border)!important}html[data-theme=dark] .su-table th{background-color:var(--bg-item)!important;color:var(--text-primary)!important;border-color:var(--border)!important}
