.hub-theme{--hub-paper-50:#faf9f5;--hub-paper-100:#f3f1e8;--hub-paper-200:#e6e2d3;--hub-ink-950:#0d0d0d;--hub-ink-600:#4b4a45;--hub-white:#fff;--hub-cobalt-100:#e7ebff;--hub-cobalt-500:#2563eb;--hub-violet-100:#eee9ff;--hub-violet-500:#8b5cf6;--hub-coral-100:#ffe8e2;--hub-coral-500:#ef4444;--hub-yellow-500:#facc15;--hub-green-100:#e6f5ec;--hub-green-700:#047857;--hub-space-1:.25rem;--hub-space-2:.5rem;--hub-space-3:.75rem;--hub-space-4:1rem;--hub-space-6:1.5rem;--hub-space-8:2rem;--hub-space-12:3rem;--hub-space-16:4rem;--hub-space-24:6rem;--hub-radius-sm:4px;--hub-radius-md:8px;--hub-radius-lg:12px;--hub-radius-full:9999px;--hub-border-width:3px;--hub-border-color:var(--hub-ink-950);--hub-shadow-flat-sm:3px 3px 0px 0px var(--hub-ink-950);--hub-shadow-flat-md:4px 4px 0px 0px var(--hub-ink-950);--hub-shadow-flat-lg:6px 6px 0px 0px var(--hub-ink-950);--hub-duration-fast:.1s;--hub-duration-normal:.18s;--hub-duration-slow:.35s;--hub-background:var(--hub-paper-50);--hub-foreground:var(--hub-ink-950);--hub-surface:var(--hub-white);--hub-surface-muted:var(--hub-paper-100);--hub-text-muted:var(--hub-ink-600);--hub-border:var(--hub-ink-950);--hub-primary:var(--hub-cobalt-500);--hub-primary-hover:var(--hub-cobalt-500);--hub-primary-soft:var(--hub-yellow-500);--hub-primary-foreground:var(--hub-white);--hub-success:var(--hub-green-700);--hub-success-soft:var(--hub-green-100);--hub-focus:var(--hub-cobalt-500);--hub-card-background:var(--hub-surface);--hub-card-border:var(--hub-border);--hub-card-radius:var(--hub-radius-md);--hub-card-shadow-hover:var(--hub-shadow-flat-lg);--hub-button-background:var(--hub-surface);--hub-button-foreground:var(--hub-foreground);--hub-button-radius:var(--hub-radius-sm);--hub-chip-background:var(--hub-paper-100);--hub-chip-foreground:var(--hub-ink-950);background:var(--hub-background);min-height:100vh;color:var(--hub-foreground);font-family:var(--font-space-grotesk),var(--font-inter),sans-serif}.hub-theme ::selection{background:var(--hub-primary-soft);color:var(--hub-foreground)}.hub-theme :is(a,button):focus-visible{outline:3px solid var(--hub-focus);outline-offset:4px}.hub-theme[dir=rtl] :is(h1,h2,h3){letter-spacing:0}.hub-theme[dir=rtl] h1{line-height:1.05}.hub-grid{background-image:linear-gradient(90deg,#0d0d0d14 2px,#0000 2px),linear-gradient(#0d0d0d14 2px,#0000 2px);background-size:24px 24px;-webkit-mask-image:linear-gradient(#000 0%,#0000 95%);mask-image:linear-gradient(#000 0%,#0000 95%)}.hub-wordmark-mark{background:var(--hub-foreground);color:var(--hub-white);border:var(--hub-border-width)solid var(--hub-foreground);box-shadow:2px 2px 0px var(--hub-foreground)}.hub-project-card{--project-accent:var(--hub-primary);--project-soft:var(--hub-primary-soft);--project-ink:var(--hub-foreground);background:var(--hub-card-background);border:var(--hub-border-width)solid var(--hub-card-border);border-radius:var(--hub-card-radius);box-shadow:var(--hub-shadow-flat-md);transition:transform var(--hub-duration-normal)cubic-bezier(.25,1,.5,1),box-shadow var(--hub-duration-normal)cubic-bezier(.25,1,.5,1)}.hub-project-card[data-project=areesheh-academy]{--project-accent:var(--hub-cobalt-500);--project-soft:var(--hub-cobalt-100)}.hub-project-card[data-project=deutschquiz]{--project-accent:var(--hub-coral-500);--project-soft:var(--hub-yellow-500)}.hub-project-card[data-project=lamma]{--project-accent:var(--hub-violet-500);--project-soft:var(--hub-violet-100)}.hub-project-card:hover{box-shadow:var(--hub-shadow-flat-lg);transform:translate(-6px,-6px)}.hub-project-accent{color:var(--project-accent)}.hub-project-soft{background:var(--project-soft);border:var(--hub-border-width)solid var(--hub-border)}.hub-project-rule{background:var(--hub-foreground);height:var(--hub-border-width)}.hub-button-neo{border:var(--hub-border-width)solid var(--hub-border);border-radius:var(--hub-button-radius);background:var(--hub-button-background);color:var(--hub-button-foreground);box-shadow:var(--hub-shadow-flat-sm);transition:transform var(--hub-duration-fast)ease,box-shadow var(--hub-duration-fast)ease,background-color var(--hub-duration-fast)ease,color var(--hub-duration-fast)ease;justify-content:center;align-items:center;display:inline-flex}.hub-button-neo:hover{background-color:var(--project-accent,var(--hub-primary));color:var(--hub-white);box-shadow:2px 2px 0px var(--hub-border);transform:translate(1px,1px)}.hub-button-neo:active{box-shadow:0px 0px 0px var(--hub-border);transform:translate(3px,3px)}.hub-chip-neo{border:2px solid var(--hub-border);background:var(--hub-chip-background);color:var(--hub-chip-foreground);border-radius:var(--hub-radius-sm);box-shadow:1px 1px 0px var(--hub-border);font-weight:600}.hub-stagger>*{animation:hub-enter var(--hub-duration-slow)both cubic-bezier(.25,1,.5,1)}.hub-stagger>:nth-child(2){animation-delay:60ms}.hub-stagger>:nth-child(3){animation-delay:.12s}.hub-stagger>:nth-child(4){animation-delay:.18s}@keyframes hub-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}#contact .hub-button-neo{border-color:var(--hub-white)!important;box-shadow:3px 3px 0px var(--hub-white)!important;color:var(--hub-white)!important;background-color:var(--hub-primary)!important}#contact .hub-button-neo:hover{background-color:var(--hub-white)!important;color:var(--hub-ink-950)!important;box-shadow:1px 1px 0px var(--hub-white)!important;transform:translate(2px,2px)!important}#contact .hub-button-neo:active{box-shadow:0px 0px 0px var(--hub-white)!important;transform:translate(3px,3px)!important}@media (prefers-reduced-motion:reduce){.hub-theme *,.hub-theme :before,.hub-theme :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
