@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");:root{--background:#fff;--foreground:#171717;--background-color:#fff;--text-color:#1f2937;--text-secondary:#6b7280;--primary-color:#3b82f6;--primary-hover:#2563eb;--card-background:#fff;--border-color:#e5e7eb;--input-background:#fff;--table-header-background:#f9fafb;--table-row-hover:#f9fafb}body:not(.dark-mode){--background:#fff;--foreground:#171717}body.dark-mode{--background:#1a1a1a;--foreground:#fff}[data-theme=dark],body.dark-mode{--background-color:#111827;--text-color:#f9fafb;--text-secondary:#9ca3af;--primary-color:#3b82f6;--primary-hover:#2563eb;--card-background:#1f2937;--border-color:#374151;--input-background:#1f2937;--table-header-background:#374151;--table-row-hover:#374151}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}html[lang=ar] *,html[lang=ar] .admin-panel,html[lang=ar] .admin-panel *,html[lang=ar] .pageContainer,html[lang=ar] .pageContainer *,html[lang=ar] aside,html[lang=ar] aside *,html[lang=ar] body{font-family:Noto Kufi Arabic,Arial,sans-serif!important}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}body.dark-mode::-webkit-scrollbar{width:8px}body.dark-mode::-webkit-scrollbar-track{background:#2d2d2d}body.dark-mode::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}body.dark-mode::-webkit-scrollbar-thumb:hover{background:#555}