@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@400;600;700;800&display=swap');
*{box-sizing:border-box}body{margin:0;background:#fffdf5;color:#172018;font-family:Nunito,Arial,sans-serif}
.app{max-width:1050px;margin:auto;min-height:100vh;padding:18px}
header{display:flex;justify-content:center}.brand{text-align:center;line-height:1.05}.brand span{font-size:34px}.brand strong{display:block;font-family:"Baloo 2";font-size:25px;letter-spacing:1px}.brand small{display:block;font-weight:800;color:#356b46;margin-top:3px}
.hero{margin-top:16px;border-radius:28px;background:linear-gradient(135deg,#ffd21c,#fff0a3);padding:26px 28px 18px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;box-shadow:0 12px 30px #00000012}.copy{max-width:650px}.eyebrow{font-weight:800;color:#4a704f;margin:0 0 4px}.hero h1{font-family:"Baloo 2";font-size:clamp(42px,7vw,72px);line-height:.9;margin:0 0 12px;color:#111;text-shadow:3px 3px 0 #fff}.hero p{font-size:19px;font-weight:700;max-width:600px;margin:0}.mascot{width:min(280px,34vw);max-height:260px;object-fit:contain;filter:drop-shadow(0 8px 8px #0002)}
.emotions{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0}.emotions button{border:3px solid #e9e4d1;background:#fff;border-radius:22px;padding:18px 10px;min-height:125px;cursor:pointer;transition:.15s;box-shadow:0 7px 15px #0000000c}.emotions button:hover,.emotions button:focus{transform:translateY(-3px);border-color:#f0c000;box-shadow:0 12px 22px #0002;outline:none}.emotions span{display:block;font-size:48px}.emotions b{font-size:17px}
.support{text-align:center;background:#fff;border:2px dashed #e8bf00;border-radius:20px;padding:16px}.support button,#again,#closeSupport{border:0;border-radius:999px;background:#1e5636;color:white;font-weight:800;padding:13px 20px;font-size:16px;cursor:pointer}.support p{margin:9px 0 0;font-size:12px;color:#666}
.thanks,.support-message{text-align:center;background:white;border-radius:26px;padding:34px;margin-top:22px;box-shadow:0 12px 35px #0002}.check{margin:auto;width:65px;height:65px;border-radius:50%;background:#ffd21c;display:grid;place-items:center;font-size:40px;font-weight:900}.thanks h2,.support-message h2{font-family:"Baloo 2";font-size:34px;margin:12px 0 4px}.hashtags{font-weight:800;color:#7b1d3b}.hidden{display:none}footer{text-align:center;padding:28px 5px 10px;color:#49624f;font-weight:700;font-size:13px}
@media(max-width:700px){.hero{padding:20px}.hero .mascot{width:150px}.emotions{grid-template-columns:repeat(2,1fr);gap:10px}.emotions button{min-height:115px;padding:13px 7px}.emotions span{font-size:40px}.emotions b{font-size:15px}.hero p{font-size:16px}}
@media(max-width:430px){.hero{display:block;text-align:center}.hero .mascot{display:block;margin:10px auto 0;width:190px}.emotions{grid-template-columns:1fr 1fr}}