@import "https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--bg-color:#0b0c0e;--bg-card:#14161cd9;--bg-card-hover:#1e212af2;--primary-rgb:229, 9, 20;--primary:rgb(var(--primary-rgb));--primary-hover:#b80710;--primary-glow:rgba(var(--primary-rgb), .25);--secondary:#1f2229;--secondary-hover:#2d313c;--text-primary:#fff;--text-secondary:#a3a3a3;--text-muted:#737373;--border:#ffffff14;--border-focus:rgba(var(--primary-rgb), .6);--success:#10b981;--warning:#f59e0b;--glass-bg:#0b0c0ebf;--glass-border:#ffffff14;--glass-blur:blur(20px);--header-height:72px;--sidebar-width:250px;--font-arabic:"Cairo", system-ui, -apple-system, sans-serif;--font-english:"Outfit", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--primary) var(--bg-color);margin:0;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:rgba(var(--primary-rgb), .2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-arabic);min-height:100vh;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-arabic);letter-spacing:-.025em;color:var(--text-primary);font-weight:700}a{color:inherit;text-decoration:none}input,textarea,select{font-family:inherit}.glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border)}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:20px;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 4px 24px #00000080}.glass-card:hover{background:var(--bg-card-hover);border-color:var(--primary);box-shadow:0 20px 40px #000000b3, 0 0 20px rgba(var(--primary-rgb), .15);transform:translateY(-6px)}.btn{cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-arabic);border:1px solid #0000;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:8px;padding:10px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px rgba(var(--primary-rgb), .3)}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 6px 20px rgba(var(--primary-rgb), .5);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--secondary);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--secondary-hover);border-color:var(--text-muted);transform:translateY(-2px)}.btn-danger{color:#fff;background:#ef4444;box-shadow:0 4px 14px #ef44444d}.btn-danger:hover{background:#dc2626;transform:translateY(-2px)}.form-group{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.form-control{border:1px solid var(--border);color:var(--text-primary);background:#18191f;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-size:.95rem;transition:all .2s}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);background:#20222a}.badge-live{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 0 10px var(--primary);border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:700;animation:2s infinite pulse-glow;display:inline-flex}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 rgba(var(--primary-rgb), .7)}70%{box-shadow:0 0 0 8px rgba(var(--primary-rgb), 0)}to{box-shadow:0 0 0 0 rgba(var(--primary-rgb), 0)}}.live-dot{background-color:#fff;border-radius:50%;width:6px;height:6px;animation:.8s infinite alternate dotBlink;display:inline-block}@keyframes dotBlink{0%{opacity:1}to{opacity:.1}}.reels-container{height:calc(100vh - var(--header-height));scroll-snap-type:y mandatory;scroll-behavior:smooth;width:100%;max-width:480px;margin:0 auto;overflow-y:scroll}.reel-card{height:calc(100vh - var(--header-height));scroll-snap-align:start;background:#000;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.rtl{direction:rtl}.ltr{direction:ltr}.layout-wrapper{width:100%;min-height:100vh;display:flex;overflow-x:hidden}.layout-main{min-height:100vh;margin-right:var(--sidebar-width);width:calc(100% - var(--sidebar-width));flex-direction:column;flex:1;transition:all .3s;display:flex;overflow-x:hidden}.layout-page{flex-direction:column;flex:1;display:flex}@media (max-width:1024px){.layout-main{width:100%;margin-right:0}}.fade-in{animation:.5s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.VerticalSidebar-module__ulefFa__sidebar{width:var(--sidebar-width);-webkit-backdrop-filter:blur(25px);z-index:100;background-color:#08090ad9;border-left:1px solid #ffffff0d;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0}.VerticalSidebar-module__ulefFa__brandContainer{height:var(--header-height);background:#00000026;border-bottom:1px solid #ffffff08;align-items:center;padding:0 24px;display:flex}.VerticalSidebar-module__ulefFa__logoLink{align-items:center;gap:12px;text-decoration:none;display:flex}.VerticalSidebar-module__ulefFa__logoImage{width:auto;height:38px}.VerticalSidebar-module__ulefFa__logoText{color:#fff;letter-spacing:-.02em;font-size:1.15rem;font-weight:850}.VerticalSidebar-module__ulefFa__scrollArea{flex-direction:column;flex:1;gap:28px;padding:24px 16px;display:flex;overflow-y:auto}.VerticalSidebar-module__ulefFa__scrollArea::-webkit-scrollbar{width:4px}.VerticalSidebar-module__ulefFa__scrollArea::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.VerticalSidebar-module__ulefFa__section{flex-direction:column;gap:8px;display:flex}.VerticalSidebar-module__ulefFa__sectionTitle{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;padding-right:12px;font-size:.75rem;font-weight:750}.VerticalSidebar-module__ulefFa__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.VerticalSidebar-module__ulefFa__itemLink{color:#94a3b8;border-right:3px solid #0000;border-radius:10px;align-items:center;gap:14px;padding:11px 16px;font-size:.925rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.VerticalSidebar-module__ulefFa__itemLink:hover{color:#fff;background-color:#ffffff08;border-right-color:#ffffff26}.VerticalSidebar-module__ulefFa__active{box-shadow:0 6px 16px #e5091459;color:#fff!important;background:linear-gradient(135deg, var(--primary) 0%, #b80710 100%)!important;border-right-color:#0000!important}.VerticalSidebar-module__ulefFa__active:hover{background:linear-gradient(135deg, var(--primary) 0%, #b80710 100%)!important;border-right-color:#0000!important}.VerticalSidebar-module__ulefFa__icon{justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex}.VerticalSidebar-module__ulefFa__itemLink:hover .VerticalSidebar-module__ulefFa__icon{transform:scale(1.1)rotate(2deg)}.VerticalSidebar-module__ulefFa__name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.VerticalSidebar-module__ulefFa__sidebarFooter{background-color:#060708;border-top:1px solid #ffffff0a;padding:24px 20px}.VerticalSidebar-module__ulefFa__downloadApps{text-align:center;flex-direction:column;gap:10px;display:flex}.VerticalSidebar-module__ulefFa__downloadApps p{color:#737373;font-size:.75rem;font-weight:600}.VerticalSidebar-module__ulefFa__appBadgeGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.VerticalSidebar-module__ulefFa__appBadge{color:#a3a3a3;cursor:pointer;background-color:#121316;border:1px solid #ffffff0f;border-radius:6px;padding:6px 4px;font-size:.7rem;font-weight:600;transition:all .2s}.VerticalSidebar-module__ulefFa__appBadge:hover{background-color:var(--primary);border-color:var(--primary);color:#fff}@media (max-width:1024px){.VerticalSidebar-module__ulefFa__sidebar{height:100vh;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.sidebar-open .VerticalSidebar-module__ulefFa__sidebar{transform:translate(0);box-shadow:-10px 0 40px #000000d9}}
.SideWidgets-module__yRzeBG__widgetsContainer{flex-direction:column;gap:16px;margin-top:20px;padding:0 16px 20px;display:flex}.SideWidgets-module__yRzeBG__widgetCard{background:#0f172a66;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;padding:16px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003}.SideWidgets-module__yRzeBG__widgetCard:hover{background:#0f172ab3;border-color:#e509144d;box-shadow:0 8px 25px #0006}.SideWidgets-module__yRzeBG__widgetTitle{color:#a3a3a3;text-transform:uppercase;margin:0 0 12px;font-size:.8rem;font-weight:800}.SideWidgets-module__yRzeBG__weatherHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.SideWidgets-module__yRzeBG__weatherHeader .SideWidgets-module__yRzeBG__widgetTitle{margin:0}.SideWidgets-module__yRzeBG__weatherCity{color:#e3e3e3;background:#ffffff0f;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:600}.SideWidgets-module__yRzeBG__weatherMain{flex-direction:column;gap:12px;display:flex}.SideWidgets-module__yRzeBG__weatherTempWrapper{align-items:center;gap:12px;display:flex}.SideWidgets-module__yRzeBG__weatherIcon{font-size:2.2rem;line-height:1}.SideWidgets-module__yRzeBG__weatherTemp{color:#fff;font-size:1.8rem;font-weight:800}.SideWidgets-module__yRzeBG__weatherExtra{background:#ffffff05;border-radius:8px;gap:12px;padding:8px 10px;display:flex}.SideWidgets-module__yRzeBG__extraItem{color:#94a3b8;align-items:center;gap:6px;font-size:.75rem;font-weight:600;display:flex}.SideWidgets-module__yRzeBG__ratesList{flex-direction:column;gap:8px;display:flex}.SideWidgets-module__yRzeBG__rateRow{border-bottom:1px dashed #ffffff0d;justify-content:space-between;align-items:center;padding:6px 0;display:flex}.SideWidgets-module__yRzeBG__rateRow:last-child{border-bottom:none;padding-bottom:0}.SideWidgets-module__yRzeBG__currencyFlag{color:#cbd5e1;align-items:center;gap:8px;font-size:.8rem;font-weight:700;display:flex}.SideWidgets-module__yRzeBG__currencyFlag span{font-size:1.1rem}.SideWidgets-module__yRzeBG__currencyValue{color:#fff;align-items:center;gap:4px;font-size:.95rem;font-weight:850;display:flex}.SideWidgets-module__yRzeBG__lydSymbol{color:#64748b;font-size:.7rem;font-weight:600}
.Header-module__hBw1pG__header{height:var(--header-height);z-index:90;-webkit-backdrop-filter:blur(20px);background:#08090abf;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;width:100%;padding:0 4%;transition:all .3s;display:flex;position:sticky;top:0}.Header-module__hBw1pG__rightGroup{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__logoAreaMobile{align-items:center;gap:10px;text-decoration:none;display:none}.Header-module__hBw1pG__logoImage{width:auto;height:36px}.Header-module__hBw1pG__logoText{color:#fff;font-size:1.15rem;font-weight:800}.Header-module__hBw1pG__searchPlaceholder{flex:1}.Header-module__hBw1pG__actionArea{align-items:center;gap:12px;display:flex}.Header-module__hBw1pG__adminBtn{color:#e3e3e3;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:.825rem;font-weight:700;transition:all .2s;display:inline-flex}.Header-module__hBw1pG__adminBtn:hover{color:#fff;background:#ffffff14}.Header-module__hBw1pG__supportBtn{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:99px;align-items:center;gap:8px;padding:8px 18px;font-size:.85rem;font-weight:750;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Header-module__hBw1pG__supportBtn:hover{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 8px 20px rgba(var(--primary-rgb), .35);transform:translateY(-2px)}.Header-module__hBw1pG__hamburger{cursor:pointer;background:0 0;border:none;outline:none;flex-direction:column;justify-content:space-between;width:22px;height:16px;padding:0;display:none}.Header-module__hBw1pG__hamburger span{background-color:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.Header-module__hBw1pG__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1024px){.Header-module__hBw1pG__logoAreaMobile,.Header-module__hBw1pG__hamburger{display:flex}}@media (max-width:480px){.Header-module__hBw1pG__adminBtn{display:none}}.Header-module__hBw1pG__mobileOverlay{-webkit-backdrop-filter:blur(4px);z-index:95;background-color:#0009;animation:.3s Header-module__hBw1pG__fadeInOverlay;display:none;position:fixed;inset:0}@keyframes Header-module__hBw1pG__fadeInOverlay{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.Header-module__hBw1pG__mobileOverlay.Header-module__hBw1pG__open{display:block}}.Header-module__hBw1pG__breakingTicker{direction:rtl;background:#e5091408;border:1px solid #e509141f;border-radius:99px;flex:1;align-items:center;max-width:70%;height:38px;margin:0 16px;display:flex;overflow:hidden;box-shadow:inset 0 0 10px #e509140d}.Header-module__hBw1pG__tickerLabel{background:linear-gradient(135deg, var(--primary) 0%, #b80710 100%);color:#fff;white-space:nowrap;z-index:2;border-radius:0 99px 99px 0;align-items:center;gap:6px;height:100%;padding:0 18px;font-size:.75rem;font-weight:850;display:flex;box-shadow:-4px 0 15px #e509144d}.Header-module__hBw1pG__tickerFlow{flex:1;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.Header-module__hBw1pG__tickerWrapper{white-space:nowrap;gap:60px;width:max-content;padding-left:20px;padding-right:20px;animation:40s linear infinite Header-module__hBw1pG__tickerSlide;display:flex}@keyframes Header-module__hBw1pG__tickerSlide{0%{transform:translate(0)}to{transform:translate(50%)}}.Header-module__hBw1pG__tickerText{color:#fff;align-items:center;gap:8px;font-size:.8rem;font-weight:750;display:flex}.Header-module__hBw1pG__tickerDot{background:var(--primary);width:5px;height:5px;box-shadow:0 0 8px var(--primary);border-radius:50%;display:inline-block}
.Footer-module__S6Hkya__footer{z-index:10;background:linear-gradient(#0f1115 0%,#08090c 100%);border-top:1px solid #ffffff0f;width:100%;margin-top:auto;padding:60px 4% 30px;position:relative;box-shadow:0 -15px 35px #00000080}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1.5fr;gap:50px;max-width:1200px;margin:0 auto;display:grid}.Footer-module__S6Hkya__brandColumn{flex-direction:column;gap:20px;display:flex}.Footer-module__S6Hkya__logoContainer{align-items:center;display:flex}.Footer-module__S6Hkya__logoImage{object-fit:contain;width:auto;height:52px;max-height:52px}.Footer-module__S6Hkya__description{color:#94a3b8;font-size:.92rem;line-height:1.75}.Footer-module__S6Hkya__linkColumn{flex-direction:column;gap:14px;display:flex}.Footer-module__S6Hkya__columnTitle{color:#fff;margin-bottom:16px;font-size:1.1rem;font-weight:850;position:relative}.Footer-module__S6Hkya__columnTitle:after{content:"";background:var(--primary);border-radius:2px;width:30px;height:3px;margin-top:6px;display:block}.Footer-module__S6Hkya__link{color:#94a3b8;align-items:center;font-size:.92rem;transition:all .3s;display:inline-flex}.Footer-module__S6Hkya__link:hover{color:var(--primary);transform:translate(-6px)}.Footer-module__S6Hkya__contactInfo{color:#94a3b8;flex-direction:column;gap:12px;font-size:.92rem;display:flex}.Footer-module__S6Hkya__socialRow{align-items:center;gap:16px;margin-top:20px;display:flex}.Footer-module__S6Hkya__socialIcon{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:.9rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 5px 15px var(--primary-glow);transform:translateY(-3px)scale(1.05)}.Footer-module__S6Hkya__divider{background:#ffffff0f;width:100%;height:1px;margin:40px 0 24px}.Footer-module__S6Hkya__copyright{text-align:center;color:#64748b;font-size:.85rem;font-weight:600}@media (max-width:768px){.Footer-module__S6Hkya__grid{text-align:center;grid-template-columns:1fr;gap:40px}.Footer-module__S6Hkya__logoContainer,.Footer-module__S6Hkya__socialRow{justify-content:center}.Footer-module__S6Hkya__linkColumn{align-items:center}}
