@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn/webfonts/Vazirmatn-Thin.woff2)format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn/webfonts/Vazirmatn-ExtraLight.woff2)format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn/webfonts/Vazirmatn-Light.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn/webfonts/Vazirmatn-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn/webfonts/Vazirmatn-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn/webfonts/Vazirmatn-SemiBold.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn/webfonts/Vazirmatn-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn/webfonts/Vazirmatn-ExtraBold.woff2)format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn/webfonts/Vazirmatn-Black.woff2)format("woff2");font-weight:900;font-style:normal;font-display:swap}:root{--primary-blue:#0b57a3;--accent-blue:#007bff;--background-color:#fff;--surface-color:#f8f9fa;--surface-darker-color:#e9ecef;--text-primary-color:#212529;--text-secondary-color:#6c757d;--text-on-accent-color:#fff}.dark-mode{--primary-blue:#0b57a3;--accent-blue:#007bff;--background-color:#121212;--surface-color:#1e1e1e;--surface-darker-color:#2c2c2c;--text-primary-color:#f8f9fa;--text-secondary-color:#a0a0a0;--text-on-accent-color:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}main{padding-top:90px}body{background-color:var(--background-color);color:var(--text-primary-color);font-family:Vazirmatn,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;transition:background-color .3s,color .3s}html[dir=rtl] body{direction:rtl}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}
.Navbar-module-scss-module__N8yoJa__navbar{z-index:1000;background-color:var(--background-color);border-bottom:1px solid var(--surface-darker-color);justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;transition:background-color .3s,border-color .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module-scss-module__N8yoJa__logo{color:var(--primary-blue);z-index:10;font-size:1.5rem;font-weight:700}.Navbar-module-scss-module__N8yoJa__hamburger{cursor:pointer;z-index:10;color:var(--text-primary-color);font-size:2rem;display:none}.Navbar-module-scss-module__N8yoJa__navLinks{align-items:center;gap:2.5rem;display:flex}.Navbar-module-scss-module__N8yoJa__navLinks>ul{gap:2.5rem;margin:0;padding:0;font-weight:500;list-style:none;display:flex}.Navbar-module-scss-module__N8yoJa__navItem{position:relative}.Navbar-module-scss-module__N8yoJa__navItem>a{color:var(--text-primary-color);align-items:center;gap:.5rem;padding-bottom:.5rem;transition:color .3s;display:flex}.Navbar-module-scss-module__N8yoJa__navItem>a:hover{color:var(--accent-blue)}.Navbar-module-scss-module__N8yoJa__dropdownIcon{margin-left:.25rem;transition:transform .3s}.Navbar-module-scss-module__N8yoJa__dropdownMenu{background-color:var(--background-color);border:1px solid var(--surface-darker-color);z-index:1001;opacity:0;visibility:hidden;border-radius:8px;min-width:200px;padding:.75rem;list-style:none;transition:opacity .3s,transform .3s,visibility .3s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 5px 25px #0000001a}.Navbar-module-scss-module__N8yoJa__navItem:hover>.Navbar-module-scss-module__N8yoJa__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module-scss-module__N8yoJa__dropdownItem a{color:var(--text-secondary-color);white-space:nowrap;border-radius:5px;padding:.75rem 1rem;font-weight:400;transition:background-color .3s,color .3s;display:block}.Navbar-module-scss-module__N8yoJa__dropdownItem a:hover{background-color:var(--surface-color);color:var(--text-primary-color)}.Navbar-module-scss-module__N8yoJa__navControls{align-items:center;gap:1rem;display:flex}.Navbar-module-scss-module__N8yoJa__authButton{background-color:var(--accent-blue);color:var(--text-on-accent-color);white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-weight:500;transition:background-color .3s,transform .3s;display:flex}.Navbar-module-scss-module__N8yoJa__authButton:hover{background-color:var(--accent-blue);transform:translateY(-2px)}.Navbar-module-scss-module__N8yoJa__themeSwitcher{border:1px solid var(--surface-darker-color);color:var(--text-secondary-color);cursor:pointer;background-color:#0000;border-radius:5px;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;font-size:1.2rem;transition:background-color .3s,color .3s,border-color .3s;display:flex;position:relative}.Navbar-module-scss-module__N8yoJa__themeSwitcher:hover{color:var(--text-primary-color);background-color:var(--surface-color)}.Navbar-module-scss-module__N8yoJa__themeSwitcher .Navbar-module-scss-module__N8yoJa__sunIcon{display:none}.Navbar-module-scss-module__N8yoJa__themeSwitcher .Navbar-module-scss-module__N8yoJa__moonIcon{display:block}body.dark-mode .Navbar-module-scss-module__N8yoJa__themeSwitcher .Navbar-module-scss-module__N8yoJa__sunIcon{display:block}body.dark-mode .Navbar-module-scss-module__N8yoJa__themeSwitcher .Navbar-module-scss-module__N8yoJa__moonIcon{display:none}@media (max-width:992px){.Navbar-module-scss-module__N8yoJa__hamburger{display:block}.Navbar-module-scss-module__N8yoJa__navLinks{background-color:var(--background-color);flex-direction:column;justify-content:space-between;align-items:flex-start;width:70%;max-width:300px;height:100vh;padding:5rem 2rem 2rem;transition:transform .4s cubic-bezier(.77,0,.175,1);position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-5px 0 15px #0000001a}.Navbar-module-scss-module__N8yoJa__navLinks.Navbar-module-scss-module__N8yoJa__open{transform:translate(0)}.Navbar-module-scss-module__N8yoJa__navLinks>ul{text-align:left;flex-direction:column;gap:0;width:100%}.Navbar-module-scss-module__N8yoJa__navItem>a{width:100%;padding:1rem 0;font-size:1.5rem}.Navbar-module-scss-module__N8yoJa__dropdownIcon{margin-left:auto}.Navbar-module-scss-module__N8yoJa__dropdownMenu{box-shadow:none;opacity:1;visibility:visible;background-color:#0000;border:none;border-radius:0;width:100%;max-height:0;padding:0 0 0 1.5rem;transition:max-height .4s ease-in-out;position:static;overflow:hidden;transform:none}.Navbar-module-scss-module__N8yoJa__navItem.Navbar-module-scss-module__N8yoJa__mobileDropdownOpen>.Navbar-module-scss-module__N8yoJa__dropdownMenu{max-height:500px;margin-top:.5rem;margin-bottom:1rem}.Navbar-module-scss-module__N8yoJa__navItem.Navbar-module-scss-module__N8yoJa__mobileDropdownOpen .Navbar-module-scss-module__N8yoJa__dropdownIcon{transform:rotate(180deg)}.Navbar-module-scss-module__N8yoJa__navControls{flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin-top:2rem}.Navbar-module-scss-module__N8yoJa__authButton{justify-content:center;width:100%;padding:.75rem;font-size:1.1rem}.Navbar-module-scss-module__N8yoJa__themeSwitcher{align-self:center}}[dir=rtl] .Navbar-module-scss-module__N8yoJa__dropdownIcon{margin-left:0;margin-right:.25rem}[dir=rtl] .Navbar-module-scss-module__N8yoJa__dropdownMenu{left:auto;right:0}@media (max-width:992px){[dir=rtl] .Navbar-module-scss-module__N8yoJa__dropdownIcon{margin-left:0;margin-right:auto}[dir=rtl] .Navbar-module-scss-module__N8yoJa__navLinks{left:0;right:auto;transform:translate(-100%);box-shadow:5px 0 15px #0000001a}[dir=rtl] .Navbar-module-scss-module__N8yoJa__navLinks.Navbar-module-scss-module__N8yoJa__open{transform:translate(0)}[dir=rtl] .Navbar-module-scss-module__N8yoJa__dropdownMenu{padding:0 1.5rem 0 0}}
.Footer-module-scss-module__wcgw9G__footer{color:#f8f9fa;background-color:#036;padding:3rem 5% 1.5rem}.Footer-module-scss-module__wcgw9G__footerContent{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;margin-bottom:2.5rem;display:grid}.Footer-module-scss-module__wcgw9G__footerSection h4{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:500}.Footer-module-scss-module__wcgw9G__footerSection h4 p{line-height:1.6}.Footer-module-scss-module__wcgw9G__footerLinks{list-style:none}.Footer-module-scss-module__wcgw9G__footerLinks li{margin-bottom:.75rem;transition:transform .3s}.Footer-module-scss-module__wcgw9G__footerLinks li:hover{transform:translateY(-2px)}.Footer-module-scss-module__wcgw9G__footerLinks a{color:#f8f9fa;border-radius:6px;padding:.25rem .4rem;transition:color .3s,background-color .3s,box-shadow .3s;display:inline-block}.Footer-module-scss-module__wcgw9G__footerLinks a:hover{color:#fff;background-color:#ffffff14;text-decoration:none;box-shadow:0 6px 16px #00000014}.Footer-module-scss-module__wcgw9G__footerBottom{text-align:center;border-top:1px solid #004d99;padding-top:1.5rem;font-size:.9rem;transition:border-color .3s,color .3s}@media (max-width:480px){.Footer-module-scss-module__wcgw9G__footer{padding:2.5rem 7% 1.5rem}.Footer-module-scss-module__wcgw9G__footerContent{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module-scss-module__wcgw9G__footerLinks{padding:0}}.Footer-module-scss-module__wcgw9G__footer.Footer-module-scss-module__wcgw9G__darkMode{background-color:#00264d}.Footer-module-scss-module__wcgw9G__footer.Footer-module-scss-module__wcgw9G__darkMode .Footer-module-scss-module__wcgw9G__footerBottom{border-top:1px solid #036}
