
:root{font-family:Inter,system-ui,sans-serif;color:#13213b;background:#f4f7fb;line-height:1.5}*{box-sizing:border-box}body{margin:0}header{position:sticky;top:0;z-index:3;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.4rem;background:#072b57;color:white;box-shadow:0 2px 12px #00152d33}header strong{display:block;font-size:1.05rem}header span{display:block;font-size:.82rem;opacity:.8}button{font:inherit}header button{background:white;color:#072b57;border:0;border-radius:.6rem;padding:.65rem .9rem;font-weight:700}main{max-width:1100px;margin:auto;padding:1.3rem}.hero,.panel{background:white;border:1px solid #dce5f0;border-radius:1rem;box-shadow:0 10px 30px #17304d0d}.hero{padding:1.5rem;margin-bottom:1rem}.hero h1{margin:.2rem 0 .5rem;font-size:clamp(1.6rem,3vw,2.45rem);line-height:1.15}.badge{display:inline-flex;padding:.3rem .55rem;border-radius:999px;background:#fff4cc;color:#684e00;font-weight:800;font-size:.75rem}.layout{display:grid;grid-template-columns:270px 1fr;gap:1rem}.nav{padding:.8rem;align-self:start;position:sticky;top:92px}.nav button{width:100%;text-align:left;border:0;background:transparent;padding:.75rem;border-radius:.6rem;color:#273a56}.nav button.active{background:#e9f2ff;color:#052854;font-weight:800}.content{padding:1.35rem}.case{background:#f7f9fc;border-left:5px solid #1b5e9f;padding:1rem;border-radius:.6rem}.data{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.55rem;margin:1rem 0}.data div{background:#eef3f9;padding:.65rem;border-radius:.5rem;font-size:.9rem}.question{margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid #e1e8f0}.question h3{font-size:1.08rem}.option{display:block;width:100%;text-align:left;padding:.85rem;margin:.55rem 0;border:1px solid #cbd7e5;border-radius:.7rem;background:white}.option:hover,.option:focus-visible{border-color:#2669a9;outline:3px solid #cde3fa}.option.selected{border-color:#1f5f9d;background:#edf6ff}.option.good{border-color:#24833a;background:#eaf8ed}.option.bad{border-color:#bd2d2d;background:#fff0f0}.feedback{padding:.85rem;border-radius:.65rem;margin-top:.7rem}.feedback.good{background:#eaf8ed;color:#155c25}.feedback.bad{background:#fff0f0;color:#8d1d1d}.actions{display:flex;justify-content:space-between;gap:.75rem;margin-top:1rem}.actions button{padding:.72rem 1rem;border-radius:.65rem;border:1px solid #9fb2c7;background:white;font-weight:800}.actions .primary{background:#0b4e8a;color:white;border-color:#0b4e8a}.actions button:disabled{opacity:.45}.progress{height:8px;background:#dfe8f2;border-radius:99px;overflow:hidden;margin:.8rem 0}.progress span{display:block;height:100%;background:#0b6ba8}.small{font-size:.86rem;color:#5a6b7e}.source{font-size:.84rem;margin:.35rem 0}.source a{color:#075fa5}.quiz-summary{padding:1rem;background:#eef6ff;border-radius:.75rem}.numeric{width:180px;padding:.7rem;border:1px solid #9fb2c7;border-radius:.55rem;font-size:1rem}@media(max-width:760px){.layout{grid-template-columns:1fr}.nav{position:static}.nav .lesson-list{display:flex;overflow:auto}.nav button{min-width:190px}.content{padding:1rem}header{align-items:flex-start}}
