@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@600;700;800&display=swap";.theme-toggle[data-astro-cid-x3pjskd3] .icon-sun[data-astro-cid-x3pjskd3],.theme-toggle[data-astro-cid-x3pjskd3] .icon-moon[data-astro-cid-x3pjskd3]{width:20px;height:20px}[data-theme=dark] .theme-toggle[data-astro-cid-x3pjskd3] .icon-sun[data-astro-cid-x3pjskd3]{display:block}[data-theme=light] .theme-toggle[data-astro-cid-x3pjskd3] .icon-sun[data-astro-cid-x3pjskd3],[data-theme=dark] .theme-toggle[data-astro-cid-x3pjskd3] .icon-moon[data-astro-cid-x3pjskd3]{display:none}[data-theme=light] .theme-toggle[data-astro-cid-x3pjskd3] .icon-moon[data-astro-cid-x3pjskd3]{display:block}:root,[data-theme=dark]{color-scheme:dark;--bg: #060e20;--surface: #0f1930;--text: #dee5ff;--text-muted: #a3aac4;--primary: #97a9ff;--primary-on: #002283;--border: #40485d;--accent-glow: rgba(151, 169, 255, .2);--glass: rgba(9, 19, 40, .7);--glass-border: rgba(151, 169, 255, .12);--error: #ff6e84;--header-bg: rgba(6, 14, 32, .85)}[data-theme=light]{color-scheme:light;--bg: #faf8f5;--surface: #ffffff;--text: #0f172a;--text-muted: #64748b;--primary: #1e1b4b;--primary-on: #ffffff;--border: #e2e8f0;--accent-glow: rgba(30, 27, 75, .08);--glass: rgba(240, 242, 254, .88);--glass-border: rgba(30, 27, 75, .08);--error: #dc2626;--header-bg: rgba(250, 248, 245, .9)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;min-height:100dvh;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);transition:color .2s ease,background-color .2s ease,border-color .2s ease}@media(prefers-reduced-motion:reduce){body{transition:none}}h1,h2,h3,h4{font-family:Manrope,system-ui,sans-serif;line-height:1.25;margin:0 0 .5em}a{color:var(--primary);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;padding:12px 20px;background:var(--primary);color:var(--primary-on);font-weight:600;border-radius:0 0 8px}.skip-link:focus{left:0}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(1100px,100% - 48px);margin-inline:auto}[data-lang=he]{direction:rtl;text-align:right}[data-lang=he] .feature-grid,[data-lang=he] .steps-grid,[data-lang=he] .site-nav{direction:rtl}.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,backdrop-filter .2s ease}.site-header.is-scrolled{background:var(--header-bg);backdrop-filter:blur(12px);border-bottom-color:var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px}.site-logo{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-family:Manrope,sans-serif;font-weight:700;font-size:1.125rem}.site-logo:hover{text-decoration:none;color:var(--primary)}.site-logo img{width:32px;height:32px;border-radius:8px}.site-nav{display:flex;align-items:center;gap:8px}.site-nav a{color:var(--text-muted);text-decoration:none;font-size:.9rem;padding:8px 12px;border-radius:8px}.site-nav a:hover{color:var(--text);background:var(--accent-glow);text-decoration:none}.header-actions{display:flex;align-items:center;gap:4px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:8px;border:1px solid var(--border);border-radius:10px;background:transparent;color:var(--text);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.icon-btn:hover{border-color:var(--primary);background:var(--accent-glow)}.icon-btn svg{width:20px;height:20px}.lang-select-wrap{display:inline-flex}.lang-select{min-height:44px;padding:8px 32px 8px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font:inherit;font-size:.9rem;font-weight:500;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a3aac4' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .2s ease,background-color .2s ease}.lang-select:hover,.lang-select:focus-visible{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px var(--accent-glow)}.site-footer{padding:48px 0 32px;border-top:1px solid var(--border);margin-top:auto}.footer-inner{display:flex;flex-direction:column;gap:24px}@media(min-width:640px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-links{display:flex;flex-wrap:wrap;gap:8px 20px}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.footer-links a:hover{color:var(--primary)}.footer-meta{color:var(--text-muted);font-size:.85rem}.footer-meta p{margin:0 0 4px}.page-wrap{display:flex;flex-direction:column;min-height:100dvh}
