@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";body{font-family:Inter,sans-serif;background-color:#0a1931;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.card-container{width:100%;max-width:28rem;display:flex;justify-content:center}.app-card{background-color:#1a2b42;border-radius:1.5rem;padding:2.5rem;width:100%;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 30px #00000080}.header-section{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.logo{width:4rem;height:4rem;border-radius:9999px;padding:.25rem;border:4px solid #FDE68A}.app-title{font-size:2.25rem;font-weight:700;color:#fff;letter-spacing:.05em}.question-group{display:flex;flex-direction:column;gap:1.5rem}.question-block{display:flex;flex-direction:column}.question-text{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.txt-input{background-color:#0a1931;color:#e2e8f0;padding:1rem;border-radius:.75rem;border:2px solid rgba(80,227,194,.2);width:100%;outline:none}.txt-input::placeholder{color:#e2e8f0;opacity:1}.submit-btn{width:100%;background-color:#50e3c2;color:#0a1931;font-weight:800;font-size:1.25rem;padding:1rem;border-radius:.75rem;margin-top:2rem;box-shadow:0 4px 10px #0000004d;border:none;cursor:pointer}.submit-btn:hover{background-color:#4ad1b1;transform:scale(1.02);transition:all .2s ease-in-out}
