:root{--bg_h:#e6e9ef;--bg:#eff1f5;--bg_s:#e6e9ef;--bg1:#dce0e8;--bg2:#ccd0da;--bg3:#bcc0cc;--bg4:#acb0be;--fg:#4c4f69;--fg1:#5c5f77;--fg2:#6c6f85;--fg3:#7c7f93;--fg4:#8c8fa1;--red:#d20f39;--green:#40a02b;--yellow:#df8e1d;--blue:#1e66f5;--purple:#8839ef;--aqua:#179299;--orange:#fe640b;--gray:#9ca0b0;--red-dim:#d20f39;--green-dim:#40a02b;--yellow-dim:#df8e1d;--blue-dim:#1e66f5;--purple-dim:#8839ef;--aqua-dim:#179299;--orange-dim:#fe640b;--gray-dim:#9ca0b0}.darkmode{--bg_h:#181825;--bg:#1e1e2e;--bg_s:#181825;--bg1:#11111b;--bg2:#313244;--bg3:#45475a;--bg4:#585b70;--fg:#cdd6f4;--fg1:#bac2de;--fg2:#a6adc8;--fg3:#9399b2;--fg4:#7f849c;--red:#f38ba8;--green:#a6e3a1;--yellow:#f9e2af;--blue:#89b4fa;--purple:#cba6f7;--aqua:#94e2d5;--orange:#fab387;--gray:#6c7086;--red-dim:#f38ba8;--green-dim:#a6e3a1;--yellow-dim:#f9e2af;--blue-dim:#89b4fa;--purple-dim:#cba6f7;--aqua-dim:#94e2d5;--gray-dim:#6c7086;--orange-dim:#fab387}@font-face{font-display:swap;font-family:almarai-bold;font-style:normal;font-weight:700;src:url(../fonts/Almarai-Bold.ttf)}@font-face{font-display:swap;font-family:amiri-bold;font-style:normal;font-weight:700;src:url(../fonts/Amiri-Bold.ttf)}@font-face{font-display:swap;font-family:cairo-bold;font-style:normal;font-weight:700;src:url(../fonts/Cairo-Bold.ttf)}@font-face{font-display:swap;font-family:elmessiri-regular;font-style:normal;font-weight:400;src:url(../fonts/ElMessiri-Regular.ttf)}@font-face{font-display:swap;font-family:rakkas-regular;font-style:normal;font-weight:400;src:url(../fonts/Rakkas-Regular.ttf)}@font-face{font-display:swap;font-family:tajawal-bold;font-style:normal;font-weight:700;src:url(../fonts/Tajawal-Bold.ttf)}@font-face{font-display:swap;font-family:almarai-regular;font-style:normal;font-weight:400;src:url(../fonts/Almarai-Regular.ttf)}@font-face{font-display:swap;font-family:amiri-bolditalic;font-style:italic;font-weight:700;src:url(../fonts/Amiri-BoldItalic.ttf)}@font-face{font-display:swap;font-family:amiri-regular;font-style:normal;font-weight:400;src:url(../fonts/Amiri-Regular.ttf)}@font-face{font-display:swap;font-family:elmessiri-bold;font-style:normal;font-weight:700;src:url(../fonts/ElMessiri-Bold.ttf)}@font-face{font-display:swap;font-family:notokufiarabic-bold;font-style:normal;font-weight:700;src:url(../fonts/NotoKufiArabic-Bold.ttf)}@font-face{font-display:swap;font-family:reemkufi-bold;font-style:normal;font-weight:700;src:url(../fonts/ReemKufi-Bold.ttf)}@font-face{font-display:swap;font-family:tajawal-regular;font-style:normal;font-weight:400;src:url(../fonts/Tajawal-Regular.ttf)}@font-face{font-display:swap;font-family:latin modern mono;font-style:normal;font-weight:700;src:url(../fonts/lmmono-bold.woff)}@font-face{font-display:swap;font-family:latin modern mono;font-style:italic;font-weight:700;src:url(../fonts/lmmono-bolditalic.woff)}@font-face{font-display:swap;font-family:latin modern mono;font-style:italic;font-weight:400;src:url(../fonts/lmmono-italic.woff)}@font-face{font-display:swap;font-family:latin modern mono;font-style:normal;font-weight:400;src:url(../fonts/lmmono-normal.woff)}@font-face{font-display:swap;font-family:latin modern roman;font-style:normal;font-weight:700;src:url(../fonts/lmroman-bold.woff)}@font-face{font-display:swap;font-family:latin modern roman;font-style:italic;font-weight:700;src:url(../fonts/lmroman-bolditalic.woff)}@font-face{font-display:swap;font-family:latin modern roman;font-style:italic;font-weight:400;src:url(../fonts/lmroman-italic.woff)}@font-face{font-display:swap;font-family:latin modern roman;font-style:normal;font-weight:400;src:url(../fonts/lmroman-normal.woff)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--fg)}a{text-decoration:none}a:link{color:var(--blue)}a:hover,a:visited{color:var(--blue-dim)}::-moz-selection{background-color:var(--blue);color:#fff}::selection{background-color:var(--blue);color:#fff}time{color:var(--fg4);margin-left:1rem;min-width:5rem}hr{background-color:var(--fg4);margin-top:1rem;margin-bottom:1rem;border:0;height:2px}#wrapper{background-color:var(--bg);display:flex;flex-direction:column;font-family:latin modern roman,times new roman,serif;min-height:100vh;overflow-wrap:break-word;padding:1rem 15vw}@media screen and (max-width:768px){#wrapper{padding-left:5vw;padding-right:5vw}}.paginator{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;margin-top:2rem}::-webkit-scrollbar{background-color:var(--bg);height:8px;width:8px}::-webkit-scrollbar-thumb{background-color:var(--fg4)}::-webkit-scrollbar-thumb:hover{background-color:var(--fg1)}#header{align-items:center;display:flex;flex-direction:column}#header>h1{text-align:center}@media screen and (min-width:768px){#header>h1{font-size:2.8rem}}#header>nav{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;max-width:768px;margin-top:10px;width:100%}#header>nav>span>a{font-size:1.2rem;color:var(--fg1);text-decoration:none;display:inline-block;position:relative}#header>nav>span>a:after{background-color:var(--fg1);content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;transform-origin:bottom right;transition:transform .25s ease-out}#header>nav>span>a:hover:after{transform:scaleX(1);transform-origin:bottom left}#header a,#header a:hover,#header a:visited{color:var(--fg1)}main{margin:0 1rem}#main{align-self:center;display:flex;flex-direction:column;flex-grow:1;max-width:100%;padding:0;width:calc(100% - 2rem)}@media screen and (max-width:768px){#main{width:100%}}#footer{color:var(--fg4);align-items:center;display:flex;font-size:.9rem;flex-direction:column;margin-top:1rem}#footer>.footnote{text-align:center}#sharingbuttons{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;flex-wrap:wrap}.header-controls{position:absolute;top:calc((4px + 1rem)/2 + 12.55px);right:15vw;display:flex;align-items:center;gap:.5rem}@media screen and (max-width:768px){.header-controls{right:calc((4px + 1rem)/2)}}.lang-toggle{font-size:1.2rem;font-weight:700;opacity:.8;color:var(--fg);padding:.5rem;line-height:1;display:flex;align-items:center}.lang-toggle:hover{opacity:1;text-decoration:none;color:var(--fg1)}.dark-mode-toggle{background-color:var(--bg);color:var(--fg);border:none;padding:.5rem;border-radius:.25rem;cursor:pointer;transition:opacity .3s}.dark-mode-toggle:hover{color:var(--fg1)}.icon svg{fill:var(--fg);margin-right:.3em;margin-left:.3em}.taxonomy-svg{padding:0;top:.125em;position:relative}.rss-icon{fill:#ee802f!important}