@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";body,#app{background:#fff;color:#111;font-family:Inter,Arial,sans-serif;margin:0;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}header{text-align:center;padding:3rem 1rem 1rem}h1{color:#2ecc40;font-size:2.5rem;margin-bottom:.5rem;font-weight:700}h2{color:#2ecc40;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;font-weight:700}p,label,input,textarea,button{font-size:1rem;font-family:inherit;color:#111}main{max-width:600px;margin:0 auto;padding:1rem}form{background:#f3f3f3;padding:1.5rem;border-radius:8px;margin-top:2rem;box-shadow:0 2px 8px #00000014}label{display:block;margin-bottom:.5rem;color:#111}input,textarea{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px;background:#fff;color:#111}button{background:#2ecc40;color:#fff;padding:.7rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-weight:700;transition:background .2s}button:hover{background:#27ae60}footer{background:#f3f3f3;color:#555;font-size:.9rem;text-align:center;padding:1.5rem 1rem 1rem;margin-top:2rem}.legal{margin-top:1.5rem;font-size:.9rem;color:#555;text-align:left}a{color:#2ecc40;text-decoration:underline}
