@import"https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Nunito:wght@400;600;700;800&display=swap";:root{--pink: #ff6b9d;--purple: #c44dff;--blue: #4dc9ff;--green: #51cf66;--yellow: #ffd43b;--orange: #ff922b;--red: #ff6b6b;--bg: #fef9ef;--card-bg: #ffffff;--text: #2d1b69;--text-light: #6b5b95;--shadow: 0 8px 32px rgba(45, 27, 105, .1);--radius: 1.25rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Nunito,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}#root{min-height:100vh}.site-header{background:linear-gradient(135deg,var(--pink),var(--purple),var(--blue));padding:1rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #c44dff4d}.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{font-family:Bubblegum Sans,cursive;font-size:1.8rem;color:#fff;text-shadow:2px 2px 0 rgba(0,0,0,.1)}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;padding:.4rem .8rem;border-radius:2rem;transition:background .2s,transform .2s}.nav-links a:hover{background:#ffffff40;transform:scale(1.05)}.hero{background:linear-gradient(170deg,#fff0f6,#f3f0ff,#e0f7ff);padding:5rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(255,212,59,.3) 0%,transparent 70%);border-radius:50%}.hero:after{content:"";position:absolute;bottom:-40px;left:-40px;width:250px;height:250px;background:radial-gradient(circle,rgba(77,201,255,.25) 0%,transparent 70%);border-radius:50%}.hero h1{font-family:Bubblegum Sans,cursive;font-size:3.5rem;background:linear-gradient(135deg,var(--pink),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;position:relative}.hero-subtitle{font-size:1.3rem;color:var(--text-light);max-width:600px;margin:0 auto 2rem;font-weight:600}.hero-emojis{font-size:3rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative}.hero-emojis span{display:inline-block;animation:bounce 2s ease-in-out infinite}.hero-emojis span:nth-child(2){animation-delay:.2s}.hero-emojis span:nth-child(3){animation-delay:.4s}.hero-emojis span:nth-child(4){animation-delay:.6s}.hero-emojis span:nth-child(5){animation-delay:.8s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.section{max-width:1100px;margin:0 auto;padding:4rem 2rem}.section-title{font-family:Bubblegum Sans,cursive;font-size:2.4rem;text-align:center;margin-bottom:.5rem}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem;font-weight:600}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.why-card{background:var(--card-bg);border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;box-shadow:var(--shadow);border:3px solid transparent;transition:transform .3s,border-color .3s}.why-card:hover{transform:translateY(-6px)}.why-card:nth-child(1){border-color:var(--pink)}.why-card:nth-child(2){border-color:var(--blue)}.why-card:nth-child(3){border-color:var(--green)}.why-card:nth-child(4){border-color:var(--yellow)}.why-card .icon{font-size:3rem;margin-bottom:1rem}.why-card h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--text)}.why-card p{color:var(--text-light);font-size:.95rem}.steps-section{background:linear-gradient(135deg,#f3f0ff,#fff0f6);border-radius:2rem;padding:3rem 2rem;margin:0 1rem}.steps-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.step-item{display:flex;align-items:flex-start;gap:1.25rem;background:var(--card-bg);border-radius:var(--radius);padding:1.5rem;box-shadow:0 4px 16px #2d1b6914;transition:transform .2s}.step-item:hover{transform:scale(1.02)}.step-number{flex-shrink:0;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Bubblegum Sans,cursive;font-size:1.4rem;color:#fff;font-weight:700}.step-item:nth-child(1) .step-number{background:var(--pink)}.step-item:nth-child(2) .step-number{background:var(--orange)}.step-item:nth-child(3) .step-number{background:var(--blue)}.step-item:nth-child(4) .step-number{background:var(--green)}.step-item:nth-child(5) .step-number{background:var(--purple)}.step-content h3{font-size:1.15rem;margin-bottom:.3rem}.step-content p{color:var(--text-light);font-size:.95rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.category-card{background:var(--card-bg);border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;box-shadow:var(--shadow);transition:transform .3s;cursor:default}.category-card:hover{transform:translateY(-8px) rotate(-2deg)}.category-card .cat-emoji{font-size:3.5rem;display:block;margin-bottom:.75rem}.category-card h3{font-size:1.1rem;margin-bottom:.4rem}.category-card p{color:var(--text-light);font-size:.85rem}.category-card .cat-color{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:.3rem;vertical-align:middle}.checklist-section{background:linear-gradient(135deg,#e0f7ff,#f0fff4);border-radius:2rem;padding:3rem 2rem;margin:0 1rem}.checklist{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.checklist-item{display:flex;align-items:center;gap:1rem;background:var(--card-bg);border-radius:1rem;padding:1rem 1.25rem;box-shadow:0 2px 12px #2d1b690f;cursor:pointer;transition:transform .2s,background .2s;-webkit-user-select:none;user-select:none}.checklist-item:hover{transform:translate(4px)}.checklist-item.checked{background:#f0fff4}.check-box{width:28px;height:28px;border-radius:8px;border:3px solid var(--purple);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;transition:background .2s,border-color .2s}.checklist-item.checked .check-box{background:var(--green);border-color:var(--green);color:#fff}.checklist-item span{font-weight:600;font-size:1rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.tip-card{background:var(--card-bg);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border-left:5px solid var(--orange);transition:transform .2s}.tip-card:hover{transform:translateY(-4px)}.tip-card:nth-child(2){border-left-color:var(--blue)}.tip-card:nth-child(3){border-left-color:var(--pink)}.tip-card .tip-icon{font-size:2rem;margin-bottom:.75rem}.tip-card h3{font-size:1.1rem;margin-bottom:.4rem}.tip-card p{color:var(--text-light);font-size:.95rem}.site-footer{background:linear-gradient(135deg,var(--purple),var(--pink));color:#fff;text-align:center;padding:2.5rem 2rem;margin-top:2rem}.footer-emojis{font-size:2rem;margin-bottom:.75rem}.site-footer p{font-weight:600;font-size:1rem;opacity:.9}.site-footer .footer-small{font-size:.85rem;opacity:.7;margin-top:.5rem}@media(max-width:640px){.hero h1{font-size:2.4rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.8rem}.nav-links{gap:.75rem}.nav-links a{font-size:.85rem;padding:.3rem .6rem}.steps-section,.checklist-section{margin:0;border-radius:0}}
