: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:#fff8f0;color:#3d2c1e}.hero{background:linear-gradient(135deg,#ff9a56,#ff6f91,#ffc75f);padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 25%,rgba(255,255,255,.3) 0%,transparent 40%),radial-gradient(circle at 85% 75%,rgba(255,255,255,.2) 0%,transparent 40%);pointer-events:none}.hero h1{font-size:3rem;font-weight:800;color:#fff;text-shadow:2px 3px 0 rgba(0,0,0,.1);margin-bottom:.5rem;position:relative}.hero .subtitle{font-size:1.3rem;color:#fffffff2;font-weight:600;position:relative}.hero .emoji-row{font-size:2.5rem;margin-top:1rem;position:relative}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#d45d2c;margin-bottom:.5rem}.section-subtitle{text-align:center;font-size:1.1rem;color:#7a6555;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.content{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.why-section{background:#fff3e6;padding:3rem 1.5rem}.why-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.why-card{background:#fff;border-radius:1.2rem;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 20px #d45d2c1a;transition:transform .2s,box-shadow .2s}.why-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #d45d2c33}.why-card .card-emoji{font-size:3rem;margin-bottom:.75rem}.why-card h3{font-size:1.15rem;color:#d45d2c;margin-bottom:.5rem}.why-card p{font-size:.95rem;color:#7a6555}.ideas-section{padding:3rem 1.5rem}.ideas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.idea-card{background:#fff;border-radius:1.2rem;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .25s,box-shadow .25s;cursor:default}.idea-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #d45d2c2e}.idea-card .card-header{padding:1.5rem 1.5rem 1rem;display:flex;align-items:center;gap:.75rem}.idea-card .card-header .icon{font-size:2.5rem}.idea-card .card-header h3{font-size:1.2rem;color:#3d2c1e}.idea-card .card-body{padding:0 1.5rem 1.5rem}.idea-card .card-body p{font-size:.95rem;color:#7a6555;margin-bottom:1rem}.idea-card .steps{list-style:none;padding:0}.idea-card .steps li{padding:.4rem 0;font-size:.9rem;color:#5a4a3a;display:flex;align-items:flex-start;gap:.5rem}.idea-card .steps li:before{content:attr(data-num);background:#ffc75f;color:#3d2c1e;font-weight:700;font-size:.75rem;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.idea-card .difficulty{display:inline-block;margin-top:.75rem;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600}.difficulty.easy{background:#d4edda;color:#155724}.difficulty.medium{background:#fff3cd;color:#856404}.difficulty.hard{background:#f8d7da;color:#721c24}.tips-section{background:linear-gradient(135deg,#ff9a56,#ff6f91);padding:3rem 1.5rem}.tips-section .section-title{color:#fff}.tips-section .section-subtitle{color:#ffffffe6}.tips-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;max-width:900px;margin:0 auto}.tip{background:#fffffff2;border-radius:1rem;padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:.75rem;box-shadow:0 4px 15px #00000014}.tip .tip-icon{font-size:1.5rem;flex-shrink:0}.tip p{font-size:.95rem;color:#3d2c1e;line-height:1.5}.pledge-section{text-align:center;padding:4rem 2rem;background:#fff8f0}.pledge-box{background:#fff;border:3px dashed #ffc75f;border-radius:1.5rem;padding:2.5rem 2rem;max-width:600px;margin:0 auto;box-shadow:0 4px 20px #0000000d}.pledge-box h2{font-size:1.8rem;color:#d45d2c;margin-bottom:1rem}.pledge-box p{font-size:1.05rem;color:#5a4a3a;margin-bottom:1.5rem;line-height:1.7}.pledge-box .pledge-text{font-style:italic;font-size:1.15rem;color:#d45d2c;background:#fff8f0;padding:1.25rem;border-radius:.75rem;border-left:4px solid #ffc75f}.footer{background:#3d2c1e;color:#ffffffb3;text-align:center;padding:2rem 1.5rem;font-size:.9rem}.footer .heart{color:#ff6f91}@media(max-width:600px){.hero h1{font-size:2rem}.hero .subtitle{font-size:1rem}.section-title{font-size:1.5rem}.ideas-grid{grid-template-columns:1fr}}
