@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800&display=swap";:root{--yellow: #FFD93D;--orange: #FF6B35;--pink: #FF6B9D;--blue: #4ECDC4;--purple: #A855F7;--green: #22C55E;--bg: #FFF8E7;--text: #2D1B4E}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text);font-family:"Baloo 2",cursive,sans-serif;line-height:1.6}.hero{text-align:center;padding:3rem 1.5rem 2rem;background:linear-gradient(135deg,var(--yellow) 0%,var(--orange) 50%,var(--pink) 100%);border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.12'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero h1{font-size:2.8rem;font-weight:800;color:#fff;text-shadow:2px 3px 0 rgba(0,0,0,.15);position:relative;margin-bottom:.5rem}.hero p{font-size:1.2rem;color:#ffffffe6;position:relative;max-width:36rem;margin:0 auto}.bed-emoji{font-size:4rem;display:block;margin-bottom:.5rem;position:relative;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.content{max-width:48rem;margin:0 auto;padding:2rem 1.5rem 4rem}.section-title{font-size:1.8rem;font-weight:700;text-align:center;margin:2.5rem 0 1.5rem;color:var(--text)}.section-title .icon{font-size:1.6rem;margin-right:.4rem}.steps{display:flex;flex-direction:column;gap:1.25rem}.step{display:flex;gap:1rem;align-items:flex-start;background:#fff;border-radius:1.25rem;padding:1.25rem 1.5rem;box-shadow:0 4px 20px #0000000f;border:3px solid transparent;transition:transform .2s,border-color .2s}.step:hover{transform:translateY(-3px)}.step:nth-child(1){border-color:var(--yellow)}.step:nth-child(2){border-color:var(--orange)}.step:nth-child(3){border-color:var(--pink)}.step:nth-child(4){border-color:var(--blue)}.step:nth-child(5){border-color:var(--purple)}.step:nth-child(6){border-color:var(--green)}.step-number{flex-shrink:0;width:3rem;height:3rem;border-radius:50%;display:grid;place-items:center;font-size:1.3rem;font-weight:800;color:#fff}.step:nth-child(1) .step-number{background:var(--yellow);color:var(--text)}.step:nth-child(2) .step-number{background:var(--orange)}.step:nth-child(3) .step-number{background:var(--pink)}.step:nth-child(4) .step-number{background:var(--blue)}.step:nth-child(5) .step-number{background:var(--purple)}.step:nth-child(6) .step-number{background:var(--green)}.step-content h3{font-size:1.15rem;font-weight:700;margin-bottom:.25rem}.step-content p{color:#555;font-size:.95rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem;margin-top:1rem}.tip-card{background:#fff;border-radius:1.25rem;padding:1.5rem;text-align:center;box-shadow:0 4px 20px #0000000f;transition:transform .2s}.tip-card:hover{transform:scale(1.04)}.tip-card .tip-icon{font-size:2.5rem;margin-bottom:.5rem}.tip-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.35rem}.tip-card p{font-size:.85rem;color:#666}.fun-facts{background:linear-gradient(135deg,var(--purple),var(--blue));border-radius:1.5rem;padding:2rem;margin-top:2.5rem;color:#fff;text-align:center}.fun-facts h2{font-size:1.6rem;margin-bottom:1rem}.facts-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;max-width:32rem;margin:0 auto}.facts-list li{background:#ffffff26;border-radius:.75rem;padding:.75rem 1rem;font-size:.95rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.progress-section{margin-top:2.5rem;background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 20px #0000000f}.progress-section h2{text-align:center;font-size:1.4rem;margin-bottom:1rem}.progress-bar-bg{background:#eee;border-radius:1rem;height:1.5rem;overflow:hidden;margin-bottom:.75rem}.progress-bar-fill{height:100%;border-radius:1rem;background:linear-gradient(90deg,var(--yellow),var(--orange),var(--pink));transition:width .5s ease;display:grid;place-items:center;font-size:.7rem;font-weight:700;color:#fff;min-width:2.5rem}.progress-checklist{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.5rem;margin-top:1rem}.progress-checklist li{display:flex;align-items:center;gap:.5rem;font-size:.95rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.4rem .6rem;border-radius:.5rem;transition:background .15s}.progress-checklist li:hover{background:#f5f5f5}.progress-checklist li.checked{color:var(--green);text-decoration:line-through;text-decoration-color:var(--green)}.footer{text-align:center;padding:2rem 1.5rem;font-size:.85rem;color:#999}.footer .big-emoji{font-size:2rem;display:block;margin-bottom:.5rem}@media(max-width:480px){.hero h1{font-size:2rem}.step{flex-direction:column;align-items:center;text-align:center}}
