:root{--page:#f6f9fa;--surface:#fff;--ink:#142536;--muted:#627383;--line:#dbe4e9;--brand:#087f72;--soft:#e8f6f2;--warn:#fff8e7;--radius:16px;color-scheme:light}
html[data-theme="dark"]{--page:#09141d;--surface:#101f2a;--ink:#eef6f7;--muted:#9db0bc;--line:#263b47;--brand:#49d2bc;--soft:#102b28;--warn:#302817;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:Arial,"Noto Sans Hebrew",system-ui,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}a{color:var(--brand)}.wrap{width:min(860px,calc(100% - 32px));margin:auto}.top{border-bottom:1px solid var(--line);background:var(--surface)}.top .wrap{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-weight:800;text-decoration:none;color:var(--ink)}.back{text-decoration:none;font-size:14px}.hero{padding:58px 0 34px}.eyebrow{color:var(--brand);font-weight:800;font-size:14px}.hero h1{font-size:clamp(34px,6vw,52px);line-height:1.15;margin:8px 0 12px;letter-spacing:-1px}.hero p{font-size:18px;color:var(--muted);margin:0;max-width:68ch}.updated{display:inline-block;margin-top:15px;color:var(--muted);font-size:13px}.content{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:34px 40px;margin-bottom:60px;box-shadow:0 12px 35px rgba(27,57,72,.06)}h2{font-size:24px;margin:38px 0 8px}h2:first-child{margin-top:0}h3{font-size:18px;margin:25px 0 6px}p{margin:7px 0 14px}ul,ol{padding-right:24px;margin:7px 0 18px}li{margin:5px 0}.note{background:var(--soft);border-right:4px solid var(--brand);border-radius:10px;padding:13px 16px;margin:20px 0}.warning{background:var(--warn);border:1px solid #ead49c;border-radius:10px;padding:13px 16px;margin:20px 0}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.card{border:1px solid var(--line);border-radius:12px;padding:17px}.card h3{margin:0 0 5px}.card p{color:var(--muted);margin:0;font-size:14px}code{direction:ltr;unicode-bidi:isolate;background:var(--page);border:1px solid var(--line);border-radius:5px;padding:1px 5px}footer{border-top:1px solid var(--line);background:var(--surface);padding:25px 0;color:var(--muted);font-size:13px}.footer-links{display:flex;flex-wrap:wrap;gap:18px}.footer-links a{text-decoration:none}@media(max-width:600px){.hero{padding:40px 0 25px}.content{padding:24px 20px}.grid{grid-template-columns:1fr}.top .wrap{min-height:60px}}
