@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Source+Sans+3:wght@400;500;600&display=swap";.dys-button{display:flex;align-items:center;justify-content:center;font-size:18px;font-family:Montserrat,Source Sans\ 3,sans-serif;font-weight:600;letter-spacing:.02em;padding:.8rem 1.2rem;border-radius:14px;background:linear-gradient(135deg,#6fb736,#1f6b2e);color:#fff;border:none;width:-moz-fit-content;width:fit-content;cursor:pointer;box-shadow:0 10px 30px rgba(31,107,46,.15);text-transform:none;gap:8px;transition:background,transform,box-shadow .25s ease}.dys-button:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(31,107,46,.25)}.dys-button:focus-visible{outline:3px solid rgba(31,107,46,.35);outline-offset:3px}.dys-button--secondary{background:rgba(0,0,0,0);color:#1f6b2e;border:2px solid #6fb736;box-shadow:none}.dys-button--secondary:hover{background:rgba(111,183,54,.08)}.dys-button--success{background:linear-gradient(135deg,#4c8f36,#6fb736)}.dys-button--danger{background:linear-gradient(135deg,#c5221f,rgb(170.5605263158,29.4368421053,26.8394736842))}.dys-button--outline{background:rgba(166,219,78,.15);border:1px solid rgba(31,107,46,.2);color:#1f6b2e}.dys-button--ghost{background:rgba(0,0,0,0);color:#3f3a32;border:none;box-shadow:none}.dys-button--ghost:hover{color:#1f6b2e}.dys-button--tiny{padding:.25rem .5rem}.dys-button-small{padding:.5rem 1rem}.dys-button-large{padding:1rem 1.5rem}main{margin:0 auto;padding:clamp(1.5rem,4vw,3rem)}section{margin-bottom:2rem;background-color:#fff;border-radius:20px;border:1px solid rgba(31,107,46,.08);box-shadow:0 10px 30px rgba(31,107,46,.15);padding:1.75rem}.icon-with-text{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.icon-with-text svg{width:24px;height:24px;color:#1f6b2e}.feedback-correct{background-color:rgba(76,143,54,.12);color:#1f6b2e;border-left:6px solid #4c8f36;padding:1rem;border-radius:14px}.feedback-incorrect{background-color:rgba(197,34,31,.12);color:#c5221f;border-left:6px solid #c5221f;padding:1rem;border-radius:14px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--color-bg:#f7f2e7;--color-surface:#ffffff;--color-surface-muted:#f3eddd;--color-border:#e0d6c2;--color-border-strong:#c7bea4;--color-text-strong:#2f2f2f;--color-text:#3f3a32;--color-text-muted:#5d5847;--color-text-soft:#8a846f;--color-primary:#6fb736;--color-secondary:#f5c046;--color-primary-strong:#1f6b2e;--color-primary-soft:#a6db4e;--color-primary-tint:#e3f2ce;--color-accent-warm:#f5c046;--color-accent-warm-soft:rgba(245,192,70,0.18);--color-success:#4c8f36;--color-success-soft:rgba(76,143,54,0.18);--color-warning:#f5c046;--color-danger:#c5221f;--color-danger-soft:rgba(197,34,31,0.15);--color-info:#2b7f6d;--color-info-soft:rgba(43,127,109,0.12);--shadow-soft:0 10px 30px rgba(31,107,46,0.15);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Source Sans\ 3,Inter,Montserrat,OpenDyslexic,sans-serif;font-size:18px;line-height:1.65;background-color:var(--color-bg);color:var(--color-text);text-align:left;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Source Sans\ 3,sans-serif;letter-spacing:.04em;color:var(--color-text-strong);margin-bottom:.5rem}p{margin-bottom:1rem}a{color:var(--color-primary-strong);text-decoration:none;transition:color .25s ease}a:hover{color:var(--color-primary)}button,input,select,textarea{font-family:inherit}::selection{background:rgba(111,183,54,.25);color:var(--color-text-strong)}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;color:var(--color-text);width:100%;cursor:pointer;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236fb736%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:.75rem auto;transition:border-color,box-shadow .25s ease}select:hover{border-color:var(--color-primary-soft)}select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(111,183,54,.15)}select:disabled{background-color:var(--color-surface-muted);cursor:not-allowed;opacity:.7;filter:grayscale(100%)}