:root{--bg:#fdf5f3;--white:#fffcfb;--rose:#c67b8a;--rose-lt:#f5d5dc;--rose-pale:#fef0f2;--berry:#8b2252;--dark:#3a1825;--mid:#9b7080;--lt:#d4a8b4;--border:#f0d8de;--border2:#e8c5ce;--error:#d63b3b;--error-bg:#fff5f5;--green:#16a34a;--green-bg:#eff9f0;--green-border:#b7efc5;--orange:#c2410c;--orange-bg:#fff7ed;--orange-border:#fed7aa;--shadow-sm:0 1px 3px rgba(58,24,37,0.06),0 1px 2px rgba(58,24,37,0.04);--shadow-md:0 4px 16px rgba(58,24,37,0.08),0 1px 4px rgba(58,24,37,0.05);--shadow-hover:0 8px 28px rgba(58,24,37,0.13),0 2px 6px rgba(58,24,37,0.07);--radius:14px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{font-size:14px}body{font-family:Noto Sans Hebrew,sans-serif;line-height:1.5;color:var(--dark);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.status-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.status-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);max-width:440px;width:100%;text-align:center;padding:48px 32px}.status-code{width:76px;height:76px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;color:var(--berry);background:var(--rose-pale);border-radius:50%}.status-title{font-family:"Noto Serif Hebrew",serif;font-size:24px;font-weight:600;color:var(--dark);margin-bottom:12px}.status-sub{color:var(--mid);font-size:15px;line-height:1.6;margin-bottom:28px}.status-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.status-action{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius);font-size:15px;font-weight:500;border:1px solid transparent}.btn-primary{background:var(--berry);color:var(--white);border-color:var(--berry)}.btn-primary:hover{background:var(--dark)}.btn-ghost{background:transparent;color:var(--berry);border:1px solid var(--border2)}.btn-ghost:hover{background:var(--rose-pale)}.route-loading{min-height:60vh;display:flex;align-items:center;justify-content:center}.route-loading-spinner{width:40px;height:40px;border:3px solid var(--rose-lt);border-top-color:var(--berry);border-radius:50%;animation:route-spin .8s linear infinite}@keyframes route-spin{to{transform:rotate(1turn)}}