*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f6f8fb;--card: #ffffff;--text: #222;--muted: #6b7280;--primary: #2563eb;--primary-600: #1d4ed8;--ok: #16a34a;--bad: #dc2626;--warn: #f59e0b;--dead: #db0700;--border: #e5e7eb;--shadow: 0 8px 30px rgba(0, 0, 0, .06)}html,body,#root{min-height:100vh;min-width:100%;padding:5px}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji"}.home{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:#f6f8fb}.home-heading{font-size:2.5rem;font-weight:600;color:#333;margin-bottom:20px;text-align:center}.cards-wrapper{display:flex;gap:24px;flex-wrap:wrap;justify-content:center;max-width:1100px}.card1{background:#fff;border-radius:14px;width:300px;padding:18px;box-shadow:0 6px 20px #0000000f;cursor:pointer;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.card1:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001a}.image{width:260px;height:190px;border-radius:10px;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#f0f0f0}.image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.card1 h3{font-size:1.3rem;margin:8px 0;color:#222}.card1 p{font-size:.95rem;color:#555;line-height:1.4}.todo-main{width:100%;display:flex;justify-content:center;align-items:center;padding-top:70px}.todo-container{background:#fff;padding:25px 30px;border-radius:12px;width:400px;box-shadow:0 4px 20px #0000001a;margin:48px auto}.todo-container h2{text-align:center;margin-bottom:20px;color:#333}.todo-form{display:flex;gap:10px;margin-bottom:20px}.todo-form input{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:15px;transition:.2s}.todo-form input:focus{border-color:#007bff;outline:none;box-shadow:0 0 5px #007bff33}.todo-form button{padding:10px 15px;background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;transition:.2s}.todo-form button:hover{background:#0056b3}.todo-list{list-style:none}.todo-list li{display:flex;align-items:center;justify-content:space-between;background:#f9fafb;padding:10px 12px;margin-bottom:10px;border-radius:8px;transition:.2s}.todo-list li:hover{background:#eef3f7}.todo-left{display:flex;align-items:center;gap:10px}.todo-left span{font-size:14px;color:#333}.todo-left .completed{text-decoration:line-through;color:gray}.todo-actions button{margin-left:6px;padding:6px 10px;border:none;border-radius:6px;cursor:pointer;font-size:13px;transition:.2s}.todo-actions button:first-child{background:#ffc107;color:#222}.todo-actions button:first-child:hover{background:#e0a800}.todo-actions button:last-child{background:#dc3545;color:#fff}.todo-actions button:last-child:hover{background:#b02a37}.no-todo{text-align:center;margin-top:20px;color:#666}.quiz-main{width:100%;display:flex;justify-content:center;align-items:center;padding-top:70px}.quiz-container{max-width:760px;margin:48px auto}.brand{text-align:center;margin:0 0 18px;letter-spacing:.3px}.card{min-width:320px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:var(--shadow)}.center{text-align:center}.end{justify-content:flex-end}.row{display:flex;gap:12px;align-items:center}.row.space-between{justify-content:space-between}.muted{color:var(--muted)}.btn{appearance:none;border:1px solid var(--border);background:#fff;padding:10px 14px;margin:10px;border-radius:10px;cursor:pointer;font-weight:600;transition:transform .04s ease,background .2s,border-color .2s,color .2s}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff;margin:10px 0}.btn.primary:hover{background:var(--primary-600);border-color:var(--primary-600)}.spinner{width:28px;height:28px;border-radius:50%;border:3px solid #e5e7eb;border-top-color:var(--primary);margin:4px auto 10px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{color:var(--bad);font-weight:600}.progress-wrapper{height:8px;background:#eef2ff;border-radius:99px;overflow:hidden;margin-bottom:16px}.progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--primary),#60a5fa);transition:width .35s ease}.q-meta{color:var(--muted);font-size:14px}.timer{font-weight:700;padding:6px 10px;border-radius:8px;border:1px solid var(--border);background:#fff}.timer.warn{color:var(--warn);border-color:#fde68a;background:#fffbeb}.timer.dead{color:var(--dead);border-color:#fd8a8a;background:#ffebeb}.timer.paused{opacity:.7}.question{font-size:20px;line-height:1.4;margin:12px 0}.options{display:grid;gap:10px;margin-top:10px}.option{text-align:left;width:100%;border:1px solid var(--border);background:#fff;padding:12px 14px;border-radius:10px;cursor:pointer;transition:transform .04s ease,border-color .15s,background .15s,color .15s}.option:hover{transform:translateY(-1px)}.option.selected{border-color:#c7d2fe;background:#eef2ff}.option.correct{border-color:#86efac;background:#f0fdf4}.option.wrong{border-color:#fecaca;background:#fef2f2}.score-line{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.score-badge{background:#eef2ff;color:#1e3a8a;padding:8px 12px;border-radius:10px;border:1px solid #c7d2fe;font-weight:700;font-size:15px}.summary{color:var(--muted);font-size:15px}.review-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.review-item{border:1px solid var(--border);border-radius:12px;padding:12px}.review-q{margin-bottom:8px}.q-index{color:var(--muted);margin-right:6px}.badge{display:inline-block;margin:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:14px}.badge.correct{border-color:#86efac;background:#f0fdf4;color:#166534}.badge.wrong{border-color:#fecaca;background:#fef2f2;color:#991b1b}@media screen and (max-width: 435px){.score-badge,.summary{font-size:12px}}:root{--bg: #f6f8fb;--card: #ffffff;--text: #222;--muted: #6b7280;--primary: #2563eb;--primary-600: #1d4ed8;--ok: #16a34a;--bad: #dc2626;--border: #e5e7eb;--shadow: 0 8px 30px rgba(0, 0, 0, .06)}.multi-form{max-width:640px;margin:48px auto;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:24px;box-shadow:var(--shadow)}.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:24px;box-shadow:var(--shadow)}.s-heading{text-align:center;margin:48px auto}.stepper{display:flex;justify-content:space-between;margin-bottom:28px;position:relative}.stepper:before{content:"";position:absolute;top:16px;left:0;right:0;height:2px;background:var(--border);z-index:0}.step{display:flex;flex-direction:column;align-items:center;flex:1;z-index:1}.circle{width:34px;height:34px;border-radius:50%;background:#d1d5db;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;transition:all .3s ease}.step.active .circle{background:var(--primary)}.step.completed .circle{background:var(--ok)}.step span{margin-top:6px;font-size:13px;color:var(--muted)}.step.active span{font-weight:600;color:var(--text)}.heading{margin-bottom:14px}label{display:block;margin-top:14px;font-size:.9rem;font-weight:500;color:var(--text)}.input,select{width:100%;padding:10px 12px;margin-top:6px;border:1px solid var(--border);border-radius:8px;font-size:.9rem;background:#fff}.input:focus,select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #2563eb33}.actions{display:flex;justify-content:space-between}.button{appearance:none;border:1px solid var(--border);background:#fff;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600;margin:15px 0;transition:background .2s,border-color .2s}.button:hover{background:#f9fafb}.button:disabled{opacity:.6;cursor:not-allowed}.button.primary{background:var(--primary);border-color:var(--primary);color:#fff}.button.primary:hover{background:var(--primary-600);border-color:var(--primary-600)}.error{color:var(--bad);font-size:.8rem;margin-top:4px}.review ul{list-style:none;padding:0;margin:0}.review ul li{margin:8px 0;padding:8px;border-bottom:1px solid var(--border)}@media screen and (max-width: 460px){.step span{font-size:9.5px;font-weight:700}.heading{font-size:20px}}
