:root{--admin-sidebar: #0c1222;--admin-sidebar-hover: #151d32;--admin-sidebar-active: #1e293b;--admin-sidebar-border: rgba(255, 255, 255, .06);--admin-accent: #6366f1;--admin-accent-hover: #4f46e5;--admin-accent-soft: rgba(99, 102, 241, .12);--admin-surface: #ffffff;--admin-bg: #f1f5f9;--admin-text: #0f172a;--admin-muted: #64748b;--admin-border: #e2e8f0;--admin-shadow: 0 1px 3px rgba(15, 23, 42, .06), 0 4px 16px rgba(15, 23, 42, .04);--admin-shadow-lg: 0 8px 30px rgba(15, 23, 42, .08);--admin-radius: .875rem}.dark{--admin-surface: #1e293b;--admin-bg: #0f172a;--admin-text: #f8fafc;--admin-muted: #94a3b8;--admin-border: #334155;--admin-shadow: 0 1px 3px rgba(0, 0, 0, .2)}.admin-shell{background:var(--admin-bg);color:var(--admin-text);min-height:100vh}html[lang=ar] .admin-shell{font-family:Cairo,ui-sans-serif,system-ui,sans-serif}.admin-sidebar{background:linear-gradient(180deg,var(--admin-sidebar) 0%,#0a0f1a 100%);border-inline-end:1px solid var(--admin-sidebar-border)}.admin-sidebar-brand{border-bottom:1px solid var(--admin-sidebar-border)}.admin-nav-link{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;margin-bottom:.25rem;border-radius:.625rem;font-size:.875rem;font-weight:500;color:#94a3b8;transition:all .2s ease}.admin-nav-link:hover{background:var(--admin-sidebar-hover);color:#f1f5f9}.admin-nav-link.is-active{background:linear-gradient(90deg,var(--admin-accent-soft),transparent);color:#fff;box-shadow:inset 3px 0 0 var(--admin-accent)}.admin-nav-link.is-active svg{color:var(--admin-accent)}.admin-nav-section{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#475569;padding:1rem .875rem .375rem}.admin-topbar{background:var(--admin-surface);border-bottom:1px solid var(--admin-border);box-shadow:var(--admin-shadow);overflow:visible}.admin-user-pill{display:flex;align-items:center;gap:.625rem;padding:.375rem .75rem .375rem .375rem;border-radius:9999px;background:var(--admin-bg);border:1px solid var(--admin-border)}.admin-avatar{width:2rem;height:2rem;border-radius:9999px;background:linear-gradient(135deg,var(--admin-accent),#818cf8);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.admin-card{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow)}.admin-card-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--admin-border)}.admin-card-body{padding:1.5rem}.admin-stat-card{position:relative;overflow:hidden;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);padding:1.25rem 1.5rem;box-shadow:var(--admin-shadow);transition:transform .2s ease,box-shadow .2s ease}.admin-stat-card:hover{transform:translateY(-2px);box-shadow:var(--admin-shadow-lg)}.admin-stat-card:after{content:"";position:absolute;top:0;inset-inline-end:0;width:5rem;height:5rem;border-radius:9999px;opacity:.08;transform:translate(30%,-30%)}.admin-stat-card--indigo:after{background:#6366f1}.admin-stat-card--emerald:after{background:#10b981}.admin-stat-card--violet:after{background:#8b5cf6}.admin-stat-card--amber:after{background:#f59e0b}.admin-stat-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.admin-stat-icon--indigo{background:#6366f11f;color:#6366f1}.admin-stat-icon--emerald{background:#10b9811f;color:#10b981}.admin-stat-icon--violet{background:#8b5cf61f;color:#8b5cf6}.admin-stat-icon--amber{background:#f59e0b1f;color:#f59e0b}.admin-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.125rem;font-size:.875rem;font-weight:600;border-radius:.625rem;transition:all .2s ease;white-space:nowrap}.admin-btn-primary{background:linear-gradient(135deg,var(--admin-accent),#818cf8);color:#fff;box-shadow:0 4px 14px #6366f159}.admin-btn-primary:hover{background:linear-gradient(135deg,var(--admin-accent-hover),#6366f1);transform:translateY(-1px)}.admin-btn-secondary{background:var(--admin-surface);color:var(--admin-text);border:1px solid var(--admin-border)}.admin-btn-secondary:hover{background:var(--admin-bg)}.admin-btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.dark .admin-btn-danger{background:#dc262626;border-color:#dc26264d}.admin-btn-sm{padding:.375rem .75rem;font-size:.8125rem}.admin-label{display:block;margin-bottom:.375rem;font-size:.8125rem;font-weight:600;color:var(--admin-text)}.admin-input,.admin-select,.admin-textarea{width:100%;padding:.625rem .875rem;font-size:.875rem;color:var(--admin-text);background:var(--admin-bg);border:1px solid var(--admin-border);border-radius:.625rem;transition:border-color .2s,box-shadow .2s}.admin-input:focus,.admin-select:focus,.admin-textarea:focus{outline:none;border-color:var(--admin-accent);box-shadow:0 0 0 3px var(--admin-accent-soft)}.admin-form-section{padding-top:1.25rem;margin-top:1.25rem;border-top:1px solid var(--admin-border)}.select2-container--default .select2-selection--single{height:42px!important;border:1px solid var(--admin-border)!important;border-radius:.625rem!important;background:var(--admin-bg)!important;padding:.375rem .5rem}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:28px!important;color:var(--admin-text)!important;padding-left:.375rem}.select2-container--default .select2-selection--single .select2-selection__arrow{height:40px!important}.select2-dropdown{border:1px solid var(--admin-border)!important;border-radius:.625rem!important;box-shadow:var(--admin-shadow-lg)!important;overflow:hidden}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background:var(--admin-accent)!important}.select2-container--default.select2-container--focus .select2-selection--single,.select2-container--default.select2-container--open .select2-selection--single{border-color:var(--admin-accent)!important;box-shadow:0 0 0 3px var(--admin-accent-soft)}.admin-table-card{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow);overflow:hidden}.admin-table-card .dataTables_wrapper{padding:1rem 1.25rem 1.25rem}table.admin-datatable{width:100%!important;border-collapse:separate;border-spacing:0}table.admin-datatable thead th{background:var(--admin-bg);color:var(--admin-muted);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.875rem 1rem!important;border-bottom:1px solid var(--admin-border)!important}table.admin-datatable tbody td{padding:.875rem 1rem!important;border-bottom:1px solid var(--admin-border)!important;font-size:.875rem;color:var(--admin-text);vertical-align:middle}table.admin-datatable tbody tr:hover td{background:var(--admin-accent-soft)}table.admin-datatable tbody tr:last-child td{border-bottom:none!important}.dataTables_wrapper .dataTables_filter input,.dataTables_wrapper .dataTables_length select{border:1px solid var(--admin-border);border-radius:.5rem;padding:.375rem .75rem;font-size:.875rem;background:var(--admin-bg);color:var(--admin-text)}.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length label,.dataTables_wrapper .dataTables_filter label{font-size:.8125rem;color:var(--admin-muted)}.dataTables_wrapper .dataTables_paginate .paginate_button{border-radius:.5rem!important;padding:.375rem .75rem!important;margin:0 .125rem;border:1px solid var(--admin-border)!important;background:var(--admin-surface)!important;color:var(--admin-text)!important}.dataTables_wrapper .dataTables_paginate .paginate_button.current{background:var(--admin-accent)!important;border-color:var(--admin-accent)!important;color:#fff!important}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:var(--admin-accent-soft)!important;border-color:var(--admin-accent)!important;color:var(--admin-accent)!important}.admin-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:9999px}.admin-badge--success{background:#dcfce7;color:#15803d}.admin-badge--danger{background:#fee2e2;color:#b91c1c}.admin-badge--neutral{background:#f1f5f9;color:#475569}.dark .admin-badge--success{background:#16a34a33;color:#4ade80}.dark .admin-badge--danger{background:#dc262633;color:#f87171}.dark .admin-badge--neutral{background:#94a3b826;color:#cbd5e1}.admin-action-group{display:inline-flex;align-items:center;gap:.375rem;flex-wrap:wrap;justify-content:center}.admin-action-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .625rem;font-size:.75rem;font-weight:600;border-radius:.5rem;transition:all .15s ease}.admin-action-btn--view{background:#6366f11a;color:#6366f1}.admin-action-btn--view:hover{background:#6366f133}.admin-action-btn--edit{background:#0ea5e91a;color:#0284c7}.admin-action-btn--edit:hover{background:#0ea5e933}.admin-action-btn--delete{background:#ef44441a;color:#dc2626;border:none;cursor:pointer}.admin-action-btn--delete:hover{background:#ef444433}.admin-page-header{margin-bottom:1.5rem}.admin-page-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--admin-text)}.admin-page-subtitle{margin-top:.25rem;font-size:.875rem;color:var(--admin-muted)}.admin-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;font-size:.8125rem;margin-bottom:.625rem}.admin-breadcrumb-link{color:var(--admin-muted);text-decoration:none;transition:color .15s ease}.admin-breadcrumb-link:hover{color:var(--admin-accent)}.admin-breadcrumb-current{color:var(--admin-text);font-weight:500}.admin-breadcrumb-separator{color:var(--admin-muted);opacity:.45;-webkit-user-select:none;user-select:none;font-size:.75rem}[dir=rtl] .admin-breadcrumb-separator{transform:scaleX(-1)}.admin-login-shell{min-height:100vh;display:grid;grid-template-columns:1fr}@media(min-width:1024px){.admin-login-shell{grid-template-columns:1fr 1fr}}.admin-login-brand{display:none;background:linear-gradient(145deg,#0c1222,#1e1b4b,#312e81);padding:3rem;color:#fff;position:relative;overflow:hidden}@media(min-width:1024px){.admin-login-brand{display:flex;flex-direction:column;justify-content:center}}.admin-login-brand:before{content:"";position:absolute;width:24rem;height:24rem;border-radius:9999px;background:#6366f133;top:-6rem;inset-inline-end:-6rem;filter:blur(60px)}.admin-login-form-panel{display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--admin-bg)}.admin-login-card{width:100%;max-width:26rem;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:1rem;padding:2rem;box-shadow:var(--admin-shadow-lg)}.admin-activity-item{display:flex;gap:.875rem;padding:.875rem 0;border-bottom:1px solid var(--admin-border)}.admin-activity-item:last-child{border-bottom:none}.admin-activity-dot{width:.5rem;height:.5rem;margin-top:.375rem;border-radius:9999px;background:var(--admin-accent);flex-shrink:0}.admin-chart-wrap{position:relative;height:280px}.admin-notify{position:relative;z-index:60}.admin-notify-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.625rem;color:var(--admin-muted);cursor:pointer;border:none;background:transparent;list-style:none;transition:background .15s ease,color .15s ease}.admin-notify-trigger::-webkit-details-marker{display:none}.admin-notify-trigger::marker{display:none;content:""}.admin-notify[open] .admin-notify-trigger,.admin-notify-trigger:hover{background:#6366f11a;color:var(--admin-accent)}.admin-notify-badge{position:absolute;top:.25rem;inset-inline-end:.25rem;min-width:1.125rem;height:1.125rem;padding:0 .25rem;border-radius:9999px;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;line-height:1.125rem;text-align:center}.admin-notify-panel{position:absolute;top:calc(100% + .5rem);inset-inline-end:0;width:min(22rem,calc(100vw - 2rem));background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-lg);z-index:70;overflow:hidden}.admin-notify-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--admin-border)}.admin-notify-mark-all{font-size:.75rem;font-weight:500;color:var(--admin-accent)}.admin-notify-mark-all:hover{text-decoration:underline}.admin-notify-list{max-height:18rem;overflow-y:auto}.admin-notify-item-form{display:block}.admin-notify-item{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.875rem 1rem;text-align:start;transition:background .15s ease}.admin-notify-item:hover{background:#6366f10f}.admin-notify-item.is-unread{background:#6366f114}.admin-notify-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;flex-shrink:0}.admin-notify-icon--calendar{background:#10b98126;color:#10b981}.admin-notify-icon--bell{background:var(--admin-accent-soft);color:var(--admin-accent)}.admin-notify-title{display:block;font-size:.8125rem;font-weight:600;color:var(--admin-text)}.admin-notify-message{display:block;font-size:.75rem;color:var(--admin-muted);margin-top:.125rem;line-height:1.4}.admin-notify-time{display:block;font-size:.6875rem;color:var(--admin-muted);opacity:.8;margin-top:.25rem}.admin-notify-empty{padding:2rem 1rem;text-align:center;font-size:.875rem;color:var(--admin-muted)}.admin-notify-empty-icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:9999px;background:var(--admin-accent-soft);color:var(--admin-accent)}.admin-notify-panel-foot{padding:.625rem 1rem;border-top:1px solid var(--admin-border);text-align:center}.admin-notify-view-all{font-size:.8125rem;font-weight:500;color:var(--admin-accent)}.admin-notify-view-all:hover{text-decoration:underline}.employer-guide-banner{border-radius:var(--admin-radius);border:1px solid rgba(99,102,241,.25);background:linear-gradient(135deg,#6366f114,#8b5cf60d);transition:border-color .2s ease,box-shadow .2s ease}.employer-guide-banner:hover{border-color:#6366f173;box-shadow:var(--admin-shadow)}.employer-guide-banner-inner{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem}.employer-guide-banner-icon{font-size:1.75rem;line-height:1}.employer-guide-hero{position:relative;overflow:hidden;border-radius:1.25rem;padding:2rem 1.75rem;background:linear-gradient(135deg,#312e81,#4338ca 45%,#6366f1)}.employer-guide-hero-glow{position:absolute;width:20rem;height:20rem;border-radius:9999px;background:#ffffff1f;top:-8rem;inset-inline-end:-4rem;filter:blur(40px)}.employer-guide-hero-badge{display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffffbf;background:#ffffff1f;padding:.25rem .625rem;border-radius:9999px}.employer-guide-step{position:relative;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);padding:1.25rem;box-shadow:var(--admin-shadow);overflow:hidden}.employer-guide-step:before{content:"";position:absolute;top:0;inset-inline-start:0;width:4px;height:100%}.employer-guide-step--indigo:before{background:#6366f1}.employer-guide-step--violet:before{background:#8b5cf6}.employer-guide-step--emerald:before{background:#10b981}.employer-guide-step--amber:before{background:#f59e0b}.employer-guide-step--rose:before{background:#f43f5e}.employer-guide-step-num{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;font-size:.875rem;font-weight:700;background:var(--admin-accent-soft);color:var(--admin-accent)}.employer-guide-card{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);padding:1.5rem;box-shadow:var(--admin-shadow);transition:transform .2s ease,box-shadow .2s ease}.employer-guide-card:hover{transform:translateY(-2px);box-shadow:var(--admin-shadow-lg)}.employer-guide-card--indigo{border-top:3px solid #6366f1}.employer-guide-card--violet{border-top:3px solid #8b5cf6}.employer-guide-card--emerald{border-top:3px solid #10b981}.employer-guide-card--amber{border-top:3px solid #f59e0b}.employer-guide-card--rose{border-top:3px solid #f43f5e}.employer-guide-card--sky{border-top:3px solid #0ea5e9}.employer-guide-card-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background:var(--admin-accent-soft);color:var(--admin-accent);flex-shrink:0}.employer-guide-list{list-style:none;padding:0;margin:0}.employer-guide-list li{position:relative;padding-inline-start:1.25rem;font-size:.875rem;color:var(--admin-muted);line-height:1.5;margin-bottom:.5rem}.employer-guide-list li:before{content:"✓";position:absolute;inset-inline-start:0;color:#10b981;font-weight:700;font-size:.75rem}.employer-guide-tip{padding:.75rem 1rem;border-radius:.625rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2)}.employer-guide-tip-label{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#d97706;margin-bottom:.25rem}.employer-guide-tip p{font-size:.8125rem;color:var(--admin-text);line-height:1.5;margin:0}.employer-guide-card-link{color:var(--admin-accent)}.employer-guide-card-link:hover{color:var(--admin-accent-hover)}.employer-guide-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.5rem;border-radius:var(--admin-radius);background:var(--admin-surface);border:1px dashed var(--admin-border)}
