:root{--primary:#3b82f6;--primary-dark:#2563eb;--primary-light:#60a5fa;--secondary:#64748b;--secondary-dark:#475569;--success:#10b981;--success-dark:#059669;--danger:#ef4444;--danger-dark:#dc2626;--warning:#f59e0b;--warning-dark:#d97706;--info:#06b6d4;--info-dark:#0891b2;--background:#f1f5f9;--surface:#fff;--text:#0f172a;--text-light:#64748b;--text-muted:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--radius-sm:6px;--radius:8px;--radius-md:12px;--radius-lg:16px;--transition:all .2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:15px;line-height:1.6}.auth-screen,#login-screen,#register-screen{background:var(--primary-dark);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative}.auth-screen:before,#login-screen:before,#register-screen:before{content:"";opacity:.5;background:url("data:image/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http://www.w3.org/2000/svg\"><defs><pattern id=\"grid\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><path d=\"M 100 0 L 0 0 0 100\" fill=\"none\" stroke=\"rgba(255,255,255,0.05)\" stroke-width=\"1\"/></pattern></defs><rect width=\"100%\" height=\"100%\" fill=\"url(%23grid)\"/></svg>");position:absolute;inset:0}.auth-container{border-radius:var(--radius-lg);width:100%;max-width:460px;box-shadow:var(--shadow-xl);z-index:1;background:#fff;padding:48px;animation:.5s ease-out fadeInUp;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-logo{background:var(--primary);border-radius:var(--radius-md);width:80px;height:80px;box-shadow:var(--shadow-lg);justify-content:center;align-items:center;margin:0 auto 24px;display:flex}.auth-logo i{color:#fff;font-size:36px}.auth-container h2,.auth-header h1{color:var(--text);text-align:center;margin-bottom:8px;font-size:28px;font-weight:700}.auth-header{text-align:center;margin-bottom:32px}.auth-header>i{color:var(--primary);margin-bottom:16px;font-size:64px;display:block}.auth-header p{color:var(--text-light);font-size:15px}.auth-form .form-group,.auth-container .form-group{margin-bottom:20px}.auth-form label,.auth-container label{color:var(--text);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.auth-form label i,.auth-container label i{color:var(--primary);margin-right:6px}.auth-form input,.auth-container input{border:2px solid var(--border);border-radius:var(--radius);width:100%;transition:var(--transition);background:var(--surface);padding:12px 16px;font-family:inherit;font-size:15px}.auth-form input:hover,.auth-container input:hover{border-color:var(--primary-light)}.auth-form input:focus,.auth-container input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.auth-footer{text-align:center;color:var(--text-light);margin-top:24px;font-size:14px}.auth-footer a{color:var(--primary);transition:var(--transition);font-weight:600;text-decoration:none}.auth-footer a:hover{color:var(--primary-dark);text-decoration:underline}.auth-container .btn{width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:600}.app-header{border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);z-index:100;background:#fff;padding:16px 0;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 24px;display:flex}.header-left{align-items:center;gap:12px;display:flex}.header-icon{color:var(--primary);font-size:28px}.header-content h1,.app-header h1{color:var(--text);margin:0;font-size:20px;font-weight:700}.user-menu{align-items:center;gap:16px;display:flex}.user-info{background:var(--background);border-radius:var(--radius);text-align:right;align-items:center;gap:12px;padding:8px 16px;display:flex}.user-info strong{color:var(--text);font-size:14px;font-weight:600;display:block}.user-name{color:var(--text);font-size:14px;font-weight:600}.user-badge,.user-info .user-role{background:var(--primary-light);color:#fff;border-radius:12px;margin-top:2px;padding:2px 8px;font-size:12px;display:inline-block}#theme-toggle{cursor:pointer;color:var(--text-light);transition:var(--transition);background:0 0;border:none;padding:8px;font-size:20px}#theme-toggle:hover{color:var(--primary)}#app-body{align-items:flex-start;min-height:calc(100vh - 65px);display:flex}.sidebar{border-right:1px solid var(--border);z-index:90;background:#fff;flex-direction:column;flex-shrink:0;width:230px;min-width:230px;min-height:calc(100vh - 65px);transition:width .22s cubic-bezier(.4,0,.2,1),min-width .22s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:65px;overflow:hidden auto}.sidebar.collapsed{width:60px;min-width:60px}.sidebar-collapse-btn{border:1px solid var(--border);cursor:pointer;color:#94a3b8;z-index:91;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;transition:all .2s;display:flex;position:absolute;top:20px;right:-14px;box-shadow:0 1px 4px #0000001f}.sidebar-collapse-btn:hover{color:var(--primary);border-color:var(--primary)}.sidebar.collapsed .sidebar-collapse-btn i{transform:rotate(180deg)}.nav-tabs{background:#fff;flex-direction:column;flex:1;gap:2px;padding:52px 8px 16px;display:flex}.nav-tab{color:#64748b;cursor:pointer;white-space:nowrap;text-align:left;background:0 0;border:none;border-left:3px solid #0000;border-radius:8px;align-items:center;gap:10px;width:100%;padding:11px 14px;font-size:14px;font-weight:500;transition:all .18s;display:flex;overflow:hidden}.nav-tab i{text-align:center;flex-shrink:0;width:18px;font-size:15px}.nav-tab:hover{color:var(--primary);background:#3b82f60f}.nav-tab.active{color:var(--primary);border-left-color:var(--primary);background:#3b82f61a;font-weight:600}.sidebar.collapsed .nav-tab{border-bottom:3px solid #0000;border-left:none;border-radius:10px;justify-content:center;padding:13px;font-size:0}.sidebar.collapsed .nav-tab i{width:auto;font-size:17px}.sidebar.collapsed .nav-tab.active{border-bottom-color:var(--primary);border-left-color:#0000}.sidebar.collapsed .nav-tabs{align-items:center;padding:52px 6px 16px}.nav-divider{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;white-space:nowrap;-webkit-user-select:none;user-select:none;padding:10px 14px 3px;font-size:10px;font-weight:700}.sidebar.collapsed .nav-divider{display:none}.sidebar-scroll-fade{pointer-events:none;background:linear-gradient(#0000,#fff);flex-shrink:0;height:32px;display:none;position:sticky;bottom:0}.sidebar.has-overflow .sidebar-scroll-fade{display:block}.main-content,#main-content{flex:1;min-width:0;max-width:100%;min-height:calc(100vh - 65px);padding:28px 32px}.page-header{margin-bottom:24px}.page-header h2{color:var(--text);margin:0 0 8px;font-size:28px}.page-header p{color:var(--text-light);margin:0}.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:24px;display:grid}.card{border-radius:var(--radius-md);box-shadow:var(--shadow);background:#fff;overflow:hidden}.card-header{border-bottom:1px solid var(--border);padding:20px 24px}.card-header h3{color:var(--text);margin:0;font-size:18px}.card-header h4{color:var(--text);margin:0;font-size:16px}.card>p,.card>div:not(.card-header){padding:20px 24px}.stat-card{border-radius:var(--radius-md);box-shadow:var(--shadow);border-top:3px solid;border-color:var(--primary);transition:var(--transition);background:#fff;padding:24px}.stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.stat-label{color:var(--text-light);margin-bottom:8px;font-size:14px;font-weight:500}.stat-label i{margin-right:6px}.stat-value{color:var(--primary);font-size:36px;font-weight:700}.form-group{margin-bottom:20px}.form-group label{color:var(--text);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-group label i{color:var(--primary);margin-right:6px}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.form-group input[type=number],.form-group input[type=datetime-local],.form-group input[type=date],.form-group input[type=time],.form-group select,.form-group textarea{border:2px solid var(--border);border-radius:var(--radius);width:100%;transition:var(--transition);padding:10px 14px;font-family:inherit;font-size:14px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:100px}.form-group input[type=file]{border:2px dashed var(--border);border-radius:var(--radius);cursor:pointer;width:100%;padding:10px}.form-group input[type=file]:hover{border-color:var(--primary)}.form-help{color:var(--text-muted);margin-top:6px;font-size:13px;display:block}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.form-row.three-cols{grid-template-columns:repeat(3,1fr)}.btn{border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn i{font-size:16px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--secondary);color:#fff}.btn-secondary:hover{background:#475569}.btn-success{background:var(--success);color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-warning{background:var(--warning);color:#fff}.btn-warning:hover{background:#d97706}.btn-info{background:var(--info);color:#fff}.btn-info:hover{background:#0891b2}.btn-sm{padding:6px 12px;font-size:13px}.btn-icon{justify-content:center;width:36px;height:36px;padding:8px}.btn-block{justify-content:center;width:100%}.btn-icon-sm{border-radius:var(--radius-sm);transition:var(--transition);box-shadow:var(--shadow-sm);cursor:pointer;border:none;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.btn-icon-sm:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-icon-sm i{font-size:14px}.btn-icon-sm.btn-warning{background:var(--warning);color:#fff}.btn-icon-sm.btn-warning:hover{background:var(--warning-dark)}.btn-icon-sm.btn-danger{background:var(--danger);color:#fff}.btn-icon-sm.btn-danger:hover{background:var(--danger-dark)}table{border-collapse:collapse;width:100%}thead{background:var(--background);position:sticky;top:0}th{text-align:left;color:var(--text);border-bottom:2px solid var(--border);padding:12px;font-size:14px;font-weight:600}th i{color:var(--primary);margin-right:6px}td{border-bottom:1px solid var(--border);color:var(--text);padding:12px;font-size:14px}tr:hover{background:var(--background)}tbody tr:last-child td{border-bottom:none}.user-table{width:100%}.status-badge{border-radius:12px;align-items:center;gap:6px;padding:4px 12px;font-size:13px;font-weight:600;display:inline-flex}.status-badge i{font-size:12px}.status-badge.success{color:#065f46;background:#d1fae5}.status-badge.danger{color:#991b1b;background:#fee2e2}.status-badge.warning{color:#92400e;background:#fef3c7}.status-badge.secondary{color:#475569;background:#e2e8f0}.status-badge.info{color:#155e75;background:#cffafe}.badge{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.alert{border-radius:var(--radius);border-left:4px solid;align-items:flex-start;gap:12px;margin-bottom:20px;padding:16px 20px;animation:.3s ease-out slideInRight;display:flex}.alert i{flex-shrink:0;font-size:20px}.alert-info{color:#1e40af;background:#dbeafe;border-color:#3b82f6}.alert-success{color:#065f46;background:#d1fae5;border-color:#10b981}.alert-warning{color:#92400e;background:#fef3c7;border-color:#f59e0b}.alert-error{color:#991b1b;background:#fee2e2;border-color:#ef4444}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}#loader,.loader{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:.8s linear infinite spin}#loader p,.loader p{color:#fff;margin-top:16px;font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}#modal,.modal{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;width:100%;height:100%;animation:.2s ease-out fadeIn;display:none;position:fixed;top:0;left:0}.modal-content{border-radius:var(--radius-lg);background:#fff;max-width:600px;max-height:80vh;margin:5% auto;padding:32px;animation:.3s ease-out modalSlideUp;position:relative;overflow-y:auto}.modal-content h2{color:var(--primary);margin-top:0;margin-bottom:24px}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:8px;font-size:24px;line-height:1;position:absolute;top:16px;right:16px}.modal-close:hover{color:var(--danger)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.text-center{text-align:center}.d-flex{display:flex}.gap-2{gap:12px}.empty-message{text-align:center;color:var(--text-muted);padding:40px 20px;font-style:italic}.empty-message i{opacity:.5;margin-bottom:12px;font-size:48px;display:block}.reclamation-item{border-radius:var(--radius);border-left:4px solid var(--warning);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:16px;padding:20px}.reclamation-item.pending{border-left-color:var(--warning)}.reclamation-item.resolved{border-left-color:var(--success)}.reclamation-item.rejected{border-left-color:var(--danger)}.reclamation-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.reclamation-item p{color:var(--text);margin:8px 0}.formations-list{flex-direction:column;gap:24px;display:flex}.formation-card{border:2px solid var(--primary);border-radius:var(--radius-md);background:#fff;overflow:hidden}.formation-header{background:var(--primary);color:#fff;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.formation-header h4{margin:0;font-size:20px}.formation-actions{gap:8px;display:flex}.semesters-container{padding:20px}.semester-card{border-left:4px solid var(--primary);border-radius:var(--radius);background:#f8fafc;margin-bottom:16px;padding:16px}.semester-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ues-container{margin-top:12px;padding-left:20px}.ue-card{border-left:4px solid var(--success);border-radius:var(--radius);background:#fff;margin-bottom:12px;padding:16px}.ue-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ecs-list{margin-top:12px;padding-left:20px}.ec-item{border-left:4px solid var(--warning);border-radius:var(--radius);background:#fef3c7;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px;display:flex}.user-management{max-width:1200px;margin:0 auto;padding:20px}.user-header{border-bottom:2px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;display:flex}.user-stats{gap:12px;display:flex}.user-stats span{background:var(--primary);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;display:flex}.user-stats span i{font-size:16px}.create-buttons{gap:12px;margin-bottom:30px;display:flex}.user-section{border-radius:var(--radius-md);box-shadow:var(--shadow);border:1px solid var(--border);background:#fff;margin-bottom:40px;padding:24px}.user-section h3{color:var(--text);border-bottom:3px solid var(--primary);align-items:center;gap:10px;margin:0 0 20px;padding-bottom:12px;font-size:18px;font-weight:700;display:flex}.user-section h3 i{color:var(--primary);font-size:20px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:24px;display:grid}@media (max-width:768px){.grid{grid-template-columns:1fr}.app-header,.header-content{flex-direction:column;gap:12px}.sidebar{z-index:1100;height:calc(100vh - 65px);transition:transform .25s cubic-bezier(.4,0,.2,1),width .22s;position:fixed;top:65px;left:0;transform:translate(-100%);box-shadow:4px 0 20px #00000026;width:230px!important;min-width:230px!important}.sidebar.open{transform:translate(0)}.sidebar-collapse-btn{display:none}#sidebar-toggle{display:flex!important}#sidebar-overlay{z-index:1099;background:#00000059;display:none;position:fixed;inset:0}#sidebar-overlay.visible{display:block}#main-content{width:100%;padding:16px}.nav-tabs{padding:52px 8px 16px;font-size:14px}.nav-tab{padding:12px 14px;font-size:14px}.formation-header,.semester-header,.ue-header,.ec-item{flex-direction:column;gap:12px}.reclamation-header{flex-direction:column}.stat-value{font-size:28px}.modal-content{margin:10% 5%;padding:20px}.user-header{flex-direction:column;align-items:flex-start}.user-stats{flex-wrap:wrap;margin-top:12px}.form-row{grid-template-columns:1fr}.page-header h2{font-size:24px}.card{padding:16px}.auth-container{padding:32px 24px}table{font-size:13px}th,td{padding:10px 8px}.formation-actions{justify-content:flex-start;width:100%}.exam-card-actions{flex-direction:column}.card table{min-width:500px}.card{overflow-x:auto}.navbar-brand{font-size:15px}.user-avatar-info,.av-chevron{display:none}.notif-panel{width:calc(100vw - 20px);max-width:360px;max-height:70vh;right:-10px}#signature-overlay>div{padding:18px 14px}#sig-canvas{width:100%!important;height:120px!important}#exam-answers{min-height:200px;font-size:16px}#camera-preview-container{bottom:10px!important;right:10px!important}#exam-camera-preview{width:100px!important;height:75px!important}.stat-card{min-width:120px}@media (max-width:400px){.btn-label-mobile{display:none}}}@media (max-width:480px){.page-header h2{font-size:20px}.nav-tab{padding:10px 12px;font-size:13px}}#notif-badge{animation:2s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.incident-high{color:#ef4444;font-weight:700}.incident-medium{color:#f59e0b}.incident-low{color:#10b981}.theme-dark{--primary:#3b82f6;--primary-dark:#2563eb;--primary-light:#60a5fa;--background:#0f172a;--surface:#1e293b;--text:#f1f5f9;--text-light:#cbd5e1;--text-muted:#94a3b8;--border:#334155;--border-light:#1e293b;--shadow:0 1px 3px #0006;--shadow-md:0 4px 12px #00000080;--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--border-color:#334155;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.theme-dark,.theme-dark body{color:#f1f5f9;background:#0f172a}.theme-dark .sidebar{background:#1e293b;border-right-color:#334155}.theme-dark .sidebar-collapse-btn{background:#1e293b;border-color:#334155}.theme-dark .nav-tabs{background:#1e293b}.theme-dark .nav-tab{color:#cbd5e1;background:0 0}.theme-dark .nav-tab:hover{color:#f1f5f9;background:#ffffff0f}.theme-dark .nav-tab.active{color:#60a5fa;background:#3b82f626;border-left-color:#60a5fa}.theme-dark .sidebar-scroll-fade{background:linear-gradient(#0000,#1e293b)}.theme-dark .card,.theme-dark .modal-content{color:#f1f5f9;background:#1e293b;border-color:#334155}.theme-dark .card-header{color:#f1f5f9;background:#1e293b;border-bottom-color:#334155}.theme-dark table{background:#1e293b}.theme-dark thead tr{background:#334155!important}.theme-dark thead th{color:#cbd5e1!important;border-color:#334155!important}.theme-dark tbody tr{border-color:#334155}.theme-dark tbody tr:hover{background:#334155}.theme-dark tbody td{color:#f1f5f9;border-color:#334155}.theme-dark input,.theme-dark select,.theme-dark textarea{color:#f1f5f9;background:#334155;border-color:#475569}.theme-dark input::placeholder,.theme-dark textarea::placeholder{color:#94a3b8}.theme-dark .btn-secondary{color:#f1f5f9;background:#334155;border-color:#475569}.theme-dark .stat-card{background:#334155}.theme-dark .alert{color:#f1f5f9;background:#1e293b;border-color:#334155}.theme-dark .page-header h2,.theme-dark .page-header p{color:#f1f5f9}.theme-dark label{color:#cbd5e1}.theme-dark small{color:#94a3b8}.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark h5,.theme-dark h6{color:#f1f5f9}.theme-dark #main-content{color:#f1f5f9;background:#0f172a}.theme-dark [style*=background\:white],.theme-dark [style*="background: white"],.theme-dark [style*="background:#fff"],.theme-dark [style*="background: #fff"],.theme-dark [style*="background:#ffffff"],.theme-dark [style*="background:#f8fafc"],.theme-dark [style*="background:#f1f5f9"],.theme-dark [style*="background:#f0f9ff"],.theme-dark [style*="background:#fafafa"],.theme-dark [style*="background:#f9fafb"],.theme-dark [style*="background:#ecfdf5"],.theme-dark [style*="background:#fef3c7"],.theme-dark [style*="background:#fff7ed"],.theme-dark [style*="background:#fef2f2"],.theme-dark [style*="background:#eff6ff"],.theme-dark [style*="background:#f0fdf4"]{background:#1e293b!important}.theme-dark [style*="color:#0f172a"],.theme-dark [style*="color:#1e293b"],.theme-dark [style*="color:#111827"],.theme-dark [style*="color:#1f2937"],.theme-dark [style*="color:#374151"]{color:#f1f5f9!important}.theme-dark [style*="color:#64748b"],.theme-dark [style*="color:#475569"],.theme-dark [style*="color:#6b7280"],.theme-dark [style*="color:#4b5563"]{color:#94a3b8!important}.theme-dark [style*="color:#94a3b8"],.theme-dark [style*="color:#9ca3af"]{color:#64748b!important}.theme-dark [style*="border:1px solid #e2e8f0"],.theme-dark [style*="border: 1px solid #e2e8f0"],.theme-dark [style*="border:1.5px solid #e2e8f0"],.theme-dark [style*="border-bottom:1px solid #e2e8f0"],.theme-dark [style*="border-bottom: 1px solid #e2e8f0"],.theme-dark [style*="border-top:1px solid #e2e8f0"],.theme-dark [style*="border-color:#e2e8f0"],.theme-dark [style*="border-color: #e2e8f0"],.theme-dark [style*="border-color:#f1f5f9"]{border-color:#334155!important}.theme-dark [style*="box-shadow:0 1px"],.theme-dark [style*="box-shadow: 0 1px"]{box-shadow:0 1px 3px #0006!important}.theme-dark *{scrollbar-color:#475569 #1e293b}.theme-dark ::-webkit-scrollbar-track{background:#1e293b}.theme-dark ::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.theme-dark ::-webkit-scrollbar-thumb:hover{background:#64748b}html,body,#__next{height:100%}a{color:inherit;text-decoration:none}.spin{animation:.8s linear infinite spin}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}.toast-container{z-index:9999;flex-direction:column;gap:8px;max-width:380px;display:flex;position:fixed;top:20px;right:20px}.toast{border-radius:var(--radius);box-shadow:var(--shadow-lg);cursor:pointer;align-items:center;gap:10px;padding:14px 18px;font-size:14px;font-weight:500;animation:.3s ease-out slideInRight;display:flex}.toast.success{color:#065f46;background:#d1fae5;border-left:4px solid #10b981}.toast.error{color:#991b1b;background:#fee2e2;border-left:4px solid #ef4444}.toast.warning{color:#92400e;background:#fef3c7;border-left:4px solid #f59e0b}.btn-home{color:#3b82f6;z-index:10;background:#ffffffe6;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;position:absolute;top:20px;left:20px;box-shadow:0 4px 12px #0000001a}.btn-home:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.lang-switcher{align-items:center;margin-right:6px;display:flex;position:relative}.lang-btn{cursor:pointer;color:#334155;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:5px;padding:6px 11px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.lang-btn:hover{background:#e2e8f0}.lang-menu{z-index:1100;background:#fff;border-radius:10px;min-width:148px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 24px #00000021,0 0 0 1px #0000000f}.lang-option{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:9px;width:100%;padding:10px 14px;font-family:inherit;font-size:13.5px;font-weight:500;transition:background .12s;display:flex}.lang-option:hover{background:#f1f5f9}.lang-option.active{color:#2563eb;background:#eff6ff;font-weight:700}.lang-flag{font-size:18px}.toast.info{color:#1e40af;background:#dbeafe;border-left:4px solid #3b82f6}
