: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:linear-gradient(180deg,#fff7e0,#ffe0f0,#e0f0ff);color:#3a2d1f}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fff7e0}::-webkit-scrollbar-thumb{background:#ffb6d9;border-radius:999px}h1,h2,h3{font-weight:800;letter-spacing:-.01em}.navbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:3px solid #ffb6d9;box-shadow:0 2px 12px #ffb6d940}.nav-logo{font-size:1.4rem;font-weight:800;color:#ff6fa8}.nav-links{display:flex;gap:1.25rem;list-style:none}.nav-links a{text-decoration:none;color:#6a5acd;font-weight:700;font-size:.95rem;padding:.3rem .8rem;border-radius:999px;transition:background .2s,color .2s}.nav-links a:hover{background:#6a5acd;color:#fff}.hero{text-align:center;padding:4rem 2rem 3rem;max-width:48rem;margin:0 auto}.hero-emoji{font-size:5rem;display:block;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.hero h1{font-size:2.8rem;background:linear-gradient(135deg,#ff6fa8,#6a5acd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.hero p{font-size:1.2rem;color:#5a4a3a;max-width:36rem;margin:0 auto}.section{max-width:64rem;margin:0 auto;padding:3rem 2rem}.section-title{text-align:center;font-size:2rem;margin-bottom:.5rem}.section-subtitle{text-align:center;color:#7a6a5a;margin-bottom:2.5rem;font-size:1.05rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1.5rem}.tip-card{background:#fff;border-radius:1.25rem;padding:1.75rem;border:3px solid transparent;box-shadow:0 4px 20px #0000000f;transition:transform .25s,border-color .25s,box-shadow .25s;cursor:default}.tip-card:hover{transform:translateY(-6px) scale(1.02);border-color:#ffb6d9;box-shadow:0 8px 30px #ffb6d959}.tip-card .tip-icon{font-size:2.5rem;margin-bottom:.75rem;display:block}.tip-card h3{font-size:1.15rem;margin-bottom:.5rem;color:#6a5acd}.tip-card p{font-size:.95rem;color:#5a4a3a;line-height:1.6}.activities-list{display:flex;flex-direction:column;gap:1.25rem;max-width:40rem;margin:0 auto}.activity-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;border-radius:1rem;padding:1.25rem 1.5rem;box-shadow:0 2px 12px #0000000d;transition:transform .2s}.activity-item:hover{transform:translate(6px)}.activity-number{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#ff6fa8,#ffb347);color:#fff;font-weight:800;font-size:1.1rem;display:grid;place-items:center}.activity-content h3{font-size:1.05rem;color:#6a5acd;margin-bottom:.25rem}.activity-content p{font-size:.9rem;color:#5a4a3a}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.5rem}.story-card{background:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .25s}.story-card:hover{transform:translateY(-5px)}.story-banner{height:8rem;display:grid;place-items:center;font-size:3.5rem}.story-banner.purple{background:linear-gradient(135deg,#e0d4ff,#c4b5fd)}.story-banner.pink{background:linear-gradient(135deg,#ffe0f0,#ffb6d9)}.story-banner.blue{background:linear-gradient(135deg,#d0e8ff,#93c5fd)}.story-body{padding:1.25rem 1.5rem}.story-body h3{font-size:1.1rem;color:#6a5acd;margin-bottom:.4rem}.story-body p{font-size:.9rem;color:#5a4a3a;line-height:1.6}.pledge-section{text-align:center;background:linear-gradient(135deg,#6a5acd,#ff6fa8);border-radius:1.5rem;padding:3rem 2rem;color:#fff;max-width:40rem;margin:0 auto 2rem;box-shadow:0 8px 30px #6a5acd4d}.pledge-section h2{font-size:1.8rem;margin-bottom:1rem}.pledge-section p{font-size:1.05rem;opacity:.92;margin-bottom:1.5rem;max-width:30rem;margin-left:auto;margin-right:auto}.pledge-btn{display:inline-block;padding:.8rem 2.5rem;border:none;border-radius:999px;background:#fff;color:#6a5acd;font-size:1.1rem;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:inherit}.pledge-btn:hover{transform:scale(1.06);box-shadow:0 6px 20px #0003}.pledge-btn:active{transform:scale(.97)}.confetti-msg{margin-top:1.25rem;font-size:1.2rem;font-weight:700;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.footer{text-align:center;padding:2rem;color:#9a8a7a;font-size:.85rem}.footer a{color:#6a5acd;text-decoration:none}@media(max-width:640px){.navbar{padding:.6rem 1rem}.nav-links{gap:.6rem}.nav-links a{font-size:.8rem;padding:.25rem .5rem}.hero h1{font-size:2rem}.hero-emoji{font-size:3.5rem}.section{padding:2rem 1rem}.section-title{font-size:1.5rem}}
