@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#0a0d09;--bg-2:#0e1210;--bg-card:#121510;--bg-raised:#181c16;--text:#edf0eb;--text-secondary:#b8c4b6;--text-muted:#8a9888;--text-faint:#7a8c78;--accent:#b69cff;--accent-dim:#b69cff22;--accent-fg:#0a0d09;--border:#2a3228;--border-subtle:#202820;--focus-ring:#b69cff;--nav-bg:#0a0d09e8;--radius:8px;--radius-lg:12px;--color-foundation:#4a9b8e;--color-bedcoders:#6366f1;--color-patient-mba:#e8a020}[data-theme=light]{--bg:#f2f5f0;--bg-2:#eaede7;--bg-card:#e3e8e0;--bg-raised:#d8ddd5;--text:#1a201a;--text-secondary:#3d4e3d;--text-muted:#4e5d4e;--text-faint:#59695a;--accent:#7c5cbf;--accent-dim:#7c5cbf22;--accent-fg:#f2f5f0;--border:rgba(26,32,26,0.18);--border-subtle:rgba(26,32,26,0.10);--focus-ring:#7c5cbf;--nav-bg:#f2f5f0e8;--color-foundation:#3a8578;--color-bedcoders:#4f52d4;--color-patient-mba:#b86f10}.skip-nav{position:fixed!important;top:-200px!important;left:16px;background:var(--accent);color:var(--accent-fg);padding:8px 16px;border-radius:4px;font-weight:700;font-size:14px;z-index:9999;text-decoration:none;transition:top .1s}.skip-nav:focus{top:8px!important}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;transition:background-color .25s ease,color .25s ease;-webkit-tap-highlight-color:transparent}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;transition:none}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .25s ease,color .25s ease;overscroll-behavior-y:contain}body,h1,h2,h3,h4{color:var(--text);font-family:Lora,Georgia,Times New Roman,serif}h1,h2,h3,h4{line-height:1.2}.ui,button,input,label,nav,select,textarea{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}p{line-height:1.7;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px;border-radius:3px}input,select,textarea{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:inherit;background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:12px 16px;width:100%;outline:none;transition:border-color .15s,background-color .25s}input[type=checkbox],input[type=radio]{width:auto;height:auto;padding:0;border:none;background:none;border-radius:0}input:focus,select:focus,textarea:focus{border-color:var(--focus-ring);box-shadow:0 0 0 2px var(--accent-dim)}.text-muted{color:var(--text-muted)}.text-faint{color:var(--text-faint)}.text-secondary{color:var(--text-secondary)}.bg-card{background:var(--bg-card)}.border-subtle{border-color:var(--border-subtle)}.theme-toggle{background:none;border:1px solid var(--border);border-radius:20px;width:36px;height:20px;position:relative;cursor:pointer;transition:border-color .2s,background .2s;flex-shrink:0;padding:0;touch-action:manipulation}.theme-toggle:before{content:"";position:absolute;inset:-12px 0}.theme-toggle:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:var(--text-muted);transition:transform .2s ease,background .2s}[data-theme=light] .theme-toggle:after{transform:translateX(16px);background:var(--color-foundation)}@media (forced-colors:active){:root{--accent:Highlight;--text:CanvasText;--bg:Canvas}.skip-nav{forced-color-adjust:none}}.lesson-row:hover{border-color:var(--border)!important;background:var(--bg-raised)!important}.header-controls{display:flex;align-items:center;gap:8px}.mobile-nav-toggle{display:none;min-width:44px;min-height:44px;align-items:center;justify-content:center}@media (max-width:768px){.desktop-nav{display:none!important}.mobile-nav-toggle{display:flex!important}.crash-day-label{display:none}}header[role=banner]{padding-top:env(safe-area-inset-top);height:calc(60px + env(safe-area-inset-top))}footer[role=contentinfo]{padding-bottom:calc(40px + env(safe-area-inset-bottom))}.mobile-nav-overlay{top:calc(60px + env(safe-area-inset-top))!important;padding-bottom:env(safe-area-inset-bottom)!important}@supports (-webkit-touch-callout:none){input,select,textarea{font-size:max(16px,1em)}}header>a{min-height:44px;display:inline-flex!important}footer a,header>a{align-items:center}footer a{padding-top:6px;padding-bottom:6px;display:inline-flex}.skip-nav{min-height:44px;display:flex!important;align-items:center}[data-crash-day=true] body{font-size:22px;line-height:2;letter-spacing:.03em;word-spacing:.1em}[data-crash-day=true] h1{font-size:2.2em;line-height:1.2;margin-bottom:1em;margin-top:1em}[data-crash-day=true] h2{font-size:1.9em;line-height:1.25;margin-bottom:.8em;margin-top:.8em}[data-crash-day=true] h3{font-size:1.6em;line-height:1.3}[data-crash-day=true] h4{font-size:1.3em}[data-crash-day=true] button,[data-crash-day=true] input,[data-crash-day=true] label,[data-crash-day=true] li,[data-crash-day=true] p,[data-crash-day=true] select,[data-crash-day=true] textarea{font-size:1.1em;line-height:2}[data-crash-day=true] li,[data-crash-day=true] p{max-width:50ch}[data-crash-day=true] *{animation:none!important;transition:none!important}[data-crash-day=true] html{scroll-behavior:auto!important}[data-crash-day=true] a.button,[data-crash-day=true] button:not(.crash-day-toggle):not(.theme-toggle),[data-crash-day=true] input[type=button],[data-crash-day=true] input[type=reset],[data-crash-day=true] input[type=submit]{min-height:56px!important;min-width:120px!important;padding:16px 24px!important;font-size:1.1em!important;font-weight:600}[data-crash-day=true] button.crash-day-toggle{min-height:36px!important;min-width:unset!important;padding:6px 10px!important;font-size:13px!important}[data-crash-day=true] input[type=email],[data-crash-day=true] input[type=number],[data-crash-day=true] input[type=password],[data-crash-day=true] input[type=search],[data-crash-day=true] input[type=text],[data-crash-day=true] select,[data-crash-day=true] textarea{min-height:52px!important;padding:14px 18px!important;font-size:1.1em!important}[data-crash-day=true] input[type=checkbox],[data-crash-day=true] input[type=radio]{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;margin-right:12px!important}[data-crash-day=true] a{padding:8px 4px;display:inline-block;min-height:44px;display:inline-flex;align-items:center}[data-crash-day=true]{--text:#000000;--bg:#ffffff;--accent:#5c3d9e;--border:#000000;--text-secondary:#333333;--text-muted:#555555}[data-theme=light][data-crash-day=true]{--text:#000000;--bg:#ffffff;--accent:#5c3d9e;--border:#000000}[data-crash-day=true] body{background:#ffffff;color:#000000}[data-crash-day=true] li,[data-crash-day=true] p,[data-crash-day=true] span{font-weight:500}[data-crash-day=true] h1,[data-crash-day=true] h2,[data-crash-day=true] h3,[data-crash-day=true] h4{font-weight:700;color:#000000}[data-crash-day=true] :focus-visible{outline:4px solid #5c3d9e!important;outline-offset:2px!important}[data-crash-day=true] .breadcrumb,[data-crash-day=true] .decorative,[data-crash-day=true] .hide-on-crash-day,[data-crash-day=true] .sidebar,[data-crash-day=true] .theme-toggle,[data-crash-day=true] [role=complementary],[data-crash-day=true] footer,[data-crash-day=true] svg.icon-decorative{display:none!important}[data-crash-day=true] article,[data-crash-day=true] main,[data-crash-day=true] section{padding-top:2.5em!important;padding-bottom:2.5em!important;max-width:600px!important;margin-left:auto!important;margin-right:auto!important}[data-crash-day=true] article+article,[data-crash-day=true] section+section{margin-top:2em}[data-crash-day=true] ol,[data-crash-day=true] ul{margin:1.5em 0;padding-left:2em}[data-crash-day=true] li{margin-bottom:1em}[data-crash-day=true] form{max-width:500px}[data-crash-day=true] label{display:block;margin-bottom:.8em;font-weight:600}[data-crash-day=true] input+label,[data-crash-day=true] input[type=checkbox]+label,[data-crash-day=true] input[type=radio]+label{display:inline;margin-left:.5em;margin-bottom:0}[data-crash-day=true] .form-group,[data-crash-day=true] fieldset{margin-bottom:2em;padding:1.5em;border:2px solid #000000;border-radius:8px}[data-crash-day=true] table{font-size:1.1em;border-collapse:collapse;width:100%;margin:1.5em 0}[data-crash-day=true] td,[data-crash-day=true] th{padding:16px 12px;text-align:left;border:2px solid #000000;font-weight:500}[data-crash-day=true] th{background:#f0f0f0;font-weight:700}[data-crash-day=true] tr:nth-child(2n){background:#f9f9f9}[data-crash-day=true] .card,[data-crash-day=true] [role=region]{border:2px solid #000000;padding:1.5em;margin-bottom:1.5em;border-radius:8px;background:#ffffff}[data-crash-day=true] nav{padding:1.5em 0;margin-bottom:1.5em;border-bottom:3px solid #000000}[data-crash-day=true] nav a,[data-crash-day=true] nav button{padding:12px 18px;margin-right:12px;min-height:48px;font-weight:600;display:inline-flex;align-items:center}[data-crash-day=true] a:hover,[data-crash-day=true] button:active,[data-crash-day=true] button:hover{background:#f0ecfb!important;border-color:#5c3d9e!important;text-decoration:underline!important}.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}@media print{[data-crash-day=true] .hide-on-crash-day,[data-crash-day=true] .no-print{display:none!important}}[data-font-scale=sm] body{font-size:13px}[data-font-scale=md] body{font-size:15px}[data-font-scale=lg] body{font-size:17px;line-height:1.75}[data-font-scale=xl] body{font-size:19px;line-height:1.85;letter-spacing:.01em}[data-font-scale=lg] label,[data-font-scale=lg] li,[data-font-scale=lg] p{line-height:1.8}[data-font-scale=xl] label,[data-font-scale=xl] li,[data-font-scale=xl] p{line-height:1.9}[data-contrast=high]{--text:#ffffff;--text-muted:#dddddd;--text-faint:#bbbbbb;--bg:#000000;--bg-2:#0a0a0a;--bg-card:#0f0f0f;--bg-raised:#141414;--border:#555555;--border-subtle:#333333;--focus-ring:#ffffff}[data-theme=light][data-contrast=high]{--text:#000000;--text-muted:#222222;--text-faint:#444444;--bg:#ffffff;--bg-2:#f5f5f5;--bg-card:#eeeeee;--bg-raised:#e5e5e5;--border:#555555;--border-subtle:#888888;--focus-ring:#000000}[data-contrast=high] :focus-visible{outline-width:3px;outline-offset:4px}[data-motion=reduce] *,[data-motion=reduce] :after,[data-motion=reduce] :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-dyslexia=true] body,[data-dyslexia=true] button,[data-dyslexia=true] input,[data-dyslexia=true] label,[data-dyslexia=true] li,[data-dyslexia=true] p,[data-dyslexia=true] textarea{font-family:OpenDyslexic,Comic Sans MS,Arial,sans-serif!important;letter-spacing:.05em;word-spacing:.12em;line-height:1.9}[data-dyslexia=true] h1,[data-dyslexia=true] h2,[data-dyslexia=true] h3,[data-dyslexia=true] h4{font-family:OpenDyslexic,Comic Sans MS,Arial,sans-serif!important;letter-spacing:.03em;line-height:1.4}@import url("https://fonts.cdnfonts.com/css/opendyslexic");[data-theme=high-contrast-dark]{--bg:#000000;--bg-card:#0d0d0d;--text:#ffffff;--text-muted:#dddddd;--text-faint:#bbbbbb;--border:#666666;--border-subtle:#444444}[data-theme=high-contrast-light]{--bg:#ffffff;--bg-card:#f0f0f0;--text:#000000;--text-muted:#222222;--text-faint:#444444;--border:#333333;--border-subtle:#888888;--accent:#0000cc;--accent-fg:#ffffff;background-color:#ffffff;color:#000000}[data-theme=warm-sepia]{--bg:#1a1510;--bg-card:#221e17;--text:#e8dcc8;--text-muted:#c4b49a;--text-faint:#9a8a72;--border:#4a3f30;--border-subtle:#332c22;--accent:#c8852a;--accent-fg:#ffffff}[data-zoom="125"] main{zoom:125%}[data-zoom="150"] main{zoom:150%}[data-zoom="175"] main{zoom:175%}[lang=he]{direction:rtl}