@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap";:root{--c-bg: #fbfcfa;--c-surface: #ffffff;--c-text: #162b2e;--c-text-muted: #617174;--c-primary: #123b43;--c-primary-fg: #ffffff;--c-secondary: #e4f2ed;--c-secondary-fg: #123b43;--c-accent: #b58a37;--c-accent-fg: #ffffff;--c-muted: #f0f3ef;--c-border: #dce4df;--c-input-border: #d2ddd7;--c-ring: #267567;--c-destructive: #b42318;--c-success: #16a34a;--radius: .75rem;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 30px rgba(0,0,0,.12);--shadow-xl: 0 20px 60px rgba(0,0,0,.1);--transition: .2s ease;--font: "Cairo", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--c-text);background:var(--c-bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}h1,h2,h3,h4{color:var(--c-text);letter-spacing:-.02em;line-height:1.2}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.patron-strip{background:var(--c-primary);color:var(--c-primary-fg);padding:.5rem 0;font-size:.75rem}.patron-strip .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1.5rem}@media(min-width:768px){.patron-strip .container{justify-content:space-between}}.site-header{position:sticky;top:0;z-index:40;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--c-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:5rem}.header-brand{display:flex;align-items:center;gap:.75rem}.header-brand img{width:3.5rem;height:3.5rem;border-radius:var(--radius);object-fit:contain;background:var(--c-surface)}.header-brand-text{display:flex;flex-direction:column;line-height:1.3}.header-brand-text strong{font-size:.95rem}.header-brand-text small{font-size:.8rem;color:var(--c-text-muted)}.header-nav{display:none;align-items:center;gap:1.5rem;font-size:.9rem;font-weight:600}@media(min-width:768px){.header-nav{display:flex}}.header-nav a:hover{color:var(--c-accent)}.header-actions{display:flex;align-items:center;gap:.5rem}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--c-border);border-radius:50%;background:var(--c-surface);color:var(--c-text);font-size:1.25rem;cursor:pointer;transition:all var(--transition)}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu-btn:hover{background:var(--c-muted)}.mobile-nav{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-top:1px solid var(--c-border);background:var(--c-surface);font-size:.9rem;font-weight:600}@media(min-width:768px){.mobile-nav{display:none}}.site-footer{border-top:1px solid var(--c-border);background:var(--c-primary);color:var(--c-primary-fg);margin-top:auto}.footer-grid{display:grid;gap:2rem;padding:2.5rem 0}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-grid h3{color:var(--c-primary-fg);font-size:1rem;margin-bottom:.75rem}.footer-grid p,.footer-grid a{font-size:.875rem;color:#ffffffbf;line-height:1.8}.footer-grid a:hover{color:var(--c-primary-fg)}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:1rem 0;text-align:center;font-size:.75rem;color:#fff9}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.5rem;border:1px solid transparent;border-radius:var(--radius);font-weight:700;font-size:.9rem;cursor:pointer;transition:all var(--transition);white-space:nowrap;text-decoration:none;line-height:1.4}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--c-primary);color:var(--c-primary-fg)}.btn-primary:hover:not(:disabled){background:#0e2f36;box-shadow:var(--shadow-md)}.btn-secondary{background:var(--c-secondary);color:var(--c-secondary-fg)}.btn-secondary:hover:not(:disabled){background:#d4e8e0}.btn-outline{background:transparent;color:var(--c-text);border-color:var(--c-border)}.btn-outline:hover:not(:disabled){background:var(--c-muted);border-color:var(--c-input-border)}.btn-accent{background:var(--c-accent);color:var(--c-accent-fg)}.btn-accent:hover:not(:disabled){background:#a07b2f;box-shadow:var(--shadow-md)}.btn-lg{padding:.75rem 2rem;font-size:1rem}.btn-icon{width:1rem;height:1rem}.card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:calc(var(--radius) * 1.5);overflow:hidden}.card-padded{padding:1.5rem}.info-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--c-border);border-radius:999px;background:var(--c-surface);font-size:.85rem;font-weight:600}.info-pill svg{width:1rem;height:1rem;color:var(--c-accent)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700}.badge-secondary{background:var(--c-secondary);color:var(--c-secondary-fg)}.badge-accent{background:#b58a371f;color:var(--c-accent)}.hero{background:var(--c-secondary);background:linear-gradient(135deg,#e4f2ed80,#e4f2ede6)}.hero-grid{display:grid;gap:3rem;padding:3rem 0;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1.15fr .85fr;padding:4rem 0}}.hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-label{font-size:1.1rem;font-weight:700;color:var(--c-accent)}.hero h1{font-size:2.5rem;font-weight:800;max-width:40rem}@media(min-width:768px){.hero h1{font-size:3.5rem}}.hero-description{font-size:1.1rem;color:var(--c-text-muted);line-height:1.8;max-width:36rem}.hero-buttons,.hero-meta{display:flex;flex-wrap:wrap;gap:.75rem}.hero-card{border:1px solid rgba(18,59,67,.1);box-shadow:var(--shadow-xl)}.hero-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem}.hero-card-logo{width:7rem;height:7rem;border-radius:var(--radius);object-fit:contain;background:var(--c-bg)}.hero-card-body{padding:0 1.5rem 1.5rem}.hero-card h2{font-size:1.5rem;margin-bottom:.5rem}.hero-card p{color:var(--c-text-muted);font-size:.9rem}.hero-card-features{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.hero-card-features p{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:.9rem;color:var(--c-text)}.hero-card-features svg{width:1.25rem;height:1.25rem;color:var(--c-accent);flex-shrink:0}.stats-row{display:grid;gap:1rem;margin-top:-1.5rem;position:relative;z-index:1}@media(min-width:768px){.stats-row{grid-template-columns:repeat(3,1fr)}}.stat-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem}.stat-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:var(--radius);background:var(--c-secondary);color:var(--c-secondary-fg);flex-shrink:0}.stat-icon svg{width:1.5rem;height:1.5rem}.stat-value{font-size:1.75rem;font-weight:800;color:var(--c-text)}.stat-label{font-size:.85rem;color:var(--c-text-muted)}.section{padding:4rem 0}@media(min-width:768px){.section{padding:6rem 0}}.section-heading{max-width:36rem;margin:0 auto 2.5rem;text-align:center;display:flex;flex-direction:column;gap:.75rem}.section-heading .label{font-weight:700;color:var(--c-accent)}.section-heading h2{font-size:1.875rem;font-weight:800}@media(min-width:768px){.section-heading h2{font-size:2.25rem}}.section-heading .desc{color:var(--c-text-muted);line-height:1.7}.steps-grid{display:grid;gap:1.25rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{padding:1.5rem}.step-number{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius);background:var(--c-primary);color:var(--c-primary-fg);font-size:1.1rem;font-weight:700;margin-bottom:1rem}.step-card h3{font-size:1.1rem;margin-bottom:.5rem}.step-card p{font-size:.9rem;color:var(--c-text-muted);line-height:1.6}.partners-section{background:#f0f3ef80}.logo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.featured-sponsor-section{margin-bottom:2rem}.featured-sponsor-card-wrapper{display:flex;justify-content:center}.featured-sponsor-card-wrapper .logo-card{width:min(100%,19.2rem);min-height:9.6rem;gap:.3rem;border:1px solid color-mix(in srgb,var(--c-accent) 35%,var(--c-border));box-shadow:0 10px 24px #0000000f}.featured-sponsor-card-wrapper .logo-card img{height:10.5rem}.featured-sponsor-card-wrapper .logo-card strong{font-size:1.1rem}.featured-sponsor-logo-card{padding:.5rem;overflow:hidden}.featured-sponsor-logo-card img{max-width:120%;object-fit:contain;transform:scale(1.35);transform-origin:center}.marquee-container{overflow:hidden;position:relative;width:100%;padding:1rem 0;display:flex}.marquee-track{display:flex;gap:1rem;width:max-content;animation:scrollMarquee 80s linear infinite}.marquee-track.reverse{animation-direction:reverse}.marquee-track:hover{animation-play-state:paused}.marquee-container .logo-card{width:14rem;flex-shrink:0}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(50%)}}[dir=rtl] .marquee-track{animation:scrollMarqueeRTL 80s linear infinite}@keyframes scrollMarqueeRTL{0%{transform:translate(0)}to{transform:translate(50%)}}@media(min-width:1024px){.logo-grid{grid-template-columns:repeat(4,1fr)}}.logo-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem;min-height:10rem;text-align:center}.logo-card img{height:5rem;width:auto;max-width:100%;object-fit:contain}.logo-card strong{font-size:.85rem}.logo-card small{font-size:.75rem;color:var(--c-text-muted)}.logo-placeholder{display:flex;align-items:center;justify-content:center;height:5rem;width:100%;max-width:10rem;border:2px dashed var(--c-border);border-radius:.75rem;background:var(--c-surface);color:var(--c-text-muted);font-size:.8rem;font-weight:600;text-align:center;padding:.5rem;line-height:1.3}.cta-panel{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2rem;border-radius:calc(var(--radius) * 2);background:var(--c-primary);color:var(--c-primary-fg);padding:2rem}@media(min-width:768px){.cta-panel{flex-direction:row;align-items:center;padding:3rem}}.cta-panel .cta-label{font-weight:700;color:var(--c-accent)}.cta-panel h2{color:var(--c-primary-fg);font-size:1.75rem;margin-top:.5rem}@media(min-width:768px){.cta-panel h2{font-size:2rem}}.cta-panel p{color:#ffffffb3;margin-top:.75rem}.form-card{max-width:56rem;margin:0 auto}.form-card-header{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-bottom:1px solid var(--c-border)}@media(min-width:1024px){.form-card-header{flex-direction:row;align-items:flex-start;justify-content:space-between}}.form-card-body{padding:1.5rem}.form-card-footer{display:flex;justify-content:space-between;padding:1.5rem;border-top:1px solid var(--c-border)}.form-progress-text{font-size:.85rem;color:var(--c-text-muted)}.form-progress-step{font-weight:700;color:var(--c-text);margin-top:.25rem}.form-title{font-size:1.5rem;font-weight:700;margin-top:1rem}.form-subtitle{color:var(--c-text-muted);font-size:.9rem}.progress-bar{width:100%;height:.375rem;background:var(--c-muted);border-radius:999px;overflow:hidden;margin-top:.75rem}.progress-fill{height:100%;background:var(--c-primary);border-radius:999px;transition:width .4s ease}.stepper{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;border-radius:calc(var(--radius) * 1.5);background:#f0f3ef66;border:1px solid var(--c-border);align-self:flex-start}.stepper-btn{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid var(--c-border);background:var(--c-surface);color:var(--c-text-muted);font-size:.875rem;font-weight:700;cursor:pointer;transition:all var(--transition)}.stepper-btn:hover{background:var(--c-muted)}.stepper-btn.active,.stepper-btn.complete{background:var(--c-primary);color:var(--c-primary-fg);border-color:var(--c-primary)}.stepper-btn svg{width:1rem;height:1rem}.form-grid{display:grid;gap:1.25rem}@media(min-width:768px){.form-grid-2{grid-template-columns:repeat(2,1fr)}}.form-fields{display:flex;flex-direction:column;gap:1.75rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label,.form-field>span{font-size:.875rem;font-weight:700;color:var(--c-text)}.form-field input,.form-field select{height:2.75rem;width:100%;padding:0 .75rem;border:1px solid var(--c-input-border);border-radius:var(--radius);background:var(--c-surface);color:var(--c-text);font-size:.9rem;outline:none;transition:all var(--transition)}.form-field input:focus,.form-field select:focus{border-color:var(--c-ring);box-shadow:0 0 0 3px #2675671f}.form-field.invalid input,.form-field.invalid select{border-color:var(--c-destructive)}.form-field.invalid input:focus,.form-field.invalid select:focus{box-shadow:0 0 0 3px #b423181f}.field-error{font-size:.8rem;color:var(--c-destructive)}.choice-group{display:flex;flex-direction:column;gap:.75rem;border:none}.choice-group legend{font-size:.875rem;font-weight:700;margin-bottom:.25rem}.choice-group legend small{font-weight:400;color:var(--c-text-muted)}.choice-grid{display:grid;gap:.75rem}@media(min-width:640px){.choice-grid{grid-template-columns:repeat(2,1fr)}}.choice-card{display:flex;align-items:center;gap:.75rem;min-height:3rem;padding:.75rem 1rem;border:1px solid var(--c-border);border-radius:var(--radius);background:var(--c-surface);cursor:pointer;transition:all var(--transition);font-size:.875rem;line-height:1.5}.choice-card:hover{border-color:var(--c-ring)}.choice-card.selected{border-color:var(--c-primary);background:var(--c-secondary)}.choice-card input{width:1rem;height:1rem;accent-color:var(--c-primary);flex-shrink:0}.choice-group.invalid .choice-card{border-color:var(--c-destructive)}.choice-group.invalid .choice-card.selected{background:var(--c-secondary)}.form-subsection{display:flex;flex-direction:column;gap:1.25rem;border-radius:calc(var(--radius) * 1.5);border:1px solid var(--c-border);background:#f0f3ef80;padding:1.25rem}.form-subsection h3{font-size:1.1rem}.review-box{display:flex;flex-direction:column;gap:1.5rem;border-radius:calc(var(--radius) * 1.5);border:1px solid var(--c-border);background:#f0f3ef66;padding:1.5rem}.review-header{display:flex;align-items:center;gap:.75rem}.review-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius);background:var(--c-secondary);color:var(--c-secondary-fg)}.review-icon svg{width:1.25rem;height:1.25rem}.review-header h3{font-weight:700;font-size:1rem}.review-header p{font-size:.85rem;color:var(--c-text-muted)}.review-grid{display:grid;gap:1rem}@media(min-width:640px){.review-grid{grid-template-columns:repeat(2,1fr)}}.review-item{padding:1rem;border-radius:var(--radius);background:var(--c-surface)}.review-item dt{font-size:.75rem;color:var(--c-text-muted)}.review-item dd{margin-top:.25rem;font-weight:700;font-size:.9rem}.ticket{overflow:hidden}.ticket-accent-bar{height:.25rem;background:var(--c-accent)}.ticket-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem}.ticket-header svg{width:2.25rem;height:2.25rem;color:var(--c-primary)}.ticket-header h3{font-size:1.25rem;margin-top:.75rem}.ticket-body{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:0 1.5rem 1.5rem}@media(min-width:768px){.ticket-body{flex-direction:row}}.ticket-qr{width:8rem;height:8.75rem;border:1px solid var(--c-border);border-radius:var(--radius);object-fit:contain;background:var(--c-surface);padding:.75rem;flex-shrink:0}.ticket-qr-placeholder{width:8rem;height:8rem;border:1px solid var(--c-border);border-radius:var(--radius);background:var(--c-muted);display:grid;grid-template-columns:repeat(7,1fr);gap:2px;padding:.75rem;flex-shrink:0}.ticket-qr-placeholder span{border-radius:2px}.ticket-details{display:grid;gap:1rem;flex:1}@media(min-width:640px){.ticket-details{grid-template-columns:repeat(3,1fr)}}.ticket-detail{padding:1rem;border-radius:var(--radius);background:var(--c-muted)}.ticket-detail dt{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--c-text-muted)}.ticket-detail dt svg{width:1rem;height:1rem}.ticket-detail dd{margin-top:.5rem;font-weight:700}.ticket-detail .zone-code{font-size:1.25rem}.ticket-detail .zone-name{font-size:.8rem;color:var(--c-text-muted);margin-top:.25rem;font-weight:400}.success-page{text-align:center;padding:3rem 0}@media(min-width:768px){.success-page{padding:5rem 0}}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:50%;background:var(--c-secondary);color:var(--c-success);margin-bottom:1.5rem}.success-icon svg{width:2.5rem;height:2.5rem}.success-page h1{font-size:1.75rem;max-width:40rem;margin:0 auto}@media(min-width:768px){.success-page h1{font-size:2.5rem}}.search-page{min-height:70vh;background:#f0f3ef66;padding:3rem 0}@media(min-width:768px){.search-page{padding:5rem 0}}.search-header{max-width:36rem;margin:0 auto 2rem;text-align:center}.search-header-icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:calc(var(--radius) * 1.5);background:var(--c-secondary);color:var(--c-secondary-fg);margin-bottom:1rem}.search-header-icon svg{width:1.5rem;height:1.5rem}.search-header h1{font-size:1.75rem}@media(min-width:768px){.search-header h1{font-size:2.25rem}}.search-header p{color:var(--c-text-muted);margin-top:.75rem}.search-form-card{max-width:32rem;margin:0 auto}.search-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.register-page{background:#f0f3ef59;padding:2.5rem 0}@media(min-width:768px){.register-page{padding:3.5rem 0}}.register-intro{max-width:36rem;margin-bottom:2rem}.register-intro .label{font-weight:700;color:var(--c-accent)}.register-intro h1{font-size:1.75rem;margin-top:.5rem}@media(min-width:768px){.register-intro h1{font-size:2.25rem}}.register-intro p{color:var(--c-text-muted);margin-top:.75rem;line-height:1.7}.submit-error{font-size:.85rem;color:var(--c-destructive);text-align:center;padding:.75rem;background:#b423180f;border-radius:var(--radius);border:1px solid rgba(180,35,24,.15)}.dashboard-page{min-height:100vh;background:#0f172a;color:#f1f5f9;font-family:var(--font);direction:rtl;padding-bottom:2rem}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;background:#1e293b;border-bottom:1px solid #334155}.dashboard-header h1{margin:0;font-size:1.4rem;color:#f1f5f9}.header-subtitle{margin:.2rem 0 0;color:#94a3b8;font-size:.85rem}.header-right{display:flex;align-items:center;gap:1rem}.welcome-text{color:#94a3b8;font-size:.9rem}.logout-btn{padding:.4rem 1rem;background:transparent;border:1px solid #334155;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:.88rem;transition:all .2s}.logout-btn:hover{border-color:#ef4444;color:#ef4444}.filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1rem 2rem;background:#1e293b;border-bottom:1px solid #334155}.filter-section{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.filter-label{color:#94a3b8;font-size:.85rem;white-space:nowrap}.filter-chips{display:flex;gap:.35rem}.filter-chips.wrap{flex-wrap:wrap}.chip{padding:.3rem .7rem;border-radius:999px;border:1px solid #334155;background:transparent;color:#94a3b8;font-size:.82rem;cursor:pointer;transition:all .15s}.chip:hover{border-color:#3b82f6;color:#3b82f6}.chip.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.filter-select{padding:.3rem .7rem;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#f1f5f9;font-size:.85rem;cursor:pointer}.reset-btn{padding:.35rem 1rem;background:transparent;border:1px solid #475569;border-radius:6px;color:#94a3b8;font-size:.85rem;cursor:pointer;transition:all .2s;white-space:nowrap}.reset-btn:hover{background:#334155;color:#f1f5f9}.dashboard-loading{text-align:center;padding:4rem;color:#94a3b8}.dashboard-error{margin:1.5rem 2rem;padding:.9rem 1.25rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5}.kpi-cards-row{display:flex;gap:1.25rem;padding:1.5rem 2rem 0;flex-wrap:wrap}.kpi-card{flex:1;min-width:160px;background:#1e293b;border:1px solid #334155;border-radius:10px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.3rem}.kpi-card-title{font-size:.85rem;color:#94a3b8}.kpi-card-value{font-size:2rem;font-weight:700;color:#3b82f6}.kpi-card-subtitle{font-size:.8rem;color:#94a3b8}.charts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:1.25rem;padding:1.5rem 2rem}.chart-wrapper{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:1.25rem 1.5rem}.chart-title{margin:0 0 1rem;font-size:1rem;color:#f1f5f9;font-weight:600}.chart-empty{color:#94a3b8;text-align:center;padding:2rem;font-size:.9rem}.simple-bar-list{display:flex;flex-direction:column;gap:.75rem}.simple-bar-row{display:flex;align-items:center;gap:.75rem}.sbl-label{width:130px;font-size:.85rem;color:#f1f5f9;flex-shrink:0}.sbl-track{flex:1;height:8px;background:#1e3a5f;border-radius:4px;overflow:hidden}.sbl-fill{height:100%;background:#3b82f6;border-radius:4px;transition:width .4s ease}.sbl-fill.edu{background:#8b5cf6}.sbl-fill.emp{background:#f59e0b}.sbl-count{font-size:.85rem;color:#94a3b8;width:48px;text-align:left;flex-shrink:0}.eg-total{margin:0 0 1rem;font-size:.9rem;color:#94a3b8}.eg-list{display:flex;flex-direction:column;gap:.6rem}.eg-row{display:flex;align-items:center;gap:.75rem}.eg-label{width:70px;font-size:.85rem;color:#f1f5f9;flex-shrink:0}.eg-bar-track{flex:1;height:10px;background:#1e3a5f;border-radius:5px;overflow:hidden}.eg-bar-fill{height:100%;background:#10b981;border-radius:5px;transition:width .4s ease}.eg-bar-fill.full{background:#f59e0b}.eg-count{font-size:.82rem;color:#94a3b8;width:70px;display:flex;align-items:center;gap:.35rem;flex-shrink:0}.eg-badge{font-size:.72rem;background:#f59e0b26;color:#f59e0b;border-radius:4px;padding:.1rem .35rem}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;direction:rtl}.login-card{background:#1e293b;border-radius:12px;padding:2.5rem 3rem;width:100%;max-width:420px;box-shadow:0 4px 32px #0006}.login-card h1{color:#f1f5f9;font-size:1.6rem;margin:0 0 .25rem}.login-subtitle{color:#94a3b8;font-size:.9rem;margin:0 0 2rem}.field-group label{color:#cbd5e1;font-size:.9rem}.field-group input{padding:.65rem .9rem;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#f1f5f9;font-size:1rem;outline:none;transition:border-color .2s}.field-group input:focus{border-color:#3b82f6}.login-error{color:#f87171;font-size:.88rem;margin:0;text-align:center}.login-btn{padding:.75rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .2s}.login-btn:hover:not(:disabled){background:#2563eb}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--c-muted) 25%,rgba(240,243,239,.8) 50%,var(--c-muted) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius)}.skeleton-text{height:1rem;margin-bottom:.5rem}.skeleton-title{height:1.5rem;width:60%;margin-bottom:.75rem}.skeleton-box{height:3rem}@media print{.site-header,.site-footer,.patron-strip,.btn,.mobile-menu-btn{display:none!important}body{background:#fff}.container{max-width:100%;padding:0}.ticket{box-shadow:none;border:2px solid #000}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f2f5,#dbeafe,#ede9fe);font-family:Cairo,Segoe UI,Tahoma,Arial,sans-serif;direction:rtl}.login-card{background:#fff;border-radius:16px;padding:2.5rem 3rem;width:100%;max-width:420px;box-shadow:0 10px 40px #00000014,0 2px 8px #0000000a;border:1px solid #e2e5ea}.login-card h1{color:#1a1a2e;font-size:1.6rem;margin:0 0 .25rem;font-weight:800}.login-subtitle{color:#6b7280;font-size:.9rem;margin:0 0 2rem;font-weight:500}.login-form{display:flex;flex-direction:column;gap:1.25rem}.field-group{display:flex;flex-direction:column;gap:.4rem}.field-group label{color:#3d3d5c;font-size:.9rem;font-weight:600}.field-group input{padding:.65rem .9rem;background:#f8f9fb;border:1px solid #e2e5ea;border-radius:8px;color:#1a1a2e;font-size:1rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.field-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.login-error{color:#dc2626;font-size:.88rem;margin:0;text-align:center;font-weight:600}.login-btn{padding:.75rem;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;border-radius:8px;font-size:1rem;font-family:inherit;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #2563eb4d}.login-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e40af,#1e3a8a);box-shadow:0 6px 20px #2563eb66;transform:translateY(-1px)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.dashboard-page svg{box-sizing:border-box;display:inline-block;vertical-align:middle;flex-shrink:0}.dashboard-page.light-theme{min-height:100vh;background:linear-gradient(165deg,#f0f4f8,#e8edf5,#f0f1f6);color:#1e293b;font-family:Cairo,system-ui,-apple-system,sans-serif;direction:rtl;padding-bottom:3rem;box-sizing:border-box}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 2rem;background:#ffffffd1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.6);position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0f172a0a}.header-brand-box{display:flex;flex-direction:column;gap:.15rem}.header-badge-gov{display:inline-block;font-size:.68rem;font-weight:700;color:#0f766e;background:linear-gradient(135deg,#ccfbf1,#a7f3d0);padding:.15rem .55rem;border-radius:6px;width:fit-content;letter-spacing:.01em}.header-title{font-size:2rem;font-weight:900;line-height:1.2;margin:0;background:linear-gradient(135deg,#1e3a8a,#2563eb,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;display:inline-block}.header-right-actions{display:flex;align-items:center;gap:.75rem}.refresh-status-badge{display:flex;align-items:center;gap:.35rem;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1px solid #a7f3d0;color:#166534;padding:.25rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700}.refresh-pulse-dot{width:7px;height:7px;border-radius:50%;background-color:#22c55e;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.last-updated-text{font-size:.72rem;color:#475569;font-weight:600}.user-profile-badge{display:flex;align-items:center;gap:.5rem;background:#f1f5f9e6;padding:.3rem .65rem;border-radius:8px;border:1px solid #e2e8f0}.user-name{font-size:.78rem;font-weight:700;color:#1e293b}.logout-btn-minimal{background:transparent;border:none;color:#ef4444;font-size:.72rem;font-weight:700;cursor:pointer;padding:.1rem .3rem;border-radius:4px;transition:background .15s}.logout-btn-minimal:hover{background-color:#fee2e2}.dashboard-loading,.dashboard-error{margin:2rem;padding:1.25rem;border-radius:16px;text-align:center;font-weight:700;font-size:.9rem}.dashboard-loading{background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #e2e8f0;color:#0d9488}.dashboard-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.dashboard-main-content{padding:1.25rem 2rem;display:flex;flex-direction:column;gap:1.25rem;max-width:1600px;margin:0 auto}.dashboard-row{display:grid;gap:1.25rem}.dashboard-row.grid-2-col{grid-template-columns:repeat(2,1fr)}.dashboard-row.grid-3-col{grid-template-columns:repeat(3,1fr)}.dashboard-row.full-width{grid-template-columns:1fr}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.hero-card{border-radius:20px;padding:1.25rem 1.35rem;color:#fff;box-shadow:0 8px 32px -8px #0f172a2e;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.hero-card:before{content:"";position:absolute;top:-40%;right:-20%;width:180px;height:180px;border-radius:50%;background:#ffffff0f;pointer-events:none}.hero-card:after{content:"";position:absolute;bottom:-30%;left:-10%;width:120px;height:120px;border-radius:50%;background:#ffffff0a;pointer-events:none}.hero-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px -8px #0f172a38}.hero-card-primary{background:linear-gradient(135deg,#1e1b4b,#4338ca 60%,#6366f1)}.hero-card-teal{background:linear-gradient(135deg,#064e3b,#059669 60%,#34d399)}.hero-card-amber{background:linear-gradient(135deg,#78350f,#d97706 60%,#fbbf24)}.hero-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.hero-card-badge{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#ffffff2e;padding:.12rem .5rem;border-radius:6px;display:inline-block;margin-bottom:.25rem}.hero-card-badge.teal,.hero-card-badge.amber{background:#fff3}.hero-card-title{font-size:.88rem;font-weight:800;margin:0;color:#fff}.hero-card-icon-box{width:38px;height:38px;border-radius:12px;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-card-main-val{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.75rem}.hero-value-num{font-size:2rem;font-weight:900;line-height:1;color:#fff}.hero-value-unit{font-size:.78rem;font-weight:600;opacity:.85}.hero-progress-section{display:flex;flex-direction:column;gap:.3rem;background:#0000002e;padding:.5rem .7rem;border-radius:12px}.hero-progress-labels{display:flex;justify-content:space-between;font-size:.68rem;font-weight:700;opacity:.9}.hero-pct-badge{background:#ffffff40;padding:.05rem .4rem;border-radius:4px}.hero-progress-track{height:6px;background:#ffffff38;border-radius:4px;overflow:hidden}.hero-progress-fill{height:100%;background:#fff;border-radius:4px;transition:width .8s cubic-bezier(.4,0,.2,1)}.hero-sub-stats{display:flex;flex-direction:column;gap:.3rem}.hero-stat-pill{display:flex;justify-content:space-between;align-items:center;background:#0000002e;padding:.35rem .65rem;border-radius:8px;font-size:.72rem}.hero-pill-lbl{opacity:.85;font-weight:600}.hero-pill-val{font-weight:800}.hero-pill-val.highlight{color:#5eead4}.hero-pill-val.amber-text{color:#fde68a}.chart-card{background:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(226,232,240,.5);border-radius:20px;padding:1.25rem 1.35rem;box-shadow:0 4px 24px -4px #0f172a0f;display:flex;flex-direction:column;transition:box-shadow .25s ease,transform .25s ease}.chart-card:hover{box-shadow:0 8px 32px -4px #0f172a1a;transform:translateY(-2px)}.chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.chart-title-box{display:flex;align-items:center;gap:.6rem}.chart-icon-chip{width:30px;height:30px;min-width:30px;min-height:30px;max-width:30px;max-height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chart-icon-chip svg{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important}.chart-icon-chip.blue{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca}.chart-icon-chip.teal{background:linear-gradient(135deg,#ccfbf1,#a7f3d0);color:#0f766e}.chart-icon-chip.amber{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.chart-icon-chip.violet{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}.chart-icon-chip.rose{background:linear-gradient(135deg,#ffe4e6,#fecdd3);color:#e11d48}.chart-title{font-size:.85rem;font-weight:800;color:#0f172a;margin:0;line-height:1.3}.chart-subtitle{font-size:.68rem;color:#475569;margin:.1rem 0 0;font-weight:600;line-height:1.4}.chart-empty-state{text-align:center;padding:2.5rem;color:#94a3b8;font-size:.82rem;font-weight:600}.chart-container-body{border-radius:12px;overflow:hidden}.ranked-list{display:flex;flex-direction:column;gap:.5rem}.ranked-item{border:1px solid rgba(226,232,240,.6);border-radius:14px;padding:.6rem .8rem;display:flex;flex-direction:column;gap:.35rem;cursor:pointer;transition:all .2s ease;background:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ranked-item:hover{border-color:#cbd5e1;background:#f8fafce6;transform:translate(-2px)}.ranked-item.selected{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.ranked-item.top-rank{border-color:#fbbf24;background:linear-gradient(135deg,#fffbeb,#fef3c7);box-shadow:0 4px 16px -4px #f59e0b33}.ranked-item-header{display:flex;justify-content:space-between;align-items:center}.ranked-rank-box{display:flex;align-items:center;gap:.45rem}.ranked-num{font-size:.65rem;font-weight:800;color:#b45309;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:.12rem .4rem;border-radius:6px;min-width:20px;text-align:center}.ranked-num.edu-num{color:#1d4ed8;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.ranked-num.emp-num{color:#0f766e;background:linear-gradient(135deg,#ccfbf1,#a7f3d0)}.ranked-name{font-size:.78rem;font-weight:800;color:#0f172a}.ranked-desc{display:block;font-size:.65rem;color:#475569;font-weight:600}.top-badge{font-size:.62rem;font-weight:800;color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;padding:.1rem .4rem;border-radius:999px}.ranked-values{display:flex;align-items:center;gap:.4rem}.ranked-count{font-size:.75rem;font-weight:800;color:#0f172a}.ranked-pct{font-size:.65rem;font-weight:700;color:#b45309;background:#fef3c7;padding:.05rem .3rem;border-radius:4px}.ranked-pct.edu-pct{color:#1d4ed8;background:#dbeafe}.ranked-pct.emp-pct{color:#0f766e;background:#ccfbf1}.ranked-bar-track{height:5px;background:#f1f5f9cc;border-radius:4px;overflow:hidden}.ranked-bar-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:4px;transition:width .6s ease-out}.ranked-bar-fill.top-fill{background:linear-gradient(90deg,#f59e0b,#ea580c)}.ranked-bar-fill.edu-fill{background:linear-gradient(90deg,#3b82f6,#6366f1)}.ranked-bar-fill.emp-fill{background:linear-gradient(90deg,#14b8a6,#0d9488)}.spotlight-card{border:1px solid rgba(167,243,208,.4);background:linear-gradient(180deg,#ffffffd9,#f0fdf499);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.spotlight-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.spotlight-badge{font-size:.7rem;font-weight:800;color:#0f766e;background:linear-gradient(135deg,#ccfbf1,#a7f3d0);border:1px solid #6ee7b7;padding:.12rem .55rem;border-radius:999px}.spotlight-body{padding-top:.5rem}.eg-rings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(115px,1fr));gap:.85rem}.eg-ring-card{border:1px solid rgba(226,232,240,.5);border-radius:16px;padding:.75rem .5rem;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.eg-ring-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 4px 16px -4px #0f172a14}.eg-ring-card.full{border-color:#86efac;background:linear-gradient(180deg,#f0fdf4cc,#dcfce780)}.eg-ring-card.active-pulsing{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881f;animation:pulse-border 2s infinite}@keyframes pulse-border{0%,to{box-shadow:0 0 0 3px #0d94881f}50%{box-shadow:0 0 0 6px #0d948840}}.eg-ring-svg-box{position:relative;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.eg-ring-svg{transform:rotate(-90deg)}.eg-ring-bg-stroke{fill:none;stroke:#e2e8f0;stroke-width:5}.eg-ring-fg-stroke{fill:none;stroke-width:5;stroke-linecap:round;transition:stroke-dashoffset .6s ease-out}.eg-ring-fg-stroke.full-stroke{stroke:#16a34a}.eg-ring-fg-stroke.active-stroke{stroke:#0d9488}.eg-ring-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:baseline}.eg-ring-count{font-size:.85rem;font-weight:900;color:#0f172a}.eg-ring-cap{font-size:.6rem;font-weight:700;color:#64748b}.eg-card-meta{display:flex;flex-direction:column;align-items:center;gap:.12rem}.eg-card-num{font-size:.7rem;font-weight:800;color:#0f172a}.eg-status-chip{font-size:.6rem;font-weight:700;padding:.05rem .35rem;border-radius:4px}.eg-status-chip.full{background-color:#dcfce7;color:#15803d}.eg-status-chip.active{background-color:#ccfbf1;color:#0f766e}.radial-rings-container{display:flex;flex-direction:column;gap:.7rem}.radial-ring-item{border:1px solid rgba(241,245,249,.8);border-radius:14px;padding:.55rem .75rem;display:flex;align-items:center;gap:.85rem;cursor:pointer;transition:all .2s ease;background:#fff6}.radial-ring-item:hover{background:#f8fafce6;border-color:#cbd5e1;transform:translate(-2px)}.radial-ring-item.selected{border-color:#818cf8;background:linear-gradient(135deg,#e0e7ffcc,#eef2ff99);box-shadow:0 4px 16px -4px #6366f126}.radial-svg-box{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.radial-svg{transform:rotate(-90deg)}.radial-bg-stroke{fill:none;stroke:#e2e8f0;stroke-width:6}.radial-fg-stroke{fill:none;stroke-width:6;stroke-linecap:round;transition:stroke-dashoffset .6s ease-out}.radial-pct-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.78rem;font-weight:900}.radial-meta{display:flex;flex-direction:column;gap:.1rem}.radial-label{font-size:.8rem;font-weight:800;color:#0f172a}.radial-count{font-size:.72rem;font-weight:700;color:#475569}.filter-glass-bar{background:#ffffffb8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(226,232,240,.4);border-radius:18px;padding:.75rem 1.25rem;box-shadow:0 4px 20px -4px #0f172a0f;display:flex;flex-direction:column;gap:.65rem;margin:1.25rem 2rem 0}.filter-header-row{display:flex;justify-content:space-between;align-items:center}.filter-clear-btn{background:#f1f5f9e6;color:#475569;border:1px solid #e2e8f0;padding:.3rem .85rem;border-radius:10px;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s ease}.filter-clear-btn:hover{background:#e2e8f0;color:#0f172a;border-color:#cbd5e1}.filter-sections-scroll{display:flex;align-items:center;gap:1rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.filter-sections-scroll::-webkit-scrollbar{display:none}.filter-section-glass{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.filter-section-glass.divider{width:1px;height:22px;background:#cbd5e180;flex-shrink:0}.filter-label-glass{font-size:.72rem;font-weight:700;color:#64748b}.filter-chips{display:flex;gap:.3rem;flex-wrap:wrap}.chip-glass{background:#ffffff80;border:1px solid #e2e8f0;color:#475569;padding:.25rem .7rem;border-radius:100px;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:Cairo,system-ui,sans-serif}.chip-glass:hover{background:#f8fafce6;border-color:#94a3b8;color:#0f172a}.chip-glass.active{background:linear-gradient(135deg,#4338ca,#6366f1);border-color:transparent;color:#fff;box-shadow:0 3px 10px #4338ca40}@media(max-width:1200px){.hero-stats-grid,.dashboard-row.grid-3-col{grid-template-columns:1fr}}@media(max-width:900px){.dashboard-row.grid-2-col{grid-template-columns:1fr}.dashboard-header{flex-direction:column;align-items:flex-start;gap:.65rem}.header-right-actions{width:100%;justify-content:space-between}.filter-glass-bar{margin:.75rem 1rem 0;border-radius:14px;padding:.6rem .85rem}}.hemicycle-legend{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.9rem}.hemicycle-legend th:nth-child(1),.hemicycle-legend td:nth-child(1){text-align:right}.hemicycle-legend th:nth-child(2),.hemicycle-legend td:nth-child(2){text-align:center}.hemicycle-legend th:nth-child(3),.hemicycle-legend td:nth-child(3){text-align:left}.hemicycle-legend th{padding:.5rem;color:#64748b;font-weight:500;border-bottom:1px solid #e2e8f0}.hemicycle-legend td{padding:.5rem;border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.hemicycle-legend tr:hover td{background-color:#f8fafc}.hemicycle-legend tr.active td{background-color:#f1f5f9;font-weight:600}.legend-dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-left:.5rem;vertical-align:middle}.legend-value,.legend-pct{font-weight:600;color:#334155}@media(max-width:640px){.dashboard-main-content{padding:.85rem}}
