:root{color-scheme:light;font-family:Segoe UI,Comic Sans MS,cursive,sans-serif;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#fef9ef;color:#2d3436}body{overflow-x:hidden}.hero{background:linear-gradient(135deg,#6c5ce7,#a29bfe,#74b9ff);color:#fff;text-align:center;padding:4rem 1.5rem 3rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='6' fill='%23ffffff10'/%3E%3C/svg%3E");opacity:.4}.hero h1{font-size:clamp(2rem,6vw,3.5rem);font-weight:800;margin-bottom:.5rem;position:relative;text-shadow:2px 2px 4px rgba(0,0,0,.15)}.hero .subtitle{font-size:clamp(1rem,3vw,1.3rem);opacity:.9;position:relative;max-width:600px;margin:0 auto}.hero-emoji{font-size:4rem;display:block;margin-bottom:1rem;position:relative;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.nav-bar{background:#fff;border-bottom:3px solid #6c5ce7;padding:.75rem 1.5rem;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #6c5ce71a}.nav-btn{background:#f0edff;border:2px solid transparent;border-radius:2rem;padding:.5rem 1.2rem;font-size:.95rem;font-weight:600;color:#6c5ce7;cursor:pointer;transition:all .2s;font-family:inherit}.nav-btn:hover{background:#6c5ce7;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #6c5ce74d}.nav-btn.active{background:#6c5ce7;color:#fff;border-color:#5a4bd1}.section{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:#6c5ce7;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.section-title .emoji{font-size:1.6rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.step-card{background:#fff;border-radius:1rem;padding:1.5rem;border:3px solid #e8e4ff;transition:transform .2s,box-shadow .2s;position:relative}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6c5ce726;border-color:#a29bfe}.step-number{position:absolute;top:-.75rem;left:-.75rem;width:2.2rem;height:2.2rem;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;box-shadow:0 2px 8px #6c5ce74d}.step-card h3{font-size:1.1rem;font-weight:700;color:#2d3436;margin-bottom:.5rem}.step-card p{font-size:.95rem;color:#636e72;line-height:1.6}.tips-list{display:flex;flex-direction:column;gap:1rem}.tip-item{background:#fff;border-radius:1rem;padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:1rem;border:3px solid #e8e4ff;transition:border-color .2s}.tip-item:hover{border-color:#6c5ce7}.tip-icon{font-size:2rem;flex-shrink:0}.tip-item h3{font-size:1rem;font-weight:700;color:#2d3436;margin-bottom:.25rem}.tip-item p{font-size:.9rem;color:#636e72}.checklist{background:#fff;border-radius:1rem;padding:2rem;border:3px solid #e8e4ff}.checklist h3{font-size:1.2rem;font-weight:700;color:#6c5ce7;margin-bottom:1rem}.check-item{display:flex;align-items:center;gap:.75rem;border-bottom:1px dashed #e8e4ff;cursor:pointer;transition:background .15s;border-radius:.5rem;padding:.6rem .5rem}.check-item:last-child{border-bottom:none}.check-item:hover{background:#f8f6ff}.check-item.checked .check-label{text-decoration:line-through;color:#b2bec3}.check-box{width:1.5rem;height:1.5rem;border:3px solid #a29bfe;border-radius:.4rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;font-size:.9rem}.check-item.checked .check-box{background:#6c5ce7;border-color:#6c5ce7}.check-label{font-size:1rem;color:#2d3436;font-weight:500}.quiz-card{background:#fff;border-radius:1rem;padding:2rem;border:3px solid #e8e4ff;text-align:center}.quiz-card h3{font-size:1.2rem;font-weight:700;color:#6c5ce7;margin-bottom:1rem}.quiz-question{font-size:1.1rem;font-weight:600;color:#2d3436;margin-bottom:1.5rem}.quiz-options{display:flex;flex-direction:column;gap:.75rem;max-width:400px;margin:0 auto}.quiz-option{background:#f0edff;border:3px solid transparent;border-radius:.75rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:#2d3436;cursor:pointer;transition:all .2s;font-family:inherit}.quiz-option:hover:not(:disabled){border-color:#6c5ce7;transform:scale(1.02)}.quiz-option.correct{background:#d4edda;border-color:#00b894;color:#00b894}.quiz-option.wrong{background:#ffe0e0;border-color:#e17055;color:#e17055}.quiz-feedback{margin-top:1rem;font-size:1.1rem;font-weight:700;min-height:1.5rem}.quiz-next{margin-top:1.5rem;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;border:none;border-radius:2rem;padding:.75rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:inherit;display:none}.quiz-next.visible{display:inline-block}.quiz-next:hover{transform:translateY(-2px);box-shadow:0 4px 16px #6c5ce74d}.quiz-score{margin-top:1.5rem;font-size:1.3rem;font-weight:800;color:#6c5ce7}.footer{text-align:center;padding:2rem 1rem;color:#b2bec3;font-size:.9rem;background:#f8f6ff;border-top:3px solid #e8e4ff}.footer a{color:#6c5ce7;text-decoration:none;font-weight:600}.confetti-container{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999}.confetti-piece{position:absolute;width:10px;height:10px;border-radius:2px;animation:confetti-fall 3s ease-in forwards}@keyframes confetti-fall{0%{transform:translateY(-10vh) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(720deg);opacity:0}}@media(max-width:600px){.hero{padding:3rem 1rem 2rem}.section{padding:2rem 1rem}.steps-grid{grid-template-columns:1fr}}
