:root{--brand-red:#de6336;--brand-teal:#309dc4;--brand-navy:#1f3036;--brand-orange:#e78b3f;--color-bg-primary:#f8fafc;--color-bg-gradient:linear-gradient(135deg,#e3f2fd 0%,#ffe0b2 100%);--color-bg-secondary:#f1f5f9;--color-bg-tertiary:#e2e8f0;--color-surface:#fff6;--color-surface-elevated:#ffffffbf;--color-surface-hover:#ffffffe6;--color-text-primary:var(--brand-navy);--color-text-secondary:#475569;--color-text-tertiary:#64748b;--color-text-inverse:#fff;--color-accent-primary:var(--brand-red);--color-accent-secondary:var(--brand-teal);--color-accent-tertiary:var(--brand-orange);--color-border-subtle:#1f30361a;--color-border-medium:#1f303633;--color-border-strong:#1f303666;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:var(--brand-teal);--gradient-primary:linear-gradient(135deg,var(--brand-red),var(--brand-orange));--gradient-secondary:linear-gradient(135deg,var(--brand-teal),var(--brand-navy));--gradient-surface:linear-gradient(135deg,#fff9 0%,#fff3 100%);--gradient-accent:linear-gradient(90deg,var(--brand-red),var(--brand-teal));--gradient-radial-primary:radial-gradient(circle,var(--brand-red)0%,transparent 70%);--gradient-radial-secondary:radial-gradient(circle,var(--brand-teal)0%,transparent 70%);--shadow-xs:0 1px 2px #1f303614;--shadow-sm:0 2px 4px #1f30361a;--shadow-md:0 4px 6px -1px #1f30361f,0 2px 4px -1px #1f303614;--shadow-lg:0 10px 15px -3px #1f303626,0 4px 6px -2px #1f30361a;--shadow-xl:0 20px 25px -5px #1f303633,0 10px 10px -5px #1f30361a;--shadow-2xl:0 25px 50px -12px #1f30364d;--shadow-glow:0 0 20px #de63364d;--shadow-glow-strong:0 0 40px #de633680;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--duration-instant:.1s;--duration-fast:.2s;--duration-normal:.3s;--duration-slow:.5s;--duration-slower:.8s;--duration-slowest:1.2s;--ease-linear:linear;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--ease-bounce:cubic-bezier(.68,-.55,.265,1.55);--ease-smooth:cubic-bezier(.25,.46,.45,.94);--ease-spring:cubic-bezier(.175,.885,.32,1.275);--glass-blur:16px;--glass-blur-strong:24px;--glass-opacity:.7;--glass-border:1px solid #1f303626;--glass-border-light:1px solid #fff6;--font-family:"Source Sans Pro","Tajawal",system-ui,-apple-system,sans-serif;--font-mono:"Fira Code","Courier New",monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:600;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:900;--line-height-tight:1.2;--line-height-snug:1.375;--line-height-normal:1.5;--line-height-relaxed:1.625;--line-height-loose:2;--z-background:-1;--z-base:0;--z-dropdown:100;--z-sticky:200;--z-overlay:500;--z-modal:1000;--z-popover:1500;--z-toast:2000;--particle-color:#309dc44d;--particle-connection-color:#de633633;--particle-count:50}[data-theme=dark]{--color-bg-primary:var(--brand-navy);--color-bg-secondary:#273b45;--color-bg-tertiary:#304652;--color-surface:#1f3036b3;--color-surface-elevated:#1f3036d9;--color-surface-hover:#1f3036f2;--color-text-primary:#f8fafc;--color-text-secondary:#cbd5e1;--color-text-tertiary:#94a3b8;--color-text-inverse:var(--brand-navy);--color-accent-tertiary:var(--brand-orange);--color-border-subtle:#ffffff1a;--color-border-medium:#ffffff26;--color-border-strong:#fff3;--gradient-surface:linear-gradient(135deg,#1f303699 0%,#1f303633 100%);--shadow-md:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003;--shadow-lg:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d;--shadow-xl:0 20px 25px -5px #00000080,0 10px 10px -5px #0000004d;--glass-border:1px solid #ffffff1a;--glass-opacity:.8;--particle-color:#309dc466;--particle-connection-color:#de63364d}.glass{background:var(--color-surface);-webkit-backdrop-filter:blur(var(--glass-blur));border:var(--glass-border)}.glass-strong{background:var(--color-surface-elevated);-webkit-backdrop-filter:blur(var(--glass-blur-strong));border:var(--glass-border)}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-bg{background:var(--gradient-primary)}.glow{box-shadow:var(--shadow-glow)}.glow-strong{box-shadow:var(--shadow-glow-strong)}.animate-fade-in{animation:fadeIn var(--duration-normal)var(--ease-out)forwards}.animate-slide-up{animation:slideUp var(--duration-slow)var(--ease-spring)forwards}.animate-scale-in{animation:scaleIn var(--duration-slow)var(--ease-spring)forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}*{box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--color-bg-primary);background:var(--color-bg-gradient,var(--color-bg-primary));color:var(--color-text-primary);transition:background-color var(--duration-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}#root{width:100%;height:100%}h1{font-size:clamp(2.5rem,5vmin,5rem);font-weight:var(--font-weight-extrabold);letter-spacing:-.03em;line-height:var(--line-height-tight);margin:0 0 .5em}h2{font-size:clamp(2rem,3.5vmin,3.5rem);font-weight:var(--font-weight-bold);letter-spacing:-.02em;color:var(--color-text-primary);margin:0 0 1rem}h3{font-size:clamp(1.25rem,2.2vmin,2rem);font-weight:var(--font-weight-semibold);color:var(--color-accent-secondary);margin:0 0 .5em}p{font-size:clamp(1rem,1.6vmin,1.25rem);line-height:var(--line-height-relaxed);color:var(--color-text-secondary);margin-bottom:1rem}ul{margin:0;padding:0;list-style:none}li{color:var(--color-text-secondary);margin-bottom:.8em;padding-left:1.5em;font-size:clamp(.95rem,1.5vmin,1.15rem);position:relative}li:before{content:"";background-color:var(--color-accent-primary);width:.5em;height:.5em;box-shadow:0 0 8px var(--color-accent-primary);border-radius:50%;position:absolute;top:.6em;left:.2em}.grid-2{gap:var(--space-2xl);grid-template-columns:repeat(2,1fr);align-items:stretch;width:100%;display:grid}.grid-3{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);align-items:stretch;width:100%;display:grid}.grid-4{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);align-items:stretch;width:100%;display:grid}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}main{padding-bottom:5rem}.nav-btn-slick{border-radius:var(--radius-full);background:var(--color-surface);width:50px;height:50px;color:var(--color-text-primary);-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-md);cursor:pointer;transition:all var(--duration-fast)var(--ease-out);border:none;border:1px solid var(--color-border-subtle);justify-content:center;align-items:center;display:flex}.nav-btn-slick:hover:not(:disabled){background:var(--color-accent-primary);color:#fff;box-shadow:var(--shadow-glow);transform:scale(1.1)}.nav-btn-slick:active:not(:disabled){transform:scale(.95)}.nav-btn-slick:disabled{opacity:.3;cursor:not-allowed}.icon-sm{width:1.5rem;height:1.5rem}.icon-md{width:2rem;height:2rem}.icon-lg{width:3rem;height:3rem}.icon-xl{width:4rem;height:4rem}.text-center{text-align:center}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.font-bold{font-weight:var(--font-weight-bold)}.font-semibold{font-weight:var(--font-weight-semibold)}.uppercase{text-transform:uppercase}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.hoverable{cursor:pointer;transition:all var(--duration-fast)var(--ease-out)}.hoverable:hover{transform:translateY(-2px)}.badge{border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.05em;align-items:center;padding:.35rem 1rem;display:inline-flex}.badge-primary{background:var(--color-accent-primary);color:#fff;box-shadow:var(--shadow-glow)}.badge-secondary{background:var(--color-accent-secondary);color:#fff}.divider{background:var(--color-border-subtle);width:100%;height:1px;margin:var(--space-lg)0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border-medium);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-primary)}::selection{background:var(--color-accent-primary);color:#fff}::selection{background:var(--color-accent-primary);color:#fff}:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
