:root{--bg-primary: #2A372F;--bg-secondary: #2E3D34;--bg-card: #34453A;--bg-glass: rgba(215, 198, 170, .04);--border: rgba(215, 198, 170, .1);--border-hover: rgba(167, 192, 128, .35);--text-primary: #ECE3CF;--text-secondary: #AEB6A3;--text-muted: #79847A;--accent: #A7C080;--accent-glow: rgba(167, 192, 128, .3);--accent-secondary: #83C092;--accent-sand: #DBBC7F;--accent-red: #E67E80;--accent-purple: #D699B6;--font-display: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--font-arabic-display: "Almarai", sans-serif;--font-arabic-body: "Readex Pro", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}[dir=rtl]{--font-display: var(--font-arabic-display);--font-body: var(--font-arabic-body)}[dir=rtl] body{font-family:var(--font-arabic-body)}[dir=rtl] *{letter-spacing:0!important}::selection{background:var(--accent);color:#2b3a32}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@media print{html{print-color-adjust:exact;-webkit-print-color-adjust:exact}.footer{display:none!important}}svg.svelte-15m0ya9{display:block;width:100%;height:auto}.nav.svelte-1h32yp1{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem clamp(1rem,4vw,2.5rem);z-index:50;background:transparent;border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease,padding .3s ease;flex-direction:row-reverse}[dir=rtl] .nav.svelte-1h32yp1{flex-direction:row}.nav.scrolled.svelte-1h32yp1{padding-block:.6rem;background:#2a372fd1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border)}.brand.svelte-1h32yp1{display:inline-flex;align-items:center;width:95px;flex-shrink:0;color:var(--text-primary);text-decoration:none;transition:color .25s ease}.brand.svelte-1h32yp1:hover{color:var(--accent)}.nav-links.svelte-1h32yp1{display:flex;align-items:center;gap:.15rem}.nav-link.svelte-1h32yp1{position:relative;padding:7px 14px;font-family:var(--font-display);font-size:.82rem;font-weight:500;color:var(--text-secondary);text-decoration:none;border-radius:100px;transition:color .2s;white-space:nowrap}.nav-link.svelte-1h32yp1:hover{color:var(--text-primary)}.nav-link.active.svelte-1h32yp1{color:var(--accent)}.nav-link.active.svelte-1h32yp1:after{content:"";position:absolute;bottom:1px;left:50%;transform:translate(-50%);width:14px;height:2px;border-radius:2px;background:var(--accent)}.nav-actions.svelte-1h32yp1{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.hire-btn.svelte-1h32yp1{padding:9px 20px;background:var(--accent);color:#23301f;border-radius:100px;font-family:var(--font-display);font-size:.82rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:filter .2s,box-shadow .2s,transform .2s}.hire-btn.svelte-1h32yp1:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 20px var(--accent-glow)}.icon-btn.svelte-1h32yp1{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:1px solid var(--border);border-radius:50%;color:var(--text-secondary);cursor:pointer;transition:color .2s,border-color .2s;flex-shrink:0}.icon-btn.svelte-1h32yp1:hover{color:var(--text-primary);border-color:var(--accent)}.lang-toggle.svelte-1h32yp1{font-family:var(--font-display);font-size:.65rem;font-weight:700}.hamburger.svelte-1h32yp1{display:none;flex-direction:column;gap:4px;padding:0}.hamburger.svelte-1h32yp1 span:where(.svelte-1h32yp1){display:block;width:14px;height:1.5px;background:var(--text-secondary);border-radius:2px;transition:transform .3s ease,opacity .2s ease}.hamburger.open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(1){transform:translateY(5.5px) rotate(45deg)}.hamburger.open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(2){opacity:0}.hamburger.open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.mobile-overlay.svelte-1h32yp1,.mobile-menu.svelte-1h32yp1{display:none}@media(max-width:900px){.nav-links.svelte-1h32yp1{display:none}.hamburger.svelte-1h32yp1{display:flex}.mobile-overlay.svelte-1h32yp1{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.mobile-menu.svelte-1h32yp1{display:flex;flex-direction:column;gap:2px;position:fixed;top:4rem;left:clamp(1rem,4vw,2.5rem);min-width:220px;padding:10px;background:#2a372ff5;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid var(--border);border-radius:18px;box-shadow:0 20px 50px #00000059;z-index:45;animation:svelte-1h32yp1-slideDown .2s ease}.mobile-menu.svelte-1h32yp1 a:where(.svelte-1h32yp1){padding:11px 16px;font-family:var(--font-display);font-size:.9rem;font-weight:500;color:var(--text-secondary);text-decoration:none;border-radius:12px;transition:color .2s,background .2s}.mobile-menu.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--text-primary);background:var(--bg-glass)}.mobile-hire.svelte-1h32yp1{margin-top:6px;background:var(--accent)!important;color:#23301f!important;font-weight:700!important;text-align:center}}@media(max-width:640px){.brand.svelte-1h32yp1{width:76px}}@media(max-width:420px){.brand.svelte-1h32yp1{width:66px}.hire-btn.svelte-1h32yp1{padding:9px 14px}}@keyframes svelte-1h32yp1-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.footer.svelte-jz8lnl{padding:1rem 2rem;background:var(--bg-primary);text-align:center}.footer-copy.svelte-jz8lnl{font-family:var(--font-display);font-size:.8rem;font-weight:500;color:var(--text-muted);display:inline-flex;align-items:center;gap:6px}.heart.svelte-jz8lnl{color:var(--accent)}.app-layout.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.app-content.svelte-12qhfyh{flex:1;display:flex;flex-direction:column}
