*,*:before,*:after{box-sizing:border-box}.app{width:100%;min-height:100vh;padding:16px;font-family:system-ui,sans-serif}.progress{font-size:14px;color:#555;margin-bottom:16px}.question{font-size:20px;font-weight:700;margin-bottom:16px}.choices{list-style:none;padding:0}.choice-button{width:100%;padding:14px;margin-bottom:12px;font-size:16px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}.choice-button:hover{background:#f5f5f5}.choice-button.correct{background:#e6f7e6;border-color:#6fcf97}.choice-button.wrong{background:#fdecea;border-color:#eb5757}.feedback{margin-top:16px;font-size:16px}.next-button{margin-top:24px;width:100%;padding:14px;font-size:16px;border-radius:8px;border:none;background:#1955a6;color:#fff;cursor:pointer}.next-button:disabled{background:#ccc;cursor:not-allowed}.start-screen{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f9fafb;text-align:center;padding:24px}.badge{font-size:14px;color:#2563eb;background:#e0e7ff;padding:6px 12px;border-radius:999px;margin-bottom:16px}.title{font-size:32px;font-weight:700;line-height:1.3;margin-bottom:16px}.description{font-size:16px;color:#555;margin-bottom:32px}.start-button{font-size:16px;padding:14px 32px;border-radius:8px;border:none;background:#2563eb;color:#fff;cursor:pointer}.start-button:hover{background:#1e40af}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.completion-screen{min-height:100vh;width:100vw;background:#f9fafb;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px}.completion-badge{font-size:14px;color:#16a34a;background:#dcfce7;padding:6px 12px;border-radius:999px;margin-bottom:16px}.completion-title{font-size:28px;font-weight:700;margin-bottom:16px}.completion-message{font-size:16px;color:#555;margin-bottom:32px}.completion-result{font-size:18px;font-weight:700;margin-bottom:16px}.restart-button{font-size:16px;padding:14px 32px;border-radius:8px;border:none;background:#2563eb;color:#fff;cursor:pointer}.restart-button:hover{background:#1e40af}@media(max-width:768px){.title{font-size:24px}.description{font-size:14px;line-height:1.6}.start-button{width:100%;max-width:280px}.question{font-size:18px;margin-bottom:16px}.choices{padding:0}.choice-button{width:100%;font-size:14px;padding:12px}.completion-title{font-size:22px}.completion-message{font-size:14px}.restart-button{width:100%;max-width:280px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
