*{box-sizing:border-box;padding:0;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f5f5f5;color:#333;line-height:1.6}.container{max-width:800px;margin:0 auto;padding:2rem}.card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:1rem}.question{margin-bottom:1.5rem}.question label{display:block;font-weight:600;margin-bottom:.5rem;color:#444}.question input,.question textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.question textarea{min-height:100px;resize:vertical}button{background:#0070f3;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:4px;cursor:pointer;font-weight:600}button:hover{background:#0051cc}button:disabled{background:#ccc;cursor:not-allowed}.success{background:#d4edda;color:#155724}.error,.success{padding:1rem;border-radius:4px;margin-bottom:1rem}.error{background:#f8d7da;color:#721c24}