@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap");:root{--color-bg-primary:#0a0a0f;--color-bg-secondary:#111118;--color-bg-elevated:#1a1a24;--color-bg-muted:#22222e;--color-bg-overlay:rgba(10,10,15,.85);--color-gold-primary:#c9a84c;--color-gold-light:#e8c97a;--color-gold-dark:#a07830;--color-gold-muted:rgba(201,168,76,.12);--color-gold-border:rgba(201,168,76,.25);--color-text-primary:#f5f3ee;--color-text-secondary:#a8a49c;--color-text-muted:#5c5852;--color-text-inverse:#0a0a0f;--color-text-gold:#c9a84c;--color-border:#2a2a36;--color-border-subtle:#1e1e28;--color-border-strong:#3a3a48;--color-status-live:#e85d4a;--color-status-live-bg:rgba(232,93,74,.12);--color-status-ending:#e8a02a;--color-status-ending-bg:rgba(232,160,42,.12);--color-status-upcoming:#6b8fcc;--color-status-upcoming-bg:rgba(107,143,204,.12);--color-status-ended:#5c5852;--color-success:#4caf82;--color-success-bg:rgba(76,175,130,.12);--color-error:#e85d4a;--color-error-bg:rgba(232,93,74,.12);--color-warning:#e8a02a;--font-display:"Cormorant",Georgia,"Times New Roman",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","Fira Code","Courier New",monospace;--text-xs:clamp(0.688rem,0.65rem + 0.19vw,0.75rem);--text-sm:clamp(0.813rem,0.77rem + 0.22vw,0.875rem);--text-base:clamp(0.938rem,0.9rem + 0.19vw,1rem);--text-lg:clamp(1.063rem,1rem + 0.31vw,1.125rem);--text-xl:clamp(1.188rem,1.1rem + 0.44vw,1.25rem);--text-2xl:clamp(1.313rem,1.2rem + 0.56vw,1.5rem);--text-3xl:clamp(1.625rem,1.4rem + 1.13vw,2rem);--text-4xl:clamp(2rem,1.7rem + 1.5vw,2.5rem);--text-5xl:clamp(2.5rem,2rem + 2.5vw,3.5rem);--text-hero:clamp(3rem,2.5rem + 4vw,6rem);--font-light:300;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-tight:1.15;--leading-snug:1.35;--leading-normal:1.6;--leading-loose:1.8;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--space-32:128px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-xs:0 1px 2px rgba(0,0,0,.4);--shadow-sm:0 1px 3px rgba(0,0,0,.5),0 1px 2px rgba(0,0,0,.3);--shadow-md:0 4px 6px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.3);--shadow-lg:0 10px 15px rgba(0,0,0,.5),0 4px 6px rgba(0,0,0,.3);--shadow-xl:0 20px 25px rgba(0,0,0,.6),0 10px 10px rgba(0,0,0,.3);--shadow-card:0 1px 3px rgba(0,0,0,.4),0 4px 24px rgba(0,0,0,.3);--shadow-gold:0 0 20px rgba(201,168,76,.15),0 0 60px rgba(201,168,76,.05);--shadow-modal:0 24px 80px rgba(0,0,0,.8);--transition-fast:150ms ease;--transition-normal:250ms ease;--transition-slow:400ms ease;--z-below:-1;--z-base:0;--z-raised:10;--z-dropdown:50;--z-sticky:80;--z-navbar:100;--z-modal:200;--z-toast:300;--container-max:1440px;--container-wide:1280px;--container-md:1024px;--container-sm:768px;--navbar-height:72px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;color-scheme:dark}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-regular);line-height:var(--leading-normal);color:var(--color-text-primary);background-color:var(--color-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}[dir=rtl] body{font-family:"Cairo","Tajawal",var(--font-body)}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] h4,[dir=rtl] h5,[dir=rtl] h6{font-family:Amiri,Cormorant,Georgia,serif;letter-spacing:0}[dir=rtl] em,[dir=rtl] i{font-style:normal;color:var(--color-gold-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--font-semibold);line-height:var(--leading-tight);color:var(--color-text-primary);letter-spacing:-.01em}h1{font-size:var(--text-hero)}h2{font-size:var(--text-5xl)}h3{font-size:var(--text-4xl)}h4{font-size:var(--text-3xl)}h5{font-size:var(--text-2xl)}h6{font-size:var(--text-xl)}p{line-height:var(--leading-normal);color:var(--color-text-secondary)}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}img,video{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font-body);border:none;background:none}input,select,textarea{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-primary)}ol,ul{list-style:none}.container{width:100%;max-width:var(--container-wide);margin-inline:auto;padding-inline:var(--space-6)}@media (max-width:768px){.container{padding-inline:var(--space-4)}}.container--wide{max-width:var(--container-max)}.container--narrow{max-width:var(--container-sm)}.gold-gradient{color:var(--color-gold-primary)}.gold-underline{position:relative}.gold-underline:after{content:"";position:absolute;bottom:-4px;inset-inline-start:0;width:100%;height:2px;background:var(--color-gold-primary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-gold-dark)}:focus-visible{outline:2px solid var(--color-gold-primary);outline-offset:3px;border-radius:var(--radius-sm)}::selection{background-color:var(--color-gold-muted);color:var(--color-text-primary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes livePulse{0%,to{box-shadow:0 0 0 0 rgba(232,93,74,.4)}50%{box-shadow:0 0 0 6px rgba(232,93,74,0)}}.skeleton{background:linear-gradient(90deg,var(--color-bg-elevated) 25%,var(--color-bg-muted) 50%,var(--color-bg-elevated) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-md)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-enter{animation:fadeIn var(--transition-normal) ease}.Toast_container__KfvnW{position:fixed;bottom:var(--space-6);inset-inline-end:var(--space-6);z-index:var(--z-toast);display:flex;flex-direction:column;gap:var(--space-3);max-width:380px;width:100%;pointer-events:none}.Toast_toast__NvarH{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);animation:Toast_slideUp__mPywb var(--transition-normal) ease;pointer-events:all;position:relative;overflow:hidden}.Toast_toast__NvarH:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:3px;border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.Toast_toast--success__JhRIr:before{background:var(--color-success)}.Toast_toast--error__VbZmI:before{background:var(--color-error)}.Toast_toast--warning__xUvDL:before{background:var(--color-warning)}.Toast_toast--info__qOV15:before{background:var(--color-gold-primary)}.Toast_icon__ZU854{width:20px;height:20px;flex-shrink:0;margin-top:1px}.Toast_toast--success__JhRIr .Toast_icon__ZU854{color:var(--color-success)}.Toast_toast--error__VbZmI .Toast_icon__ZU854{color:var(--color-error)}.Toast_toast--warning__xUvDL .Toast_icon__ZU854{color:var(--color-warning)}.Toast_toast--info__qOV15 .Toast_icon__ZU854{color:var(--color-gold-primary)}.Toast_content__D0S1G{flex:1 1;min-width:0}.Toast_message__a8pmb{font-size:var(--text-sm);color:var(--color-text-primary);line-height:var(--leading-snug)}.Toast_closeBtn__LOfHq{width:20px;height:20px;color:var(--color-text-muted);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:color var(--transition-fast)}.Toast_closeBtn__LOfHq:hover{color:var(--color-text-primary)}