:root{--background:#fff;--foreground:#1d1d1f;--accent:#0071e3;--accent-secondary:#0077ed;--secondary:#86868b;--tertiary:#f5f5f7;--border:#d2d2d7;--error:#ff3b30;--card-bg:#fff;--glass-border:var(--border);--radius:0;--transition:all .2s ease}[data-theme=dark]{--background:#000;--foreground:#f5f5f7;--accent:#2997ff;--accent-secondary:#0077ed;--secondary:#86868b;--tertiary:#1d1d1f;--border:#424245;--card-bg:#1d1d1fb8;--glass-border:#ffffff1f}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Myriad Set Pro,SF Pro Icons,Apple Legacy Chevron,Helvetica Neue,Helvetica,Arial,sans-serif;overflow-x:clip}html{-webkit-text-size-adjust:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea,button{font-size:16px}.main-wrapper{flex-direction:column;min-height:100vh;display:flex}.glass{background:var(--card-bg);-webkit-backdrop-filter:none;border:1px solid var(--border)}h1{letter-spacing:0;font-size:3.5rem;font-weight:900;line-height:1.07143}h2{letter-spacing:0;font-size:2.5rem;font-weight:850;line-height:1.1}p{letter-spacing:0;color:var(--secondary);font-size:1.25rem;font-weight:400;line-height:1.47059}[dir=rtl] body{font-family:SF Pro Arabic,Vazirmatn,sans-serif}img,video,iframe{max-width:100%}@media (max-width:760px){h1{font-size:2.35rem;line-height:1}h2{font-size:1.75rem;line-height:1.08}p{font-size:1rem;line-height:1.55}.glass{-webkit-backdrop-filter:none}}@media (hover:none){*{transition-duration:.12s}}
.NewsTicker-module__jcsO2W__wrapper{border-top:2px solid var(--foreground);background:var(--foreground);width:100%;min-height:36px;color:var(--background);align-items:center;display:flex;overflow:hidden}.NewsTicker-module__jcsO2W__label{background:var(--error);color:#fff;letter-spacing:0;text-transform:uppercase;flex:none;align-self:stretch;align-items:center;padding:0 1rem;font-size:.72rem;font-weight:900;display:flex}.NewsTicker-module__jcsO2W__ticker{flex:1;min-width:0;overflow:hidden}.NewsTicker-module__jcsO2W__content{will-change:transform;align-items:center;gap:1.5rem;width:max-content;animation:45s linear infinite NewsTicker-module__jcsO2W__tickerMove;display:flex}.NewsTicker-module__jcsO2W__ticker:hover .NewsTicker-module__jcsO2W__content{animation-play-state:paused}.NewsTicker-module__jcsO2W__item{color:var(--background);white-space:nowrap;align-items:center;gap:1.5rem;padding:0 .25rem;font-size:.78rem;font-weight:750;display:inline-flex}.NewsTicker-module__jcsO2W__separator{color:#ffffff73}@keyframes NewsTicker-module__jcsO2W__tickerMove{0%{transform:translate(0)}to{transform:translate(-50%)}}[dir=rtl] .NewsTicker-module__jcsO2W__content{animation-name:NewsTicker-module__jcsO2W__tickerMoveRtl}@keyframes NewsTicker-module__jcsO2W__tickerMoveRtl{0%{transform:translate(0)}to{transform:translate(50%)}}@media (max-width:640px){.NewsTicker-module__jcsO2W__wrapper{min-height:34px}.NewsTicker-module__jcsO2W__label{padding:0 .75rem;font-size:.68rem}.NewsTicker-module__jcsO2W__item{font-size:.74rem}}
.TopBar-module__rAiKWG__topBar{background:var(--background);border-bottom:1px solid var(--border);padding:0;font-family:inherit}.TopBar-module__rAiKWG__container{justify-content:space-between;align-items:center;max-width:1180px;min-height:38px;margin:0 auto;padding:0 1.25rem;display:flex}.TopBar-module__rAiKWG__left{align-items:center;gap:1rem;min-width:0;display:flex}.TopBar-module__rAiKWG__date{color:var(--secondary);text-transform:capitalize;white-space:nowrap;font-size:.72rem;font-weight:750}.TopBar-module__rAiKWG__socials{gap:.65rem;display:flex}.TopBar-module__rAiKWG__divider{background:var(--border);width:1px;height:16px;margin:0 .25rem}.TopBar-module__rAiKWG__langSwitch{border:1px solid var(--border);color:var(--foreground);-webkit-user-select:none;user-select:none;border-radius:0;padding:.25rem .55rem;font-size:.65rem;font-weight:850;transition:all .2s}.TopBar-module__rAiKWG__langGroup{gap:0;display:flex}.TopBar-module__rAiKWG__langGroup .TopBar-module__rAiKWG__langSwitch+.TopBar-module__rAiKWG__langSwitch{border-left:0}.TopBar-module__rAiKWG__activeLang{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.TopBar-module__rAiKWG__langSwitch:hover{background:var(--tertiary);color:var(--accent);border-color:var(--accent)}.TopBar-module__rAiKWG__socialIcon{color:var(--secondary);opacity:.7;align-items:center;transition:opacity .3s,color .3s;display:flex}.TopBar-module__rAiKWG__socialIcon:hover{opacity:1;color:var(--accent)}.TopBar-module__rAiKWG__right{align-items:center;min-width:0;display:flex}.TopBar-module__rAiKWG__searchForm{border:1px solid var(--border);background:var(--background);border-radius:0;align-items:center;min-height:28px;padding:0 .35rem 0 .55rem;transition:border-color .2s;display:flex}.TopBar-module__rAiKWG__searchForm:focus-within{border-color:var(--foreground)}.TopBar-module__rAiKWG__searchInput{color:var(--foreground);background:0 0;border:none;outline:none;width:180px;padding:.2rem .45rem;font-size:.78rem;font-weight:650;transition:width .3s}.TopBar-module__rAiKWG__searchInput:focus{width:240px}.TopBar-module__rAiKWG__searchBtn{color:var(--secondary);align-items:center;transition:color .3s;display:flex}.TopBar-module__rAiKWG__searchBtn:hover{color:var(--accent)}[dir=rtl] .TopBar-module__rAiKWG__left{flex-direction:row-reverse}[dir=rtl] .TopBar-module__rAiKWG__date{font-family:inherit}@media (max-width:760px){.TopBar-module__rAiKWG__container{flex-wrap:wrap;gap:.5rem;min-height:auto;padding-top:.45rem;padding-bottom:.45rem}.TopBar-module__rAiKWG__left{justify-content:space-between;gap:.5rem;width:100%}.TopBar-module__rAiKWG__socials,.TopBar-module__rAiKWG__divider{display:none}.TopBar-module__rAiKWG__right,.TopBar-module__rAiKWG__searchForm,.TopBar-module__rAiKWG__searchInput,.TopBar-module__rAiKWG__searchInput:focus{width:100%}}@media (max-width:420px){.TopBar-module__rAiKWG__container{padding-left:.85rem;padding-right:.85rem}.TopBar-module__rAiKWG__date{text-overflow:ellipsis;max-width:46vw;overflow:hidden}.TopBar-module__rAiKWG__langSwitch{padding:.25rem .42rem;font-size:.62rem}}
.Header-module__hBw1pG__header{z-index:1000;background:var(--background);border-top:2px solid var(--foreground);border-bottom:2px solid var(--foreground);-webkit-backdrop-filter:saturate(180%)blur(16px);flex-shrink:0;width:100%;position:sticky;top:0}.Header-module__hBw1pG__container{grid-template-columns:minmax(160px,220px) 1fr auto;align-items:center;gap:1.25rem;width:100%;max-width:1180px;min-height:64px;margin:0 auto;padding:0 1.25rem;display:grid}.Header-module__hBw1pG__logo{width:126px;height:52px;color:var(--foreground);align-items:center;display:inline-flex}.Header-module__hBw1pG__menuButton,.Header-module__hBw1pG__mobilePanel{display:none}.Header-module__hBw1pG__logoImage{object-fit:contain;width:100%;height:100%}.Header-module__hBw1pG__nav{justify-content:center;align-items:stretch;gap:0;height:100%;display:flex}.Header-module__hBw1pG__nav a{color:var(--foreground);letter-spacing:0;text-transform:uppercase;align-items:center;padding:0 .95rem;font-size:.78rem;font-weight:800;transition:color .2s,background .2s;display:inline-flex;position:relative}.Header-module__hBw1pG__nav a:after{content:none}.Header-module__hBw1pG__nav a:hover{background:var(--tertiary)}.Header-module__hBw1pG__active{background:var(--tertiary);color:var(--foreground)!important}.Header-module__hBw1pG__liveLink{gap:7px}.Header-module__hBw1pG__liveDot{background:var(--error);border-radius:50%;flex:0 0 8px;width:8px;height:8px;animation:1.6s ease-in-out infinite Header-module__hBw1pG__livePulse;box-shadow:0 0 0 5px #ff3b3024}@keyframes Header-module__hBw1pG__livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.82)}}.Header-module__hBw1pG__actions{justify-content:flex-end;align-items:center;min-width:0;display:flex}.Header-module__hBw1pG__userMenu{align-items:center;gap:.65rem;display:flex}.Header-module__hBw1pG__authLinks{align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__adminLink,.Header-module__hBw1pG__loginBtn,.Header-module__hBw1pG__signupBtn,.Header-module__hBw1pG__createBtn,.Header-module__hBw1pG__profileBtn{letter-spacing:0;text-transform:uppercase;border-radius:0;justify-content:center;align-items:center;min-height:34px;font-size:.75rem;font-weight:850;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.Header-module__hBw1pG__adminLink{border:1px solid var(--accent);color:var(--accent);padding:0 .8rem}.Header-module__hBw1pG__adminLink:hover{background:var(--accent);color:#fff}.Header-module__hBw1pG__createBtn{border:1px solid var(--foreground);background:var(--background);width:34px;color:var(--foreground);padding:0;font-size:1.35rem;line-height:1}.Header-module__hBw1pG__createBtn:hover{background:var(--foreground);color:var(--background)}.Header-module__hBw1pG__profileBtn{border:1px solid var(--border);background:var(--background);width:34px;color:var(--foreground);padding:0}.Header-module__hBw1pG__profileBtn:hover{border-color:var(--foreground);background:var(--tertiary)}.Header-module__hBw1pG__signupBtn{border:1px solid var(--border);background:var(--background);color:var(--foreground);padding:0 .85rem}.Header-module__hBw1pG__signupBtn:hover{border-color:var(--foreground);background:var(--tertiary)}.Header-module__hBw1pG__loginBtn{border:1px solid var(--foreground);background:var(--foreground);color:var(--background);padding:0 .95rem}.Header-module__hBw1pG__loginBtn:hover{background:var(--background);color:var(--foreground)}@media (max-width:900px){.Header-module__hBw1pG__container{grid-template-columns:1fr auto;gap:.75rem;min-height:auto;padding-top:.85rem;padding-bottom:.75rem}.Header-module__hBw1pG__nav{border-top:1px solid var(--border);scrollbar-width:none;grid-column:1/-1;justify-content:flex-start;overflow-x:auto}.Header-module__hBw1pG__nav::-webkit-scrollbar{display:none}.Header-module__hBw1pG__nav a{white-space:nowrap;min-height:40px;padding:0 .85rem}.Header-module__hBw1pG__nav a:after{left:.85rem;right:.85rem}}@media (max-width:640px){.Header-module__hBw1pG__container{grid-template-columns:1fr auto;grid-template-areas:"logo menu""panel panel";align-items:center;gap:.5rem;min-height:56px;padding:.45rem .85rem;display:grid;position:relative}.Header-module__hBw1pG__logo{grid-area:logo;justify-self:start;width:116px;height:44px}.Header-module__hBw1pG__menuButton{border:1px solid var(--foreground);background:var(--background);width:44px;height:40px;color:var(--foreground);flex-direction:column;grid-area:menu;justify-content:center;justify-self:end;align-items:center;gap:5px;display:inline-flex}.Header-module__hBw1pG__menuButton span{background:currentColor;width:18px;height:2px;display:block}.Header-module__hBw1pG__menuButton[aria-expanded=true]{background:var(--foreground);color:var(--background)}.Header-module__hBw1pG__nav,.Header-module__hBw1pG__actions{display:none}.Header-module__hBw1pG__mobilePanel{z-index:1001;border:0;border-top:1px solid var(--border);background:var(--background);width:100%;box-shadow:none;grid-area:panel;margin:0;display:none}.Header-module__hBw1pG__mobilePanelOpen{display:block}.Header-module__hBw1pG__mobileNav,.Header-module__hBw1pG__mobileActions{grid-template-columns:1fr;gap:0;display:grid}.Header-module__hBw1pG__mobileNav{border-bottom:1px solid var(--border)}.Header-module__hBw1pG__mobileNav a,.Header-module__hBw1pG__mobileActionBtn,.Header-module__hBw1pG__mobilePrimaryBtn{border-bottom:1px solid var(--border);min-height:46px;color:var(--foreground);letter-spacing:0;text-transform:uppercase;justify-content:space-between;align-items:center;padding:0 1rem;font-size:.78rem;font-weight:900;display:flex}.Header-module__hBw1pG__mobileNav a:last-child,.Header-module__hBw1pG__mobileActions>:last-child{border-bottom:0}.Header-module__hBw1pG__mobileNav a:hover,.Header-module__hBw1pG__mobileActionBtn:hover{background:var(--tertiary)}.Header-module__hBw1pG__mobilePrimaryBtn{background:var(--foreground);width:100%;color:var(--background);border:0;justify-content:center}.Header-module__hBw1pG__mobilePrimaryBtn:hover{background:var(--background);color:var(--foreground);outline:1px solid var(--foreground);outline-offset:-1px}}[dir=rtl] .Header-module__hBw1pG__nav{direction:rtl}@media (max-width:640px){[dir=rtl] .Header-module__hBw1pG__container{grid-template-columns:1fr auto;grid-template-areas:"logo menu""panel panel"}[dir=rtl] .Header-module__hBw1pG__menuButton{justify-self:end}[dir=rtl] .Header-module__hBw1pG__logo{justify-self:start}}
.Footer-module__S6Hkya__footer{border-top:3px solid var(--foreground);background:var(--foreground);color:var(--background);z-index:10;margin-top:auto;padding:3rem 0 1.5rem;position:relative}.Footer-module__S6Hkya__container{max-width:1180px;margin:0 auto;padding:0 1.25rem}.Footer-module__S6Hkya__topSection{grid-template-columns:1.35fr repeat(3,1fr);gap:2rem;margin-bottom:2.5rem;display:grid}.Footer-module__S6Hkya__column{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__logo{color:#fff;align-items:center;width:150px;height:64px;display:inline-flex}.Footer-module__S6Hkya__logoImage{object-fit:contain;width:100%;height:100%}.Footer-module__S6Hkya__aboutText{color:#ffffffb3;max-width:360px;font-size:.95rem;line-height:1.55}.Footer-module__S6Hkya__heading{color:#fff;letter-spacing:0;text-transform:uppercase;font-size:.78rem;font-weight:900}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.65rem;display:flex}.Footer-module__S6Hkya__linkList a{color:#ffffffb8;transition:var(--transition);font-size:.9rem;font-weight:650}.Footer-module__S6Hkya__linkList a:hover{color:#fff}.Footer-module__S6Hkya__newsletterForm{flex-direction:column;gap:.65rem;display:flex}.Footer-module__S6Hkya__newsletterInput{color:#fff;width:100%;transition:var(--transition);background:0 0;border:1px solid #ffffff4d;border-radius:0;padding:.75rem .85rem;font-size:.9rem}.Footer-module__S6Hkya__newsletterInput:focus{border-color:#fff;outline:none}.Footer-module__S6Hkya__newsletterBtn{color:var(--foreground);text-transform:uppercase;transition:var(--transition);background:#fff;border:1px solid #fff;border-radius:0;padding:.75rem;font-size:.82rem;font-weight:900}.Footer-module__S6Hkya__newsletterBtn:hover{color:#fff;background:0 0}.Footer-module__S6Hkya__newsletterStatus{color:#ffffffb3;margin-top:-.35rem;font-size:.82rem}.Footer-module__S6Hkya__socialGrid{border-left:1px solid #ffffff3d;grid-template-columns:repeat(4,34px);gap:0;display:grid}.Footer-module__S6Hkya__socialGrid a{color:#fff;width:34px;height:34px;transition:var(--transition);border-top:1px solid #ffffff3d;border-bottom:1px solid #ffffff3d;border-right:1px solid #ffffff3d;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialGrid a:hover{color:var(--foreground);background:#fff}.Footer-module__S6Hkya__bottomSection{color:#ffffff9e;border-top:1px solid #ffffff2e;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__devLink{color:#fff;font-weight:850}@media (max-width:900px){.Footer-module__S6Hkya__topSection{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.Footer-module__S6Hkya__footer{padding-top:2rem}.Footer-module__S6Hkya__topSection{grid-template-columns:1fr;gap:1.4rem;margin-bottom:1.75rem}.Footer-module__S6Hkya__logo{width:132px;height:52px}.Footer-module__S6Hkya__bottomSection{flex-direction:column;align-items:flex-start;font-size:.78rem}.Footer-module__S6Hkya__newsletterInput,.Footer-module__S6Hkya__newsletterBtn{min-height:44px}}
